/*
 * CSS Theme by Axing for SIMBE.Net
 */
 
* {
	background: transparent;
	border: 0px none;
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana;
	margin: 0px;
	padding: 0px;
}
a,a:visited {
	color: #01aae3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 a {
	font-size: 15px;
}
.i {
	font-style: italic;
}
.clear {
	clear: both;
}
.ulclean {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.readmore {
	text-align: right;
}
.readmore a {
	color: #FF9900;
}

#desk {
	background: white;
}
#top {
	margin: -1px auto 0px;
	height: 50px;
	width: 840px;
}
#toppaper {
	background: url(img/top.png) no-repeat center;
	/*border: 1px solid #cccccc;*/
	height: 41px;
}
#topsearch {
	text-align: right;
}
#magnifier {
	background: url(img/search.png) no-repeat top right;
	cursor: pointer;
	float: right;
	height: 30px;
	margin-right: 5px;
	width: 45px;
}
#magnifier:hover {
	background: url(img/search1.png) no-repeat top right;
}
#magnifier:active {
	background: url(img/search2.png) no-repeat top right;
}
#searchbox {
	float: right;
}
#searchlabel {
	/*background: url(img/google.png) no-repeat;*/
	float: right;
	height: 16px;
	margin: 8px 5px 0px 0px;
	width: 43px;
}
#topsearch input[type="text"] {
	border: 1px solid #cccccc;
	color: #cccccc;
	height: 14px;
	margin-top: 4px;
	padding: 3px;
	width: 150px;
}
#topsearch input[type="text"]:hover {
	border: 1px solid #01AAE3;/*#ffcc66;*/
}
#topsearch input[type="text"]:focus {
	border: 1px solid #01AAE3; /*#ffcc66;*/
	color: #555555;
}
#topsearch input[type="submit"] {
	height: 0px;
	width: 0px;
}
#banner {
	background-color: #EAF9FF;
	height: 75px;
	margin-top: 65px;
}
#body {
	margin: -135px auto;
	width: 830px
}
#leftside {
	float: left;
	margin: 45px 19px 0px 5px;
	width: 200px;
}
#logo {
	background: url(img/logo.png) no-repeat;
	height: 100px;
	margin-top: 5px;
	width: 200px;
}
#leftmenu {
	display: block;
	margin: 25px auto;
	width: 125px;
}
#leftmenu a {
	background: url(img/menu.gif) no-repeat;
	border-bottom: 1px solid #cccccc;
	color: #999999;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 18px;
	padding: 7px 10px 13px 32px;
	text-decoration: none;
}
#leftmenu a:hover {
	background: url(img/menu.gif) no-repeat 0px -38px;
	color: #01AAE3;
}
#leftmenu a:active {
	background: url(img/menu.gif) no-repeat 0px -76px;
	color: #01AAE3;
}
#leftmenu .active {
	background: url(img/menu.gif) no-repeat 0px -38px;
	border-bottom: 1px solid #cccccc;
	color: #01AAE3;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 18px;
	padding: 7px 10px 13px 32px;
	text-decoration: none;
}
#main {
	float: left;
	width: 606px;
}
#topmenu {
	margin: 10px 0px 3px 5px;
}
#betasticker {
	background:transparent url(img/beta.png) no-repeat right;
	height: 92px;
	position: relative;
	right: -491px;
	top: -31px;
	width: 154px;
	z-index: 100;
}
#paper {
	background: url(img/paper2.png) repeat-y 0px 26px;
	position: relative;
	top: -92px;
}
#today {
	background: url(img/paper1.png) no-repeat;
	padding: 6px 0px;
	text-align: center;
	width: 606px;
}
#today span {
	cursor: pointer;
	font-size: 11px;
}
#paper1 {
	background: white;
	margin: 0px auto;
	padding-bottom: 25px;
	width: 597px;
}
#banner1 {
	background-color: #F0FBFF;
	height: 75px;
}
#title {
	color: #01AAE3;
	font-size: 26px;
	margin: -32px 0px 0px 50px;
}
#intro {
	color: #cccccc;
	font-size: 11px;
	margin: 3px 0px 0px 50px;
}
#plogo {
	height: 200px;
	margin: -100px 50px 0px 0px;
}
#line {
	border-top: 1px solid #cccccc;
	height: 1px;
	margin: -100px 25px 0px;
}
#content {
	/*background: #efefef;*/
	margin: 40px 25px 0px;
}
#content p {
	display: block;
	margin-bottom: 12px;
	text-align: justify;
}
#paper2 {
	background: url(img/paper3.png) no-repeat;
	height: 38px;
	margin-top: -92px;
	width: 606px;
}
#bottommenu {
	margin-right: 5px;
	text-align: right;
}
#bottom {
	margin-top: 0px;
}
#powered {
	color: #999999;
	font-size: 10px;
	margin: 15px 0px;
	text-align: center;
}
