/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-attachment: scroll;
    background-image: url(pics/back.jpg);
    word-spacing: normal;
    background-repeat: no-repeat;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: black;
    font-size: 0.8em;
    color: #ffcc99;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #cc9999;
}
H1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: inherit;
    letter-spacing: normal;
    text-transform: none;
}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.9em;
	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.8em;
	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.7em;
	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: 1.6em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 8px;
    float: left;
}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	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: #cc9999;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#cc9999;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#cc9999;
	}	
		
A:hover
{
    color: #ff9999;
    text-decoration: none;
}
	
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;
	}	

IMG
{
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
}
.ico
{
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: none;
}

TD
{
    font-family: Arial;
    vertical-align: text-top;
}
.hlp
{
	font-size: 0.8em;
	color: navy;
	font-style: italic;
}
TABLE
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
}
.info
{
	font-size: xx-small;
	color: gray;
	font-style: italic;
}
P
{
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: top;
    text-align: left;
}
.navbar
{
    background-image: url(pics/blackTDback.jpg);
    background-repeat: repeat-x;
    text-align: center;
    font-size: 11px;
}
.navbar2
{
    background-image: url(pics/blackDbackLT.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

.objEdit
{
    background-image: url(pics/blackTDback.jpg);
    background-repeat: repeat-x;
}
.ListPost
{
    background-image: url(pics/blackPostBack.jpg);
    background-repeat: no-repeat;
    vertical-align: text-top;
    direction: ltr;
}
.Replies
{
    background-image: url(pics/blackPostBack.jpg);
    background-repeat: no-repeat;
    vertical-align: text-top;
    direction: ltr;
    font-size: smaller;
    font-style: italic;
}
HR
{
    color: #44281a;
}
.prim
{
    font-size: inherit;
}
.sec
{
    font-size: smaller;
    vertical-align: bottom;
}
.navbar A
{
    color: #ff9933;
}    

