@charset "UTF-8";
/* CSS Document */

* {
	font-family: lato, sans-serif;
}

body, p, a, li, span, div, td {
	font-size: 13px;
}
body {
	spacing:0px; margin: 0px; padding: 0px; background-color: #fff; color: #111; padding-top: 60px;
	height:100%, overflow:auto;
}

a {
	color: #C03;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {font-weight: bold;}

.red, .error {
	color: #C03;
}


#mainmenu {background-color: #fff; width: 100%;}
#mainmenu ul { margin: 0px; padding: 0px; padding-left: 30px; border-bottom: 2px solid #C03;}
#mainmenu ul li a {display: block; padding: 12px 10px 12px 10px;}
#mainmenu ul li.active ul li a {font-weight: normal;}
#mainmenu ul li.active a {font-weight: bold;}
#mainmenu ul li a:hover { text-decoration: none; background-color: #c03; color: #fff;}
#mainmenu ul ul { margin: 0px; padding: 0px; border-bottom: none; }
#mainmenu ul li { list-style-type: none; display: inline-block;}
#mainmenu ul li ul { display: none; position:absolute; left: 190px;}
#mainmenu ul li:hover ul { display:block; width: 100%; }
#mainmenu ul li ul li a {display: block; padding: 6px 5px 6px 5px; color:#666; margin-top: 2px;}
#mainmenu ul li ul li a:hover { text-decoration: none; background-color: #fff; color: #C03;}

#main {
	padding-top: 8px;
	padding-left: 40px;
	vertical-align: top;
	height:100%, overflow:auto;
}
	
#logo {
	margin-left: 10px;
	font-size: 15px;
	font-weight: 200;
}

h1 {
	font-weight: 200;
	font-size: 30px;
	border-top: 1px solid #999;
	padding-top: 25px;
}

h2 {
	font-weight: 4	00;
	font-size: 15px;
	margin-top: 10px;
	padding-top: 0px;
	color: #c03;
}

div.formcard {
	border: 1px solid #999;
	padding: 10px;
	color: #333; 
	background-color: #fcfcfc;	
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
}
div.formcard table tr td {
	padding: 3px;
} 
div.formcard input[type=text] {
	width: 265px;
}
div.submit input[type=submit] , div.submit input[type=reset] , div.submit input[type=button], #editobr, #pdf {
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #C03;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 10px;
	margin: 0px;
}
div.submit input[type=reset]{
	background-color: #a0a0a0;
}
div.submit input[type=button], #editobr, #pdf {
	background-color: #fff;
	border: 1px solid #C03;
	color: #C03;
	float: left;
}

div.error {
	color: #C03;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px; 
	padding-left: 15px;
}

div.confirm {
	color: #666;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px; 
	padding-left: 15px;
}

span.required {
	color: #C03;
	font-size: 18px;
	font-weight: bold;
}

div.front {
	position: absolute; left: 50%; top: 50%;margin-top: -160px; margin-left: -160px; width: 320px;  height: 320px;
	border-top: none;
}
div.front h1 {border-top: none;}
div.front input[type=text] {width: auto;}
div.logo {font-size: 28px; text-align: center; font-weight: 200; border-bottom: 2px solid #c03;padding-bottom: 20px;}

#tablegrid table {
	font-size:12px;
	text-align:left;
	border-collapse:collapse;
}

#tablegrid table th{
	font-size:14px;
	font-weight:normal;
	color:#C03;
	padding: 12px 15px;
}

#tablegrid table td{
	color:#666;
	border-top: 1px dotted #9c9093;
	padding:10px 15px;}

.oce-first{background:#d0dafd;border-right:10px solid transparent;border-left:10px solid transparent;}

#tablegrid table tr:hover td {
	color:#333;
	background:#fdf6f9;
}
#tablegrid table tr.active td {
	color:#fff;
	background:#C03;
}

#pagination  {
	text-align: center;
	padding-top: 5px;
	border-top: 1px dotted #9c9093;
}
#pagination a {
	display: inline-block;
	padding:3px;
}

#pagination a.current {
	color: #333;
	font-weight: bold;
}

#pagination a:hover {
	text-decoration: none;
	font-weight: bold;
}

#left, #right {
	display: inline-block;
	float: left;
}
#right {padding-left: 100px; display: none;}

td.mini, span.mini {font-size: 11px; font-weight: 200; font-style:italic;}

#excelcontent {
	width:10px;
	height: 10px;
	border: 0px;
}

.pleasewait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255,255,255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .pleasewait {
    display: block;
}

tr.status2 {
	background-color:#e3fa91;
}
tr.status1 {
	background-color:#fcfcfc;
}

.ui-datepicker .ui-datepicker-prev {
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
}
.ui-datepicker .ui-datepicker-next {
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
}
