﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	background-image: url(App_Themes/CommonTheme/Images/back.gif);
}
/*
a:link, a:visited, a:active, a:focus
{
	color:#828282;
	font-family: Verdana, Arial, "ms sans serif";
	font-size: 11px;
	padding:0px 0px 0px 0px;
	font-weight: normal;
	text-decoration:underline
}
a:hover
{
	text-decoration: none;	
}
*/
/*** Table Stylesheet ****/
.DialogTableHeadingContent
{
	font-weight:bold; FONT-SIZE: 11px; COLOR: #4469AB; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.maintable{
border-bottom:solid 1px #466eac;
border-left:solid 1px #466eac;
border-right:solid 1px #466eac;
}

.mainall
{
	border-left:solid 1px #466eac;
font-family:Arial, Helvetica, sans-serif;
color:#01203e;
font-size:12px;
text-align:left;
padding-left:10px;
}

.tablehead
{
	font-family:arial;
	font-size:12px;
	border:solid 1px #BCD0EE;
	BACKGROUND-COLOR: #EBEBED;
	color:#F06029;
	font-weight:bold;
	text-align:left;
	height: 20px;
	padding-left:5px;
}
/*** End Table****/

/***** Menu Style Sheet  *****/

.MenuTop{
border-top:solid 1px #466eac;
border-left:solid 1px #466eac;
border-right:solid 1px #466eac;
border-bottom:solid 1px #466eac;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-align:left;
padding-left:5px;
}
.menuText
{
	border-left: solid 1px #466eac;
	font-family: Arial, Helvetica, sans-serif;
	color: #01203e;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	cursor: hand;
	padding: 5px 5px 5px 5px;
	background-image: none;
}
.menuTextSelect
{
	border-left: solid 1px #466eac;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff7300;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 5px;
	cursor: hand;
	background-position: right center;
	background-image: url(../images/Pointer1.PNG);
	background-repeat: no-repeat;
}

/***** End Menu Style Sheet  *****/

