/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Sans-Serif;
}

a:link, a:active, a:visited 
	{ 
		text-decoration: none; color: #0000FF; 
	}
a:hover 
	{ 
		text-decoration: underline; color: #0000FF; 
	}
	
a.CommentLink:link, a.CommentLink:active, a.CommentLink:visited 
	{ 
		text-decoration: none; color: #FFFFFF; 
	}
a.CommentLink:hover 
	{ 
		text-decoration: underline; color: #FFFFFF; 
	}
		
TD
{
	font-size: 14px;	
}

TD.Border
{
	background-color: #938DE6;
}

TD.NavSeparatorBorder
{
	background-color: #FFFFFF;
}

TD.NavButton
{
	background-color: #6A6DF7;
}

TD.ThoughtsBorder
{
	background-color: #6A6DF7;
}

TD.ThoughtsHeader
{
	color: #FFFFFF;
	background-color: #6A6DF7;
	font-family: Arial;
	font-size: 14px;
}

TD.ThoughtsContent
{
	color: #000000;
/*	background-color: #FCE184; */
	background-color: #33CC99;
	font-family: Arial;
	font-size: 14px;
}

TD.ThoughtCommentsHeader
{
	color: #FFFFFF;
	background-color: #6A6DF7;
	font-family: Arial;
	font-size: 12px;
}

TD.ThoughtCommentsContent
{
	color: #000000;
/*	background-color: #FCE184; */
	background-color: #33CC99;
	font-family: Arial;
	font-size: 12px;
}

TD.ThoughtsFooter
{
	height: 16px;
	color: #FFFFFF;
	background-color: #6A6DF7;
	font-family: Arial;
	font-size: 12px;
}

.LoginBackground
{
	background-color: #938DE6;
}

.AdministrationLink
{
	font-size: 12px;	
}

.KidFont
{
	font-family: Comic Sans MS, Arial, Sans-Serif;
}

.SmallFontLink
{
	font-size: 12px;	
}

.TwelvePixelFont
{
	font-size: 12px;
}

.FormBoldFont
{
	font-size: 12px;
	font-weight: bold;
}

.TenPixelFont
{
	font-size: 10px;
}



