html{height:100%}
body,td,input,select,textarea{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
b{
	font-weight: bold;
}
small{
	font-size: 10px;
	line-height: 13px;
	color:#ffffff;
}
big{
	font-size: 13px;
	font-weight: bold;
	color:#C68F02;
}
.headline{
	font-size: 13px;
	font-weight: bold;
	color:#C68F02;
}
.white{
	color:#ffffff;
}
.grey{
	color:#999999;
}
a{
	color: #C68F02;
	text-decoration: none;
}
a:hover{
	color: #C68F02;
	text-decoration: none;
}
a:active{
	color: #C68F02;
	text-decoration: none;
}
.whitelink{
	color: #ffffff;
	text-decoration: none;
}
.whitelink:hover{
	color: #ffffff;
	text-decoration: underline;
}
.whitelink:active{
	color: #ffffff;
	text-decoration: underline;
}
.whitelinkno{
	color: #ffffff;
	text-decoration: none;
}
.whitelinkno:hover{
	color: #ffffff;
	text-decoration: none;
}
.whitelinkno:active{
	color: #ffffff;
	text-decoration: none;
}
.greylink{
	color: #000000;
	text-decoration: none;
}
.greylink:hover{
	color: #000000;
	text-decoration: none;
}
.greylink:active{
	color: #000000;
	text-decoration: none;
}
.error{
	color: #ff0000;
	font-weight: bold;
}
input{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #F0F0F0;
}
select{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #F0F0F0;
}
textarea{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #F0F0F0;
}
.checkbox{
	border: none;
}

.aircats{
	width:130px;height:16px;float:left;color:#ffffff;text-align:center;
	background-color:#C68F02;
}
.aircats:hover{
	float:left;
	color:#ffffff;
	background-color:#000000;
}



/* DATEPICKER */

.dpDiv {}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #f0f0f0;
	border: 1px solid #000000;}

.dpTR {}
.dpTitleTR {}
.dpDayTR {}
.dpTodayButtonTR {}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {border: 1px solid #f0f0f0;}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #000000;
	border: 1px solid #000000;
	cursor: pointer;
	color: #ffffff;}

.dpTitleTD {}
.dpButtonTD {}
.dpTodayButtonTD {}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #000000;
	border: 1px solid #f0f0f0;
	color: #ffffff;}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #000000;
	font-weight: bold;}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: #ffffff;
	font-weight: bold;}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D253E;
	border:1px solid #f0f0f0;
	background: #f0f0f0;
	font-weight: bold;
	padding: 0px;}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	border:1px solid #f0f0f0;
	background: #000000;
	font-weight: bold;}
