/*/////////////////////////////////  Agent Pages //////////////////////////////////////////// */

.agentdash h1 {
	margin-bottom: 0.1em;
}

.agentdash ul {
	margin: 0 0 0 20px;
	padding: 0;
}

.agentdash li {
	list-style: square;
	margin: 0 0 0 1.1em;
}

.agentdash .confirm, .notice {
	border: 1px outset #47667B;
	background-color: #CFE3FF;
	color: #000;
	padding: 10px;
	margin: 10px;
}

/*/////////////////////////////////  Two Column Form //////////////////////////////////////////// */

form.twocol {
	margin-bottom: 1em;
}

form.twocol fieldset {
	margin:10px;
	overflow: hidden;
}

form.twocol fieldset label, form.twocol fieldset .label {
	float: left;
	width: 45%;
}

form.twocol fieldset p {
	float: left;
	width: 49%;
	margin: 3px 0;
}

form.twocol fieldset table {
	width: 99%;
}

form.twocol input.text, form.twocol select {
	width: 45%;
}
form.twocol p.wide {
	width: 100%;
	float: none;
	clear: both;
}
form.twocol p.wide .label,
form.twocol p.wide label {
	width: 22%;
}



form.twocol input.date {
	width: 38%;
}

html>body form.twocol p.fullwidth {
	width: 95%;
}

form.twocol p.fullwidth label {
	width: auto;
	display: inline;
	float: none;
}

/* submit buttons */

.buttongroup {
	margin: 1em 0 0 020px;
}

.buttongroup .button {
	border: 1px solid #000;
}

.buttongroup .primary {
	border: 2px solid #000;
}

textarea#deliveryaddress {
	width: 72%;
}


/*/////////////////////////////////  Rental Form //////////////////////////////////////////// */

.mainContent table {
	width: 100%;
}

html>body .mainContent table {
	float: left;
}

.rentalform p.radiofield {
	font-size: 120%;
	float: right;
}

.rentalform p.radiofield label {
	float: none;
	display: inline;
}

.rentalform .hidden {
	display: none;
}

.rentalform fieldset {
	clear: right;
}

.rentalform fieldset legend {
	font-weight: bold;
}

.rentalform .products th {
	font-weight: bold;
	font-size: 0.7em;
}

.rentalform .products select, .rentalform .products .label, .rentalform .products input.text {
	width: 105px;
	margin: 0 !important;
}

.rentalform #comments {
	padding: 0;
}
.rentalform #comments textarea {
	margin: 0;
	width: 98%;
}
/*
.rentalform #comments {
	height: 120px;
	position: relative;
}

.rentalform #comments textarea {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 97%;
	height: 90px;
}

html>body .rentalform #comments textarea {
	top: 0;
	left: 0;
	width: 98%;
}
*/

.rentalform #customer {
	display: none;
}

.despatch-show, .receive-show {
	display: none;
}


.despatch .despatch-show {
	display: block;
}

.receive .receive-show {
	display: block;
}

.rentalform .reminder {
	border: 1px solid #D81F27;
	margin: 1em !important;
	padding: 5px;
	font-weight: bold;
	color: #D81F27;
}

.rentalform #returnreason select {
	width: 100%;
}

.rentalform #nonrental {
	border: 0;
	color: #000;
	padding: 0.5em 0;
	margin: 0;
}

.rentalform #nonrental input.text {
	width: 100px;
}


.rentalform #rentalproducts th {
	padding:0;
}

/*//////////////////////////////  Order Request Form ///////////////////////////////////////// */

.orderform table select, .orderform table input.text {
	width: 100%;
	margin: 0 auto;
}

* html .orderform table select {
	width: 90%;
}

* html .orderform table input.text {
	width: 80%;
}


.orderform table td {
	padding: 0 0.75em;
}

.orderform table.products td {
	width: 20%;
}

.orderform #options, .orderform #feedback {
	border: 0;
	padding: 0;
	margin: 1em 22px;
}

.orderform #options p {
	float: none;
	width: 100%;
	margin: 1em 0;
}

.orderform #options label {
	width: 95%;
	border-bottom: 1px dotted #CFCFCF;
}

.orderform #options textarea {
	width: 100%;
}

/*//////////////////////////////  All Products Report ///////////////////////////////////////// */

.allProducts ul {
	margin: 0;
	padding: 0;
}

.allProducts ul.products {
	margin: 1em 20px;
}

.allProducts li {
	display: inline;
}

.allProducts .productkey {
	display: block;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid black;
	margin: 0.75em 0 0.25em 0;
}

.allProducts table {
	border-collapse: collapse;
	width: 95%;
	margin: 1em;
}

.allProducts table thead tr, .allProducts table tbody {
	border-bottom: 2px solid black;
}

.allProducts table thead th {
	font-weight: bold;
	font-style: italic;
}

.rentalterms {
	overflow: auto;
	width: 90%;
	height: 20em;
	margin: 3em auto;
	border: 2px solid black;
	font-size: 50%;
}


/*//////////////////////////////  Products in the Field Report ///////////////////////////////////////// */

.fieldProducts ul {
	margin: 0;
	padding: 0;
}

.fieldProducts ul ul {
	margin-left: 1.5em;
	margin-top: 0.75em;
}

.fieldProducts ul.products {
	margin: 1em 20px;
}

.fieldProducts li {
	display: inline;
}

.fieldProducts table {
	border-collapse: collapse;
	width: 95%;
	margin: 1em;
}

.fieldProducts table thead tr th, .fieldProducts table {
	border-bottom: 2px solid black;
}

.fieldProducts table thead th {
	font-weight: bold;
	font-style: italic;
}

.customerkey, .sizekey {
	font-size: 130%;
	font-weight: bold;
	padding-top: 0.25em;
}

/*//////////////////////////////  Popup Reports ///////////////////////////////////////// */

body.popup {
	padding: 0;
	margin: 0;
}

body.popup h1 {
	margin: 0.3em 0 0 0.1em;
}

.buttonbar {
	background-color: #DFDFDF;
	overflow: hidden;
	padding: 5px;
}

.buttonbar ul {
	margin: 0;
	padding: 0;
}

.buttonbar li {
	border-left: 1px solid #000;
	display: inline;
	padding-left: 6px;
	margin-right: 3px;
}

.buttonbar li.first {
	border-left: 0;
}

.buttonbar li a {
	color: #000;
}

.buttonbar_top {
	border-bottom: 1px solid black;
}

.buttonbar_bottom {
	border-top: 1px solid black;
}

body.popup th {
	text-align: left;
}

#leftCol table {
	margin: 0;
	padding: 0;
	width: 95%;
}
