/* Main Elements */


body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}
#header_wrap {
background:url(/images/header_bg.png) repeat-x;
height:193px;
}

#header {
width:912px;
margin:auto;
height:193px;
}

#header_bar_wrap {
background:url(/images/header_bar_bg.png) repeat-x;
height:36px;
}

#header_bar {
width:912px;
margin:auto;
text-align:right;
padding-top:9px;
color:#7b7b7b;
}

.tlogo {
padding-top:1px;
height:17px;
}

#header_bar span a {
font-weight:bold;
text-decoration:none;
color:#6B6B6B;
}

#header_bar span {
float:right;
}



#header_bar span {
opacity:0.7;
outline: none; /* hide dotted outline in Firefox */
padding-left:15px;
}

#header_bar span:hover {
opacity:1;
outline: none; /* hide dotted outline in Firefox */}

#header_bar span:active {
opacity:0.7;
outline: none; /* hide dotted outline in Firefox */
}

body {
	background:#fff;
	font: 13px Helvetica;
	color:#000;
	line-height:160%;
	margin:0;
	padding:0;
}


/* Headlines */

p {
	margin-top:0px;
	margin-bottom:15px;
}

h1 {
	color:#F70000;
	font-weight:bold;
	font-size:26px;
	margin-top:0px;
}

h2 {
	color:#F70000;
	font-weight:bold;
	font-size:18px;
	margin-top:0px;
}

h3, .msg {
	color:#000000;
	font-weight:bold;
	font-size:18px;
	margin:0px;
}

h4{
	color:#000000;
	font-weight:bold;
	font-size:14px;
	margin:0px;
}

h5{
	color:#000000;
	font-weight:bold;
	font-size:10px;
	margin:0px;
}

h6{
	color:#F70000;
	font-weight:bold;
	font-size:14px;
	margin:0px;
}

.text_black {
	color:#000;
}

.text_red {
	color:#f70000;
}

.text_gray {
	color:#7F7F7F;
}



/* Links - controlled by color primarily, individual sizes other than default are element specific */

