@charset "utf-8";
/* CSS Document */

html, body {
    margin:0;
    padding:0;
    height: 100%;
}

img, div {
	behavior: url(/js/iepngfix.htc);
}

body 			{
	background-color: #ffffff;
	background-image:url(../images/background_01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4f4f4f;
}

#wrapper_div {
	position:relative;
    min-height:100%;
	width:100%;
}

#header_div {
	position:relative;
	width:975px; 
	margin:auto;	
	height:110px;
}

#header_logo_div {
	position: absolute;	
	width: 265px;
	height: 110px;
	top: 0;
	left: 0;
}

#header_login_div {
	position: absolute;
	width: 375px;
	height: 50px;
	top: 40px;
	right: 5px;
	text-align: right;
}

#header_login_div input.textfield {
	border: 1px solid #c5c5c5;
	background-color: #F5F5F5;
	font-size: 15px;
	height: 20px;
	width: 120px;
	padding: 2px 0px 0px 0px;
	margin-left: 5px;
}

#signup_form input.textfield {
	display: inline;
	border: 0;
	background:url(../images/signup_textbox_01.png)  no-repeat top left;
	height: 24px;
	width: 260px;
	padding: 5px 5px 0px 5px;
	font-size: 14px;
}

#signup_form input.textfield:focus {
	outline: 0;	
	background:url(../images/signup_textbox_02.png)  no-repeat top left;
}

#body_wrapper_div {
	overflow:auto; 
	padding-top: 0px; 
	padding-bottom:30px;	
}

#body_div {
	position: relative;
	width: 975px;
	margin: auto;
}

#footer_wraper_div {
	position:absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	margin-bottom: 5px;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	background-color: #fbfbfb;
}

#footer_div {
	position: relative;
	width: 975px;
	margin: auto;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}

a, a:active {	
	color: #284476;
	text-decoration: none;
}

a:hover {
	color: #D55D07;
}

#footer_div a, #footer_div a:active {
	color: #4f4f4f;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}

#footer_div a:hover {
	color: #333;
	font-weight: bold;
}

#footer_div a.linkdisabled, #footer_div a.linkdisabled:active {
	color: #666;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}

#footer_div a.linkdisabled:hover {
	color: #666;
	font-weight: normal;
}


.title_01 {
	font-size: 20px;
	font-weight: bold;
	color: #405e8d;
}

.title_02 {
	font-size: 20px;
	font-weight: bold;
	color: #ff6e02;
	
}

.title_03 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.title_04 {
	font-size: 16px;
	font-weight: bold;	
	color: #405e8d;
}

.title_05 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.title_06 {
	font-size: 12px;
	font-weight: bold;
	color: #444;
}

.title_07 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.text_01 {
	font-size: 13px;
	font-weight: bold;
	color: #424540;
}

.text_02 {
	font-size: 13px;
	color: #FFF;
}

.text_03 {
	font-size: 10px;	
}

.text_04 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

/* Drop Box Styles */

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../images/drop-box_04.png) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/drop-box_02.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/drop-box_01.png) no-repeat top left;
	margin: 0;
	padding: 10px 30px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/drop-box_03.png) no-repeat bottom left;
	margin: 0;
	padding: 3px 30px 6px;
}

/* Live validation styles */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
    

.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {

	border: 1px solid #00CC00;

}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {

    border: 1px solid #CC0000;

}

.clear {
	clear: both;	
}

.pic_border_01 {
	border: 1px solid #333;	
}

.click {
	cursor: pointer;	
}

.right {
	float:right;	
}

.left {
	float: left;	
}

/* Stripping table style */

/* Listing table classes */

.listing_table th {
    text-align: left;   
	border-bottom:  2px solid #aaaaaa;
}

.listing_table td {
    padding: 3px 3px;
    border-bottom:  1px solid #aaaaaa;
    vertical-align: top;
}

.listing_table td * {
    padding: 3px 3px;
}

.listing_table tr.stripe_alt td {
    background: #f0f0ff;
}

.listing_table tr.stripe_over td {    
    background: #dddddd;
}

.channel_table tr.stripe_alt td {
    background: #f2f2f2;
}


/* top scroller styles */

 #scrollup {
	position: relative;
	overflow: hidden;
	height: 28px;
	width: 350px;
	z-index: 1010;
	top: 62px;
	left: 100px;
 }
 
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 195px;
   width:340px;
   font-weight: bold;
   font-size:15px;
 }
