
html, body
{
	width: 100%;
	height: 98%;
	margin: 0px;
}


body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal; 
	font-size:.71em; 
	font-variant:normal; 
	color:black; 
	width:100%;
	left:0
}

#wrapper {
    /*width: 960px;*/
    width: 1000px;
    margin: .65em auto;
    background-color: white;
    text-align: left;
    min-height: 900px;
    border-radius: 25px;
}


#loginbody {
    /*margin: 5px auto;
    font-family: Arial, sans-serif;
    font-size: .85em;*/
    background: #eaeded ;
    background: -webkit-gradient( #D3E5F6, white);
    background: linear-gradient( #D3E5F6, white);
    background-repeat: no-repeat;
    overflow-x: hidden;
}
A:link 
{
	color: navy; 
	font-weight : normal;
}

A:visited
{
	color: navy; 
	font-weight : normal;
}

A:hover 
{
	text-decoration: underline;
	color: #CD0000;
	font-weight : normal;
}

.ProgressMsg
{
    color: #CD0000;
    color: Navy;
    font-size: 10pt;
    font-weight: normal;
}

.SectionTitle
{
	background-color: #D1E3F6;
	font-weight: bold;
	color: Navy;
	padding: 4px;
	border: solid 1px silver;

}

.Label
{
	font-weight: normal;
	text-align: right;
	color: Navy;
	padding-right: 0.8em;
	padding-left:  0.8em;
	white-space: nowrap;
}

.LabelBold
{
	font-weight: Bold;
	text-align: right;
	color: Navy;
	padding-right: 0.8em;
} 

.LabelLeftBold
{
	font-weight: Bold;
	text-align: left;
	color: Navy;
	padding-right: 0.8em;
} 

.LabelLeft
{
	font-weight: normal;
	text-align: left;
	color: Navy;
	white-space:nowrap;
	padding-right:0.8em;
}

.LabelLeftWrap
{
	font-weight: normal;
	text-align: left;
	color: Navy;
}

.Breadcrumb
{
	font-size: 0.95em;
	color: navy;
}


/******************
.Master Page
******************/
.TopHeading{ font-family:Arial; font-style:normal; font-size:1.8em; font-variant:normal; font-weight:bolder; 
			background-color:#0084ff ; color:white; left:0;}

.TopHeadingDate{ background-color:#0084ff ; color:white; }

.ApplicationTitle {
    color: #00538A;
    font-size: 1.75em;
    font-weight: bold;
}
.PageTitle
{
    color: #CD0000;
    font-family: Arial;
    font-size: 1.3em;
    font-weight: bold;
}

.InfoBar-Container
{	padding: 6px 2px;
	border-bottom: 0px solid #7F7F7F;
	border-right: 0px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	margin-bottom: 1px;
	background: #FFFFFF url(Images/InfoBar-bg.gif) repeat-x;
}

.InfoBar-LeftSide
{
	float: left;
	width: 20%;
	text-align: left;
	white-space: nowrap;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 1.5em;
	color: navy;
	padding-left: 1em;
}

.InfoBar-RightSide
{
	float: right;
	width: 80%;
	text-align: right;
	padding-right:20px;
}

.content
{
	padding: .5em 0px 0px .8em;
	margin: 0px 00px 0px 0em;
	background-color: #FFFFFF;
	color: #0E2C89;
	white-space: nowrap;
	vertical-align: top;
}
/******************
.Master Page - END
******************/



/**************
 Tab Control
 **************/
.iLinkTab .ajax__tab_header {font-family:Arial; color:Navy; font-size:12px;background:url("images/tabs/tab-line.gif") repeat-x bottom;}
.iLinkTab .ajax__tab_outer {padding-right:0px;background:url("images/tabs/tab-right.gif") no-repeat right;height:21px;}
.iLinkTab .ajax__tab_inner {padding-left:3px;background:url("images/tabs/tab-left.gif") no-repeat;}
.iLinkTab .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url("images/tabs/tab.gif") repeat-x;}
.iLinkTab .ajax__tab_hover  .iLinkTab .ajax__tab_outer {background:url("images/tabs/tab-hover-right.gif") no-repeat right;}
.iLinkTab .ajax__tab_hover .ajax__tab_inner {background:url("images/tabs/tab-hover-left.gif") no-repeat;}
.iLinkTab .ajax__tab_hover .ajax__tab_tab {background:url("images/tabs/tab-hover.gif") repeat-x;}
.iLinkTab .ajax__tab_active .ajax__tab_outer {background:url("images/tabs/tab-active-right.gif") no-repeat right;}
.iLinkTab .ajax__tab_active .ajax__tab_inner {background:url("images/tabs/tab-active-left.gif") no-repeat;}
.iLinkTab .ajax__tab_active .ajax__tab_tab {background:url("images/tabs/tab-active.gif") repeat-x;}
.iLinkTab .ajax__tab_body {border:1px solid #999999; border-top:0px; padding: 2em 1em 3em 1em; background-color:#ffffff;}


/******************
.Menu
******************/
.site_menu_items
{
	text-decoration: none;
	
	font-size : 9pt;
	color : white;
	font-weight : bold;
	border-color : #1F52A1;
	border-width : 1px;
	border-style : solid;
	padding-right : .7em;
}

.site_menu_items A 
{ 
	text-decoration: none; 
	color: White;
	
	font-size: 9pt;
	font-weight : bold; 
}

.site_menu_items A:link 
{
	text-decoration : none;
	color: white; 
	
	font-size: 9pt;
	font-weight : bold;
}

.site_menu_items A:hover 
{
	text-decoration: none;
	color: yellow;
	
	font-size: 9pt;
	font-weight : bold;
}

.menu_items {
	TEXT-DECORATION : none;
	color : white;
	font-weight : bold;
	font-size : 8pt;
	background-color : #1F52A1;
	border-color : White;
	border-width : 1px;
	border-style : solid;
	padding : 4px;
		
}
.menu_items A 
{ 
	text-decoration: none; 
	color: White;
	font-size : 8pt;
	font-weight : bold; 
}

.menu_items A:link 
{
	text-decoration : none;
	color: white; 
	font-size : 8pt;
	font-weight : bold;
}

.menu_items A:hover 
{
	text-decoration: none;
	color: yellow;
	font-size : 8pt;
	font-weight : bold;
}

.static_menu_items
{
	text-decoration: none;
	
	font-size : 8pt;
	color : gray;
	font-weight :normal;
}

.static_menu_items A 
{ 
	text-decoration: none; 
	color: gray;
	
	font-size: 8pt;
	font-weight : normal; 
}

.static_menu_items A:link 
{
	text-decoration : none;
	color: gray; 
	
	font-size: 8pt;
	font-weight : normal;
}

.static_menu_items A:hover 
{
	text-decoration: underline;
	color: gray;
	
	font-size: 8pt;
	font-weight : normal;
}
/******************
. Menu - END
******************/


.action_button {
    background-color: #00538A;
    color: white;
    border: solid 1px navy;
    width: 4.5em;
    height: 21px;
    cursor: pointer;
}

/******************
.GridView 
******************/
.GridView
{
	background-color: #5D7B9D;
	color: #333333;
}

tr.GridViewRowStyle td
{
	padding-right: 10px;
	padding-left: 2px;
    border-top: 1px solid #A5A5A5;
    border-left: 1px solid #A5A5A5;
    height:19px;
    font-size: 0.95em;
}

tr.GridViewEmptyDataRowStyle td
{
	padding-top: .8em;
	padding-bottom: .8em;
	padding-left: .8em;
}

.GridViewAlternatingRowStyle
{
	background-color: #FFFFFF;
	color: #284775;
	font-weight: normal;
}

.GridViewSelectedRowStyle
{
	background-color: #cde1f5;
	color: Navy;
	font-weight: normal;
}

.GridViewEditRowStyle
{
	background-color: #999999;
}

.GridViewEmptyDataRowStyle
{
	background-color: #FFFFFF;
	/* color: Navy; */
	font-weight: bold;
}

.GridViewHeaderStyle a:link
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.GridViewHeaderStyle a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.GridViewHeaderStyle a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.GridViewHeaderStyle a:active
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.GridViewHeaderStyle
{   
	padding-left: 2px;
	font-weight:bold;   
	text-align:left;
    height:19px;
	vertical-align:middle;
	font-size: 0.95em;
/*  The following properties allow for freezing the Header of the GridView 
    while scrolling the GridView in a Panel control.  It works pretty good
    until the Collapsible Panel used for the gvCalendar grid is collapsed 
    and the re-extended.  As a result, this feature will be turned off for now. */
/*  position:relative; */
/*	top:expression(this.parentNode.parentNode.parentNode.scrollTop-2); */
/*	left:expression(this.parentNode.parentNode.parentNode.scrollLeft-1); */
}   
.GridViewPagerStyle
{   
	text-align:left;
    height:19px;
	vertical-align:middle; 
	font-size:1.1em;
} 
tr.GridViewPagerStyle td
{   
	padding-right: 5px;
	padding-left: 0px;
	background-color: #E5E6F4;  
}

/******************
.GridView - END
******************/

/***************
.Modal
****************/
.modal_window {
    background-color: #FFFFFF;
}

.modal_bg {
    background-color: slategray;
    filter: alpha(opacity=0);
    opacity: 0.7;
}

.GridViewFooterStyle
{   
	text-align:left;
    height:19px;
	vertical-align:middle; 
} 
tr.GridViewFooterStyle td
{   
	padding-right: 10px;
	padding-left: 2px;
	font-weight:bolder;
	background-color: #E5E6F4;  
	/*text-align: right;*/
	font-size: .92em;
}

.QuickLink
{
	padding-bottom: .8em;
	margin-left:1em;
	white-space:nowrap;
}

.QuickLink, a.QuickLink:link
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}

.QuickLink, a.QuickLink:visited
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}

.QuickLink, a.QuickLink:hover
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}

.QuickLink, a.QuickLink:active
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}

.ErrorText
{
	color : Red;
	white-space: nowrap;
}

.popupHoverMenu
{
	border : 1px solid silver;
	padding : 5px;
	background-color : #cde1f5;
	width : 100px;
}
