@charset "utf-8";

/* Layout */

html,
body {
	background-image: url(../images/twigb.png);
	background-color: #000000;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}	

#wrapper-outer {
	height: 100%;
	width: 800px;
	margin: 0 auto;
}

#wrapper {
	background-image: url(../images/rh_conBg.jpg);
	background-color: #404348;
	background-repeat: repeat-x;
	min-height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-left: -3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#header {
	background-image: url(../images/rh_header.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 800px;
	height: 150px;
}

#head-link {
	position: absolute;
	display: inline-block;
    width: 800px;    /* width of the logo */
    height: 150px;   /* height of the logo */
    top: 0;
	left: 0; /* top-left corner of logo */
    border: 0;
    float: left
}

#menu {
	float: left;
	height: 360px;
	width: 180px;
	margin-top: 20px;
	padding-left: 0px;
}

#content {
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 120px;
	height: 636px;
}

#newsframe {
	visibility: hidden;
}

#footer {
	background-image: url(../images/rh_footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 800px;
	height: 120px;
	margin-top: -120px;
	clear: both;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


ul{
	border:0;
	padding:0;
}

#pagination li{
	border:0;
	padding:0;
	font-size:8pt;
	list-style:none;
}

#pagination a{
}

#pagination .next a,
#pagination .prev a {
	font-weight:bold;
	font-size:8pt;
} 

#pagination .active{
	background-color:#CCC;
	border: 1px solid #FFF;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	margin: -1px -1px 0px -1px;
}

#pagination a:link{
	color:#5FDF09;
	display:block;
	float:left;
	padding:2px 6px;
	text-decoration:none;
}

#pagination a:visited {
	color:#328206;
	display:block;
	float:left;
	padding:2px 6px;
	text-decoration:none;
}

#pagination a:hover{
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #FFF;
	margin: -1px;
}

img#loader {
	display: block;
	position: fixed;
	margin-left: 242px;
	margin-top: 212px;;
}

img#loader2 {
	display: block;
	position: fixed;
	margin-left: 232px;
	margin-top: 242px;;
}

.centrino {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	width: 450px;
}

.sanjiten {
	margin-top: 2px;
	text-align:center;
	width: 450px;
}

.ftHigh {
	font-size: 9pt;
}

.ftLow {
	font-size: 8pt;
}

.pager {
	color: #999;
}

.flags {
}

.portMenu {
	width: 475px;
}
.portMenu a:link img, .portMenu a:visited img{
	color: #CCCCCC;
}

.portMenu a:hover, a:active img
{
	color: #FFFFFF;
}

.portShow {
	width: 300px;
	left: 486px;
	margin-left: 175px;
	margin-top: -335px;
}

#footer a:link {}

#footer a:visited {}

#footer a:hover, #footer a:active {}

/* Type */

body{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

p {
}

h1{
	font-size: 12pt;
	color: #7DBD93;
}

h2{
	font-size: 12pt;
	color: 	#A60B8A;
}

h3{
	font-size: 12pt;
	color: 	#FFFFFF;
}

h4{
	font-size: 12pt;
	color: 	#FFFFFF;
}

h5{
	font-size: 12pt;
	color: #7DBD93;
}

a:link {
	color: #5FDF09;
	text-decoration: none;
}

a:visited {
	color: #328206;
	text-decoration: none;
}

a:hover, a:active {
	color: #A60B8A;
	text-decoration: none;
}

#content p{
	font-size: 10pt;
}

.txtBg {
	background-color: #111214;
}

.miniTxt {
	font-size: 7pt;
	}
	
#header p {
}

#footer p {
	margin-top: -15px;
	padding-top: 15px;
}

