@import url("newstyle.css");

/* default text */

body {
	margin: 10px;
}

body, td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

form {
   margin: 0;
   padding: 0;
}

input.hidden {
  display: none;
}

.padder {
    padding: 0 10px 0 10px;
}

/* footer */

.app_bottombar {
    border-top: 5px solid #369;
    margin-top: 7px;
    background: #fff url("/images/cobrand/vr/interface/v3/subnav_background.gif") top left repeat-x;
    padding: 5px 5px 20px 5px;
}

/* vr dialog */

img, div { behavior: url('/js/iepngfix.htc'); }

.vrDialog {
    position: absolute;
    z-index: 1000;
}

.vrDialogHeader {
}

.vrDialogContent {
    padding: 0px 15px 0px 10px;
}

.vrDialogContent210 {
    background-image: url('/images/cobrand/vr/interface/v5/vr.dialog/vr.dialog.content.210.png');
}

.vrDialogContent350 {
    background-image: url('/images/cobrand/vr/interface/v5/vr.dialog/vr.dialog.content.350.png');
}

.vrDialogFooter {
}

.vrDialogCloseLink {
    float: right;
}

/* default links */

a, a:link, a:hover, a:visited, a:active {
    color: #369;
}     

.pleasewait {
    padding: 25px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #555;
    border: 1px solid #555;
    background-color: #fff;    
    left: 33%;
    width: 33%;
    text-align: center;
    position: absolute;
}

.pleasewait img {
    float: left;
}
 
#minipleasewait {
    float: right;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #888;
    display: none;
    margin: 3px 3px 2px 0px;
}

.wrapper {
  min-width: 860px;
}

.header {
}

.header_nav {
    float: right;
    text-align: right;
    margin-right: 0px;
    font-size: 8pt;
    line-height: 140%;
}

.header_nav h2 {
    font-size: 12pt;
    font-weight: bold;
    padding: 0 0 3px 0;
    margin: 0;
}

.subnav {
    height: 30px;
    white-space: nowrap;
    clear: both;
    padding-top: 5px;
}

.subnav ul {
/*	font-family: verdana,arial,sans-serif;*/
    list-style: none;
    height: 30px;
    padding: 0;
    margin: 0;
    margin-right: 250px;
    font-size: 8pt;
}

.subnav li {
    list-style: none;
    float: left;
    padding: 4px 8px 4px 4px;
    font-weight: bold;
}

.subnav li img {
    vertical-align: top;
    margin-right: 5px;
}

.creditdock {
    padding: 5px; 
    float: right;
}    

/* Main Navigation */
.main_nav {
	overflow: hidden;
	clear: both;
	color: #369;
	background-color: #369;
	white-space: nowrap;
	margin-top: 7px;
	padding-left: 7px;
	background-image: url('/images/cobrand/vr/interface/v5/nav-bkg.gif');
	height: 34px;
}

.main_nav a,
.main_nav a:link,
.main_nav a:visited {
 	font-weight: bold;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	margin-top: 3px;
	padding: 5px 10px 8px 10px;
}

.main_nav a:active {
	color: #369;
}

.main_nav a:hover {
	color: #ffc;
}

.main_nav a.curTab,
.main_nav a.curTab:link,
.main_nav a.curTab:visited,
.main_nav a.curTab:hover,
.main_nav a.curTab:active {
	color: #000;
	background-color: #e6e7eb;
	margin: 3px 5px 0 5px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #369;
}



/* Utility Buttons */

.editButtons {
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	padding: 10px 0;
}

.editButtons a,
.editButtons a:link,
.editButtons a:visited {
	padding: 1px 10px;
	text-decoration: none;
	background: #393;
	color: #fff;
	border-top: 2px solid #696;
	border-right: 2px solid #060;
	border-bottom: 2px solid #060;
	border-left: 2px solid #696;
	margin-right: 4px;
}

.editButtons a:hover {
	text-decoration: none;
	background: #67b367;
	color: #fff;
}

.editButtons a:active {
	text-decoration: none;
	background: #ccc;
	color: #333;
	border-top: 2px solid #666;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	border-left: 2px solid #666;
}

.info_table {
	background: #fff url("/css/cobrand/vr/images/info_table-bkg.gif") top left repeat-x;
	font-size: 11px;
	padding: 5px;
	border-top: 8px solid #e8e8e8;
	margin-bottom: 5px;
}
.info_table_text {
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
}

.info_table_input {
	background-color: #FFFFFF;
	font: 12px verdana, arial, sans-serif;
	color: #000000;
	font-weight: normal;
}

.info_table_text_out {
	font: 12px verdana, arial, sans-serif;
	color: #000000;
	font-weight: normal;
}

