/* 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	{	
	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;
	}	

A:link	
{
	font-size:8pt;
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	
{
	font-size:8pt;
	text-decoration:	none;
	color:	#333399;
}	
		
A:active	
{
	font-size:8pt;
	text-decoration:underline;
	color:	#333399;
}	
		
A:hover
{
	font-size:8pt;
	text-decoration: underline;
	color: #3399ff;
}

A.menu:link	
{
	font-size:8pt;
	text-decoration:	none;
	color:	white;
	}	
		
A.menu:visited	
{
	font-size:8pt;
	text-decoration:	none;
	color:	white;
}	
		
A.menu:active	
{
	font-size:8pt;
	text-decoration:underline;
	color:	white;
}	
		
A.menu:hover
{
	font-size:8pt;
	text-decoration: underline;
	color: yellow;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	
{
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial ;
	list-style-type:	square ;
	}	

UL LI LI	
{
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial ;
	list-style-type:	disc;
	}	

UL LI LI LI	
{
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial ;
	list-style-type:	circle;
	}	
	
OL LI	
{
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial ;
	list-style-type:	decimal;
	}	

OL OL LI	
{
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial ;
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	
{
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial ;
	list-style-type:	lower-roman;
	}	


.Button
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	width: 50px;
	cursor: hand;
	border-bottom: black 1px solid;	
	background-color: lightgrey;
	font-size: 8pt;
}

.AllTable
{
	border-right: #6E89DD 1px solid;
	border-top: #6E89DD 1px solid;
	border-left: #6E89DD 1px solid;
	border-bottom: #6E89DD 1px solid;	
}

hr
{
	color: #6E89DD;
	height:1;
}

.Calender
{
	font-weight: bold;
	font-size: 10pt;
	color: darkblue;
	font-family: Verdana,Arial ;
	background-color: lightcyan; 
	border-right: #31659c 1px solid;
	border-top: #31659c 1px solid;
	border-left: #31659c 1px solid;
	border-bottom: #31659c 1px solid;	
}

.TableHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial ;
}

.Header
{
	font-weight: bold;
	font-size: 16pt;
	color: #111077;
	font-family: Verdana,Arial ;
}

.TitleBig
{
	font-weight: bold;
	font-size: 10pt;
	color: #31659c;
	font-family: Verdana,Arial ;
}

.TitleSmall
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial ;
}

.FontBig
{	
	font-size: 10pt;
	color: black;
	font-family: Verdana,Arial ;
}

.FontSmall
{
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial ;
}

.TableCol
{
	font-size: 10pt;
	margin-left: 10px;
	color: darkblue;
	font-family:  Verdana,Arial;
	background-color: white;
	border-right:  #31659c 1px solid;
	border-top: #31659c 1px solid;
	border-left: #31659c 1px solid;
	border-bottom: #31659c 1px solid;
	
}

.Remarks
{
	font-size: 8pt;
	color: blue;
	font-family:Verdana,Arial;
}

.ErrMsg
{	
	font-size: 8pt;
	color: red;
	font-family: Verdana,Arial;	
}

.GridHeader
{
	color: white;
	background-color: #6E89DD;
}

.Grid
{
	border-right: #6E89DD 1px solid;
	border-top: #6E89DD 1px solid;
	font-size: 8pt;
	border-left: #6E89DD 1px solid;
	width: 100%;
	color: black;
	border-bottom:#6E89DD 1px solid;
	font-family: Verdana;
	background-color: white;
}

.clsTextFieldCell {background-color:white;border:ridge 1px buttonface;}
.clsTextField {	
				border:none;
				margin-right:1px;
				margin-left:1px;
       }
	  .clsTextFieldCell {background-color:white;border:ridge 1px buttonface;}
      .clsTextFieldCell_hover {background-color:white;border:solid 1px Highlight;}
      .clsDropDownCell {
				background-color:buttonface;
				border-top:ridge 1px buttonface;
				border-bottom:ridge 1px buttonface;
				border-right:ridge 1px buttonface; 
				border-left:none;
			}
      .clsDropDownCell_hover {
				background-color:#B6BDD2;
				border-top:solid 1px Highlight;
				border-bottom:solid 1px Highlight;
				border-right:solid 1px Highlight;
				border-left:none;
			}
      .clsDropDownCell_click {
				background-color:#8592B5;
				border-top:solid 1px Highlight;
				border-bottom:solid 1px Highlight;
				border-right:solid 1px Highlight;
				border-left:none;
     
	
     }

.ReadOnly
{
	background-color: #e0e0e0;
}

.UpCase
{
	text-transform: uppercase;
}

.Menu_Head {
	filter:alpha(opacity=100,finishopacity=80,style=1);		
	cursor: hand;
	width: 100%;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana,Arial ;
	background-color: #31659c; 
	border-right: #31659c 1px solid;
	border-top: #31659c 1px solid;
	border-left: #31659c 1px solid;
	border-bottom: #31659c 1px solid;	
}
.Menu_Items {
	filter:alpha(opacity=100);
	background-color: #c4d7ff;
	padding: 10;
	width: 180;
	display: block;
	border-right: #31659c 1px solid;
	border-top: #31659c 1px solid;
	border-left: #31659c 1px solid;
	border-bottom: #31659c 1px solid;
	font-size: 10pt;
	color: white;
	font-family: Verdana,Arial ;
}
