﻿/* Default CSS Stylesheet for a new Web Application project */

HTML
{
    height:100%;
    border:none;
}

BODY
{
    height:100%;
    border:none;
    BACKGROUND-COLOR: #30373D;
    COLOR: #798066;
    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:	#798066;
	}	
		
A:visited	
{
	text-decoration:	none;
	color:	#798066;
	}	
		
A:active	
{
	text-decoration:	none;
	color:	#C1D72E;
	}	
		
A:hover	
{
	text-decoration:	underline;
	color:	#C1D72E;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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;
	}	

HR {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted;
}

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #7B5942;
	line-height: 17px;

}

.footertxt
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6F7378;
	line-height: 14px;   
}

.menutxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7B5942;
	line-height: 14px;

}

.bodytxt2ndColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	line-height: 14px;

}

.bodytxt3rdColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999990;
	line-height: 14px;

}

.fieldtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #7B5942;
	line-height: 14px;

}

.fieldtitle2ndcolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #555555;
	line-height: 14px;

}

.fieldtitle3rdcolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999990;
	line-height: 14px;

}

.subtitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    TEXT-TRANSFORM: none;
    COLOR: #474e40;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}

.subtitle2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    TEXT-TRANSFORM: none;
    COLOR: #555555;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}

.subtitle3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    TEXT-TRANSFORM: none;
    COLOR: #999990;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}

.maintitle
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12pt;
    TEXT-TRANSFORM: none;
    COLOR: #474e40;
    FONT-FAMILY: 'Arial Black';
    TEXT-DECORATION: none
}
.title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    TEXT-TRANSFORM: none;
    COLOR: #333333;
    FONT-FAMILY: Lucida Handwriting;
    TEXT-DECORATION: none
}
.verse
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    TEXT-TRANSFORM: none;
    COLOR: #7B5942;
    FONT-FAMILY: Lucida Handwriting;
    TEXT-DECORATION: none
}
TEXTAREA.textbox
{
    BORDER-RIGHT: #7A1C1D 1px solid;
    BORDER-TOP: #7A1C1D 1px solid;
    BORDER-LEFT: #7A1C1D 1px solid;
    BORDER-BOTTOM: #7A1C1D 1px solid;
    BACKGROUND-COLOR: #FFE7AF; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7B5942;  
}
INPUT.textfield
{
    BORDER-RIGHT: #7A1C1D 1px solid;
    BORDER-TOP: #7A1C1D 1px solid;
    BORDER-LEFT: #7A1C1D 1px solid;
    BORDER-BOTTOM: #7A1C1D 1px solid;
    BACKGROUND-COLOR: #FFE7AF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7B5942;
}
SELECT.dropdown
{
    BORDER-RIGHT: #7A1C1D 1px solid;
    BORDER-TOP: #7A1C1D 1px solid;
    BORDER-LEFT: #7A1C1D 1px solid;
    BORDER-BOTTOM: #7A1C1D 1px solid;
    BACKGROUND-COLOR: #FFE7AF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7B5942;
}