.info_table h2 {
	font-size: 12px;
	color: #333;
	margin: 0;
}

.info_table_divider {
	background-color: #336699;
	line-height: 3px;
}

.info_table2,
.info_table .info_table {
	background: #fff url("/css/cobrand/vr/images/optin/container-back.gif") top left repeat-x;
	border: 1px solid #ccc;
	padding: 10px;
}

.info_table hr.info_table,
.info_table2 hr.info_table {
	padding: 0;
	margin: 5px 0 10px 0;
}

.table_text {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.table_text A ,
.table_text A:link,
.table_text A:visited {
	text-decoration: underline;
	color: #06c;
}

.table_text A:hover {
	color: #39f;
}
.table_row_1,
.table_row_1 td {
	font-size: 12px;
	background-color: #fff;
	padding: 4px 0px 4px 4px;
	border-bottom: #ccc dotted 1px;
}

.table_row_2,
.table_row_2 td {
	font-size: 12px;
	background-color: #fff;
	padding: 4px 0px 4px 4px;
	border-bottom: #ccc dotted 1px;
}

.table_row_over,
.table_row_over td {
	font-size: 12px;
	background-color: #e6f3ff;
	padding: 4px 0px 4px 4px;
	border-bottom: #ccc dotted 1px;
}

.table_subtext {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.table_subtext A ,
.table_subtext A:link,
.table_subtext A:visited {
	text-decoration: underline;
	color: #06c;
}

.table_subtext A:hover {
	color: #39f;
}

/* CC Actions Div */

.menuitems {
	
}

.menuskin {
	position: absolute;
	width: 165px;
	background-color: #e6f3ff;
	border-color: #999;
	border-width: 2px;
	border-style: solid;
	font-size: 10px;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

.menuskin a:link,
.menuskin a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #06c;
	padding: 1px;
	display: block;
}

#mouseoverstyle {
	background-color: #369;
	text-decoration: none;
}

#mouseoverstyle a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.table_row_head {
	background-color: #369;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.table_row_head A {
	text-decoration: none;
	color: #FFFFFF;
}

.table_row_head A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.table_row_subhead {
	background-color: #b7d4f1;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 5px;
}

.table_row_subhead a {
	color: #06c;
}

.table_row_subhead a:hover {
	color: #39f;
}

.table_row_title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 5px;
}

.page_subnav_1 {
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
	line-height: 20px;
	padding-left: 5px;
}

.page_subnav_2 {
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 10px;
	line-height: 20px;
}

.launch_cmp {
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-color: #000000;
	border-style: solid;
}

.page_header {
	margin: 0 0 2px 8px;
    padding: 0;
    font-family: verdana,arial,sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
	line-height: 20px;
}

.page_subheader {
	margin: 0 0 0px 8px;
    padding: 0;
    color: #555;
}

/* Calendar */

.calendarHeader {
	font-weight: bold;
	color: #000;
}

.calendarToday {
	background-color: #FFFF99;
	border: 1px solid #C00;
}

.calendar {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
}

td.calendar a {
	text-decoration: none;
	display: block;
}

td.calendar {
	background-color: #ccc;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
}

td.calendar:hover {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
}

.preview_text {
	padding: 3px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
}

.preview_text A {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	background-color: #4A557B;
}

.preview_text A:link {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	background-color: #4A557B;
}

.preview_text A:visited {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	background-color: #4A557B;
}

.preview_text A:hover {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
	background-color: #4A557B;
}

/* MAIN TABS */

.tab_on {
	background-color: #e8e8e8;
}

.tab_off {
	background-color: #e6f3ff;
}

