@media screen and (min-width: 1000px) {

body{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:9pt;
	margin:0;
	background-color:#fafafa}

#page{
	position:absolute;
	width:100%;
	margin:0%;}

#content{
	background-color:#EEE;
	position:absolute;
	top:10px;
	left: 210px;
	right:10px;
	border:solid;
	border-width:2px;
	border-color:#0076b1;
	padding-top:3px;
	text-align: center;}

#logoImage{
	position:absolute;
	top:6px;
	left:10px;
	width: 130px;}

#mainmenu{
	position:absolute;
	top:105px;
	left:10px;
	width:190px;
	text-align: center;}

#banner{
	position:absolute;
	top:40px;
	left: 200px;
	right:0px;
	text-align:left;
	font-stretch:extra-expanded;
	font-size:18pt;
	font-weight:bold;}

#loginControl{
	text-align:left;}

/* ------------ menu ------------ */

.menuSection{
	padding-bottom:10px;}

.menuTitle{
	font-size:10pt;
	font-weight:bold;
	padding-bottom:2px;
	background-color:#0076b1;
	border-right:solid thin;
	border-width:2px;
	border-color:#0076b1;}

.menuContents{
	border:solid thin;
	border-width:2px;
	border-color:#0076b1;
	padding-bottom:2px;
	background-color:#cadceb;}

#menuHead{
	display:none;}

.menuControl{
	display:none;}

.mbar1, .mbar2, .mbar3 {
	display:none;}

/* ------------ page ------------ */

.contentTitle{
	font-size:12pt;
	font-weight:bold;
	text-align:center;}

.title{
	margin-top:5px;
	margin-left: 15%;
	width:70%;
	text-align: center;
	font-stretch:extra-expanded;
	font-size:18pt;
	font-weight:bold;}
	
span.threadTitle{
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	color:#49c;}
		
font.small{
	font-size:8pt;}
	
.tableHeader{
	font-size:10pt;
	font-weight:bold;
	text-align:center;}

/* ------------ texts ------------ */

div.error{
	width:75%;
	border:thin solid;
	border-width:1px;
	border-color:#FF3333;
	background-color:#1e7eae;
	margin-left:10%;
	padding:5px;
	text-align:center;
	color:#FF3333;}

div.info{
	width:75%;
	border:thin solid;
	border-width:1px;
	border-color:#33FF33;
	background-color:#1e7eae;
	margin-left:10%;
	padding:5px;}

/* ------------ posts ------------ */

.post{
	width:100%;}

.postTitle{
	position:relative;
	width:100%;
	font-size:10pt;
	font-weight:bold;
	background-color:#49c;}
	
.postDetails{
	position:relative;
	margin-left:60%;
	margin-right:5%;
	text-align:right;
	font-size:6pt;
	color:#888888;}

/* ----------------------------- link properties ----------------------------- */

a.heavy:link{
	text-decoration: none;
	color:#000000;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;}
a.heavy:visited{
	text-decoration: none;
	color: #000000;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;}
a.heavy:hover{
	text-decoration: none;
	color:#000099;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;}
	
a.activate:link{
	text-decoration: none;
	color: #000000;
	font-size:8pt;}
a.activate:hover{
	text-decoration: none;
	color: #000099;
	font-size:8pt;}
a.activate:visited{
	text-decoration: none;
	color: #000000;
	font-size:8pt;}

a:link{
	text-decoration: none;
	color: #000000;
	font-size:9pt;
	font-style:italic;}
a:hover{
	text-decoration: none;
	color: #000099;
	font-size:9pt;
	font-style:italic;}
a:visited{
	text-decoration: none;
	color: #000099;
	font-size:9pt;
	font-style:italic;}

.menuLink:link{
	color: #000000;
	font-size:10pt;
	font-style:normal;}
.menuLink:hover{
	color: #000000;
	font-size:10pt;
	font-style:normal;}
.menuLink:visited{
	color: #000000;
	font-size:10pt;
	font-style:normal;}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
}
