/* Default CSS Stylesheet for a new Web Application project */


BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt; /* was .8em; */
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #FFFFFF;
}
H1	{	
	font-family: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, 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	{	
	font-family: Arial, Verdana, 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, Verdana, 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, Verdana, Helvetica, sans-serif;
	}	
	
.smallButton
{
	border-color:Black;
	border-width:thin;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: black;
	text-decoration: none;
	text-align: center;
	font-weight:normal;
	color:White;
	font-size: 8pt;
}	
.flagButton
{
	border-color:#ffd700;
	border-width:thin;
	border-style:none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffd700;
	text-decoration: none;
	text-align: center;
	font-weight:normal;
	color:Black;
	font-size: 8pt;
}	
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 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

table.BorderTable	/* our usual table borders, background*/
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-collapse: collapse;
	background-color:#D3D3D3;
	padding:0;
}
table.ImageTable	/* our usual table borders, background*/
{
	border-collapse: collapse;
	background-color: white;
	padding:0;
}
table.FooterTable	/* our usual table borders, background*/
{
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	border-collapse: collapse;
	background-color: #f5f5f5;
	padding:0;
}
tr.altRow
{
	background-color: #ececec;
}
td.BorderCell
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-collapse: collapse;
}
TABLE.ContentTable
{
	color: black;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #d3d3d3;
	font-weight: normal;
	font-size: 8pt;
	width:100%;
}
TABLE.ContentTable TD
{
	vertical-align:middle;
	border-bottom-color:#a9a9a9;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
TABLE.ContentTableTop
{
	color: black;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #d3d3d3;
	font-weight: normal;
	font-size: 8pt;
	width:100%;
}
TABLE.ContentTableTop TD
{
	vertical-align:top;
	border-bottom-color:#a9a9a9;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
TABLE.rblNoBottom TD
{
	border-bottom-style:none;
}
TABLE.rblTitleBlue TD
{
	color: #000066;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
}
TR.gridHeader
{
	font-weight: bold;
	color: black;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: silver;
	font-weight: bold;
	font-size: 8pt;
	height: 25px;
}
TR.gridContentHeader
{
	font-weight: bold;
	color: black;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #d3d3d3;
	font-weight: bold;
	font-size: 8pt;
	height: 25px; 
}

TH.gridHeaderValignMiddle
{
	vertical-align:middle;
}

TABLE.Gridlines
{
    background-color: Black;    
}

TABLE.Gridlines TD
{
    background-color: #D0D0D0;
}
    

.TitleText
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
}

.TitleBlue
{
	color: #000066;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
}

.SubTitleText
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.ShowError
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:White;
	font-weight: bold;
	font-size: 11pt;
	background-color:Red;
}
.ShowMessage
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:White;
	font-weight: bold;
	font-size: 11pt;
	background-color:Blue
}
.GridviewContent, .GridViewContent td
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 12pt;
}
.IE8Fix
{
	z-index: 100;
}
.Indent20
{
	padding-left: 40px;
}
.ModalBackground  
{  
    background-color:Gray;  
    filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    -khtml-opacity: 0.5;  
    opacity: 0.5;  
} 
