/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	font-family: Arial;
	font-size: small;
	letter-spacing: normal;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #244582;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
H5, DT	
{
	padding: 0px;
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	
{
	padding: 0px;
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{
	text-decoration: underline;
	color: #19305B/*#19475B; #19305B;*/
}
A:visited	{
	text-decoration: underline;
	color: #113240;
}
		
A:active	{	
	text-decoration:	underline;
	color: #244582	/*#206380; #23488C;*/
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#244582;/*#23488C;*/
	}
	
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;
	}	

IMG 	{	
}

 #UpdateProgress1 {
   background-color:#CF4342;
   color:#fff;
   top:0px;
   right:0px;
   position:fixed;
 }

#UpdateProgress1 img {
   vertical-align:middle;
   margin:2px;
 }

.ButtonLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.Label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.PageTitle
{
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #5B1922;/*#5B1922;*/
}
.PageTitleManagal
{
	font-family: Mangal, Palatino, serif ;
	font-size: 25px;
	font-weight: bold;
	color: #5B1922;/*#5B1922;*/
}

.Header
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #244582;/*#5B1922;*/
}
.Header2
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #19305B;
}
.SubHeader
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #244582;/*#5B1922;*/
}
.SubHeader2
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #19305B;
}
.SmallLabel
{
	font-family: Arial;
	font-size: x-small;
}
.DontSeeFont
{
	font-size: .001em;
	font-family: Arial;
}


.smallerCaption {
	background-color: #aaa;
	/*background-image: url('ODPimg/tilebg_tablecaption.gif');*/
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
.caption {
	background-color: #aaa;
	/*background-image: url('ODPimg/tilebg_tablecaption.gif');*/
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	/*filter:alpha(opacity=0);
	opacity:0.0;*/
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}

a.BottomLnk
{
	color: #5B1922;
	text-decoration: none;
}
a.BottomLnk:hover
{
	text-decoration: underline;
	color: #822431;
	font-weight: bolder;
	text-transform: capitalize;
}
a.BottomLnk:active
{
	color: #822431;
	font-weight: bolder;
	text-transform: capitalize;
}

.StretchGradient{
	background-image: url('Graphics/bg-menu-main.gif');
	background-repeat: repeat-x;
	color: #FFF;
}

.NavMenu
{
	
	height: 20px;
	background-image: url( 'ODPimg/bg-NavMenu-main.gif' );
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
a.NavMenu:link
{
	text-decoration: none;
	color: #FFFFFF;
}
A.NavMenu:visited
{
	text-decoration: none;
	color: #FFFFFF;
}	
A.NavMenu:active	
{	
	text-decoration:	none;
	color:	#FFFFFF;
}	
A.NavMenu:hover	
{	
	text-decoration:	underline;
	color:	#FFFFFF;
}

.NavMenuOver
{
	
	height: 20px;
	background-image: url( 'ODPimg/bg-NavMenuOver-main.gif' );
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
a.NavMenuOver:link
{
	text-decoration: none;
	color: #FFFFFF;
}
A.NavMenuOver:visited
{
	text-decoration: none;
	color: #FFFFFF;
}	
A.NavMenuOver:active	
{	
	text-decoration:	none;
	color:	#FFFFFF;
}	
A.NavMenuOver:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
.StandOutText
{
	font-size: medium;
	color: #19305B;
}
.BoldedColor
{
	color: #244582;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.DisplayNone
{
	display:none;
}
.Notes
{
	color: #CC6600;
}
img.ImgBorder
{
	border: thin solid #000000;
}

.Pointer 
{ 
	cursor: pointer;
	cursor: hand;
}

.left {text-align: left;}
.right {text-align: right;}
.vMiddle{vertical-align:middle;}

/*Minimal table css style*/
/*===========================*/
.tbl-minimalist
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 15px;
	/*width: 480px;*/
	border-collapse: collapse;
	text-align: left;
}
.tbl-minimalist th
{
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 10px 8px;
    border-bottom: 2px solid #19305B;
    background-color: #19305B;
}
.tbl-minimalist td
{
	/*border-bottom: 1px solid #ccc;*/
	color: #333333;
	padding: 6px 8px;
	/*background-color: #EBEBEB;*/
}
.tbl-minimalist tr
{
	background-color: #EBEBEB;
}
.tbl-minimalist tr.alt
{
	background-color: #fff;
}
.tbl-minimalist tbody tr:hover td
{
	color: #333333;
	background-color: #E6EEFF;
}


.tbl-minimalist tr.totalRow
{
    border-top: 2px solid #000;
	background-color: #fff;
	
}
.tbl-minimalist tr.totalRow td
{
    padding-bottom: 25px;
    font-weight: bolder;
    background-color: #E6EEFF;
}
/*===========================*/