.tab_text {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.tab_text_on {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-right: 8px;
	padding-left: 4px;
}

.tab_text_on A,
.tab_text_on A:link,
.tab_text_on A:visited {
	text-decoration: none;
	color: #333;
}

.tab_text_on A:hover {
	color: #39f;
	text-decoration: underline;
}

.tab_text_off {
	font-size: 10px;
	color: #666;
	padding: 0 8px 2px 4px;
}

.tab_text_off A,
.tab_text_off A:link,
.tab_text_off A:visited {
	text-decoration: none;
	color: #666;
}

.tab_text_off A:hover {
	color: #39f;
	text-decoration: underline;
}

.tab_option_text {
	font-size: 10px;
	padding: 0 0 8px 0;
}

.tab_option_text a,
.tab_option_text a:link,
.tab_option_text a:visited {
	text-decoration: none;
	color: #06c;
	padding: 3px;
}

.tab_option_text a:hover {
        color: #39f;
        text-decoration: underline;
}

.prelaunch_complete {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.prelaunch_complete A,
.prelaunch_complete A:link,
.prelaunch_complete A:visited {
	text-decoration: underline;
	color: #06c;
}

.prelaunch_complete A:hover {
	color: #39f;
}

.prelaunch_not_complete {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.prelaunch_not_complete A,
.prelaunch_not_complete A:link,
.prelaunch_not_complete A:visited {
	text-decoration: underline;
	color: #06c;
}

.prelaunch_not_complete A:hover {
	color: #39f;
}

.v3_heading_bar {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	background-color: #CBB99C;
}

.v4_heading_bar {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	background-color: #E6DDCD;
}

.heading_bar {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	background-color: #E2DFA8;
}

.heading_text {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.heading_text A,
.heading_text A:link,
.heading_text A:visited {
	font-family: verdana,arial,sans-serif;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
}

.heading_text A:hover {
	color: #39f;
	text-decoration: underline;
}

.heading_subtext {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 0;
}

.heading_subtext A {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.heading_subtext A:link {
	
}

.heading_subtext A:visited {
	
}

.heading_subtext A:hover {
	color: #39f;
	text-decoration: underline;
}

.table_item_divider {
	color: #CBB99C;
}

.image_link A {
	padding: 2px;
}

.image_link A:link {
	padding: 2px;
}

.image_link A:visited {
	padding: 2px;
}

.image_link A:hover {
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #1A1A1A;
}

.body_brown {
	background-color: #E6DDCD;
}

.body_brown TABLE {
	background-color: #FFFFFF;
}

.alert_table {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #FF0000;
}

.std_text {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.std_text A,
.std_text A:link,
.std_text A:visited {
	text-decoration: underline;
	color: #06c;
}

.std_text A:hover {
	color: #39f;
}

.error_text {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #FF3333;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.leftnav {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
	line-height: 16px;
}

.leftnav A {
	text-decoration: none;
	color: #FFFFFF;
}

.leftnav A:link {
	text-decoration: none;
	color: #FFFFFF;
}

.leftnav A:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.leftnav A:hover {
	text-decoration: underline;
	color: #F9F400;
}

.leftnavsmall {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
	line-height: 14px;
}

.leftnavsmall A {
	text-decoration: none;
	color: #FFFFFF;
}

.leftnavsmall A:link {
	text-decoration: none;
	color: #FFFFFF;
}

.leftnavsmall A:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.leftnavsmall A:hover {
	text-decoration: underline;
	color: #F9F400;
}

.cc1 {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.cc1 A ,
.cc1 A:link,
.cc1 A:visited {
	text-decoration: underline;
	color: #06c;
}

.cc1 A:hover {
	color: #39f;
}

.ibuilder1 {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
}

.ibuilder1 A,
.ibuilder1 A:link,
.ibuilder1 A:visited {
	text-decoration: underline;
	color: #06c;
}

.ibuilder1 A:hover {
	color: #39f;
}

.ibuilder1b {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
}

.ibuilder1b A,
.ibuilder1b A:link,
.ibuilder1b A:visited {
	text-decoration: underline;
	color: #06c;
}

.ibuilder1b A:hover {
	color: #39f;
}

.ibuilder1g {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	background-color: #e0e0e0;
}

.ibuilder1g A,
.ibuilder1g A:link,
.ibuilder1g A:visited {
	text-decoration: underline;
	color: #06c;
}

.ibuilder1g A:hover {
	color: #39f;
}

.ibuilder2 {
	font: 12px verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
}

.ibuilder2 A,
.ibuilder2 A:link,
.ibuilder2 A:visited {
	text-decoration: underline;
	color: #06c;
}

.ibuilder2 A:hover {
	color: #39f;
}

.ibuilder2g {
	font: 12px verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
	background-color: #e0e0e0;
}

.ibuilder2g A,
.ibuilder2g A:link,
.ibuilder2g A:visited {
	text-decoration: underline;
	color: #06c;
}

.ibuilder2g A:hover {
	color: #39f;
}

.ibuilder3 {
	font: 14px verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
}

.ibuilder3 A,
.ibuilder3 A:link,
.ibuilder3 A:visited {
	text-decoration: underline;
	color: #06c;
}

.ibuilder3 A:hover {
	color: #39f;
}

.cchead {
	font: 12px verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
}

.cchead A,
.cchead A:link,
.cchead A:visited {
	text-decoration: none;
	color: #06c;
}

.cchead A:hover {
	text-decoration: underline;
	color: #39f;
}

.cchead1 {
	font: 12px verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0;
}

.cchead1 A,
.cchead1 A:link,
.cchead1 A:visited {
	text-decoration: underline;
	color: #06c;
}

.cchead1 A:hover {
	text-decoration: none;
	color: #39f;
}

.campaignName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #FFFF99;
	background-color: #FEFFEC;
	padding: 3px;
}

.small_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
