@media print {
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
	background-color: #FFFFFF;
}
div{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}
input{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

textarea{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

select{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

table
{
	border-collapse: collapse;
}

td
{
	padding: 4px;
	padding-left: 6px;
	margin-bottom: 0px;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
	vertical-align: top;
}

th
{
	color: #FFFFFF;
	background-color: #005596;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding: 4px;
	padding-left: 6px;
	vertical-align: middle;
}
th a
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	position: relative;
}

th span.desc_arrow
{
	/*border-top: 10px solid #ffffff;
	border-left: 5px solid #005596;
	border-right: 5px solid #005596;*/
	font-size:0px;
	line-height:0pt;
	position: absolute;
	right: -16px;
	top: 3px;
	display: block;
	width: 15px;
	height: 12px;
	background-image: url(images/templateimages/desc_icon.gif);
	background-repeat: no-repeat;}

th span.asc_arrow
{
	/*border-bottom: 10px solid #ffffff;
	border-left: 5px solid #005596;
	border-right: 5px solid #005596;;*/
	font-size:0px;
	line-height:0pt;
	position: absolute;
	right: -16px;
	top: 3px;
	display: block;
	width: 15px;
	height: 12px;
	background-image: url(images/templateimages/asc_icon.gif);
	background-repeat: no-repeat;
}


ul
{
	padding: 0px;
	margin: 0px;
}

li
{
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

a{
	color:#2191C8;
	font-weight:normal;
	text-decoration: none;
}
a:HOVER{
	text-decoration: underline;
}


H1{
	font-size: 16px;
	font-weight: bold;
	color: #005596;
	border-bottom: 2px dotted #005596;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

H2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #7AC142;
	padding-bottom: 0px;
}

H3{
	font-size: 14px;
	font-weight: bold;
}

H4{
	padding-top:0px;
	margin-top: 0px;
	font-size:14px;
	color: #89BC3D;
	font-weight: bold;
	margin-bottom: 0px;
}

H5{
	font-size:11px;
	color:#2191C8;
	font-weight: bold;
}

H6{
	font-size:11px;
}


form{
	margin:0px;
	padding:0px;
}

.full_width
{
	width: 100%;
}

#container
{
	background-image: none;
	padding-left: 0px;
}

#maincontent
{
	width: 995px;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 0px;

}

#header
{
	display: none;
}

#content
{
	min-height: 250px;
	height: auto !important;
	height: 300px;
	padding-top: 5px;
	padding-bottom: 140px;
	position: relative;
}

#menu
{
	display: none;
}

#left_menu
{
	display: none;
}

#right_content
{
	margin-left: 0px;
	float: left;
	width: 100%;
	margin-right: 21px;
	padding-top: 10px;
}


#home_content
{
	margin-left: 0px;
	float: left;
	width: 100%;
	margin-right: 21px;
	padding-top: 10px;
}

#truck_holder_road
{
	display: none;
}

#truck_holder_truck
{
	display: none;
}

#truck_holder_truck img
{
z-index: 1;
}

#footer
{
	display: none;
}


#content{
	float: left;
}

#login_column
{
	display: none;
}

.normal_textbox
{
	width: 180px;
}

.long_textbox
{
	width : 300px;
}

.error_row
{
	background-color:#FFCC00;
}
.error_row td
{
	border-bottom: 2px solid #ffffff;

}
.error_message
{
	color: #dd0000;
}

.button,
.submit_button
{
	background-color: #005596;
	border: 1px solid #333333;
	color: #FFFFFF;
	height: 22px;
	cursor: pointer;
	vertical-align: middle;
}
.submit_button
{
	width: 180px;
}

.date_picker_holer
{
	position: relative;
	float: left;
}
.ui-datepicker-trigger
{
	margin: 0px;
	cursor: pointer;
	padding: 0px;
	position: absolute;
	right: -25px;
	top: 2px;
}

.compulsory_mark

{
	color:#3A7491;
	font-size: 14px;
}

.even_row
{
	background-color: #CEFAAC;
}

.odd_row
{
	background-color: #C9E9FA;
}

.even_row td,
.odd_row td
{
	border-bottom: 1px solid #ffffff;
}

.hidden
{
	display: none;
}

#mask {  
   position:absolute;  
   top: 0px;
   z-index:9000;  
   background-color: #000000;  
   display:none;  
   left: 0px;
 }  

.window {  
   position:absolute;  
   display:none;  
   z-index:9999;  
   padding:20px;  
   display: none;
   background-color: #FFFFFF;
}  
   
   
 /* Customize your modal window here, you can add background image too */  
#ajaxLoadingDialog {  
   text-align: center;
} 

#ajaxResponseDialog
{
	
} 

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
	clear: both;
} 
/* End hide from IE-mac */


#admin_left_menu
{
	display: none;
}

#admin_content
{
	margin-left: 0px;
	width: 100%;
}

#admin_right_column
{
	display: none;
}
}