a:link { color:#000; }
a:visited { color:#000; }
a:hover { color:#000; text-decoration:none; }

a.link_red:link { color:#f70000; }
a.link_red:visited { color:#f70000; }
a.link_red:hover { color:#fff; background:#f70000; text-decoration:none; }

a.link_black:link { color:#000; }
a.link_black:visited { color:#000; }
a.link_black:hover { color:#fff; background:#000; text-decoration:none; }

a.link_grey:link { color:#7f7f7f; }
a.link_grey:visited { color:#7f7f7f; }
a.link_grey:hover { color:#fff; background:#7f7f7f; text-decoration:none; }

a.link_icon { padding-left:21px; background-repeat:no-repeat; text-decoration:none; font-size:10px; font-weight:bold; }
a.link_icon:link { color:#7f7f7f; }
a.link_icon:visited { color:#7f7f7f; }
a.link_icon:hover { color:#000; }

a.nounderline:link { text-decoration:none; }
a.nounderline:visited { text-decoration:none; }
a.nounderline:hover { text-decoration:none; }

.dot { color:#000; }

hr {
height:4px;
border:0px;
border-top:solid 1px #d7d7d7;
margin-bottom:25px;
margin-top:25px;
}

/* Forms - individual sizes other than default are element specific */

.form {
	font-size:15px;
	font-family:Helvetica,Arial;
	color:#7F7F7F;
	font-weight:normal;
	height:23px;
	width:180px;
	padding:5px 10px 0px 10px;
	background:#fff url(/images/bg_textfield.gif) no-repeat; 
	border:1px solid #D7D7D7;
}

.form_textarea {
	font: 18px Helvetica;
	color:#7F7F7F;
	font-weight:normal;
	height:170px;
	width:390px;
	padding:10px 10px 0px 10px;
	background:#fff url(/images/bg_textarea.gif) no-repeat;
	border:1px solid #D7D7D7;
	margin-bottom:25px;
}

.form_selector {
	font: 18px Helvetica;
	color:#7F7F7F;
	font-weight:normal;
	height:38px;
	width:390px;
	padding:9px 7px 6px 10px;
	background:#fff url(/images/bg_textarea.gif) no-repeat;
	border:1px solid #D7D7D7;
}

.captcha {
width:100px;
}

.subject {
width:390px;
}

.form_selector option {
padding:10px;
}

.form_checkbox {
	margin:0px;
	padding:0px;
}

.inactive {
	color:#bfbfbf;
}

.form_required {
	background:#fff url(/images/bg_textfield_required.gif) no-repeat;
	padding-left:20px;
}

.form_error {
	color:#fff;
	background:#ff0000 url(/images/bg_textfield_error.gif) no-repeat;
}

.form_error_required {
	color:#fff;
	background:#ff0000 url(/images/bg_textfield_error_required.gif) no-repeat;
	padding-left:20px;
}

.form_disabled {
	color:#818181;
	background:#f1f1f1 url(/images/bg_textfield_disabled.gif) no-repeat;
	padding-left:26px;
}

.form_mobile {
	background:url(/images/bg_textfield_mobile.gif) no-repeat;
	padding-left:26px;
}

.formtext_minor { /* minor black text, not in styleguide */
	color:#000;
	font-size:10px;
}

.formtext_hint {
	color:#757575;
	font-size:10px;
	line-height:normal;
	font-weight:normal;
	line-height:12px;
	margin-top:3px;
}

.error_msg, .error {
	color:#f70000;
}

.form_row {
	margin-bottom:15px;
}

.form_row.no-bot-margin {
	margin-bottom:0px;
}

#main .form_left, #right .form_left, .form_left {
	float:left;
	font-weight:bold;
	line-height:100%;
	width:210px;
	padding-top:5px;

}

#main .form_right {
/*	float:right; */
}

#main .form_right span {
	margin-left:5px;
}


#main .form_right .form {
	width:270px;
	height:28px;
	font-size:18px;
	padding-top:11px;
}



/* Buttons */

a.btn {
    background: url(/images/btn_right.png) no-repeat scroll right 0px;
    color: #f70000;
    font: bold 13px Helvetica;
    height:32px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
	outline:none;
	cursor:pointer;
	float: left;
}

a.btn span {
    background: url(/images/btn.png) no-repeat 0px 0px;
	height:32px;
	display:block;
	float:left;
    padding:2px 10px 0px 20px;
	line-height:25px;
	color: #f70000;
}

a.btn:hover {
	background-position: right -40px;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.btn:hover span {
	 background-position: 0 -40px;
	 color:#fff;
}

a.btn:active {
	background-position: right -80px;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.btn:active span {
	 background-position: 0 -80px;
}




a.btn_lg {
    background: url(/images/btn_lg_right.png) no-repeat scroll right 0px;
    color: #f70000;
    font: bold 17px Helvetica;
    height:44px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
	outline:none;
	cursor:pointer;
	float: left;
	display:inline;
}

a.btn_lg span {
    background: url(/images/btn_lg.png) no-repeat 0px 0px;
	height:34px;
	display:block;
    padding:10px 5px 0px 20px;
	line-height:25px;
	color: #f70000;
	text-align:center;
}

a.btn_lg:hover {
	background-position: right -46px;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.btn_lg:hover span {
	 background-position: 0 -46px;
	 color:#fff;
}

a.btn_lg:active {
	background-position: right -92px;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.btn_lg:active span {
	 background-position: 0 -92px;
}


#content.pg_signup #signup_form #box_signup #signup_options #cell_termscheckbox #field_terms {
	margin:0px;
	padding:0px;
	width:13px;
	height:13px;
	overflow:hidden;
	vertical-align: top; /* IE likes this */ 
	line-height:13px;
}



/* Wrappers */





/* Boxes */

.box_grey {
	background:#fafafa;
	border-top:solid 1px #d7d7d7;
	border-bottom:solid 1px #d7d7d7;
	padding:25px;
}

.box_red {
	background:#fcf1f1;
	border-top:solid 1px #d7d7d7;
	border-bottom:solid 1px #d7d7d7;
	padding:25px;
}

.box_grey:hover {

	background:#F7F7F7;
}

.box_litegrey {
	background:#fdfdfd;
	border-top:solid 1px #d7d7d7;
	border-bottom:solid 1px #d7d7d7;
	padding:25px;
}

.box_white {
	background:#ffffff;
	border-top:solid 1px #d7d7d7;
	border-bottom:solid 1px #d7d7d7;
	padding:25px;
	margin-bottom:25px;
}

.margin-top-bottom { margin-bottom:25px;margin-top:25px; }
.no-top-border { border-top:0; }
.no-padding { padding:0px; }
.no-margin { margin:0px; }
.no-bottom-margin {margin-bottom:0px;}

/* Status Boxes */

#alert {
	background:#f9fff8;
	border-top:solid 1px #2C9F1B;
	border-bottom:solid 1px #2C9F1B;
	padding:7px;
	color:#2C9F1B;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
}

#alert span {
	background:url(/images/icon_alert.gif) no-repeat 0px 2px;
	padding-left:23px;
	line-height:14px;
}

#error {
	background:#fcf1f1;
	border-top:solid 1px #F70000;
	border-bottom:solid 1px #F70000;
	padding:7px;
	color:#F70000;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
	
}

#error span {
	background:url(/images/icon_error.gif) no-repeat 0px 1px;
	padding-left:23px;
	line-height:14px;
}

#info {
	background:#fffef8;
	border-top:solid 1px #fad600;
	border-bottom:solid 1px #fad600;
	padding:7px;
	color:#695400;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
	
}

#info span {
	background:url(/images/icon_info.gif) no-repeat 0px 0px;
	padding-left:23px;
	line-height:14px;
}

#info a:link { color:#695400; }
#info a:visited { color:#695400; }
#info a:hover { color:#000; }


/* Footer */

#footer {
	width:912px;
	margin:25px auto 10px auto;
	text-align:center;
	color:#7f7f7f;
	clear:both;
	padding-top:25px;
	font-size:13px;
}

#footer span {
margin-right:15px;
}

#footer .link_footer {
	text-decoration:none;
}







td {
padding:10px;
}


/* Data Table */
table.tgrid {
}

table.tgrid td {
  border-top:none;
  border-left:none;
}

table.tgrid th {
  color: #FFF;
  font-size: 12px; 
  font-weight:bold;
}


table.tgrid, table.tgrid td, table.tgrid th {
  border-color:#ADADAD;
}

/* Table headings */
table.tgrid th {
  background:#E0E0E0;
  color:#000000;
padding:10px;
}

table.tgrid th a, table.tgrid th a:hover {
  color:#000000;
}

/* row highlighting on hover */
.tgrid tr:hover td {  background-color: #F7F7F7; }

/* Alt rows used on most data tables */
.row1 { background-color: #FFFFFF; }
.row2 { background-color: #FFFFFF; }

/* auto-highlight */
.row1.highlight td,.row2.highlight td {
    background-color: #FFFFDD;
}


/* Response & message background */
table.message, table.response {
    border-color:#ADADAD;
}

/* Message title */
table.message th {
    background-color: #E0E0E0;
padding:10px;
}
/* Response title */
table.response th {
    background-color: #FCF0F0;
padding:10px;
}

/* message & response header */
table.message tr.header td, table.response tr.header td {
    background-color: #EFEFEF;
    border-color:#ccc;
}

/* table cells bg */
table.message td, table.response td {
  background-color: #FAFAFA;
}

.rcol h3, .lcol h3 { color:#006699; }


table.infotable {
    background-color: #FAFAFA;
}


