﻿@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

table {
	border-spacing: 0;
}


html, body{
	height:100%;
	}


body{
	background:#f7faff url(../Images/body-bg.jpg) top repeat-x;
	font-family:'Open Sans',Calibri, Arial;
	font-size:13px;
	}
	
a{
	//color:expression(this.parentNode.currentStyle['color']);
	color:inherit !important;
	text-decoration:none;
	outline:none;
	}
.logoTextColor
{
    color:white !important;
}
/*a.hover {
    color: red;
    text-decoration: none;
}

a.hover:hover {
    text-decoration: underline;
}*/
a:hover {
    text-decoration: none;
}
	
a img{
	border:0;
	}
	
h1{
	font-size:20px;
	color:#020202;
	font-weight:bold;
	padding:5px 0px;
	font-family:'Droid Sans';
	}
	
::selection{
	background:#515a63;
	color:#FFFFFF;
	}
	
.container{
	min-height:100%;
	width:1200px;
	margin:0px auto -91px;
	}
	
.top-head{
	height:63px;
	position:relative;
	}
	
.logo{
	width:383px;
	height:54px;
	background:url(../Images/logo.png) top left no-repeat;
	position:absolute;
	top:4px;
	left:0px;
	}
	
.user-menu{
	border:1px solid #1f2327;
	-webkit-box-shadow: inset 0px 1px 1px 0px #adb1b9;
	-moz-box-shadow: inset 0px 1px 1px 0px #adb1b9;
	box-shadow: inset 0px 1px 1px 0px #adb1b9;
	position:absolute;
	top:17px;
	right:3px;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:2px 5px;
	font-size:12px;
	-webkit-box-shadow: 1px 1px 1px 0px #41464c;
	-moz-box-shadow: 1px 1px 1px 0px #41464c;
	box-shadow: 1px 1px 1px 0px #41464c;

	background:  #707885 ; 
	background: -moz-linear-gradient(top,  #707885 1%, #515a63 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#707885), color-stop(100%,#515a63)); 
	background: -webkit-linear-gradient(top,  #707885 1%,#515a63 100%); 
	background: -o-linear-gradient(top,  #707885 1%,#515a63 100%); 
	background: -ms-linear-gradient(top,  #707885 1%,#515a63 100%); 
	background: linear-gradient(top,  #707885 1%,#515a63 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707885', endColorstr='#515a63',GradientType=0 );
	}
	
.fl-l{
	float:left;
	}
	
.fl-r{
	float:right;
	}
	
.user-ico{
	margin-top:3px;
	margin-right:5px;
	}
	
.dd-img{
	padding-right:15px;
	background:url(../Images/down-arrow.png) right 5px no-repeat;
	float:left;
	}

.navigation{	
	-webkit-box-shadow: inset 1px 1px 1px #6fb4eb;
	-moz-box-shadow: inset 1px 1px 1px #6fb4eb;
	box-shadow: inset 1px 1px 1px #6fb4eb;
	margin-top:16px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border:1px solid #2c81da;
	background: rgb(91,168,231);
	background: -moz-linear-gradient(top, rgba(91,168,231,1) 0%, rgba(64,131,210,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,168,231,1)), color-stop(100%,rgba(64,131,210,1)));
	background: -webkit-linear-gradient(top, rgba(91,168,231,1) 0%,rgba(64,131,210,1) 100%);
	background: -o-linear-gradient(top, rgba(91,168,231,1) 0%,rgba(64,131,210,1) 100%);
	background: -ms-linear-gradient(top, rgba(91,168,231,1) 0%,rgba(64,131,210,1) 100%);
	background: linear-gradient(top, rgba(91,168,231,1) 0%,rgba(64,131,210,1) 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba8e7', endColorstr='#4083d2',GradientType=0 );
	}
	
ul.main-menu{
	height:38px;
	font-family:'Droid Sans';
	float:left;
	width:700px;	
	}
	
ul.main-menu>li{
	padding:9px 12px 8px 12px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	}
	

ul.main-menu>li:hover>a{
	background:#4a93e0;
	color:#FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 1px 1px 1px 0px #366ba3;
-moz-box-shadow: inset 1px 1px 1px 0px #366ba3;
box-shadow: inset 1px 1px 1px 0px #366ba3;
	}
	
ul.main-menu>li>a{
	padding:3px 6px 4px 6px;
	}
	
ul.main-menu>li>a:hover{
	background:#4a93e0;
	color:#FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 1px 1px 1px 0px #366ba3;
-moz-box-shadow: inset 1px 1px 1px 0px #366ba3;
box-shadow: inset 1px 1px 1px 0px #366ba3;
	}
	

ul.main-menu li.active{
	-webkit-box-shadow: inset 0px 1px 1px 0px #ffffff;
	-moz-box-shadow: inset 0px 1px 1px 0px #ffffff;
	box-shadow: inset 0px 1px 1px 0px #ffffff;
	color:#4a93e0;
	padding:17px 18px 11px 18px;
	margin-top:-5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 2px 0px 0px 3px #00000;
	-moz-box-shadow: 2px 0px 0px 3px #00000;
	box-shadow: 2px 0px 0px 3px #00000;
	background: rgb(236,245,252);
	background: -moz-linear-gradient(top, rgba(236,245,252,1) 1%, rgba(245,250,254,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(236,245,252,1)), color-stop(100%,rgba(245,250,254,1)));
	background: -webkit-linear-gradient(top, rgba(236,245,252,1) 1%,rgba(245,250,254,1) 100%);
	background: -o-linear-gradient(top, rgba(236,245,252,1) 1%,rgba(245,250,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,245,252,1) 1%,rgba(245,250,254,1) 100%);
	background: linear-gradient(top, rgba(236,245,252,1) 1%,rgba(245,250,254,1) 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf5fc', endColorstr='#f5fafe',GradientType=0 );
	}

ul.main-menu li ul{
	display:none;
	width:200px !important;
	position:absolute;
	display:block;
	top:30px;
	z-index:99999 !important;
	left:10px;
	font-family:'Open Sans';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #fafcfe;
	-moz-box-shadow: inset 0px 1px 1px 0px #fafcfe;
	box-shadow: inset 0px 1px 1px 0px #fafcfe;
	border:1px solid #cdcdcd;
	background: rgb(235,243,251);
	background: -moz-linear-gradient(top, rgba(235,243,251,1) 0%, rgba(226,236,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,243,251,1)), color-stop(100%,rgba(226,236,247,1)));
	background: -webkit-linear-gradient(top, rgba(235,243,251,1) 0%,rgba(226,236,247,1) 100%);
	background: -o-linear-gradient(top, rgba(235,243,251,1) 0%,rgba(226,236,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,243,251,1) 0%,rgba(226,236,247,1) 100%);
	background: linear-gradient(top, rgba(235,243,251,1) 0%,rgba(226,236,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf3fb', endColorstr='#e2ecf7',GradientType=0 );
	}
	
.dialogzone {
	z-index:45 !important;
	}
	
ul.main-menu li:hover ul{
	width:200px !important;
	position:absolute;
	display:block;
	top:30px;
	z-index:99999;
	left:10px;
	font-family:'Open Sans';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #fafcfe;
	-moz-box-shadow: inset 0px 1px 1px 0px #fafcfe;
	box-shadow: inset 0px 1px 1px 0px #fafcfe;
	border:1px solid #cdcdcd;
	background: rgb(235,243,251);
	background: -moz-linear-gradient(top, rgba(235,243,251,1) 0%, rgba(226,236,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,243,251,1)), color-stop(100%,rgba(226,236,247,1)));
	background: -webkit-linear-gradient(top, rgba(235,243,251,1) 0%,rgba(226,236,247,1) 100%);
	background: -o-linear-gradient(top, rgba(235,243,251,1) 0%,rgba(226,236,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,243,251,1) 0%,rgba(226,236,247,1) 100%);
	background: linear-gradient(top, rgba(235,243,251,1) 0%,rgba(226,236,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf3fb', endColorstr='#e2ecf7',GradientType=0 );
	}
	
ul.main-menu li:hover ul li:hover ul
{
    display:block;
    position:absolute;
    top:0px;
    left:200px !important;
    z-index:99999;
}
	
ul.main-menu li ul li{
	padding:3px 20px;
	margin-top:3px;
	color:#478edc;
	font-size:13px;
	font-weight:normal;
	position:relative !important;
	}
	
ul.main-menu li ul li:hover{
	background:#5ba9e8;
	color:#FFF;
	}
	

ul.main-menu li ul li.selected{
	background:#4a93e0;
	color:#FFFFFF;
	font-weight:600;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 1px 1px 1px 0px #366ba3;
	-moz-box-shadow: inset 1px 1px 1px 0px #366ba3;
	box-shadow: inset 1px 1px 1px 0px #366ba3;
	}
	



	
.navs-cont{
	height:41px;
	border-bottom:1px solid #d0d0d0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(245,250,254,0.96) 26%, rgba(245,250,254,1) 27%, rgba(245,250,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(26%,rgba(245,250,254,0.96)), color-stop(27%,rgba(245,250,254,1)), color-stop(100%,rgba(245,250,254,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(245,250,254,0.96) 26%,rgba(245,250,254,1) 27%,rgba(245,250,254,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(245,250,254,0.96) 26%,rgba(245,250,254,1) 27%,rgba(245,250,254,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(245,250,254,0.96) 26%,rgba(245,250,254,1) 27%,rgba(245,250,254,1) 100%);
background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(245,250,254,0.96) 26%,rgba(245,250,254,1) 27%,rgba(245,250,254,1) 100%);
behavior: url(PIE.htc);/*
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5fafe',GradientType=0 );*/
	}
	
	
.search-top{
	width:20px;
	height:21px;
	float:right;
	margin:8px 9px 0 0;
	position:relative;
	}
	
.search-top input{
	float:right;
	width:126px;
	height:21px;
	background:url(../Images/search-input-bg.png) top right no-repeat;
	border:0;
	}
	
.search-top img{
	float:right;
	position:absolute;
	top:0px;
	right:0px;
	}
	
.clear{
	clear:left;
	}
	
	
.body-cont-module{
	padding:17px;
	background:url(../Images/body-bg-w.jpg) repeat-y;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top:16px;
	-webkit-box-shadow: 0px 1px 1px 1px #ebedf2;
	-moz-box-shadow: 0px 1px 1px 1px #ebedf2;
	box-shadow: 0px 1px 1px 1px #ebedf2;
	behavior: url(PIE.htc);
	}

.body-cont {
    padding: 17px;
    /*background:url(../Images/body-bg-w.jpg) repeat-y;*/
    background-color: white;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    -webkit-box-shadow: 0px 1px 1px 1px #ebedf2;
    -moz-box-shadow: 0px 1px 1px 1px #ebedf2;
    box-shadow: 0px 1px 1px 1px #ebedf2;
    behavior: url(PIE.htc);
}
	
.dg-tbl, .frm-tbl{
	margin:5px 0 0 0;
	/*border:1px solid #ced7e0;*/
	font-family:'Open Sans';
	}
	
.dg-tbl tr th, .frm-tbl tr th{
	height:36px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #f8fafc;
-moz-box-shadow: inset 0px 1px 1px 0px #f8fafc;
box-shadow: inset 0px 1px 1px 0px #f8fafc;
	border-bottom:1px solid #ced7e0;
	font-weight:600;
	font-family:'Open Sans';
	font-size:16px;
	color:#2c2c2c;
	text-align:left;
	padding-left:7px;
	background: rgb(236,243,251);
	background: -moz-linear-gradient(top, rgba(236,243,251,1) 1%, rgba(226,237,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(236,243,251,1)), color-stop(100%,rgba(226,237,247,1)));
	background: -webkit-linear-gradient(top, rgba(236,243,251,1) 1%,rgba(226,237,247,1) 100%);
	background: -o-linear-gradient(top, rgba(236,243,251,1) 1%,rgba(226,237,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,243,251,1) 1%,rgba(226,237,247,1) 100%);
	background: linear-gradient(top, rgba(236,243,251,1) 1%,rgba(226,237,247,1) 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf3fb', endColorstr='#e2edf7',GradientType=0 );
	}
	
.dg-tbl tr td, .frm-tbl tr td{
	height:34px;
	padding:3px 7px;
	}
	
.dg-tbl tr.odd{
	
	}
	
.dg-tbl tr.odd td{
	border-bottom:1px solid #ebeef1;
	background:#ffffff;
	font-size:12px;
	color:#3f454c;
	}
	
.dg-tbl tr.even{
	
	}
	
.dg-tbl tr.even td{
	border-bottom:1px solid #ebeef1;
	background:#f8fafc;
	font-size:12px;
	color:#3f454c;
	}
	
.dg-tbl tr.odd td:first-child, .dg-tbl tr.odd td:nth-child(3), .dg-tbl tr.even td:first-child, .dg-tbl tr.even td:nth-child(3){
	text-align:left;
	padding-right:5px;
	width:174px;
	}
	
.dg-tbl tr.odd td:nth-child(2), .dg-tbl tr.even td:nth-child(2){
	border-right:1px solid #eaedf0;
	font-weight:bold;
	}
	

.dg-tbl tr.odd td:nth-child(3), .dg-tbl tr.even td:nth-child(3){
	border-left:1px solid #FFFFFF;
	}	

.dg-tbl tr.odd td:nth-child(4), .dg-tbl tr.even td:nth-child(4){
	font-weight:bold;
	}


.dg-tbl tr.odd td:nth-child(2), .dg-tbl tr.odd td:nth-child(4), .dg-tbl tr.even td:nth-child(2), .dg-tbl tr.even td:nth-child(4){
	text-align:left;
	padding-left:10px;
	width:275px;
	}
	
.settings-ico{
	width:22px;
	height:21px;
	float:right;
	margin:0 5px 0 0;
	background:url(../Images/settings-ico.png) top left no-repeat;
	}
	
.minimize-ico{
	width:22px;
	height:21px;
	float:right;
	margin:0 5px 0 0;
	background:url(../Images/minimize-ico.png) top left no-repeat;
	}


ul.module-list{
	margin:10px 0 0 0;
	padding:0px;
	width:981px;
	}
	
ul.module-list li{
	float:left;
	margin-right:17px;
	margin-bottom:17px;
	}
	


.user-menu ul.user-sm{
	display:none;
	}
	
.user-menu:hover ul.user-sm{
	display:block;
	}
	
	
ul.user-sm{
	margin:0px;
	padding:0px;
	width:150px;
	position:absolute;
	background:#fff;
	top:18px;
	right:0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #1f2327;
	z-index:1;
	}
	
ul.user-sm li{
	padding-bottom:9px;
	padding-top:5px;
	font-size:12px;
	color:#1f2327;
	border-bottom:1px solid #1f2327;
	padding-left:10px;
	}
	
ul.user-sm li:last-child{
	border-bottom:none;
	}
	

.fieldset-cont{
	width:457px;
	float:left;
	}
fieldset.form{
	border:0;
	margin:10px 5px;
	}
	
fieldset.form dl{
	width:464px;
	margin:3px 0;
	display:block;
	}
	
fieldset.form dl dt{
	width:174px;
	margin:0px;
	padding:5px 0;
	float:left;
	}
	
fieldset.form dl dd{
	width:274px;
	margin:0px !important;
	padding:5px 0;
	float:left;
	text-align:left;
	}
	
fieldset.form dl dt span.label{
	font-size:12px;
	margin:4px 15px 0 0;
	color:#3F454C;
	font-weight:600;
	float:right;
	}
	
	
input.frm-main{
	width:190px;
	-webkit-box-shadow: inset 0px 0px 3px 1px #efefef;
	box-shadow: inset 0px 0px 3px 1px #efefef;
	border:1px solid #cccccb;
	padding:2px 5px;
	height:20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
input.frm-main:focus{
	border:1px solid #539fe4;
	outline:none;
	background:#fbfeff;
	}
	
select.frm-m {
	width:204px;
	}
	
	
/* Data Grid Contents */

.widget { /*width: 342px;*/ /*width: 100%;*/ margin-top: 10px; border: 1px solid #d5d5d5; display: block; background: #fafafa; clear: both; border-top: none; }
.head {
	
	-webkit-box-shadow: inset 0px 1px 1px 0px #f8fafc;
-moz-box-shadow: inset 0px 1px 1px 0px #f8fafc;
box-shadow: inset 0px 1px 1px 0px #f8fafc;
	border-bottom:1px solid #ced7e0;
	font-weight:bold;
	font-family:'Open Sans';
	color:#2c2c2c;
	text-align:left;
	background: rgb(236,243,251);
	background: -moz-linear-gradient(top, rgba(236,243,251,1) 1%, rgba(226,237,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(236,243,251,1)), color-stop(100%,rgba(226,237,247,1)));
	background: -webkit-linear-gradient(top, rgba(236,243,251,1) 1%,rgba(226,237,247,1) 100%);
	background: -o-linear-gradient(top, rgba(236,243,251,1) 1%,rgba(226,237,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,243,251,1) 1%,rgba(226,237,247,1) 100%);
	background: rgb(236,243,251);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf3fb', endColorstr='#e2edf7',GradientType=0 );
	
	
	
	 /*background: #efefef url(../../../Images/leftNavBg.png) repeat-x;*/ height: 38px; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; position: relative;
    top: 0px;
    left: 0px;
}
.widget .head h5, .table h5 { font-weight: 700; padding: 9px 12px 9px 20px; float: left; } 
.widget .body { padding: 12px 14px; }
.widget .normal h5, .accordion-close h5 { background: url(../../../Images/aNormal.png) no-repeat 15px 15px; padding: 9px 12px 9px 32px!important }
.widget .inactive h5, .accordion-open h5 { background: url(../../../Images/aInactive.png) no-repeat 12px 17px; padding: 9px 12px 9px 32px!important; }

.widget .num { float: right; display: inline-block; text-align: center; margin: 9px 12px 0 0; font-size: 11px; }
.widget .num span { margin-right: 10px; }
.widget .num a { background: url(../../Images/numDataBg.png) repeat-x; height: 19px; padding: 2px 5px; color: #fefefe; }

.widget .num a.blueNum { background-position: 0 0; border: 1px solid #606873; }
.widget .num a.blueNum:hover { background-position: 0 -19px; }
.widget .num a.blueNum:active { background-position: 0 -38px; }

.widget .num a.redNum { background-position: 0 -57px; border: 1px solid #9d382f; }
.widget .num a.redNum:hover { background-position: 0 -76px; }
.widget .num a.redNum:active { background-position: 0 -95px; }

.widget .num a.greenNum { background-position: 0 -114px; border: 1px solid #218516; }
.widget .num a.greenNum:hover { background-position: 0 -133px; }
.widget .num a.greenNum:active { background-position: 0 -152px; }

.widget .loader { float: right; margin: 14px 12px 0 0; }

.userLink { font-size: 16px; padding-top: 3px; display: block; margin-left: 25px; white-space: nowrap; }
.userWidget { padding: 6px 12px 0 12px; display: block; float: left; }



.tableStatic{
	font-size:12px;
    border:1px solid #e7e7e7;
	}

.tableStatic tbody th {
	 padding: 3px 0 2px 2px; text-align: left; border-left: 1px solid #D5D5D5; border-right:0; border-bottom: 1px solid #D5D5D5; font-size: 14px; color: #878787; height:35px } /* background: #efefef url(../Images/leftNavBg.png) repeat-x; */
.firstcoloumaligncenter tbody th:first-child {
    text-align: center !important;
}
.lastcoloumaligncenter tbody th:last-child {
    text-align: center !important;
}
        .tableStatic thead td:first-child { border-left: 0;  }

.tableStatic tbody tr { border-top: 1px solid #e7e7e7; }
.tableStatic tbody tr:nth-child(even) { background-color:#f5f5f5; }

.tableStatic tbody td { border-left: 1px solid #e7e7e7; border-right:0; border-bottom:0;padding: 8px 10px; vertical-align: middle; }
.tableStatic tbody td:first-child { border-left: 0; }


.tableStaticN{
	font-size:12px;
	}

.tableStaticN tbody th {
	 padding: 3px 0 2px 0; text-align: center; font-size: 11px; color: #878787; } /* background: #efefef url(../Images/leftNavBg.png) repeat-x; */
.tableStaticN thead td:first-child { border-left: none; }

.tableStaticN tbody tr { border-top: 1px solid #e7e7e7; }

.tableStaticN tbody td { padding: 8px 10px; vertical-align: middle; }
.tableStaticN tbody td:first-child { border-left: none; }




.tableStatic1{
	font-size:12px;
	}

.tableStatic1 tbody th {
	 text-align: center; font-size: 12px; color: #878787; } /* background: #efefef url(../Images/leftNavBg.png) repeat-x; */
.tableStatic1 thead td:first-child { border-left: none; }

.tableStatic1 tbody tr { border-top: 1px solid #e7e7e7; }
.tableStatic1 tbody tr:nth-child(even) { background-color:#f5f5f5; }

.tableStatic1 tbody td { border-left: 1px solid #e7e7e7; padding: 0px px; vertical-align: middle; }
.tableStatic1 tbody td:first-child { border-left: none; }

.login-cont{
	width:302px;
	height:257px;
	margin-left:auto;
	margin-right:auto;
	color:#3F454C;
	font-size:12px;
	font-weight:600;
	margin-top:150px;
	margin-bottom:150px;
	padding:89px 50px 0 50px;
	background:url(../Images/login-bg.png) top left no-repeat;
	}
	
.login-cont label{
	color:#3F454C;
	font-weight:600;
	font-size:12px;
	}
	
input, select, textarea{
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	}
	
input.login{
	-webkit-box-shadow: inset 0px 0px 3px 1px #efefef;
	box-shadow: inset 0px 0px 3px 1px #efefef;
	border:1px solid #cccccb;
	width:278px;
	padding:5px 10px;
	height:20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:10px 0;
	font-family:Arial;
	color:#000;
	}
	
input.login:focus{
	border:1px solid #539fe4;
	outline:none;
	background:#fbfeff;
	}
	
.remember-me-cont{
	width:130px;
	float:left;
	margin-top:7px;
	}
	
.remember-me-cont input{
	vertical-align:text-top;
	margin-right:5px;
	
	}
	
.fl-l{
	float:left;
	}
	
.fl-r{
	float:right;
	}
	
input.blue{
	padding:4px 18px;
	font-size:12px;
	cursor:pointer;
	font-weight:600;
	text-shadow:1px 1px 1px #16498a;
	color:#ffffff;
	border:1px solid #0f75a3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px 0px #f2f2f2;
	box-shadow: 1px 1px 0px 0px #f2f2f2;
	background: #a0d8ef;
	background: -moz-linear-gradient(top, #61b0e9 0%, #438ddf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61b0e9), color-stop(100%,#438ddf));
	background: -webkit-linear-gradient(top, #61b0e9 0%,#438ddf 100%);
	background: -o-linear-gradient(top, #61b0e9 0%,#438ddf 100%);
	background: -ms-linear-gradient(top, #61b0e9 0%,#438ddf 100%);
	background: linear-gradient(top, #61b0e9 0%,#438ddf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b0e9', endColorstr='#438ddf',GradientType=0 );
	}
	

input.blue:hover{
	background: #a0d8ef;
	background: -moz-linear-gradient(top, #61b0e9 0%, #61b0e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61b0e9), color-stop(100%,#61b0e9));
	background: -webkit-linear-gradient(top, #61b0e9 0%,#61b0e9 100%);
	background: -o-linear-gradient(top, #61b0e9 0%,#61b0e9 100%);
	background: -ms-linear-gradient(top, #61b0e9 0%,#61b0e9 100%);
	background: linear-gradient(top, #61b0e9 0%,#61b0e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b0e9', endColorstr='#61b0e9',GradientType=0 );
	}

	
	
input.grey{
	padding:4px 18px;
	font-size:12px;
	cursor:pointer;
	font-weight:600;
	text-shadow:1px 1px 1px #ffffff;
	color:#666666;
	border:1px solid #a5a5a6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px 0px #f2f2f2;
	box-shadow: 1px 1px 0px 0px #f2f2f2;
	background: #dadce1;
	background: -moz-linear-gradient(top, #eeeff1 0%, #dadce1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeff1), color-stop(100%,#dadce1));
	background: -webkit-linear-gradient(top, #eeeff1 0%,#dadce1 100%);
	background: -o-linear-gradient(top, #eeeff1 0%,#dadce1 100%);
	background: -ms-linear-gradient(top, #eeeff1 0%,#dadce1 100%);
	background: linear-gradient(top, #eeeff1 0%,#dadce1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff1', endColorstr='#dadce1',GradientType=0 );
	}
	
input.grey:hover{
	background: #dadce1;
	background: -moz-linear-gradient(top, #eeeff1 0%, #eeeff1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeff1), color-stop(100%,#eeeff1));
	background: -webkit-linear-gradient(top, #eeeff1 0%,#eeeff1 100%);
	background: -o-linear-gradient(top, #eeeff1 0%,#eeeff1 100%);
	background: -ms-linear-gradient(top, #eeeff1 0%,#eeeff1 100%);
	background: linear-gradient(top, #eeeff1 0%,#eeeff1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff1', endColorstr='#eeeff1',GradientType=0 );	
	}
	
.btn-mb{
	margin-left:7px;
	}
	
	
.push{
	height:80px;
	}
	
	
.footer{
	background:url(../Images/btm-bg.gif);
	font-size:12px;
	color:#3f454c;
	height:60px;
	padding-top:10px;
	margin-top:20px;
	}
	
.fcont{
	width:966px;
	margin:0px auto;
	}
	
.required{
	font-size:12px;
	margin:4px 15px 0 0;
	color:#3F454C;
	font-weight:600;
	float:right;
	}
.required:before{
	color:#F00 !important;
	content:'* ' ;
	}

#MainMenu
{
    width:960px !important;
    float:left;
    }
	
	

input.ap-main, textarea.ap-main{
	width:190px;
	-webkit-box-shadow: inset 0px 0px 3px 1px #efefef;
	box-shadow: inset 0px 0px 3px 1px #efefef;
	border:1px solid #cccccb;
	padding:2px 5px;
	height:15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
textarea.ap-main-contact{
	width:500px;
	-webkit-box-shadow: inset 0px 0px 3px 1px #efefef;
	box-shadow: inset 0px 0px 3px 1px #efefef;
	border:1px solid #cccccb;
	padding:2px 5px;
	height:150px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
input.ap-main:focus{
	border:1px solid #539fe4;
	outline:none;
	background:#fbfeff;
	}
	
select.ap-main {
	width:204px;
	}
	
.form-numbering{
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#6FB4EB;
	color:#FFF;
    padding:2px 7px;
	margin:0 0 0 10px;
	}
	
.form-sub-numbering{
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#999;
	color:#FFF;
    padding:3px 5px;
	}
	
table.frm-grants{
	margin:10px 0 20px 0;
	}
	
table.frm-grants-inner{
	margin:2px 20px;
	color:#666;
	}
	
.frm-gr{
	width:279px !important;
	height:35px !important;
	}
	

.form-main-heading{
	font-family:"Open Sans", 'Candara', Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#6FB4EB;
	text-transform:none;
	text-align:center;
	margin:10px 0 30px 0; 
	}
	
.form-main-heading span{
	border-bottom:1px solid #6FB4EB;
	}
	
	
	
.up-left{
	float:left;
	width:430px;
	}
	
.up-right{
	float:right;
	width:450px;
	margin-left:10px;
	margin-bottom:10px;
	}
	
.combo-cont-up{
	margin:0 0 5px 0;
	padding:15px;
	border:1px solid #d0dbc5;
	background: rgb(249,252,247);
	background: -moz-linear-gradient(top, rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,1)), color-stop(100%,rgba(245,249,240,1))); 
	background: -webkit-linear-gradient(top, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); 
	background: -o-linear-gradient(top, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); 
	background: linear-gradient(top, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 );
	}
	
.combo-cont-up ul{
	width:800px;
	}
	
.combo-cont-up ul li{
	width:200px;
	float:left;
	margin-bottom:3px;
	}
	
.combo-cont-up ul li.first{
	width:150px !important;
	text-align:right;
	padding-right:20px;
	padding-top:3px;
	}

.combo-cont-up ul li select{
	width:200px;
	}
	
.tbl-scroll{
	height:350px;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:left;
	font-weight:600;
	font-size:13px;
	}
	
.tbl-scroll input[type="checkbox"], .tbl-scroll ul li img{
	margin:0 5px;
	}
	
.tbl-scroll input[type="checkbox"]{/*margin-top:4px;*/ vertical-align:middle;}
	
.tbl-scroll ul{
	/*padding:3px 20px 7px 30px;*/
	}
	
	

	
.np{
	padding:0px !important;
	background:#fff;
	}
	
.tbl-scroll ul li{
	margin:1px;
	padding:5px 10px;
	background:#fcfcfc;
	border-top:1px solid #f0f3f5;
	border-bottom:1px solid #f0f3f5;
	}
	
.tbl-scroll ul ul li{
	padding-left:40px;
	}
	
.tbl-scroll ul ul ul li{
	padding-left:90px;
	}
	
	

.clear{clear:both;}


ul.actions{
	margin:0px;
	display:block;
	width:350px;
	width:300px \9;
	}
	
ul.actions li{
	width:200px;
	width:250px \9;
	text-align:center;
	background:none;
	border:none;
	float:left;
	float:none \9;
		}
	
ul.actions li.firstli{
	width:100px;
	width:130px \9;
	float:left;
	display:block;
	}
	
.autocomplete_completionListElement1
{
    margin : 0px!important ;
    background-color : white ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor : 'default' ;
    overflow :visible ;
    height :auto ;    
    font-size : small ;
    text-align : left ;
    list-style-type : none ;
    z-index:100002 !important;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem1
   {
    background-color : #5EA9E7 ;
    color : black ;
    padding : 1px ;
    cursor:pointer;
    width:400px;
    }

    /* AutoComplete item */
.autocomplete_listItem1
    {
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
    width:400px;
   }

.whp {
    width:100%;
}

.lastC {
      float: right;
  margin-right: -4px;
}

.frm-grants tr td {
    padding:3px;
}

.page-header {
    padding: 0;
    border-bottom-style: inset;
}

/*No Print -10-21-2019*/
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}


/*Toggle -10-21-2019*/
.toggle-header {
    text-align: right;
    cursor: pointer;
}
.toggle-container {
    width: 100%;
    background-color: ghostwhite;
    margin-bottom: 10px;
    border-bottom-style: inset;
}


.print-and-export{
     text-align: right; 
     margin: 10px; 
     float: right;
}


.popup-table{

}
.popup-table div {
    height:65% !important;
}
.popup-table input[type=image] {
    margin-right: 5px !important;
}
.popup-table span {
    color: white !important;
}
    .popup-table th {
        background: #2c81da9c !important;
        -webkit-box-shadow: none !important;
    }


.mini-width{
	width:185px !important;
}