﻿body
{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
	text-decoration: none;
	margin: 0px;
}
.FieldLabel
{
	font-weight: normal;
	font-size: 9pt;
	vertical-align: middle;
	text-transform: none;
	color: #333333;
	direction: ltr;
	font-style: italic;
	font-family: Verdana;
	position: static;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}
.ValueLabel
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	text-transform: none;
	color: #333333;
	direction: ltr;
	font-style: normal;
	font-family: Verdana;
	position: static;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}
.FieldValueVeryLarge
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	vertical-align: middle;
	border-left: black 1pt solid;
	direction: ltr;
	line-height: normal;
	border-bottom: black 1pt solid;
	letter-spacing: normal;
	text-align: left;
	height: 17px;
	width: 350px;
}
.FieldValueLarge
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	vertical-align: middle;
	border-left: black 1pt solid;
	direction: ltr;
	line-height: normal;
	border-bottom: black 1pt solid;
	letter-spacing: normal;
	text-align: left;
	height: 17px;
	width: 250px;
}
.FieldValueMedium
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	vertical-align: middle;
	border-left: black 1pt solid;
	direction: ltr;
	line-height: normal;
	border-bottom: black 1pt solid;
	letter-spacing: normal;
	text-align: left;
	height: 17px;
	width: 150px;
}
.FieldValueSmall
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	vertical-align: middle;
	border-left: black 1pt solid;
	direction: ltr;
	line-height: normal;
	border-bottom: black 1pt solid;
	letter-spacing: normal;
	text-align: left;
	height: 17px;
	width: 75px;
}
.FieldValueVerySmall
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	vertical-align: middle;
	border-left: black 1pt solid;
	direction: ltr;
	line-height: normal;
	border-bottom: black 1pt solid;
	letter-spacing: normal;
	text-align: left;
	height: 17px;
	width: 25px;
}
/*Button CSS*/
.button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 9pt Arial, Helvetica, sans-serif; /*padding: .5em 2em .55em;*/
	padding: .2em 2em .2em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover
{
	text-decoration: none;
}
.button:active
{
	position: relative;
	top: 1px;
}
/* white */
.white
{
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover
{
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active
{
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/*Button CSS ENDS HERE*/
/* datagrid
----------------------------------------------- */

.datagrid
{
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 85%;
	border: 1px solid #E2E2E2;
}
.datagrid td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E2E2E2;
	vertical-align: top;
}
.datagrid img
{
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	cursor: pointer;
}
.datagrid caption
{
	font-weight: bolder;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	clear: both;
	background-color: #EBEFF0;
}
.datagrid TR.row1
{
	background-color: #FFFFFF;
}
.datagrid TR.row2
{
	background-color: #f1f1ef;
}
.datagrid TH.caption
{
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	clear: both;
	background-color: #F2F9FD;
	background-image: none;
	font-size: 11px;
	color: #996600;
}
.datagrid TH
{
	font-size: 12px;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #333333;
	background-repeat: repeat-x;
	height: 20px;
	background-color: #EAC451;
}
.datagrid TH.captionbg
{
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	clear: both;
	background-color: #F2F9FD;
	background-image: none;
	font-size: 14px;
	color: #006699;
}
.datagrid td.heading
{
	font-size: 11px;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Verdana, "Times New Roman";
	background-image: url(../images/BottomBg.jpg);
	background-repeat: repeat-x;
	height: 15px;
}
.datagrid td.headingbg
{
	font-size: 14px;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #006699;
	font-family: Arial;
	background-image: url(../images/BottomBg.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
.datagrid TD.data01
{
	background-color: #e7e7e7;
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.datagrid TD.data00
{
	background-color: #fafafa;
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.datagrid TD.data02
{
	background-color: #FBF2B7;
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
}
.datagrid TD.input
{
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
}
.datagrid TH.caption01
{
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	clear: both;
	background-color: #F2F9FD;
	background-image: none;
	font-size: 11px;
	color: #006699;
}
.pagination
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 4px;
	text-align: right;
}
.Login
{
	vertical-align: middle;
}
.LoginHeader
{
	height: 25px;
	width: 100%;
	background-color: #550000;
	color: White;
	text-align: left;
	vertical-align: middle;
}
.LoginHeader span
{
	margin-top: 5px;
	padding-left: 10px;
	font-size: 10pt;
	font-weight: bold;
}
.PageTopBlackBorder
{
	height: 3px;
	width: 120%;
	background-color: black;
}
.PageHeader
{
	height: 110px;
	width: 100%;
	border: 1px solid black;
	background-color: #333333;
}
.PageHeaderText
{
	float: left;
	margin-left: 20px;
	text-align: left;
	width:35%;
	height:100%;
}
.PageHeaderTexth1
{
	color: #00CCFF;	
	font-weight: bold;
	font-size:35px;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	font-family: Calibri;
}
/*Menu CSS*/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  z-index:2000;
}
#cssmenu {
  height: 49px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  /*background: Maroon;*/
  background:#467ca0; /*rgba(70, 124, 160, 1);    */
  z-index:2000;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a
{
	/*background: Maroon;*/
	background:#467ca0;
	color: #ffffff;
	display: inline-block;
	font-family: Zurich BT;
	font-size: 12.5px;
	line-height: 49px;
	padding: 0 10px;
	text-decoration: none;
}
#cssmenu ul {
  list-style: none;
  z-index:2000;
}
#cssmenu > ul {
  float: left;
  z-index:2000;
}
#cssmenu > ul > li {
  float: left;
  z-index:2000;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #96badc;/*rgba(150, 186, 220, 1)*/
  margin-left: -10px;
  z-index:2000;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  z-index:2000;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  z-index:2000;
}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;  
  z-index:2000;
}
#cssmenu > ul > li:hover > a {
  /*background: #550000;  */
  background:#467ca0;/*rgba(70, 124, 160, 1)*/
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  z-index:2000;
}
#cssmenu .has-sub {
  z-index: 1;
  z-index:2000;
}
#cssmenu .has-sub:hover > ul {
  display: block;
  z-index:2000;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  text-align:left;
  z-index:2000;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
  z-index:2000;
}
#cssmenu .has-sub ul li a {
  /*background: #550000;*/
  background:#467ca0;/*rgba(70, 124, 160, 1)*/
  border-bottom: thin solid #96badc;/*rgba(150, 186, 220, 1);    */
  font-size: 12.5px;
  display: block;
  line-height: 120%;
  padding: 5px;
  z-index:2000;
}

#cssmenu .has-sub ul li:hover a {
  background: #96badc;
  z-index:2000;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index:2000;
}
#cssmenu .has-sub .has-sub ul li a {
  /*background: #550000;*/
  background:#467ca0;
  border-bottom: thin solid #96badc;
  z-index:2000;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: DarkOrange;
  z-index:2000;
}

/* DropShadow*/

#master_content .dropShadowPanel span {color:white;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;} 

.dropShadowPanel
{	
	width: 300px;
	background-color: #5377A9;
	color: white;
	font-weight: bold;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: ivory;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}