/******************************************
 * specify styles for tags        
 ******************************************/

/* 

back: #eeeeee ; border: # 8baabc; 
back: #eeeeee ; border: # 94b6e7; - light blue;

*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #808080;
	margin: 3px 3px 3px 3px;
}

td.SiteFrame {
	background-color: white; /* 	border: solid 1px #000000; */
	border: solid 1px #000000; /* #0a246a */ 
	padding: 3px 3px 3px 3px;
}

A:link {
	text-decoration: none;
	color: #0000FF;
}
A:visited {
	text-decoration: none;
	color: #0000FF;
}
A:hover, A:active {
	text-decoration: underline;
	color: brown;
}

H1 {
	font-size: 13pt;
	font-weight: bold;
	color: #598FA9;
	margin-bottom: 0;
	line-height: 14pt;
}
H2 {
	font-size: 12pt;
	font-weight: bold;
	color: #598FA9;
	font-family: margin-top:15;
	margin-bottom: 0;
	line-height: 14pt;
}
H3 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 30;
	margin-bottom: 0;
	line-height: 12pt;
	color: navy;
}
H4 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 12pt;
}

HR {
	color: #8CB2C4;
	background-color: white;
	height: 1px;
}

td.Header {
	font-size: 12px; 
/*	font-weight: bold; */
}

td.HeaderBottom {
	color: #8baabc;
	background-color: #eeeeee;
	font-size: 11px;
	text-align: center;
	padding: 2px;
	border-left: solid 5px #8baabc;
	border-top: solid 1px #8baabc;
	border-right: solid 1px #8baabc;
}

.DayGroup {
	/*	border: dotted 1px #ADAAAD; */
	padding: 0px;
}

.DayHeader {
	/*	background-color: #eeeeee; */
	border-bottom: solid 1px #8baabc; /*	border-right: solid 5px #8baabc; */
	padding: 2px 5px 2px 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.PostHeader {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold; /*	border-bottom: solid 1px #adaaad; */
}

.PostInfo {
	padding-top: 2px;
	font-size: 11px;
	color: #909090;
}

.PostInfoComments {
	font-size: 11px;
	font-weight: bold;
	color: navy; /*#909090;*/
}


.PostDetails {
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 2px;
	border-bottom: dotted 1px #adaaad;
}

.PostOriginalLink {
	border-top: solid 1px #adaaad;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

.CopyFooter {
	padding-top: 5px;
	border-top: dotted 1px #adaaad;
	color: #adaaad;
	font-size: 11px;
	font-family: Arial, Verdana;
	text-align: center;
}

/* Admin Styles */
.AdminMenu {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: solid 1px #8baabc;
}

TABLE.AdminGrid {
	padding: 3px;
}

