/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.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;
	}	
		
TABLE {font-size:1em;}


A:link	{	
	text-decoration:	none;
	color:	#006699;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#006699;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#006699;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#006699;
	}
	
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-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}


.tdIcon {background-color:#EFEFEF; vertical-align:middle;}
.tdIcon div{width:20px; height:20px; border:1px dashed silver; background-color:white;}

.tdTitle {background-color:#EFEFEF; vertical-align:top;}
.tdDate {white-space:nowrap; font-size:1em; background-color:#D1D7DC; vertical-align:top;}
.tdCount {font-weight:normal; color:black; /*color:#3333cc;*/ background-color:#DEE3E7;  vertical-align:top; text-align:center;}

.threadSite {font-size:smaller; color:green;}
.threadTitle {font-weight:bold;}

.topicBlock {margin-left: 6px;}
.topicTitle {font-weight:normal; font-size:1.4em;}
.topicDesc {font-size:0.83em; color:Black; margin-top:7px;}

.twDesc {display:block; font-size:0.9em; margin-top:5px;margin-bottom:5px;}

.last {text-whitespace:nowrap; display:inline; font-size:0.9em;}

.topicDesc a 
{
	text-decoration:	underline;
	color:	#006699;
}

.categoryTitle {font-weight:normal; font-size:1.4em;}
.categoryDesc {font-size:0.83em; color:Black;}

.menuItemTitle {margin-left:17px; margin-top:9px; margin-right:17px;}
.menuItemTitle a {font-weight:bold; font-size:1.3em;}
.menuItemDesc {color:#006699; font-size:0.8em;}

.giftItemDesc {color:#006699;}
.giftItemDesc a {color:#006699; font-size:1em; font-weight:normal;}


#headerLink h1 {color:#006699; display:inline; font-size:1em; }
