/* CSS Document */

html,body {
	height: 100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet ms","Arial";
	background-color:silver;
}

body {
	font-size:.85em;
}

* html td {
	font-size:.85em;
}

.blog {
width:100%;	
}
	
.contentpaneopen {
	width:100%;
}

.mosimage_caption {
	font-size:.8em;
	font-weight:bold;
}

h2 {
	margin:0px;
	padding-left:2px;	
}

.contentheading h2 {
	font-size:1.2em;
	padding-left:0px;
}

.left_side, .right_side {
	background-color:silver;
}


.wrapper {
	height:83%;
	width:100%;
}

* html .wrapper {
	height:81%;
}


.content {
	padding:7px;
	vertical-align:top;
	background-color:#fff;
	border-top:1px solid #000;
}

.nav {
	padding-left:2px;
	padding-right:2px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	width:160px;
	vertical-align:top;
	background-color:#000;;
	font-size:1.1em;
	border-top:1px solid #000;
}

.logo {
	background-color:#000;
	vertical-align:middle;
}

.right {
	border-right:1px solid #000;
	width:180px;
	vertical-align:top;
	background-color:#fff;
	border-top:1px solid #000;
}
.header {
	border:1px solid #000;
	background-color:#000;
}

.footer {
	border-top:double #000;
	color:#fff;
	text-align:center;
	font-size:.75em;
	background-color:#000;
}

.contentheading {
	font-weight:bold;
	color:#f82625;
}

 .moduletable_mainlevel a {
	width:158px;
	font-size:.95em;
	font-weight:bold;
	padding-left:2px;
	text-decoration:none;
	display:block;
	background-color:#000;
	color:#ccc;
}

.moduletable_mainlevel a:hover {
	font-size:.95em;
	font-weight:bold;
	padding-left:2px;
	text-decoration:none;
	display:block;
	background-color:#ccc;
	color:#000;
}

.moduletable_mainlevel td {
	height:25px;
	border-bottom:1px solid #fff;
}

#active_menu {
	background-color:#ccc;
	color:#000;
}
.moduletable_syndicate{
	margin-top:15px;
	font-size:.8em;
	margin-bottom:5px;
}


.createdate {
font-size: .65em;
color:#666;
}
.modifydate {
font-size: .65em;
color:#666;

}
.small {
color:#666;
	font-size:.65em;
}

.sectiontableheader {
	font-weight:bold;
}

.sectiontableentry1 {
	background-color:#c0c0c0;
}


.content a:link, .content a:visited {
	color: #000;
	font-weight:bold;
}

.content a:hover {
	color:#f82625;
}

.footer a:link, .footer a:visited {
	color:#f82625;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

#header_div {
background-color:#000;
overflow-x:hidden;
width:100%;

}

#silver_div {
	position:absolute;
	right:0;
	top:0;
}

* html #silver_div {
	position:absolute;
	right:-1;
	top:0;
	
}

.moduletable_sponsors h3 {
background-color:#000;
color:#CCC;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
text-indent:5px;
margin-top:3px;
text-align:left;
	
}

.moduletable_sponsors {
	text-align:center;
}

.moduletable_sponsors a {
	padding-top:10px;
}

.moduletable_sponsors hr {
	margin-top:5px;
	margin-bottom:5px;
}

.moduletable_whosonline {
	padding-bottom:5px;
	font-size:.8em;
}

.content_frontpage {
	padding:7px;
	vertical-align:top;
	background-color:#fff;
	border-top:1px solid #000;	
/*	background-image: url(../images/watermark.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
}


