@import url("newstyle.css");

/* default text */

body {
	margin: 10px;
}

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

form {
   margin: 0;
   padding: 0;
}

.hidden {
    display: none;
}

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

/* footer */

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

/* home / control center */

.action_links a, .action_links a:link, .action_links a:visited {
  display: block;
  padding: 2px 0 2px 0;
}

.action_links a:hover {
  background-color: #ffc;
}

.action_links .action_disabled {
  color: #bbb;
  padding: 2px 0 2px 0;
}

/* ordered instructions */

.ordered_instruction {
  background-image: url('/cobrand/vr/numbered_instruction/numbered_instruction.number.bg.gif');
  background-repeat: no-repeat;
  padding-left: 8px;
  clear: both;
}

.ordered_instruction_number {
  border: 1px solid #95bcdd; 
  padding: 6px 10px 6px 10px;
  float: left;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  background-image: url('/cobrand/vr/numbered_instruction/numbered_instruction.bg.gif');
}

.ordered_instruction_title {
  margin: 0 0 10px 0;
  padding: 0;
}

.ordered_instruction_body {
  border-left: 1px solid #ddd;
  background-repeat: no-repeat;
  border-top: 1px solid #ddd; 
  margin-left: 45px;
  background-color: #fff;
  padding: 15px;
}

/* widgets */

.amoeba {
  border: 2px solid white;
}

.widget {
  margin-bottom: 6px;
  color: #444;
  width: 99%;
  background-image: url('/images/cobrand/vr/widgets/common/widgets.common.bg.gif');
}

.widget_working {
  display: none;
  vertical-align: top;
  margin-left: 5px;
}

.widget_footer {
  background-image: url('/images/cobrand/vr/widgets/common/widgets.common.bottom.bg.gif');  
  background-position: top left;
  background-repeat: no-repeat;
  height: 20px;
}

.widget_footer img {
  float: right;
  display: block;
}

.widget_content {
  background-image: url('/images/cobrand/vr/widgets/common/widgets.common.content.bg.gif');  
  background-position: right;
  background-repeat: repeat-y;
  padding: 8px 10px 2px 10px;
}

.widget_drag {
  border: 1px dashed #555;
  cursor: move;
}

.widget_links {
  margin: 15px 0 0 0;
  clear: left;
  height: 20px;
}

.widget_configuration {
  border-top: 1px solid #ccc;
  padding: 7px 0 0 0;
  margin-top: 10px;
}

.widget_create {
  float: right; 
  margin-top: 5px;
}

.widget_smallest .widget_create {
  margin-top: 0px;
}

.widget_biggest .widget_create {
  margin-top: 12px;
}

.widget h3 {
  margin: 1px 0 13px 2px;
  color: #333;
}

.widget h3 img {
  margin-right: 6px;
  vertical-align: -.4em;
}

.widget h3 a.view_all:link, .widget h3 a.view_all:active, .widget h3 a.view_all:visited {
  color: #555;
  text-decoration: none;
}

.widget h3 a.view_all:hover {
  text-decoration: underline;
}

.widget_smallest {
  padding: 7px; 
  color: #555; 
}

.widget ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.widget li {
  list-style: none;
  padding: 4px 8px 4px 4px;
  font-weight: bold;
  float: left;
  display: block;
  width: 170px;
}

.widget li img {
  vertical-align: middle;
  margin-right: 5px;
}

/* second tier navigation */

.main_sub_nav {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
	background: url('/images/cobrand/vr/interface/v5/subnav-bkg.gif');
	font-family: arial;
}

.main_sub_nav a, .main_sub_nav a:link, .main_sub_nav a:visited {
	text-decoration: none;
	padding: 10px;
	font-weight: bold
}

.main_sub_nav a:hover {
	padding: 10px;
	background: url('/cobrand/vr/main_sub_nav/main_sub_nav.marker-over.gif') no-repeat center bottom;
}

.main_sub_nav a.curTab {
	color: #000;
	padding: 10px;
	background: url('/cobrand/vr/main_sub_nav/main_sub_nav.marker-on.gif') no-repeat center bottom;
}

/* vr dialog */

/* IE ignores the hostname of the machine serving the CSS, so this file must exist  in ibuilder. */
img, div { behavior: url('/js.legacy/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 header text */

h3 {
  font-size: 13px;
}

/* 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;
}

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

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

.subnav {
    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: 9px;
  color: #222;
  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/main_nav/main_nav.bg.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;
	padding: 8px 10px 9px 10px;
}

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

.main_nav a.curTab,
.main_nav a.curTab:link,
.main_nav a.curTab:visited,
.main_nav a.curTab:hover,
.main_nav a.curTab:active {
	background-image: url('/images/cobrand/vr/main_nav/main_nav.curtab.bg.gif');
}

.main_nav a:hover {
	background: url('/images/cobrand/vr/main_nav/main_nav.hover.bg.gif');
}

/* 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;
}

.highlighted th, .highlighted td {
  background-color:#FF9;
}

.info_table {
	background: #fff url("/cobrand/vr/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("/cobrand/vr/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;
}

/* create link */

div.create_link {
  background-repeat: no-repeat;
  float: right;
}

div.create_link a, div.create_link a:link, div.create_link a:visited,
a.create_link, a.create_link:link, a.create_link:visited {
  color: #555;
  font-weight: bold;
  white-space: nowrap;
  padding: 6px 0 6px 0;
}

div.create_link a:hover, a.create_link a:hover, a.create_link:hover {
  color: #888;
}

.create_link img {
  border: 0;
  margin-right: 6px;
  vertical-align: middle;
}

.body_home div.create_link a, .body_home div.create_link a:link, .body_home div.create_link a:visited,
.body_home a.create_link, .body_home a.create_link:link, .body_home a.create_link:visited {
  background-image: none;
  display: inline;
  color: #555;
  font-weight: bold;
  padding: 6px 0px 6px 0px;
}

/* wizard navigation */

.wizard_nav {
  background-image: url('/cobrand/vr/wizard/wizard.nav.bg.gif');
  background-position: top right;
  background-repeat: no-repeat;
  list-style: none;
  height: 45px;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.wizard_nav a:link, .wizard_nav a:active, .wizard_nav a:visited {
  color: #888;
  text-decoration: none;
}

.wizard_nav li.wizard_nav_current a:link, .wizard_nav li.wizard_nav_current a:active, .wizard_nav li.wizard_nav_current a:visited,
.wizard_nav li.wizard_nav_complete a:link, .wizard_nav li.wizard_nav_complete a:active, .wizard_nav li.wizard_nav_complete a:visited {
  color: #fff;
}

.wizard_nav li {
  padding: 9px 15px 8px 15px;
  float: left;
  display: block;
  margin: 0;
  background-position: bottom center;
  border-right: 1px solid #ccc;
}

.wizard_nav a:hover {
  color: #555;
}

.wizard_nav li.wizard_nav_complete {
  background-image: url('/cobrand/vr/wizard/wizard.nav.complete.bg.gif');
  border-right: 1px solid #69b;
}

.wizard_nav li.wizard_nav_complete a:hover {
  color: #ddd;
}

.wizard_nav li.wizard_nav_current {
  background-image: url('/cobrand/vr/wizard/wizard.nav.current.bg.gif');
  border-right: 1px solid #8be;
  padding: 7px 15px 10px 15px;
}

.wizard_nav li.wizard_nav_current a:hover {
  color: inherit;
}

.wizard_nav li.wizard_nav_begin {
  background-image: url('/cobrand/vr/wizard/wizard.nav.begin.bg.gif');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 6px;
  padding-right: 6px;
  width: 0px;
}
