﻿body {
	background: black;
	color: #CCC;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	border: 0;
}

a:link { color: #cfa251; text-decoration: none; }
a:visited { color: #cfa251; text-decoration: none; }
a:hover { color: #699cc4; text-decoration: none; }
a:active { color: #699cc4; text-decoration: none; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.red { color: Red; }

img { border: 0; }

#page {
	width: 1008px;
	margin: 0px auto 0px auto;
	position: relative;
}

#header {
	position: relative;
	width: inherit;
	height: 73px;
}

#nav {
	margin-left: 20px;
}

#ir_nav {
	margin-left: 20px;
	padding: 8px;
	background: #24262c;
	color: #90b1ca;
	border-left: 1px solid #074368;
	border-right: 1px solid #074368;
	width: 961px;
}

.ir_top {
	margin-left: 20px;
	width: 979px;
	height: 63px;
	background: url(../img/ir2/top.gif) no-repeat top left;
}

.ir_bottom {
	margin-left: 20px;
	width: 979px;
	height: 11px;
	background: url(../img/ir2/bottom.gif) no-repeat top left;
}

.content {
	margin-left: 20px;
	padding: 16px 28px;
	background: black url(../img/ir2/bg_repeat-y.gif) repeat-y top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	width: 931px;
	padding-top: 0px;
}

.content .ccbnTxt {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

.content .ccbnTxtBold {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

.content .ccbnTtl {
	font-size: 14px;
	font-weight: bold;
	color: #24262c;
}

.content .ccbnTblOdd {
	font-size: 10px;
}

.content .ccbnBgTblEven {
	font-size: 10px;
}

.content .ccbnBgTblTtl {
	font-weight: bold;
	color: #085a9a;	
	font-size: 10px;	
}

.content a {
	font-weight: bold;
	color: #085a9a;	
}

a.ccbnTblLnk {
	font-weight: bold;
	font-size: 11px;
	color: #085a9a;		
}


.heading {
	color: #F4C300;
	font-weight: bold;
	font-size: 11px;
}

.ccbnBgSpacer {
	background: url(../img/ir2/spacer_blue.png) no-repeat top left;	
}

.ccbnInput input {
	border: none;
	background: url(../img/ir2/bg_input_box.gif) no-repeat top left;	
}

.ccbnButton {
	border: none;
	background: url(../img/ir2/btn_submit.gif) no-repeat top left;
	font-size: 0px;
	padding-top: 8px;
	margin-left: 2px;
	height: 22px;
	width: 72px;
}
/*
.ccbnOutline table {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-left: 1px solid #cde1f8;
	border-right: 1px solid #cde1f8;
}
*/
/*** HEADER ***/

.header {
	position: relative;
	width: 1008px;
	height: 73px;
	background: black url(http://rhitv.com/img/ir/ir_bg.jpg) no-repeat top left;
}

.header .logo {
	float: left;
	margin: 10px 0 0 26px;
	width: 88px;
	height: 62px;
}

/*** FOOTER ***/

.ir_full_bottom {
	width: 1008px;
	height: 30px;
	background: url(http://rhitv.com/img/ir/full_bottom.gif) no-repeat top left;
}

#footer {
	width: inherit;
	height: 33px;
}

.footer {
	width: 1008px;
	height: 33px;
	color: #a9a9a9;
}

.footer #copyright {
	float: left;
	margin: 8px 0 0 20px;
	width: 300px;
	text-transform: uppercase;
}

.footer #bottomnav {
	float: right;
	margin: 8px 15px 0 0;
	text-transform: uppercase;
}

.footer #bottomnav a {
	margin: 0 8px;
}

.footer #bottomnav a:link { color: #f29a0a; text-decoration: none; }
.footer #bottomnav a:visited { color: #f29a0a; text-decoration: none; }
.footer #bottomnav a:hover { color: #699cc4; text-decoration: none; }
.footer #bottomnav a:active { color: #699cc4; text-decoration: none; }


/*** END FOOTER ***/

