/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    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:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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;
	}	

MARGINIMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	
	
.header1  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : bold;
	color : #a52a2a;
}

.header2  {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : bold;
	color : #a52a2a;
}

.smalltext  {
	font-size : xx-small;
	font-family : Verdana;
	color : #703200;
}

.categoriatext {
	font-size : xx-small;
	font-family : Verdana;
	color : #703200;
}


.normaltext  {
	font-size : x-small;
	font-family : Verdana;
	color : black;
}

.headertext  {
	font-size : x-small;
	font-family : Verdana;
	color : black;
}

.normaltextb
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Verdana;
}

.bigtext  {
	font-size : medium;
	font-family : Verdana;
	color : black;
}

.header2  {
	font-size : xx-small;
	font-weight : bold;
	font-family : Verdana;
	color : #8b4513;
}

.flattextbox  {
	font-size : xx-small;
	font-family : Verdana;
}
  
.borderedflattextbox  
{
    BORDER-BOTTOM: #4a82a5 thin solid;
    BORDER-LEFT: #4a82a5 thin solid;
    BORDER-RIGHT: #4a82a5 thin solid;
    BORDER-TOP: #4a82a5 thin solid;
	font-size : xx-small;
	font-family : Verdana;
}
    
.blackborderedflattextbox   
{
    BORDER-BOTTOM: #000000 thin solid;
    BORDER-LEFT: #000000 thin solid;
    BORDER-RIGHT: #000000 thin solid;
    BORDER-TOP: #000000 thin solid;
	font-size : xx-small;
	font-family : Verdana;
}    
    
.flatbutton
{
	border-top-width: thin;
	font-weight: bold;
	border-left-width: thin;
	font-size: xx-small;
	border-bottom-width: thin;
	color: black;
	font-family: Verdana;
	background-color: #eace97;
	border-right-width: thin;
}

.headercell
{
	border-top: red thin solid;
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Verdana;
	background-color: #efefef;
}

.smallheadercell
{
	border-top: red thin solid;
	font-size : xx-small;
	font-family : Verdana;
	color: black;
	background-color: #efefef;
}

.selectedTblButton
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Verdana;
	background-color: #0000ff;
}

.unSelectedTblButton
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Verdana;
	background-color: #efefef;
}

.noMarginImg
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.Onmouse3
{
	table-layout: fixed;
	display: block;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10px;
	background-attachment: scroll;
	margin-left: 7px;
	vertical-align: middle;
	width: 14px;
	line-height: 17px;
	margin-right: 0px;
	background-repeat: repeat;
	font-family: arial;
	height: 17px;
	text-align: center;
	text-decoration: none;
	border-left: blue 1px solid;
	border-top: blue 1px solid;
	border-right: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: #efefef;
}

.Offmouse3{
	color: blue;
	font-family : verdana;
	font-size: 10px;
	text-align : left;
	margin-left : 7px;
	margin-right:0px;
	text-decoration : none;
	height: 17px;
	width: 14px;
	border: solid 0 blu;
	padding-left: 0px;
	vertical-align: middle;
	display: block;
	line-height : 17px;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
	border-bottom: blue 0px solid;
	background-color: transparent;
}

.dropmenu  {
	font-size : x-small;
	font-family : Verdana;
	color : #703200;
	background-color: #efefef;
}

.selectbox 
{
	background-color:white;
	border-color: black;
	border-bottom-color: black;
	color: black;
	font-size : xx-small;
	font-family : Verdana;
}

.middlenormaltext  {
	font-size : x-small;
	font-family : Verdana;
	color: #0000FF;
}

.middlesmalltext  {
	font-size : xx-small;
	font-family : Verdana;
	color: #0000FF;
}




