
html, body
{
	width: 100%;
	height: 98%;
}

body 
{
	margin-top:0px; 
	margin-left:5px; 
	margin-right:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal; 
	font-size:.68em; 
	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;
}

.ApplicationTitle {
    color: #00538A;
    font-size: 1.75em;
    font-weight: bold;
}
/******************
.Master Page
******************/
.PageTitle
{
    color: #CD0000;
    font-family: Arial;
    font-size: 12pt;
    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.75em;
	color: navy;
	padding-left: .8em;
}

.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
******************/

.ProgressMsg
{
    color: #CD0000;
    color: Navy;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
}

TEXTAREA
{
    font-family: Arial;
	font-size: 9pt;
}
A:link 
{
	color: navy; 
	font-size: 9pt;
	font-family: Arial;
	font-weight : normal;
}

A:visited
{
	color: navy; 
	font-size: 9pt;
	font-family: Arial;
	font-weight : normal;
}

A:hover 
{
	text-decoration: underline;
	color: #CD0000;
	font-family: Arial;
	font-size: 9pt;
	font-weight : normal;
}

.Label
{
	font-weight: normal;
	font-size: 1.15em;
	text-align: right;
	font-family: Arial;
	color: Navy;
	padding-right:2px;
}
.LabelBold
{
	font-weight: Bold;
	font-size: 9pt;
	text-align: right;
	font-family: Arial;
	color: Navy;
	padding-right:2px;
}
.LabelLeft
{
	font-weight: normal;
 	font-size: 1.15em; 
	text-align: left;
	color: Navy;
	white-space:nowrap;
}
.LabelLeftWrap
{
	font-weight: normal;
 	font-size: 1.15em; 
	text-align: left;
	color: Navy;
}

.title
{
	color: #00538A;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}

.ErrorText
{
	color : Red;
	white-space: nowrap;
	font-weight: bold;
}
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

/******************
.Tab Control
******************/
.iLinkTab .ajax__tab_header {font-family:Arial;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 {font-family:Arial;font-size:9pt; border-right:0px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}
/******************
.Tab Control - END
******************/

/******************
.Section Title
******************/
.SectionTitle
{
	background-color: #00538A;
	font-weight: bold;
	color: White;
	padding: 4px;
	border-collapse: collapse;
	border-bottom: 1px solid navy;
    height: 1.25em;
}

.SectionTitle A 
{ 
	text-decoration: underline; 
	color: white;
	font-weight : normal;
}

td.SectionTitle
{
	background-color: #00538A;
	font-weight: bold;
	color: White;
	padding: 4px;
	border-collapse: collapse;
	border-bottom: 1px solid navy;
}

.SectionTitle A:link 
{
	color: white; 
	font-weight : normal;
}

.SectionTitle A:hover 
{
	text-decoration: underline;
	color: #CD0000;
	font-weight : normal;
}
/******************
.Section Title - END
******************/

/******************
.Menu
******************/
.site_menu_items
{
	text-decoration: none;
	font-family : Tahoma;
	font-size : 10pt;
	color : white;
	font-weight : bold;
	border-color : #00538A;
	border-width : 1px;
	border-style : solid;
	padding-right: .7em;
}

.site_menu_items A 
{ 
	text-decoration: none; 
	color: White;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight : bold; 
}

.site_menu_items A:link 
{
	text-decoration : none;
	color: white; 
	font-family: Tahoma;
	font-size: 10pt;
	font-weight : bold;
}

.site_menu_items A:hover 
{
	text-decoration: none;
	color: yellow;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight : bold;
}

.menu_items {
	TEXT-DECORATION : none;
	color : white;
	font-family : Tahoma;
	font-weight : bold;
	font-size : 8pt;
	background-color : #00538A;
	border-color : White;
	border-width : 1px;
	border-style : solid;
	padding : 4px;
		
}

.menu_items A 
{ 
	text-decoration: none; 
	color: White;
	font-family: Tahoma;
	font-size : 8pt;
	font-weight : bold; 
}

.menu_items A:link 
{
	text-decoration : none;
	color: white; 
	font-family: Tahoma;
	font-size : 8pt;
	font-weight : bold;
}

.menu_items A:hover 
{
	text-decoration: none;
	color: yellow;
	font-family: Tahoma;
	font-size : 8pt;
	font-weight : bold;
}

.static_menu_items
{
	text-decoration: none;
	font-family : Tahoma;
	font-size : 9pt;
	color : gray;
	font-weight :normal;
}

.static_menu_items A 
{ 
	text-decoration: none; 
	color: gray;
	font-family : Tahoma;
	font-size: 9pt;
	font-weight : normal; 
}

.static_menu_items A:link 
{
	text-decoration : none;
	color: gray; 
	font-family : Tahoma;
	font-size: 9pt;
	font-weight : normal;
}

.static_menu_items A:hover 
{
	text-decoration: underline;
	color: gray;
	font-family : Tahoma;
	font-size: 9pt;
	font-weight : normal;
}
/******************
. Menu - END
******************/

/***************
.Modal
****************/
.modal_window {
    background-color: #FFFFFF;
}

.modal_bg {
    background-color: slategray;
    filter: alpha(opacity=0);
    opacity: 0.7;
}

.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:15px;
}

.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;
	width: 5em;
}

.GridViewHeaderStyle a:link
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.GridViewHeaderStyle a:visited
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.GridViewHeaderStyle a:hover
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.GridViewHeaderStyle a:active
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.GridViewHeaderStyle
{   
	padding-right: 10px;
	padding-left: 2px;
	font-weight:bold;   
	text-align:left;
/*  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); */
}   

tr.GridViewFooterStyle td
{   
	padding-right: 10px;
	padding-left: 2px;
	font-weight:bolder;   
	background-color: #E5E6F4;  
	/*text-align: right;*/
	font-size: .97em;
}

/**************************
.Quick Links on Home Page 
***************************/
.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;
}

.QuickLinkLeft
{
	padding-bottom: .8em;
	margin-left:0em;
	white-space:nowrap;
}

.QuickLinkLeft, a.QuickLinkLeft:link
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}

.QuickLinkLeft, a.QuickLinkLeft:visited
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}

.QuickLinkLeft, a.QuickLinkLeft:hover
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}

.QuickLinkLeft, a.QuickLinkLeft:active
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}


/*Wizard Styles*/
.WizardHeader
{
    /*background-color : #00538A;*/
    background-color : #D1E3F6;
    font-size : 1.1em;
    color : Navy;
    font-weight : bold;
    padding : 2px 5px;
    border-bottom : solid 1px #B5C7DE;
}
.WizardSideBar
{
    background-color : #D1E3F6;
    vertical-align : top;
    width : 100px;
}
.WizardSideBarButton
{
    background-color :  #D1E3F6;
    color : Navy;
    line-height : 30px;
}
.WizardNavigationButton
{
    background-color :  #D1E3F6;
    border-width : 1px;
    border-color : #B5C7DE;
    color : Navy; 
    font-family : Verdana;
    font-size : 0.9em;
}
/*End Wizard Styles*/