/**** Login CSS ****/
.btnLogin_CSS
{	
	color:#ffffff;
	font-family: Arial, Verdana;
	font-size:12px;
	text-align:center;
	background-color:#010101;
	border:1px solid #FFFFFF;
	height:20px;
	vertical-align:middle;
	cursor: hand;
}
.TextBox{color:#3B598E;font-family: Arial;font-size:11px;font-weight:bold;background-color:#FFFFFF;border:solid 1px #7F9DB9}
.ErrorTextBlack{color:#FF0000;font-family:Arial,verdana;font-size:14px;}
.LoginBackground{background-image:url(Images/back.gif);	}
.LoginTD1Background{background-image:url(Images/logImg1.gif);	}
.LoginTD2Background{background-image:url(Images/logImg2.gif);	}
.LoginTD3Background{background-image:url(Images/logImg3.gif);}
.LoginTD4Background{background-image:url(Images/logImg4.gif);	}
.LoginTD5Background{background-image:url(Images/logImg5.gif);}
.LoginTextBox{color:#000000;font-family: Arial;font-size:12px;font-weight:bold;background-color:#C2C2C2;border:none;height:20px;width:200px;text-align:left;vertical-align:middle}
.LoginTextBlack{color:#000000;font-family:Arial,verdana;font-size:12px;}
.btnLogin_CSS{color:#ffffff;font-family: Arial, Verdana;font-size:12px;text-align:center;background-color:#010101;border:1px solid #FFFFFF;height:20px;vertical-align:middle;cursor: hand;}
.NoData{color:#E70002;font-family:Arial,verdana;font-weight:normal; font-size:11px;text-align:center;}


/*** End Login CSS ***/

.BoxCheck
{
	color: #3B598E;
	font-family: Arial;
	
}


/***** Below CSS is meant for Grid View Apply for all  ****/
.GrdHeaderStyle
{
	background-color:#223E6E;     /*** This is Header Back-color ***/
	font-weight:bold;             /*** This is bold font ***/
	color:#FFFFFD;                  /*** This is Text Color ***/
	font-size: 11px;
	text-align:center;
}

.GrdFooterStyle
{
	background-color:#f4f4f4;     /*** This is Footer Back-color ***/
	font-weight:bold;             /*** This is bold font ***/
	color:#6c6c6c;                  /*** This is Text Color ***/
}
.GrdRowStyle
{
	background-color:#FFFFFF;     /*** This is each row's Back-color ***/
	Font-Size:11px;
 font-family:Verdana,Arial;
 text-align:left;
 padding:3px 2px 3px 2px;
 border-bottom-width:4px;
 border-bottom-color:#e77843;
}
.GrdAlternatingRowStyle
{
	background-color:#F4F5F9;     /*** This is alternate row's Back-color if we dont apply this then
										  GrdRowStyle will be there for all rows ***/
}
.GrdEditRowStyle
{
	background-color:#2461BF;    /*** AS NAME SUGGEST ***/
}
.GrdSelectedRowStyle
{
	background-color:#D1DDF1;     /*** This is selected row Back-color ***/
	font-weight:bold;             /*** This is bold font ***/
	color:#6c6c6c;                  /*** This is Text Color ***/
	
}
.GrdPagerStyle
{
	background-color:#f4f4f4;     /*** This is selected row Back-color ***/
	color:#6c6c6c;	                  /*** This is Text Color ***/
	
}

.BoundColumnCAl /* This CSS is Used For Bound Coloumn Center Align*/
{
 Font-Size:11px;
 font-family:Verdana,Arial;
 text-align:center;
 padding:3px 2px 3px 2px;
 
}

.BoundColumnLAl /* This CSS is Used For Bound Coloumn Left Align*/
{
 Font-Size:11px;
 font-family:Verdana,Arial;
 text-align:left;
 padding:3px 2px 3px 2px;
}



.BoundColumnRAl /* This CSS is Used For Bound Coloumn Right Align*/
{
 Font-Size:11px;
 font-family:Verdana,Arial;
 text-align:right;
 padding:3px 2px 3px 2px;
 
}

/**** End of Grid ****/
.captions
{
	FONT-FAMILY: verdana; 
    font-weight :bold;
	font-size:11px;
	COLOR: #4469AB; 
	
	
}
.container  
{     overflow:auto;     margin-left:10px;     height:300px;      width:710px;  }
.grdview_headers 
{     FONT-WEIGHT: bold;	FONT-SIZE: 15px;	COLOR: #112643;	FONT-FAMILY: Arial,verdana;  display:block;     width:790px;     margin-top:-1px; 
	top: expression(document.getElementById("pnlContainer").scrollTop-2); 
left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft); 
position: relative; 
z-index: 20; 

	}  

.HeadOrange
{
	
	FONT-WEIGHT: bold;	FONT-SIZE: 24px;	COLOR: #223e6e;	FONT-FAMILY: Arial,verdana;padding:0px 0px 0px 0px;
}
.BlackHead{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#414040;
text-align:left; font-weight:bold; padding-left:6px}
.title {
		FONT-WEIGHT: bold;	FONT-SIZE: 15px;	COLOR: #112643;	FONT-FAMILY: Arial,verdana;
		
		
}
.LightBgBorder
{
	/*
	background-color:#FFFBF9;
	border:solid 1px #bbcefd;
	padding:4px 3px 4px 3px;*/
	BORDER-RIGHT: #b0b0b0 1px solid;	PADDING-RIGHT: 0px;	BORDER-TOP: #b0b0b0 1px solid;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 10px;	BORDER-LEFT: #b0b0b0 1px solid;	PADDING-TOP: 20px;	BORDER-BOTTOM: #b0b0b0 1px solid;	BACKGROUND-COLOR: #f9f9f9
}
.text
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
color:#555555;
padding-top:6px;
padding-left:7px
}

/***** News Style sheet ******/

.DarkBoldInner{color:#223E6E;font-size:24px;font-weight:bold;font-family:Arial,verdana;}
.glHeadOrange
{
	color: #ED8654;
	background-color:#FFFBF9;
	font-family: Verdana, Arial, "ms sans serif";
	font-size: 11px;
	font-weight: bold;
	padding:4px 4px 4px 4px;
	cursor:pointer;
}
.NewsDate
{
	
	font-size: 12px;
	font-weight: normal;
	border: none;
	color: #233f71;
	line-height: 18px;
	font-family: Arial;
	text-align: left;
	padding-left: 10px;
	border-left: solid 1px #FFFEFA;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
.NewsHeading
{
	background-color: #FFFFFF;
	font-size: 11px;
	border: none;
	color: #316AC5;
	line-height: 18px;
	font-family: Arial;
	text-align: left;
	padding-left: 10px;
	
}
.PageHeadNews{color:#243F6E;font-size:24px;font-weight:bold;font-family:Arial,verdana;}

/*** End news ***/s

INPUT
{
	color:#3B598E;font-family: Arial;font-size:11px;font-weight:bold;background-color:#FFFFFF;border:solid 1px #7F9DB9
}
SELECT
{
	color:#253B6D;font-family: Arial;font-size:11px;font-weight:bold;text-align:left;background-color:#FFFFFF;border:solid 1px #7E9DB9;height:20px;vertical-align:middle;cursor: hand;
}
INPUT.BigButton_CSS
{
	background-repeat: repeat;
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: center;
	background-color: #223E6E;
	border: none;
	height: 15px;
	vertical-align: middle;
	cursor: hand;
	height: 20px;
	margin: 5px;
}
.DeleteButtun
{
	color:#3B598E;font-family: Arial;font-size:11px;font-weight:bold;background-color:#FFFFFF;border:solid 1px #7F9DB9
}
a.tableheadLink
{
	
}
a.tableheadLink , a.tableheadLink:link, a.tableheadLink:visited, a.tableheadLink:active, a.tableheadLink:focus , a.tableheadLink:hover
{
	font-family:arial;
	font-size:12px;
	BACKGROUND-COLOR: #EBEBED;
	color:#F06029;
	font-weight:bold;
	text-align:left;
	height: 20px;
	padding-left:5px;
	text-decoration:none;
}
.BlackHeadingSmall
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color:#c0c0c0;
	height:20px;
	
}
.MainBlackHeading
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	height:20px;
}
.LogOutButtun
{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	background-color: transparent;
	background-image: url(../images/LogOut.png);
	background-repeat: no-repeat;
	border: 0px;
	width: 100px;
	height: 50px;
	text-align: left;
	vertical-align: text-bottom;
	cursor: hand;
	font-weight: bold;
	background-position: left center;
}

a.LinkInner, a.LinkInner:link, a.LinkInner:visited, a.LinkInner:active, a.LinkInner:focus, a.LinkInner:hover
{
	color: #233F71;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	padding-left: 5px;
}

a.Heading, a.Heading:link, a.Heading:visited, a.Heading:active, a.Heading:focus, a.Heading:hover
{
	color: #233F71;
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
	padding-left: 5px;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
}

a:link, a:visited, a:active, a:focus
{
	color:Gray;
	font-family: Verdana, Arial, "ms sans serif";
	font-size: 11px;
	padding:0px 0px 0px 0px;
	font-weight: bold;
	text-decoration:underline
}
a:hover
{
	text-decoration: none;	
}

a.GridHeadLink, a.GridHeadLink:link, a.GridHeadLink:visited
{
	COLOR: #fffffd;	TEXT-DECORATION: none
}
a.GridHeadLink:active, a.GridHeadLink:focus, a.GridHeadLink:hover
{
	CURSOR: hand;	COLOR: #fffffd;	TEXT-DECORATION: none
}
a.MenuLink, a.MenuLink:link, a.MenuLink:visited, a.MenuLink:active, a.MenuLink:focus
 {color: #80ABF9;font-family:  Arial,Verdana;font-size: 11px;text-decoration: none;padding:0px 0px 0px 0px;cursor:pointer;}
 
 .InGridRowSel /* This CSS is Used For Selected Row*/
{
 /*background-color:#FFFFC2;*/
 background-color:#ebebed;
}

.MyDeatils-head{
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	padding:0;
	font-size:11px;
	font-family:Verdana;
	color: #1B17B0;
	border-bottom: #8AB3EE 1px solid;
	background: url(Images/bg.jpg) top repeat-x;
}

.MyDeatils-Subhead{
	height:20px;
	line-height:20px;
	text-align:left;
	font-weight:bold;
	padding:0;
	font-size:11px;
	font-family:Verdana;
	padding-left:5px;
	color: #1B17B0;
	border-bottom: #8AB3EE 1px solid;
	
}


.MyDeatils-txt{
	font-size:11px;
	color: #1B17B0;
	height:28px;
	font-family:Verdana;
	padding-left:5px;
	border-bottom: #8AB3EE 1px solid;
}
.tblborderWtop{border: #8AB3EE 1px solid;}


FIELDSET
{
	width:750px; 
	border-right: #bbcefd 2px solid;
	border-top: #bbcefd 2px solid; 
	border-left: #bbcefd 2px solid; 
	border-bottom: #bbcefd 2px solid;
	
}
LEGEND
{
	FONT-FAMILY: verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 13px; 
	color: #4469ab;
}

.NoBorder
{
color:#3B598E;font-family: Arial;font-size:11px;font-weight:bold;background-color:#FFFFFF;border:solid 0px #7F9DB9
}
/*Search control css file*/
.selected
{
	font-family: Arial;
    background-color: #E5F9FF;
    border-bottom: #C7D4E4 1px solid;
}
.unselected
{
	font-family: Arial;
    background-color: #fff;
    border-bottom: #C7D4E4 1px solid;
}

  .transparent {
    filter:alpha(opacity=90);
    background-color:green;
    display:none;
    width:170;
    height:100;
    position:absolute;
    color: white;
    border: 1 green solid;
}

.checkboxlist
{
width:200px;
height:100px;
overflow-y:scroll;
border:solid 1px #466eac;
} 
.HeaderFreez  
{ 
	background-color:#223E6E;     /*** This is Header Back-color ***/
	font-weight:bold;             /*** This is bold font ***/
	color:#FFFFFD;                  /*** This is Text Color ***/
	font-size: 11px;
	text-align:center; 
  /*  position:absolute;*/
    height: 25px;
    top: expression(Sys.UI.DomElement.getBounds(document.getElementById("panelContainer")).y-25);

} 

