* {
	font-family: arial,sans-serif;
}

code
{
	font-family: monospace;
}


/** The blue boxes that sidebar titles go in */
.sidebar_box
{
	border-collapse: collapse; 
	border-spacing: 0;
	border: 0;

	font-size: 14px;
	font-weight: bold;
	background-color: #72D1FD;
	text-align: left;
	color: #1549A3;
	
	margin-left: 8px;
	margin-right: 8px;
}

#b3Box
{
	margin-left: 0px;
	margin-right: 0px;
}

#b3Box2
{
	margin-left: 0px;
	margin-right: 0px;
	background-color: #C0EBFF;
}


/** The white boxes that newsposts and page content goes in */
.content_box
{
	border-collapse: collapse; 
	border-spacing: 0;
	border: 0;
	background-color: white;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 8px;
	
	margin-top: -10px
	
	width: 100%;
}

/** the blue boxes that content box titles go in */
.title_box
{
	border-collapse: collapse; 
	border-spacing: 0;
	border: 0;
	

	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;

	font-size: 22px;
	font-weight: bold;
	background-color: #72D1FD;
	
	color: #1549A3;
	
	padding-left: 8px;
	padding-right: 8px;
}

/** the grey boxes that bylines and content footers go in */
.byline_box
{
	border-collapse: collapse; 
	border-spacing: 0;
	border: 0;

	font-size: 10px;	
	background-color: #EEEEEE;
	text-align: left;
	color: #555;

	margin-left: 8px;
	margin-right: 8px;
}

/** the controlling table for the optional right sidebox */
.right_sidebox
{
	border-collapse: collapse; 
	border-spacing: 0;
	border: 0;

	float: right;
	margin-top: -10px;
	margin-right: 7px;
	max-width: 130px;	
}

#sidebar {
	float: left;

	width: 200px;
	margin-top: 3px;
	
	/* visibility:hidden; */
}

#topnav
{
	font-size: 12px;
}

/* the controlling table for the header */
#top_box
{
	margin-top: -11px;
	margin-left: 1px;
}

/* the controlling div for the title text in the header */
#title_frame
{
	position: absolute;  

	left: 165px;
	
	z-index: 100;
	
	font-family: verdana,tahoma,sans-serif; 
	font-size: 18px; 
	color: #1D73F9;	

	top: -6px;
	padding-top: 8px;
}

#main_content
{
	max-width: none;
}

#main_content_table
{
	margin-right: 6px;
	width: 100%
}


#thirdbar {
	float: right;
	width: 140px;	
}

.titlebox {
	margin-left: 8px;
}

.ieshift
{
	margin-top: 1px;
}

/* for rounded box corners */
.tl{position: relative;top: -1;left: -1;}
.bl{position: relative;top: 1;left: -1;}
.tr{position: relative;top: -1;left: 1;}
.br{position: relative;top: 1;left: 1;}

/* special for sidebar rounded box corner fix for ie (identical to above for ff) */
.tl2{position: relative;top: -1;left: -1;}
.bl2{position: relative;top: 1;left: -1;}
.tr2{position: relative;top: -1;left: 1;}
.br2{position: relative;top: 1;left: 1;}

.tl2a{position: relative;top: -2;left: -2;}
.tr2a{position: relative;top: -2;left: 2;}
.bl2a{position: relative;top: 2;left: -2;}
.br2a{position: relative;top: 2;left: 2;}

.thread_title
{
	font-size: 14px;
	font-weight: bold;

	color: #1549A3;
}

#quoted {
	border: 1px solid #1549A3;
	padding: 10px;
	color: #1549A3;
	background-color: #eee;
}

#deleted {
	border: 25px dotted red;
	background-color; pink;
}

