@import url("menub.css");
@import url("hg.css");

/* CSS Document */

.ibody { margin: 0px; padding: 0px; background: #0066CC url("../_images/boxbg.jpg") repeat; }
.wh100 { width: 100%; /*height: 100%;*/ }
.datas { font-size: 11px; }
.hvmid { text-align: center; vertical-align: middle; }
.dcell { background-color: #FFFFFF; border: 3px solid #0099FF; padding: 2px; }
.nobgi { background-image: none; }
.table { margin: 0 auto; }
.aleft { text-align: left; }
.mblbg { background-color: #0099FF; }
.mtop4 { margin-top: 4px; }
.mtop8 { margin-top: 8px; }
.rlink { text-decoration: none; }
li.mbt { margin-bottom: 2px; text-align: left; }
.boimg { padding: 0px; }

/* START 2010-07 header */

div#header-photo {
	position: relative;
	overflow: hidden;
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
}

div#header-photo div#slide-holder {
	z-index: 40;
	width: 790px;
	height: 250px;
	position: absolute;
}

div#header-photo div#slide-holder div#slide-runner {
	top: 0px;
	left: 0px;
	width: 790px;
	height: 250px;
	overflow: hidden;
	position: absolute;
}

div#header-photo div#slide-holder div#slide-runner a img {
	border: none;
	padding: 0px;
	width: 790px;
	height: 250px;
}

div#header-photo div#slide-holder img {
	margin: 0;
	display: none;
	position: absolute;
}

div#header-photo div#slide-holder div#slide-controls {
	left: 0;
	bottom: 188px;
	width: 790px;
	height: 46px;
	display: none;
	position: absolute;
	background: url('../_images/slide-bg.png') 0 0;
}

div#header-photo div#slide-holder div#slide-controls p {
	padding-top: 10px;
}

div#header-photo div#slide-holder div#slide-controls p.text {
	float: left;
	color: #fff;
	display: inline;
	font-size: 10px;
	line-height: 16px;
	margin: 5px 0 0 20px;
	text-transform: uppercase;
}

div#header-photo div#slide-holder div#slide-controls p#slide-nav {
	float: right;
	height: 24px;
	display: inline;
	margin: 1px 15px 0 0;
}

div#header-photo div#slide-holder div#slide-controls p#slide-nav a {
	float: left;
	width: 24px;
	height: 24px;
	display: inline;
	font-size: 11px;
	margin: 0 5px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFF;
}

div#header-photo div#slide-holder div#slide-controls p#slide-nav a.on {
	background-position: 0 -24px;
}

div#header-photo div#slide-holder div#slide-controls p#slide-nav a {
	background-image: url('../_images/silde-nav.png');
}

/* END 2010-07 header */

#quote {
  cursor: pointer;
}

ul#points li {
  margin-bottom: 5px;
}

.clear, .clearfix {
  float: none;
  clear: both;
}

div#main p,
div#main ul {
  text-align: justify;
}

div#twitter_icon {
	position: absolute;
	width: 64px;
	height: 64px;
	z-index: 50;
	left: 732px;
	top: 296px;
}

div#twitter_icon img,
div#gpr img {
	background: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
}

*.default {
	margin: 0px;
	padding: 1px;
	border: none;
}

table.nopadd {
	margin-left: 0px;
	margin-right: 0px;
	border: none;
}

table.nopadd td {
	padding: 0px;
	border: none;
}

table.nopadd img.boimg {
	margin: 0px;	
}

table.def {
	border-collapse: separate;
	background-color: none;
	margin: 0px;
}

table.def tr,
table.def td {
	border: none;
	padding: 1px;
}

/* 2010-08-04 */

div#sidebar ul.sidemenu li.ref a.out {
	color: #039;
}

/* 2010-08-08 */

div#main div.mx_post {
	padding: 8px 0px 8px 0px;
	border: 2px solid #e0dbc9;
	margin-top: 0px;
	margin-bottom: 4px;
}

div#main div.mx_post h2 {
	padding-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

div#main div.mx_post p.post-info {
	margin-bottom: 5px;
}

div#main div.mx_post ul {
	margin-bottom: 10px;
}

/* 2010-10-21 */
div#main div.mx_post div.hidden {
	/*display: none;*/
	margin-bottom: -8px;
}

/* 2011 - tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

div.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}

div.tab_content {
	padding: 10px;
}

/* 2011-07-26 */

div#main table {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #dfdfdf;
	border-width: 1px 1px 0px 1px;
}
