BODY.print{
	margin:10px 10px 10px 10px;
}

DIV.Bookings textarea
{ font-family:  Verdana, Geneva, Arial, Helvetica, Sans-Serif;  
  font-size:0.8em;
}

DIV.Bookings H1{
	font-size:1.1em;
	
}

DIV.Bookings H2{
	font-size: inherit;
}

DIV.Bookings{
	font-size: 10pt;
}


DIV.Bookings H3{
	font-size:1em;
}



DIV.Bookings P, DIV.Bookings LI, DIV.Bookings Label,DIV.Bookings Input{
	font-size: 10pt;
}

DIV.Bookings P{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

DIV.Bookings TD{
	
}	
DIV.Bookings TABLE{
	width:98%;
}

DIV.Bookings TD, DIV.Bookings TH{
	margin: 3px 3px 3px 3px;
	border: 1px solid #6A81B7;
	padding: 6px 6px 6px 6px;
	text-align:left;
}

DIV.Bookings input{
	margin-bottom: 0px;
}

DIV.Bookings TH{
	font-weight:bold;
	background-color: #E8EBF0;
}



DIV.Bookings form{

}

DIV.Bookings li{
	margin-bottom:0.5em;
}

DIV.BookingForm, BookingForm.TD {
	
}

DIV.BookingForm  P, DIV.BookingForm  LI{

}

DIV.BookingForm *.instructions{
	
}

DIV.BookingForm fieldset{
	margin-top:0.5em;
	padding:1em 1em 1em 1em;
	margin-bottom:0.5em;
	border: 1px solid #6A81B7;
}
DIV.Bookings legend{
	color: #6780B6; 
	font-weight: bold ;
}

DIV.Bookings *.displayLabel{
	margin-top:0.5em;
	font-weight:bold;
}

/** hack to cirucmvent ie 6 **/
html>body DIV.BookingForm *.displayLabel{
	margin-top:1em;
}


DIV.BookingForm div.columns_1{
	clear:both;
	width:95%;
}

DIV.BookingForm div.columns_2{
	width:45%;
	margin-right:2%;
	float:left;
}

DIV.BookingForm div.columns_3{
	width:29%;
	margin-right:2%;
	float:left;
}

DIV.BookingForm div.spacer{
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
	height:1px;
}


DIV.BookingForm div.checkbox{
	
}
DIV.BookingForm textarea{
	width:95%;
	height:4em;
}

DIV.BookingForm *.BookingOptionDisplayType_1{
	
}

DIV.BookingForm DIV.hasQuantity {

}

DIV.BookingForm DIV.hasQuantity DIV.formField{
	float:left;	
	padding-right:0px;
	margin-right:10px;
}


/**DIV.BookingOption_5 select{
	width:100%;
}**/

DIV.BookingForm DIV.hasQuantity DIV.quantity{
	/**float:left;**/
	margin-left:0em;
}
DIV.BookingForm  input.quantity,DIV.BookingForm input.BookingOptionType_6,DIV.Bookings input.BookingOptionType_6{
	width: 4em;
}

DIV.BookingForm DIV.repetition{
	clear: both;
}

DIV.BookingForm DIV.BookingOptionType_1 BookingOptionValue{
	display:block;
}

DIV.BookingMenu a{
	
}

input.BookingOptionType_2{
	width:95%;
}

BookingOptionType_4{
	width:100%;
}

DIV.Bookings .MenuContainer {
	margin:2px 2px 2px 0px;
	padding: 2px 2px 2px 2px;
	white-space: normal;
	border-top: 1px solid #AEBAD6;
	font-size:0.8em;
	width:95%;
	
}

DIV.Bookings .MenuHeader{
	font-weight:bold;
	display:inline;
	margin-right: 5px; 
}

DIV.Bookings .MenuLinks {
	font-weight: normal;
	background-color:#fff;
	display:inline;
	margin-right: 20px; 
}

DIV.Bookings .MenuLinks a{
	white-space: nowrap;
}




DIV.Bookings .backbutton {float:right; margin-top:0px; margin-right:0px;margin-left:5px; padding:0px 5px 0px 25px;width:auto;}
DIV.Bookings .backbutton a { font-size:1em}

DIV.Bookings .printbutton {float:right; margin-top:0px;padding:0px 5px 0px 25px;width:auto;}
DIV.Bookings .printbutton a { font-size: 1em;}

DIV.Bookings .uplevelbutton { float: right; border: 1px solid #999; margin: 0px 0px 0px 5px ; text-decoration: none;   background-image: url(../images/b_upLevel.gif);  background-repeat: no-repeat; padding:0px 5px 0px 25px;}
DIV.Bookings .uplevelbutton a { color: #000; text-decoration: none; cursor: hand; font-size: 1em; width: 100%;}


DIV.Bookings .homebutton { float: left; border: 1px solid #999; margin: 0px 0px 0px 5px ; text-decoration: none;  background-repeat: no-repeat; padding:0px 5px 0px 25px;}
DIV.Bookings .homebutton a { color: #000; text-decoration: none; cursor: hand; font-size: 1em; width: 100%;}



DIV.Bookings a:hover{color:#AF330D; text-decoration:none;}

DIV.Bookings input.upOne{
	border:none;
	height:20px;
	width:20px;
	background-image:url(../images/b_upOne.gif);
	background-color:transparent;
}

DIV.Bookings input.upAll{
	border:none;
	height:20px;
	width:20px;
	padding:0;
	margin:0;
	background-image:url(../images/b_upAll.gif);
	background-color:transparent;
}

DIV.Bookings input.downOne{
	border:none;
	height:20px;
	width:20px;
	background-image:url(../images/b_downOne.gif);
	background-color:transparent;
}

DIV.Bookings input.downAll{
	border:none;
	height:20px;
	width:20px;
	background-image:url(../images/b_downAll.gif);
	background-color:transparent;
}


DIV.Bookings button, DIV.Bookings input.button{
	border-color:#1140A6;
	border-width:1px;
	border-style: outset;
	color:#1140A6;
	background-color:#AED2EA;
	font-size:0.8em;
	text-transform:uppercase;
	font-weight:bold;
	width:auto;
	margin-left:5px;

}


DIV.TransactionForm textarea{
	width:95%;
	height:4em;
}

DIV.TransactionForm input.amount{
	width:5em;
	background-color:white;
	color:black;
}
DIV.TransactionForm input.amountNegative{
	width:5em;
	background-color:red;
	color:white;
	font-weight:bold;
}

DIV.BookingReport{
	
}

DIV.BookingReport *.owing{
	background-color:red;
	font-weight:bold;
}

DIV.BookingReport DIV.checkbox{
	width:1.5em;
	height:1.5em;
	border:1px solid black;
}

DIV.BookingReport DIV.box{
	width:100%;
	height:1.5em;
	width:15em;
	border:1px solid black;
}
DIV.BookingReport TD.noContent, DIV.Bookings TR.noContent td{
	border:none;
}


DIV.Bookings tr.inactive td,DIV.Bookings div.inactive{
	background-color:#eeeeee;
}

DIV.Bookings tr.inactive *.displayLabel,DIV.Bookings div.inactive{
	color:#888888;
}

DIV.Bookings tr.inactive td,DIV.Bookings div.inactive{
	font-style:italic;
}

/** link form is the form where people link objects to Quercus etc **/
DIV.LinkForm{
	
}

DIV.LinkForm label{
	display:block;
	margin-top:0.5em;
	font-weight:bold;
}
DIV.LinkForm select{
	width:100%;
}

DIV.list DIV.listLabel{
	font-weight:bold;
	margin-top:1em;
}
DIV.list DIV.listDescription{

}
DIV.floatRight{
	float:right;
}
DIV.ReportsMenu li{
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid #cccccc;
	list-style:none;
}

h3.reportsection { margin-top: 15px; }
h3.reportsection span { float: right; }

.definereport tr.inactive td { background-color: #d0d0d0; font-style: italic; }

