/* Default CSS Stylesheet for a new Web Application project */

.containerDiv, .buttonBackground_Div
{
	margin-left: 30px;
	margin-right:30px;
	text-align: left;
}
.containerDiv
{
  	border: 2px solid #333;
	margin-top: 5px;
	background-color: lightsteelblue;
}

.spacerDiv
{
	clear:both;
	height:0px;
}
.maincontent_div
{
	float:left;
	background-color: steelblue;
	width:75%;
}
.subcontent_div
{
	background-color: lightsteelBlue;
}
.subContentHeading
{
	background-color: steelBlue;
	text-align: center;
	height:20px;
}

.buttonBackground_Div
{
	margin-top:50px;
	border: 1px solid #333;
	background-color:white;
}

.buttonForeground_div
{
	font-size:1.5em;
	height:40px;
}

.pictureMainMenu
{
	background-color:lightsteelblue;
	vertical-align:middle;
	margin-right:100px;
	margin-left:100px;
	margin-top:20px;
	font-size:3em;
}

.contentBackground_Div
{
}


.buttonHome, .buttonAdventure, .buttonWords, .buttonPictures, buttonMouseOver
{
}
.buttonMouseOver
{
}

.buttonHome
{
}
.buttonAdventure
{
}
.buttonWords
{
}
.buttonPictures
{
}

.folderThumbnail
{
	float:left;
	margin-left:15px;
}

.folderDescription
{
	margin-left: 15px;
	margin-right: 15px;
}

.pictureIndexThumbnail
{
	float:  left;
	padding: 2px 2px 2px 2px;
}

.messageItemIndexView
{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.messageItemIndexDateHeader
{
	width: 90%;
	background-color:lightsteelblue;
	font-size: .5em;
}
	
.messageItemIndexTitleHeader
{
	width: 90%;
	background-color:lightsteelblue;
	font-size: 1.5em;
}

.messageItemIndexDescription
{
}

.messageItemContentHeader
{
}

.messageItemContentBody
{
}
.kmCounterSpan
{
		FONT: 4.5em  Courier New, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:Red;
}

BODY
{
	
    	BACKGROUND: Gray ;
		FONT: 0.7em Verdana, Arial, 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	{	
	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;
	}	
A:link	{	
	text-decoration:	none;
	color:	#666666;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#666666;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#666666;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#666666	;
	}
	
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;
	}	
