/* @override http://www.straight-to-you.net/styles/sty_styles.css */
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	font-size:12px;
	color:#003366;
	line-height:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.nav:link, a.nav:visited {
	font-size:13px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF00;
	text-decoration:none;
	padding-left:12px;
	text-transform:uppercase;
}

a.nav:hover {
	text-decoration:underline;
}

h1 {
	font-weight:bold;
	border-bottom: 1px solid #003366;
	color: #990000;
	font-size:12px;
	font-style:italic;
}

a:link, a:visited {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.footer {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFF00;
}

a.footer:link, a.footer:visited {
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF00;
	text-decoration:none;
}

a.footer:hover {
	text-decoration:underline;
}

.small {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFF00;
}

a.small:link, a.small:visited {
	font-size:10px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF00;
	text-decoration:none;
}

a.small:hover {
	text-decoration:underline;
}


.inputbox {
        font-family: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #003366;
        background: #C2D1E1;
        border: 1px solid #003366;

}

.button {
        font-family: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 11px;
        background: #003366;
        color: #FFFFFF;
        font-weight:bold;
		padding:4px;
		border:1px solid #FFFFFF;
 }

table td.rates, h2.rates {
	border-bottom: 1px solid #003366;
	color: #990000;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}

h2.rates {margin-top: 25px;}

table td.descr {
	background-color:#DFE5EC;
}


table td.discount {
	background-color:#FFFF99;
}

table td.photo, div.photo {

	border-left:1px solid #C2D1E1;
	border-right:1px solid #C2D1E1;
	border-bottom:1px solid #C2D1E1;
}
#sidebar {
width: 25%;
float: left;
margin-left:15px;
}

#gear1, #gear2 {
width: 70%;
float: left;
}

#gear1 h3.descr, #gear2 h3.descr {background-color:#DFE5EC;padding: 6px;font-size:12px;margin-bottom: 0;margin-top: 15px;}

form {
	padding: 10px;	

}
/* Fieldset  */

fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	background-color: #DFE5EC;
	overflow: auto;
}
legend {
	padding: 2px 5px;
	color: #cbc599;
	font-weight: bold;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#424242;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 90%;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #525252;
	border-right: 1px solid #525252;	
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#525252;
}
form .alternate-1 td {
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;	
}
form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

/* Base */
label, form .label {	
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	border-bottom: 1px dotted #aaa;
	font-weight: bold;	
}

label.preField2 {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	width:100%;
	border-bottom: 1px dotted #aaa;
	font-weight: bold;	
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
	font-weight: bold;	
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	font-weight: bold; 
	border-bottom: 1px dotted #aaa;	
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=textarea], input[type=password] {
	border: 1px solid #003366;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	padding: 4px 15px;
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	padding: 4px 15px;
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1em 0;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	padding: 8px 0 0 0;
	color: #CCC;
	float: right;
	clear: right;
	width: 180px;
}
/* Field-Hint without focus */
form .field-hint-inactive {
	padding: 8px 0 0 0;	
	color: #666;
	float: right;
	clear: right;
	width: 180px;	
}
/* Repeat Behavior divs (when not set on a fieldset) */
#wf_RentalDate, #wf_ReturnDate {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ddd;
	background-color: #DFE5EC;	
}

div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ddd;
	background-color: #DFE5EC;	
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ddd;
	background-color: #DFE5EC;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
	color: #990000;
	font-size:13px;
}
form .removeLink {
	line-height: 260%;
	color: #CC3300;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an {
	display: block;
}
 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}