body, table
{
	font-family: Sans-Serif;
	font-size: 12px;
}

input, select, textarea
{
	border: solid 1px #666666;
	font-family: Sans-Serif;
	font-size: 12px;
}

a:link, a:visited, a:active
{
	color: #336699;
}

.main
{
	position: absolute;
	left: 200px;
	top: 100px;
	width: 600px;
}

.menu
{
	position: absolute;
	left: 10px;
	top: 100px;	
}
			
.title
{
	color: #666666;
	font-size: 16px;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.subTitle
{
	color: #999999;
	font-size: 12px;
}

.tableTop
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom: solid 2px #efefef;
	height: 60px;
}

.tableColors
{
	border: #660000 1px solid;
	border-collapse: collapse;
	margin: 0px;
	text-indent: 3px;
}

.tableColors td
{
	padding: 2px;
}

.entryHeader
{
	color: #336699;
	font-size: 16px;
	font-weight: bold;
}

.entrySubHeader
{
	color: #999999;
	font-size: 12px;
}

.commentHeader
{
	font-size: 12px;
}

.commentSubHeader
{
	color: #666666;
	font-size: 12px;
}

.commentsHeader
{
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}

.imageUrl
{
	color: #666666;
}

.tableBody
{
	background-color: #ffffff;
}

.dg
{
	border: solid 1px #999999;
}

.dgItem
{
}

.dgAlternatingItem
{
	background-color: #efefef;
}

.dlItem
{
	border-top: solid 1px #669999;
}

.dlAlternatingItem
{
	border-top: solid 1px #669999;
	background-color: #efefef;
}