﻿@charset "utf-8";
body {
	margin:0px 0px 0px 0px;
	background-color:#f2f2f2;
	margin:0;
	min-height:100%;
	padding:0px; 
	width:100%;
	background-color:#99dbfd; 
	font-family:Arial;
	background-image: url(../images/body_bg.png);
	background-repeat:repeat-x;
	font-size:12px;
	color:#070707;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
}
.container{
	padding:0px;
	overflow:hidden;
	max-width:1366px;
	margin:0px auto;
	min-width:1002px;
}
.wtext{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:16px;
}

.headtext{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#134a67;
	font-weight:bold;
}
.headtextwhite{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
.loginheadtext{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:15px;
}
.loginfont{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#2b2c2d;
}
.login_bg{
	background-color:#238bbf;
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.login_whitebg{
	background-color:#ffffff;
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.reports-table th
{
    font-family: Times New Roman;
	font-size:12px;
}

.hd_gd{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ffffff;
	height:25px;
	font-weight:bold;
	border-top:#026873 solid 1px;
	border-left:#026873 solid 1px;
	padding:4px;
	background-color:#238bbf;
}
.gd_row{ BORDER-RIGHT: #026873 1px solid ; BORDER-BOTTOM:#026873 solid 1px;
	
}
.normalRow{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#343434;
	padding:3px;
	height:20px;
	background-color:#ffffff;
	border-left: #026873 solid 1px;
	border-top:#026873 solid 1px;
}
.alternateRow{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#343434;
	padding:3px;
	height:20px;
	background-color:#ebecec;
	border-top:#026873 solid 1px;
	border-left: #026873 solid 1px;
}
.footer {	
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}

ul, li 
{	
	text-align:left;
}
INPUT, TEXTAREA {
	
	border: 1px solid #a4a4a4;
            padding:3px 0;
            text-align: center; 
			background: #ffffff; 
            background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee)); 
            background: -webkit-linear-gradient(#ffffff, #eeeeee); 
            background: -moz-linear-gradient(#ffffff, #eeeeee); 
            background: -ms-linear-gradient(#ffffff, #eeeeee); 
            background: -o-linear-gradient(#ffffff, #eeeeee); 
            background: linear-gradient(#ffffff, #eeeeee); 
            -pie-background: linear-gradient(#ffffff, #eeeeee);			
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: #aaaaaa 0px 2px 3px;
            -moz-box-shadow: #aaaaaa 0px 2px 3px; 
            box-shadow: #aaaaaa 0px 0px 3px;
			font-family:Arial, Helvetica, sans-serif, serif;
			font-weight: normal;
			clear:left;
			font-size:11px;
			color:#000000;
			text-align:left;
			padding-left:3px;
	
}
SELECT {
	border: 1px solid #999a9d;
            
            text-align: center; background-color:#ffffff;
            background: #ffffff; 
            background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee)); 
            background: -webkit-linear-gradient(#ffffff, #eeeeee); 
            background: -moz-linear-gradient(#ffffff, #eeeeee); 
            background: -ms-linear-gradient(#ffffff, #eeeeee); 
            background: -o-linear-gradient(#ffffff, #eeeeee); 
            background: #ffffff; 
            -pie-background: linear-gradient(#ffffff, #eeeeee); 
			font-family:Arial, Helvetica, sans-serif; 
			font-weight: normal; 
			 -pie-background: linear-gradient(#ffffff, #eeeeee);			
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: #aaaaaa 0px 2px 3px;
            -moz-box-shadow: #aaaaaa 0px 2px 3px; 
            box-shadow: #aaaaaa 0px 0px 3px;
			clear:left; 
			font-size:10px; 
			color:#000000; 
			text-align:left;
}
/* Buttons Starts */



.searchShade {	background: #dbf1f8; 
            background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dbf1f8), to(#fbfdfe)); 
            background: -webkit-linear-gradient(#dbf1f8, #fbfdfe); 
            background: -moz-linear-gradient(#dbf1f8, #fbfdfe); 
            background: -ms-linear-gradient(#dbf1f8, #fbfdfe); 
            background: -o-linear-gradient(#dbf1f8, #fbfdfe); 
            background: linear-gradient(#dbf1f8, #fbfdfe); 
            -pie-background: linear-gradient(#dbf1f8, #fbfdfe);
	         border: 1px solid #9fccdc; color:#ffffff;
            padding:2px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-box-shadow: #9bcada 0px 2px 3px;
            -moz-box-shadow: #9bcada 0px 2px 3px; 
            box-shadow: #9bcada 0px 0px 3px;
}


.blockbold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#312f2f;
	font-weight:bold;
}
.reportheader{
	background-color:#e9eff6;
	border:#b4cbe2 solid 1px;
	 font-size:14px;
	 font-weight:bold;
	 color:#000000;
	 font-family:Verdana, Geneva, sans-serif;
}


.formbg1 {
	background-color:#dde5ef; padding-left:6px; padding:3px; text-align:left; vertical-align:middle; font-size:11px;  font-weight:700; height:23px; color:#4c4c4c; height:23px;
}
.formbg2 {
	background-color:#ffffff; padding-left:6px;  padding:3px;  border-bottom:1px #b0b0b0 solid; text-align:left; vertical-align:middle; font-size:11px;  font-weight:800;
}
.formbg3 {
	background-color:#f4f4f4; padding-left:6px;   padding:3px; border-bottom:1px #b0b0b0 solid; text-align:center; vertical-align:middle; font-size:11px;  font-weight:normal; padding-bottom:4px; padding-top:4px;
}
.formhd {
	background-color:#8ad7fe; padding-left:6px;  padding:3px; text-align:left; vertical-align:middle; font-size:11px;  font-weight:700; height:23px; color:#000000;
}

/* Form Ends */



.reportlink li{
	text-decoration:none;
	list-style:none;
	padding-left:10px;
	padding-top:8px;
	font-size:12px;
	padding-bottom:8px;
	font-weight:bold;
	vertical-align:middle;
	border-left:#ccc solid 10px;
	border-bottom:#ccc dotted 2px;
	
}
.reportlink li:hover{
	background-color:#e4e2e4;
	cursor:pointer;
	font-weight:bold;
	border-left:#b74c05 solid 10px;

}
.reportlink li:hover a{
	color:#ff6533 !important;
}
ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
a.linkss{
	font-family: arial;
	font-size:12px;
	color:#007ac8;
	font-weight:bold;
	padding-top:5px;
	vertical-align:middle;
	text-decoration:none;
	list-style:none;
}
.headingwhite{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#0a3b8b;
	padding-left:10px;
	
}
myButton {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.myButton:active {
	position:relative;
	top:1px;
}
