#header{
	width:100%;
	height:100px; 
	color:#333333;
	background-color: #ECFFE3;
	background-image: -moz-linear-gradient(top, #ffffff, #ECFFE3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ECFFE3));
	background-image: -webkit-linear-gradient(top, #ffffff, #ECFFE3);
	background-image: -o-linear-gradient(top, #ffffff, #ECFFE3);
	background-image: linear-gradient(to bottom, #ffffff, #ECFFE3);
	background-repeat: repeat-x;
}
#header h3 {margin:0px;}
#header2{width:100%; background-color:#004208; color:#FFFFFF; }
#header3{width:100%; background-color:#28092F; color:#FFFFFF; }
#contents{width:100%; min-height:350px; background-color:#EDEDED}
.contents-70{width:70%; margin-left:2%; background-color:#eee}
.contents-30{width:30%; margin-left:2%; background-color:#eee}
#footer{width:100%; background-color:#004208; color:#FFFFFF}
.message {color:#FF0000; font-weight:bold; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; padding:15px; padding-bottom:25px;}
.btn-no-bottom{border-bottom:0px!important; border-bottom-right-radius:0px!important; border-bottom-left-radius:0px!important;}

#main_content {
padding-top: 34px;
padding-bottom: 40px;
padding: 15px;
z-index: 0;
font-size: 12px;
min-width: 960px;
min-height:470px;
line-height: 1.4;
font-family: sans-serif;
color: #222;
line-height: 1.4;
}

.dashboard_contents {
border: 1px solid #dbdbdb;
background-color: white;
margin-top: 0;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-topleft: 7px;
-webkit-border-top-right-radius: 7px;
-webkit-border-top-left-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
min-height: 465px;
}

.details_bar
{
line-height:18px; 
padding:10px; 
font-weight:bold; 
color:#FFFFFF; 
background-color:#0099CC; 
border-top-right-radius:10px;border-top-left-radius:10px;
}

.details-contents
{
border: 1px solid #dbdbdb;
background-color: white;
margin-top: 0;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
margin:0px 0px 20px 0px;
}

.details-contents p
{
 padding:8px; margin:0px; font-size:12px;
}

.bordered-contents
{
border:#009900 1px solid;
background-color: white;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-topleft: 7px;
-webkit-border-top-right-radius: 7px;
-webkit-border-top-left-radius: 7px;
padding:10px;
}

table.middle td, table.middle th{
vertical-align:middle !important;
}

#main_content table.dashboard_table {
width: 100%;
}

#main_content table.dashboard_table td {
border: 0;
padding: 0;
text-align: center;
vertical-align: bottom;
width: 20%;
white-space: nowrap;
}

#main_content a {
font-size:13px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
margin-bottom: 5px;
margin-top: 5px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader.gif) center no-repeat #fff;
	opacity:0.9;
}

.small {
padding:4px 7px !important;
font-size:12px !important;
}

.input_fit{
margin:0px auto;
font-size:11px !important;
width:150px;
}
.ui-autocomplete {display: inline-block; overflow: auto; overflow-x:hidden; max-height:400px; width:356px}
.dropdown-menu .divider {margin:0px 1px; border:none}
.dropdown-menu > li > a {padding: 8px 20px;}

@media print
{    
    .no-print, .no-print *, #header, #footer, #header2, .btn
    {
        display: none !important;
    }
	
	a[href]:after
	{
    content: none !important;
  	}
}