body
{
	font-family:Verdana;
	font-size:10pt;	
}

A:hover
{
	font-family:Verdana;
	font-size:10pt;	
	text-decoration:underline;
	color:#850808;
}

A
{
	font-family:Verdana;
	font-size:10pt;	
	text-decoration:none;
	color:#80080a;
}

.tag0
{
	font-family:Verdana;
	font-size:10pt;	
	text-decoration:underline;
	color:#80080a;
}

.tag0:hover
{
        font-family:Verdana;
        font-size:10pt;
        text-decoration:underline;
        color:#80080a;
}

.tag1
{
	font-family:Verdana;
	font-size:12pt;	
	text-decoration:underline;
	color:#80080a;
}

.tag1:hover
{
	font-family:Verdana;
	font-size:12pt;	
	text-decoration:underline;
	color:#80080a;
}

.tag2
{
	font-family:Verdana;
	font-size:14pt;	
	text-decoration:underline;
	color:#80080a;
}

.tag2:hover
{
	font-family:Verdana;
	font-size:14pt;	
	text-decoration:underline;
	color:#80080a;
}

.header
{
	position:absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height:110px;
	background-color:#80080a;
	margin-top:0px;
}

.header_sub
{
	position:absolute;
	width: 100%;
	left: 0px;
	top: 111px;
	height:3px;
	background-color:#000000;
	margin-top:0px;
}

.search
{
	position:absolute;
	width: 130px;
	left: 800px;	
	top: 30px;
	text-align:center;
}

.header_logo 
{
	position:absolute;
	left: 20px;
	top: 20px;	
}

.footer 
{
	font-size: 8pt;
}

.menu
{
	position:absolute;
	top:130px;
	left: 20px;
	width: 120px;
}

.menu_lines
{
	width:130px;
	height:12px;	
}

.title_text
{
	font-weight: bold;	
}

H1
{
 	font-weight: bold;
	font-size: 14px;
}

.social_network_widget
{
    width: 145px;
    float: left;
    display: inline-block;
}

.codeview_blog 
{
	width:590px;
	background: #CCCCCC;	
}

.output_blog 
{
	width:590px;
	background: #000000;
	color:Lime;
}

.content
{
	position:absolute;
	top:130px;
	width: 590px;
	left: 190px;
	font-family:Verdana;
}

.content_piece
{
	width: 590px;
}

.extras
{
	position:absolute;
	top:130px;
	width: 200px;
	height: 100px;
	left: 830px;	
}

.extras_box
{
	background-color: #CCCCCC;	
	width:240px;
}

.content_lines
{
	width:590px;
	height:12px;
}

.label
{
	display:inline-block;
	width:140px;	
	font-weight:bold;
	vertical-align:top;
}

#data_entry label
{
	display:inline-block;
	width:140px;	
	font-weight:bold;
	vertical-align:top;
}

.textbox_title
{
	width:400px;	
}

.textbox_body
{
	width:400px;
	height:400px;
}

.pagearrow_left
{
	display:inline-block;	
	text-align:left;
}

.pagearrow_right
{
	display:inline-block;	
	text-align:right;	
}

.pagenumbers
{
	width:100px;	
	display:inline-block;	
	height:60px;
	text-align:center;
	vertical-align:middle;	
}

.account
{
	position:absolute;
	left:960px;
	top:30px;
	text-align:right;
	width: 100px;
}

.account_link
{
	font-family:Verdana;
	font-size:10pt;	
	text-decoration:none;
	color:#ffffff;
}

.account_link:hover
{
	font-family:Verdana;
	font-size:10pt;	
	text-decoration:underline;
	color:#ffffff;
}

.spacer
{
	height:20px;	
}

.spacer_small
{
	height:10px;	
}

.paging
{
	text-align: center;
	width:585;	
}

#SearchStringTextBox
{
    width: 140px;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.validation_error 
{
	color:red;
}
