/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
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	{	
	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	{	
	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	{	
	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:	0.8em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	




A:link	{	
	text-decoration:	none;	
	color:	#0066cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0066cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0066cc;
	}	
		
A:hover	{	
	text-decoration:	bold;
	color:	#0066cc;
	}
	
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;
	}	



Div#theIframe
{ border-style: solid; border-color : Black; border-width : thin; position: absolute; top: 10%; left : 20%; width:510; filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=120, Strength=5); background-color : White; }


.clsIframe{ width: 500; height:300; }

.ContentFrameBg1 
{
    BACKGROUND-COLOR:"#eaeaea" ;	
}

.ContentFrameBg2 
{
    BACKGROUND-COLOR: White  ;	
}

.ContentFrameBg3 
{
    BACKGROUND-COLOR: Purple   ;	
}

.EventContent
{
	  text-align:justify ;
	  white-space:normal;
	   line-height:0.8cm;	 
}

.ItemHeader
{	
	font-size:	11pt;
}	
.ItemContent
{	
	font-size:	10pt;
}	


td.helpHed
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }


tr.TRItemContent
{
	font-size:	10pt;	
}

.pagerText
{
	font-size:	9pt;	
}

.i
{   color:#ff0000;
	text-decoration: none;
	font-weight:900;	
	font-size: 10pt;
}

.i a:link,.i a:visited
{	
	text-decoration: underline;	
	font-weight:normal ;
	font-size: 8pt;
	
}

.q a:visited,.q a:link,.q a:active,.q {color: #00ff00; }




.dialog_body {
	background-color: #ffffff;
	background-image:url(../Images/bg_page_white.gif); 
	color: #003366;
	border-top: 1px #bbbb99 solid;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	}

.dialog_field_value {	
	padding: 3px;
    padding-top:8px;
	vertical-align: top;	
	}

.dialog_header {
	background-color:Green;
	border-bottom: 1px #888866 solid;
	padding: 3px;
	padding-top: 6px;
	padding-left: 10px;
	}

.dialog_header_text {
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	}

.dialog_view {
	border-top: 1px #888866 solid;
	border-right: 1px #888866 solid;
	border-left: 1px #888866 solid;
	border-bottom: 1px #888866 solid;
	margin-top: 2px;
	}	
	
.field_label 
{
	padding: 3px;
	padding-top:8px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-left: 2px;
	white-space: nowrap;	
	vertical-align: top;
	}

.field_value {
	padding: 0px;
	}

.field_input {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;

	}	
	
.content

{
	 line-height:0.6cm;	
	 font-size: 11pt;
	 color: Black ;
	 text-align:justify;
     text-justify:distribute-all-lines auto;
	 
	}	