/* CSS Document */

body {
background-color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* Used primarily to cite other content within entry postings */
blockquote {
background-color:#CCCCCC;
border-style:solid;
border-width:0px;
border-left-width:2px;
margin-left:60px;
margin-right:170px;
padding-left:10px;
padding-top:5px;
padding-right:10px;
padding-bottom:20px;
}

td.BannerLogoCell {
background-color:#ffffff;
border-color:#000000;
border-style:solid;
border-width:1px;
padding: 15px;
height:30px;
font-size:24px;
color:#FF0000;
}

/* Controls color of HREF links in the entry and comment body boxes */
a.ViewControlLink {
color:#000000;
text-decoration:underline;
}

td.LeftBar {
padding:10px;
background-color:#FFFFFF;
border-color:#000000;
border-style:solid;
border-width:0px;
}

/*  Boxes containing item descriptors (top posters, etc.) */
td.statbar {
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #FF0000;
	text-align:center;
}

/*  Various title bars that introduce comment section, etc. */
td.IntroBar {
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #FF0000;
	text-align:left;
}

/* Same as above but controls for color link (and hover, next style) */
a.statlink {

	color:#0000FF

}

a.statlink:hover {
	
	color:#FF0000;

}

/* Controls color of general background text for the controls associated with
sorting postings, etc.  */
table.ViewControlTable {
background-color:#ffffff;
text-align:left;
}

/* Same as above but controls individual cell color.  Generally the same as the
color and styles applied above at TABLE level.  */
td.ViewControlCell {
border-color:#000000;
border-style:solid;
border-width:0px;
background-color:#ffffff;
text-align:left;
}

/* Cell containing date of item post */

td.DateCell {
padding-left:10px;
border-color:#000000;
border-style:dotted;
border-width:1px;
background-color:#FFFFFF;
color:#000000;
}

/* Hyperlinke controls appearing above each entry body (promote/demote/etc.) */
.EntryControlText {
font-size:9px;
color:#000000;
margin-left:0px;
}

/* Style for actual entry body */
.EntryText {
color: #000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
margin-left:0px;
}

/* Controls link color (static and hover) in each entry */
a.EntryLink {
color:#000000;
}

/* Hover counterpart to above */
a.EntryLink:hover {
color: #FF0000;
}

/* As name implies, style for titles to each entry */
.EntryTitleText {
color:#FF0000;
font-weight: bold;  
font-size:16px;
}

/* All the so-called "white boxes" of information (including confirmations) following
such actions as successful comments posts, voting transactions, etc.  */
table.WhiteBox {
border-style: solid;
border-width: 1px;
border-color: black;
background-color:#FFFFFF;
}

td.WhiteBoxReach {
padding-top:20px;
padding-bottom:20px;
}

td.WhiteBoxPush {
padding-left:10px;
padding-right:10px;
}

td.BodyPalette {
padding:10px;
border-color:#000000;
border-style:solid;
border-width:0px;
background-color:#FFFFFF;
}

td.CommentPalette {
border-color:#000000;
border-style:solid;
border-width:0px;
background-color:#ffffff;
}

td.EntryCell {
text-align:left;
color: #000000;
padding:5px;
border-color:#000000;
border-style:none;
border-width:1px;
background-color:#FFFFFF;
font-size:15px;
}

td.RightBar {
border-color:#000000;
border-style:solid;
border-width:0px;
}

.InforBarBaseText {
}