﻿body {padding:0; margin:0; color:#000000}
br{font-size:10px}
.s{font-family:Tahoma; font-size:11px;  color:#5F5F5F; text-decoration:none}
.s1{font-family:Tahoma; font-size:10px;  color:#7B7B7B; text-decoration:none}
.green{font-family:Tahoma; font-size:11px;  color:#677E85; text-decoration:none}
.red{font-family:Tahoma; font-size:11px;  color:#EE4900;}
.red1{font-family:Tahoma; font-size:11px;  color:#F46C00; text-decoration:none}
.red2{font-family:Tahoma; font-size:11px;  color:#F46C00; text-decoration:none; font-weight: bold; }
.o{font-family:Tahoma; font-size:11px;  color:#FFBA00; text-decoration:none}
.o1{font-family:Tahoma; font-size:10px;  color:#FFBA00; text-decoration:none}
.blue{font-family:Tahoma; font-size:11px;  color:#005F90;}
.blue1	{font-family:Tahoma; font-size:10px;  color:#005F90;}
 .w{font-family:Tahoma; font-size:11px;  color:#FFFFFF; }
.b{font-family:Tahoma; font-size:11px; color:#393939; text-decoration:none;}
.b A:link, .b A:visited { font-family:Tahoma; font-size:11px; color:#336699; text-decoration:underline;}
.bb{font-family:Tahoma; font-size:11px; color:#393939; text-decoration:none; font-weight: bold; }
.b1{font-family:Tahoma; font-size:11px; color:#393939; }
.b2{font-family:Tahoma; font-size:12px; color:#393939; }
.bb2{font-family:Tahoma; font-size:12px; color:#393939; text-decoration:none; font-weight: bold; }
.invisible{DISPLAY:none}

/*
a:link{ color:#336699; }
a:visited{ color:#336699; }
*/
.whiteLink A:link, .whiteLink A:visited 
{ 
    font-family:Tahoma; font-size:11px;  color:#FFFFFF;
} 

.style1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	text-decoration: none;
	margin-top: 0px;
}

#input{
  		width:160px; height:21px;
		
		}
		 
#input1{
  		width:134px; height:21px;
		
		}
		
	  #textarea{
  		width:102px; height:48px;
		border-width:1px;
		border-style:solid;
		border:none;
		background-color:#F0EAE3;
		overflow:auto
		}
		
.boldText
{
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	text-decoration: none;
	font-weight: bold;
}

.boldText A:link, .boldText A:visited
{
	font-family: Tahoma;
	font-size: 11px;
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
	
}

.style10 {
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	text-decoration: none;
	line-height: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 8px;
	margin-left: 12px;
}
.style11 {
	margin: 4px 0in;
	text-align: center;
	font-size: 11.0pt;
	font-family: Calibri;
	line-height: 100%;
}
.style13 {
	margin: 0px 0in;
	font-size: 11.0pt;
	font-family: Calibri;
	text-align: left;
	line-height: 100%;
}
div.center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div.center {
    text-align: center;
}
.f11
{
	font-size: 11px;
}

.VCCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: black;
}

.VCCalendar .ajax__calendar_header {
    background-color: #4169E1;
    color: white;
}

.VCCalendar .ajax__calendar_hover {
	font-weight:bold;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
		top:-500px;
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}
#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}


/* BEGIN ACCORDION SETTINGS*/
.accordionHeader
{
    border: 1px solid #2E4d7B;
    color: white;
    background-color: #2E4d7B;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 0px;
    margin-top: 5px;
    cursor: pointer;
    border-top-width:10px;
    border-bottom-width:0px;
    border-left-width:5px;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #5078B3;
    color: white;
    background-color: #5078B3;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 0px;
    margin-top: 5px;
    cursor: pointer;
    border-top-width:10px;
    border-bottom-width:0px;
    border-left-width:5px;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	font-family:Tahoma; font-size:11px; color:#393939; text-decoration:none;
    background-color: #BBD4F8;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* END ACCORDION SETTINGS*/


/* BEGIN GRIDVIEW SETTINGS*/

/*GridViewCSS*/
.GridViewStyle
{
	font-family:Tahoma; 
	font-size:11px;
    table-layout: auto;
    border-collapse: collapse;
    border: #0E1B69 2px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(../images/HeaderGlassBlue.jpg);
    background-position:center;
    background-repeat:repeat-x;
    background-color:#0E1B69;
}
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 2px;
    border-right: solid 1px #0E1B69;
}
.RowStyle td
{
    /*background-color: #c9c9c9;*/
    background-color: #E3E6ED;
}
.AltRowStyle td
{
    /*background-color: #f0f0f0;*/
    background-color: #D2DAEF;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}
.EmptyRowStyle td
{
    background-color: #f0f0f0;
}
/* END GRIDVIEW SETTINGS*/