body {
	font: 12px "Verdana", "Arial", sans-serif;
	background: #3475B7 url('header-bg.gif') top left repeat-x;
        margin: 0;
	
}

table {
	font-size: 12px;
}
a {
	color: #005599;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


.sidebar {
	width: 18%;
	float: left;
}

.content {
	width: 80%;
	float: right;
}

.cbox {
	background: #F5F9FD;
	border: 1px solid #576984;
}

.cbox p {
	margin: 0;
	padding: 3px;
	font-size: 12px;
}
.cboxtitle {
	background: #999 url('boxheader.gif') top left repeat-x;
	vertical-align: middle;
	font-weight: bold; 
	padding:8px 0px 8px 5px; 
	color: white;
}

.container {
	overflow: auto;
	width: 100%
}

.sbarbox {
	border: 1px solid #576984;
	background: #F5F9FD;
}

.sbarbox p{
	padding-left: 2px;
	margin: 0;
}

.sbarbox a:before{
	content:"» ";
}

.sbartitle {
	background: #333 url('boxheader.gif') top left repeat-x;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 12px;
	padding: 4px;

}

.footer {
	padding: 4px;
	text-align: center;
	background: #E4EAF2;
	border: 1px solid #576984;
	font-size: 10px;
}

/* Table Border */
.table-border {
	border: 1px solid #576984;
}
	

/* Row Colors */
.darkrow1 {
	border-top: 1px solid #576984;
	border-bottom: 1px solid #576984;
	background-color: #C2CFDF; 
	color: #4C77B6;
	font-weight: bold;
	font-size: 11px;
}
.darkrow2 { 
	background-color: #D1DCEB; color:#3A4F6C; font-size:1px; 
}

.forumsection {
	border-top: 1px solid #333;
}

/* Ported from Blue n Light PHPFusion Theme */
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	/* background-color: #F1F1F1; */
	padding: 10px;
}

  /* Don't show the actual text... */
#header h1 {
  display: none;
}

.toplinks {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #275E93;
	background-color : #fff;
	border-top : 1px solid #275E93;
	border-bottom : 1px solid #275E93;
	padding : 5px;
}

.forumtitle {
	/* Colors taken from MSFN */
	background: #B5BECD url('tile_sub.gif') top left repeat-x;
	color: #3A4F6C;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	padding: 2px;
}

.forumcat {
	background: #DAE3F0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
/* Silly IMG border! */
img {
	border: none;
}

/* Editor */
.ed {
width: 400px;
height: 150px;
}

 /* Mac User Bar */
#macuserbar {
 padding-top: 3px;
 padding-left: 4px;
 padding-right: 4px;
 height: 18px;
 background: #444 url('../ui/macbar.png') top left repeat-x;
}

/* Borders... */
.border-top {
	border-top: 1px solid #576984;
}

.border-bottom {
	border-bottom: 1px solid #576984;

}