body 
{
	background-image: url('images/bgblue.png');
	background-repeat: repeat-x;
	background-color: #DCE4ED;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	min-width: 790px;
} 

table, td, div
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
}

input, textarea, select
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
}

table, td
{
	empty-cells: show;
	border-spacing: 0px;
	/* table-layout: fixed; */
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

ul
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited
{ 
	color: #476C8E; 
	text-decoration: none;
}

a:hover	
{
	text-decoration: underline;
}

a:link.refersto, a:visited.refersto, a:hover.refersto
{
	color: #000; 
	text-decoration: none;
}

.topimage
{
	background-image: url('images/topb.png');
	height: 105px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.banner
{
	width: 70%;
	text-align: left;
	min-width: 780px;
	padding-left: 20px;
	font-size: 9pt;
}
.topnavbar
{
	background-color: #acbacb;
	height: 25px;
	width: 100%;
	border-bottom: 1px solid #888888;
	border-top: 1px solid #888888;
	margin-left: 0px;
	margin-right: 0px;
}
.topnavbarlinks
{
	padding-top: 4px;
	margin-left: 20px;
	margin-right: 20px;
	width: 70%;
	text-align: left;
	font-weight: bold;
	min-width: 760px;
	font-size: 10pt;
}
.serverinfo
{
	float: right;
	padding: 8px 10px 10px 0px;
	width: 195px;
}
.main
{
	padding: 10px;
	width: 70%;
	min-width: 780px;
}
.sidebar
{
	float: right;
}
.contentbox, .sidecontentbox, .maincontentbox
{
	background-color: #EEEEEE;
	-moz-box-shadow: 0px 0px 2px 1px #AEB3B8;
	-webkit-box-shadow: 0px 0px 2px 1px #AEB3B8;
	box-shadow: 0px 0px 2px 1px #AEB3B8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding: 6px;
}
.sidecontentbox
{
	width: 174px;
	margin-bottom: 15px;
}
.maincontentbox
{
	margin-right: 201px;
}

h1
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14pt;
}
h3
{
	font-size: 8pt;
}

.welcome
{
 	font-size: 10px;
	padding: 6px 8px;
	background: url(images/titlebg.gif);
}

.forum-title
{
	font-size: 14px;
	padding: 6px 8px;
	border-bottom: 1px solid #666;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #536c8a;
	background-image: url(images/headerbg.gif);
}

.title
{
	font-size: 18px;
	background-color: #f2f2f2;
}

.content
{
	text-align: left;
	/* border: 1px solid #777777; */
}

.footer
{
	width: 760px;
	text-align: center;
	/* padding-bottom: 3px; */
}

.content-border
{
	-moz-box-shadow: 0px 0px 2px 1px #AEB3B8;
	-webkit-box-shadow: 0px 0px 2px 1px #AEB3B8;
	box-shadow: 0px 0px 2px 1px #AEB3B8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #EEEEEE;
}

.content-table, .content-table2
{
	/* border: 1px solid #ffffff; */
	border-spacing: 0px;
	width: 100%;
}

.content-table2
{
	/*border-spacing: 1px;*/
}

.outertext
{
	float: right;
	font-size: 11px;
	padding-right: 1px;
}

.outertext-left
{
	float: left;
	font-size: 11px;
	padding-left: 1px;
}

.content-header
{
	background-color: #536c8a;
	background-image: url(images/headerbg.gif);
	color: #FFFFFF;
	padding: 2px 10px;
	margin-bottom: 1px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	/* border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #eee; */
	height: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

h2 {margin-top: 0px; margin-bottom: 0px; font-size: 12pt; text-align: center;}

.post, .list1, .list1-center
{
	background-color: #EEEEEE;
	/* vertical-align: top; */
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.list2, .list2-center
{
	background-color: #E4E9ED;
	padding-left: 3px;
	padding-top: 3px;
	text-align: left;
}
.list1-center, .list2-center
{
	text-align: center;
}
.post-info
{
	background-color: #EEEEEE;
	vertical-align: top;
	padding-left: 3px;
	text-align: left;
	width: 140px;
}
.post-div
{
	overflow: auto;
	width: 100%;
}
.post2
{
	background-color: #EEEEEE;
	padding-left: 2px;
}
.post3
{
	background-color: #F4F4F4;
	/* vertical-align: top; */
	padding-left: 2px;
	text-align: center;
}
.post-table
{
	height: 100%;
	width: 100%;
}
.content-title, .content-title2
{
	background-color: #D4D4D4;
	background-image: url(images/titlebg.gif);
	padding: 3px 4px 3px 4px;
	font-weight: bold;
}

.content-title2
{
	text-align: left;
}

.content-title
{
	text-align: center;
}

.buttons
{
	margin-bottom: -2px;
	padding-left: 3px;
}

.quote, .code
{
	border: 1px solid #cccccc;
	padding: 2px;
	width: 97%;
}

.code
{
	line-height: 8px;
	font-size: 10pt;
}


a:link.toplink, a:visited.toplink
{ 
	color: #000000; 
	text-decoration: none;
}

a:hover.toplink	
{ 
	text-decoration: underline; 
}

.signature
{
	vertical-align: bottom;
	font-size: 9px;
}

.topnav
{
	text-align: left;
	font-weight: bold;
}

/* Alerts */

.error, .caution, .info, .success
{
	text-align: left;
	padding: 12px 20px 12px 45px;
	margin-bottom: 8px;
	box-shadow: 0px 0px 2px 1px #AEB3B8;
	border-radius: 5px;
}

.error
{
	background: #FF9A9B url(images/error.png) center no-repeat;
	background-position: 9px 50%;
	border: 1px solid #FF6162;
}

.caution
{
	background: #fff6bf url(images/caution.png) center no-repeat;
	background-position: 9px 50%;
	border: 1px solid #ffd324;
}

.info
{
	background: #BDD3FB url(images/info.png) center no-repeat;
	background-position: 9px 50%;
	border: 1px solid #92B8FF;
}

.success
{
	background: #B1FFB0 url(images/success.png) center no-repeat;
	background-position: 9px 50%;
	border: 1px solid #6BDC69;
}
