/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    font-size: 12px;
    color:black;
}

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:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	
{
    FONT-FAMILY: Arial;
    font-size: 12px;
	text-decoration: underline;
	color:	Black;
	}	
		
A:visited	
{
    FONT-FAMILY: Arial;
    font-size: 12px;
	text-decoration:underline;
	color:	Black;
	}	
		
A:active	
{
    FONT-FAMILY: Arial;
    font-size: 12px;
	text-decoration:underline;
	color:	Black;
	}	
		
A:hover	
{
    FONT-FAMILY: Arial;
    font-size: 12px;
	text-decoration:underline;
	color:Gray ;
	}
	
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;
	}	

.WhiteOnBlackTitle
{
	background-color:#184684;
	height:24px;
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight :bold ;
	vertical-align:middle ;
	text-align: center ;
}
.WhiteOnBlackTitleLeft
{
	background-color:#184684;
	height:24px;
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight :bold ;
	vertical-align:middle ;
	text-align: Left ;
}

.BlackOnWhiteTitle
{
	background-color:white;
	height:24px;
	color: #184684;
	font-family: Arial;
	font-size: 12px;
	font-weight :bold ;
	vertical-align:middle ;
	text-align: center ;
	border-style :solid ;
	border-bottom-width:1px ;
	border-bottom-color :black;
	border-left-width: 1px;
	border-top-width:1px;
	border-right-width: 1px;
	
}

.BlackOnWhiteCell
{
	background-color:white;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	border-style :solid ;
	border-bottom-width:1px ;
	border-bottom-color :black;
	border-left-width: 1px;
	border-top-width:0px;
	border-right-width: 1px;
	
}
.BlackOnWhiteNormal
{
	background-color:#f5f5f5;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	
}

.BlackOnWhiteCellRight
{
	background-color:white;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: Right;
	border-style :solid ;
	border-bottom-width:1px ;
	border-bottom-color :black;
	border-left-width: 1px;
	border-top-width:0px;
	border-right-width: 1px;
	
}

.CellSideBlackBorder
{
	background-color:white;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	border-style :solid ;
	border-bottom-width:0px ;
	border-bottom-color :black;
	border-left-width: 1px;
	border-top-width:0px;
	border-right-width: 1px;
}

.CellWhiteSmoke
{
	background-color : whitesmoke;
	color : Black;
	font-size: 12px;
	font-family : Arial ;
	font-weight : bold ;
	text-align:right ;
	height:24px;
}
.CellSideBlackBorderOnWhiteSmoke
{
	background-color:whiteSmoke;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	border-style :solid ;
	border-bottom-width:0px ;
	border-bottom-color :black;
	border-left-width: 1px;
	border-top-width:0px;
	border-right-width: 1px;
	 vertical-align:top;
}
.CellSideBlackBorderOnWhiteSmokeRight
{
	background-color:whiteSmoke;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: Right;
	border-style :solid ;
	border-bottom-width:0px ;
	border-bottom-color :black;
	border-left-width: 1px;
	border-top-width:0px;
	border-right-width: 1px;
	 vertical-align:top;
}

.CellSideBlackBorderOnWhiteSmokeCenter
{
	background-color:whiteSmoke;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: Center;
	border-style :solid ;
	border-bottom-width:0px ;
	border-bottom-color :black;
	border-left-width: 1px;
	border-top-width:0px;
	border-right-width: 1px;
}

.BlackOnWhiteSmokeCellRight
{
	background-color:WhiteSmoke;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: Right;
	border-style :solid ;
	border-bottom-width:1px ;
	border-bottom-color :black;
	border-left-width: 1px;
	border-top-width:0px;
	border-right-width: 1px;
	
}

.CellLeftWhiteSmoke
{
	background-color : whitesmoke;
	color : Black;
	font-size: 12px;
	font-family : Arial ;
	font-weight :bold  ;
	text-align:left ;
	height:24px;
}
.CellCenterNoBoldWhiteSmoke
{
	background-color : whitesmoke;
	color : Black;
	font-size: 12px;
	font-family : Arial ;
	font-weight :normal  ;
	text-align:center ;
	height:24px;
}
.CellLeftNoBoldWhiteSmoke
{
	background-color : whitesmoke;
	color : Black;
	font-size: 12px;
	font-family : Arial ;
	font-weight :normal  ;
	text-align:left ;
	height:24px;
}
.CellRightNoBoldWhiteSmoke
{
	background-color : whitesmoke;
	color : Black;
	font-size: 12px;
	font-family : Arial ;
	font-weight :normal  ;
	text-align:Right ;
	height:24px;
}

.menuRow
{
	background-color:Silver ;
	
}
.menuCell
{
	background-color:White ;
}
.CellUnderLine
{
	border-bottom-color : Gray;
	border-style :solid ;
	border-bottom-width:2px ;
	border-left-width: 0px;
	border-top-width:2px;
	border-right-width: 0px;
}
.CellWhiteSmokeBottomBorder
{
	background-color : whitesmoke;
	color : Black;
	font-size: 12px;
	font-family : Arial ;
	font-weight : bold ;
	text-align:right ;
	border-style :solid ;
	border-bottom-width:1px ;
	border-bottom-color :black;
	border-left-width: 0px;
	border-top-width:0px;
	border-right-width: 0px;
	height:auto ;
}

.CellWhiteSmokeBottomBorderLeft
{
	background-color : whitesmoke;
	color : Black;
	font-size: 12px;
	font-family : Arial ;
	font-weight : bold ;
	text-align:Left ;
	border-style :solid ;
	border-bottom-width:1px ;
	border-bottom-color :black;
	border-left-width: 0px;
	border-top-width:0px;
	border-right-width: 0px;
	height:auto ;
}
.BlackOnWhiteSmoke
{
	background-color:whitesmoke;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}
.BlackOnWhiteSmokeRight
{
	background-color:whitesmoke;
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: Right;
}
