/* Puttin' it on wax... it's the new style */

.guts {
/*    padding: 10px 20px 0 20px;*/
}

.app_wrap {
    background: #fff url("/cobrand/vr/info_table-bkg.gif") top left repeat-x;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
    clear: both;
    padding: 15px;
}

/* Main Tabs */

ul.tabs {
  list-style: none;
  padding: 0 13px 0 7px;
  margin: 0;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 11px;
  height: 28px;
  border-bottom: 1px solid #bbb;
}

ul.tabs img {
  border: 0;
  vertical-align: -4px;
  margin-right: 5px;
}

ul.tabs li {
/*  position: relative;*/
  float: left;
  background-image: url('/cobrand/vr/tabs/tabs.active.left.gif');
  margin: 0 0 -1px 6px;
  background-repeat: repeat-x;
  background-color: #e6f3ff;
  color: #369;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px; /* magic fix for FF3 line-height rendering differences */
  cursor: pointer;
}

ul.tabs li a:hover{
   text-decoration: none;
}

ul.tabs li span{
  display: block;
  background-position: top right;
  background-repeat: no-repeat;
}

ul.tabs li.tabs_create_action, ul.tabs li.tabs_create_action:hover {
  background-image: url('/cobrand/vr/tabs/tabs.create.left.gif');
  float: right;
  border-bottom: 1px solid #bbb;
}

ul.tabs li.tabs_create_action span{
  background-image: url('/cobrand/vr/tabs/tabs.create.right.gif');
  padding: 7px 15px 5px 15px;
}

ul.tabs li.tabs_create_action a:link, ul.tabs li.tabs_create_action a:visited, ul.tabs li.tabs_create_action a:active {
  text-decoration: none;
  color: #555;
}

ul.tabs li.active, ul.tabs li.active:hover {
  background-color: #ededed;
  color: #333;
}

ul.tabs li.active span{
  background-image: url('/cobrand/vr/tabs/tabs.active.right.gif');
  padding: 8px 20px 8px 20px;
}

ul.tabs li.inactive span{
  background-image: url('/cobrand/vr/tabs/tabs.inactive.right.gif');
  padding: 8px 20px 7px 20px;
}

ul.tabs li.inactive {
  background-image: url('/cobrand/vr/tabs/tabs.inactive.left.gif');
  border-bottom: 1px solid #bbb;
}

ul.tabs li a:link, ul.tabs li a:visited, ul.tabs li a:active {
  text-decoration: none;
}

ul.tabs li a:hover, ul.tabs li.tabs_create_action a:hover {
  text-decoration: underline;
}


.tabs_innernav_tools {
  float: right; 
  padding: 12px 8px 17px 10px;
  margin-left: -5px; /* ie float de-fuckery */
  background-image: url('/cobrand/vr/tabs/tabs.innernav.bg.gif');
}

ul.tabs_innernav {
  list-style: none; 
  margin: 0;
  padding: 0 0 0 20px;
  height: 45px;
  font-family: arial;
  background-image: url('/cobrand/vr/tabs/tabs.innernav.bg.gif');
}

ul.tabs_innernav li.inactive, ul.tabs_innernav li.active {
  float: left;
  font-weight: bold;
  font-size: 8pt;
  padding: 0 30px 0 0px;
}

ul.tabs_innernav li a {
  display: block;
  font-size: 12px;
  padding: 12px 0 18px 0;
}

ul.tabs_innernav li.active a:link, ul.tabs_innernav li.active a:visited, ul.tabs_innernav li.active a:active {
  color: #222;
  text-decoration: none;
  background: url('/cobrand/vr/tabs/tabs.innernav.active.bg.gif') no-repeat center top;
}

ul.tabs_innernav li.inactive a:link, ul.tabs_innernav li.inactive a:visited, ul.tabs_innernav li.inactive a:active {
  text-decoration: none;
  color: #777;
}

ul.tabs_innernav li.inactive a:hover {
  text-decoration: underline;
}

.tab_content_open {
  margin-top: 15px;
  margin-bottom: 20px;
  min-height: 200px;
}

.tab_content_boxed {
  padding: 10px;
  margin-bottom: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.dynamic_folders .tab_content_boxed {
  margin-bottom: 0;
}

body.help_popup .tab_content_boxed {
   background-color: white;
}


/* Forms */

fieldset.vrform {
  border: none;
/*  clear: left;  why is this here?  12/2/08 --james */
  padding: 0 10px 10px 10px;
  margin: 0 0 0 0;
}

fieldset.vrform  legend {
  display: none;
}

fieldset.vrform .intro {
  color: #333;
  padding: 0 10px;
  margin: 0;
  line-height: 1.3em;
}

dl.vrform dt label,
fieldset.vrform dt label {
    padding: inherit;
    font-weight: bold;
    font-size: 12px;
}

.required {
    color: #f00;
    background-color: transparent;
    padding: 0;
}

.required_message {
	font-style: italic;
}

fieldset.vrform dl {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}

fieldset.vrform dd, fieldset.vrform p {
    position:relative
}

dl {
    margin-top: 0;
}

dl.vrform{
    padding: 10px;
}

dl.vrform dt,
fieldset.vrform dt {
    float: left;
    clear: left;
    width: 130px;
    padding: 14px 0;
    text-align: right;
}

dl.vrform dd,
fieldset.vrform dd {
    margin-left: 140px;
    color: #000;
    padding: 9px 0 10px 0;
}

dl.vrform dd p,
fieldset.vrform dd p {
    margin: 0;
    line-height: 1.3em;
}

dl.vrform dd td {
    padding: 0 5px 5px 0;
}


.formrow {
  border-bottom: 1px solid #ddd;
  clear: left;
}

.formrow_info_box {
  background-color: #eee;
  padding: 8px;
}

dl.vrform .formrow_focus dt label,
fieldset.vrform .formrow_focus dt label {
  color: #369;
}

.simple_form .formrow {
  padding: 5px 0 5px 0;
  border-bottom: 0px;
}

.simple_form dt {
  float: left; 
  text-align: right;
  width: 120px; 
  padding-top: 5px;
}

.simple_form dd {
  margin-left: 140px; 
  min-height: 25px;
}

dt.field_with_errors {
  color: red;
}

.form_tip {
    margin: 0;
    padding: 10px 0;
    font: 10px Arial, Helvetica, Geneva, sans-serif;
}

.form_tip b {
    color: #000;
}

.form_error {
    background: #fdd;
}

.form_error input {
    border: 1px solid #f00;
}

.input {
    font-family: Verdana, arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333;
    border: 1px solid #999;
    padding: 4px;
}

.textarea {
    font-size: 11px;
    font-weight: normal;
    color: #333;
    border: 1px solid #999;
    padding: 4px;
}

.dropdown {
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	padding: 4px 4px 4px 4px;
	font-weight: normal;
}

/* FF spacing fix */
.dropdown option {
  padding-right: 15px;
}

.checkbox {
    color: #333;
    padding: 3px 0 10px 0;
    line-height: 1.3em;
}

.submit {
    margin-left: 140px;
}

.textarea:focus ,
.input:focus,
.dropdown:focus {
    font-weight: normal;
    color: #000;
    background-color: #ffe;
    border: 1px solid #000;
}

fieldset.vrform dt.label_for_text, fieldset.vrform dt.label_for_text_with_errors {
    padding-top: 9px;
}

dt.label_for_text_field, dt.label_for_select, dt.label_for_text_field_with_errors, dt.label_for_select_with_errors {
    /*margin-top: 4px;*/
}

dt.label_for_checkbox, dt.label_for_checkbox_with_errors {
    /*margin-top: 4px;*/
}

dt.label_for_text_field_with_errors label, dt.label_for_select_with_errors label, dt.label_for_checkbox_with_errors label {
    color: red;
}

/* Submit Buttons */

button.button,
input.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: bold;
    font-size: 10px;
    background-image: url('/cobrand/vr/buttons/button.primary_submit.bg.gif');
    border: 1px solid #369;
    padding: 4px 10px;
}

button.button:hover,
input.button:hover {
    background-image: url('/cobrand/vr/buttons/button.primary_submit.hover.bg.gif');
}

button.button:active,
input.button:active {
    color: #369;
}

a.button:link,
a.button:visited {
    font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
    padding: 4px 10px;
    white-space: nowrap;
    margin: 0px;
    background-image: url('/cobrand/vr/buttons/button.primary_submit.bg.gif');
    border: 1px solid #369;
}

a.button:hover {
    font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    background-image: url('/cobrand/vr/buttons/button.primary_submit.hover.bg.gif');
}

a.button:active {
    font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
    color: #369;
    white-space: nowrap;
}

/* Graphs */

div.graphs {
    margin: 0 auto;
}

span.graph {
    float: left;
}

/* Announcement Boxes */

.error, .system_message, .comment, .success, .sorry {
  margin-bottom: 15px;
}

.error ul, .system_message ul, .comment ul, .success ul, .sorry ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error li, .system_message li, .comment li, .success li, .sorry li {
  margin-left: 15px;
}

.error li {
  list-style-image: url('/cobrand/vr/notice/notice.ul.bullet.error.gif');
}

.system_message li {
  list-style-image: url('/cobrand/vr/notice/notice.ul.bullet.system_message.gif');
}

.comment li {
  list-style-image: url('/cobrand/vr/notice/notice.ul.bullet.comment.gif');
}

.success li {
  list-style-image: url('/cobrand/vr/notice/notice.ul.bullet.success.gif');
}

.sorry li {
  list-style-image: url('/cobrand/vr/notice/notice.ul.bullet.sorry.gif');
}

.sorry {
    padding: 10px 10px 10px 35px;
    color: #333;
    border: 1px solid #e8a80a;
    background: #f0fed7 url(/images/cobrand/vr/icons/sorry.gif) no-repeat 10px 50%;
}

.system_message {
    padding: 10px 10px 10px 42px;
    color: #a33;
    font-weight: bold;
    border: 1px solid #a33;
    background: #eee url(/images/cobrand/vr/icons/system_message.gif) no-repeat 10px 50%;
}

.error {
    padding: 10px 10px 10px 40px;
    color: #333;
    border: 1px solid #a33;
    background: #ffdddd url(/images/cobrand/vr/icons/error.gif) no-repeat 10px 50%;
}

.error ul {
    margin:0
}

.success {
    padding: 10px 10px 10px 40px;
    color: #333;
    border: 1px solid #008C00;
    background: #d7fbd1 url(/images/cobrand/vr/icons/success.gif) no-repeat 10px 50%;
}

.comment {
    padding: 10px 10px 10px 35px;
    color: #333;
    border: 1px solid #39f;
    background: #e8e8fe url(/images/cobrand/vr/icons/comment.gif) no-repeat 10px 50%;
}

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

/* Data Tables */

table.data_table {
    color: #333;
    border-collapse: collapse;
    /*border-left: 1px solid #ccc;*/
    border-top: 1px solid #90aac6;
}

.data_table caption {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-align: left;
    padding: 4px 8px;
    font-size: 150%;
    letter-spacing: -1px;
}

.data_table thead th,
.data_table tfoot th {
    background-color: #b7d4f1;
    background-image: url('/cobrand/vr/data_table/data_table.thead.bg.gif');
    border-right: 1px solid #a0bad6;
    border-bottom: 1px solid #90aac6;
    font-weight: bold;
    color: #222;
    padding: 4px;
    height: 22px;
    text-align: left;
}

.data_table thead th.sorted, .data_table thead th.sorted_desc, .data_table thead th.sorted_asc {
    /*padding: 12px 8px 8px 8px;*/
    background-image: url('/cobrand/vr/data_table/data_table.thead.sorted.bg.gif');
    background-position: top right;
    border-right: 1px solid #90aac6;
}

.data_table thead th.sorted_desc {
    padding-right: 15px;
    background-image: url('/cobrand/vr/data_table/data_table.thead.sorted.desc.bg.gif');
}

.data_table thead th.sorted_asc {
    padding-right: 15px;
    background-image: url('/cobrand/vr/data_table/data_table.thead.sorted.asc.bg.gif');
}

.data_table thead a,
.data_table tfoot a {
    color: #06c;
    text-decoration: underline;
}

.data_table thead a:hover,
.data_table tfoot a:hover {
    color: #fff;
    text-decoration: underline;
}

.data_table tbody tr.odd {
	background-color: #fafafa;
}

.data_table tbody tr.emphasized_row {
  background-image: url('/cobrand/vr/dtable/dtable.emphasized_row.bg.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #fff;
}

.data_table tbody tr:hover {
    /*background-color: #e6f3ff; */
}

.data_table tbody th {
    font-weight: bold;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.data_table tbody td {
    padding: 0px 4px 0px 4px;
    height: 30px;
/*    border-bottom: 1px solid #eee;*/
/*    border-right: 1px solid #ccc;*/
}

.data_table tbody a {
    color: #06c;
    text-decoration: underline;
}

.data_table tbody a:hover {
    color: #39f;
}

.data_table tfoot td {
  background-color: #b7d4f1;
  font-weight: bold;
  color: #000;
  padding: 8px;
  background-image: url('/cobrand/vr/data_table/data_table.tfoot.bg.gif');
  /*border-right: 1px solid #90aac6;*/
  border-bottom: 1px solid #90aac6;
}

.data_table tfoot tr:last-child td {
  background-image: none;
  background-color: #fff;
  border-bottom: none;
  font-weight: normal;
}

.data_table_condensed td.numeric, .data_table td.numeric, .data_table td.align_right, .data_table th.align_right {
  text-align: right;
}

.data_table td.align_center, .data_table th.align_center {
  text-align: center;
}

.data_table tbody tr.highlight, .data_table tbody td.highlight {
  background-color: #ffc;
  font-size: 90px;
}

.data_table_toolbar_top {
  height: 38px;
  background: transparent url('/cobrand/vr/data_table/data_table.toolbar.topleft.gif') top left;
  overflow: hidden;
}

.data_table_toolbar_bottom {
  background: transparent url('/cobrand/vr/data_table/data_table.toolbar.bottomleft.gif') bottom left;
  border-top: 5px solid #e0e0e0;
  height: 38px;
}

.data_table_toolbar_actions {
  float: left;
  padding: 8px;
  margin-right: 8px;
}

.data_table_toolbar_top .paginator, .data_table_toolbar_bottom .paginator {
  background-image: url('/cobrand/vr/data_table/data_table.toolbar.topright.gif');
  background-position: top right;
  background-repeat: no-repeat;
  margin-left: 8px;
  padding: 8px 8px 13px 0;
}

.data_table_toolbar_bottom .paginator {
  padding-bottom: 13px;
}

.data_table_toolbar_top .paginator_text, .data_table_toolbar_bottom .paginator_text {
  margin-top: 4px;
}

.data_table_toolbar_bottom .paginator {
  background-image: url('/cobrand/vr/data_table/data_table.toolbar.bottomright.gif');
  background-position: bottom right;
}

.data_table_toolbar_top select.dropdown, .data_table_toolbar_bottom select.dropdown,
.data_table_toolbar_top a.button, .data_table_toolbar_top input.button, 
.data_table_toolbar_bottom a.button, .data_table_toolbar_bottom input.button {
  height: 22px;
  padding: 2px;
}

/* Condensed data table */


.data_table_condensed {
  border-collapse: collapse;
}

.data_table_condensed th {
  text-align: left; 
  color: #555;
  padding: 4px 8px 4px 2px;
  /*border-bottom: 1px dotted #ddd;*/
  background-color: #eee;
  font-size: 10px;
}

.data_table_condensed td {
  padding: 4px 8px 4px 2px;
  font-size: 10px;
}

.data_table_condensed tr.odd {
  background-color: #f9f9f9;
}

.data_table_condensed tr.even {
  background-color: #fff;
}

.data_table_condensed tbody tr:hover {
  background-color: #e6f3ff;
}

.data_table_condensed th.align_right, .data_table_condensed td.align_right {
  text-align: right;
}

/* Data table search */

.data_table_search {
}

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

.data_table_search li {
  line-height: 170%;
  font-weight: bold;
  display: block;
  float: left;
  color: #555;
  margin: 0 20px 10px 0;
}

/* smalltable - TODO: merge with data_table_condensed */

.smalltable td, .smalltable th {
  padding: 3px;
  font-size: 8pt;
}

.smalltable th {
  text-align: left;
  padding: 5px 3px 5px 3px;
}

.smalltable th a:link, .smalltable th a:visited {
  color: #333;
}

.smalltable th.smalltableSort {
  background-color: #ccc;
  color: #555;
}

.smalltable td.smalltableSort {
  background-color: #f5f5f5;
}

.smalltable td {
  border-bottom: 1px solid #ddd;
}

/* app tabs */

ul.app_tabs {
    margin:0 0 12px 0;
    padding: 0;
    font-family: Arial, Helvetica, Geneva, sans-serif;
}

.app_tabs li {
    list-style-type: none;
    display: inline;
}

.app_tabs li.active {
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px 13px;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-left: 1px solid #eee;
    background-color: #e8e8e8;
    color: #333;
}

.app_tabs a:link, .app_tabs a:visited, .app_tabs a:active {
    font-size: 11px;
    background-color: #e6f3ff;
    margin: 0 5px;
    border-top: 1px solid #d3eaff;
    border-left: 1px solid #d3eaff;
    border-bottom: 1px solid #c7daed;
    border-right: 1px solid #c7daed;
    text-decoration: none;
    padding: 5px 10px;
    color: #369;
}

.app_tabs a:hover {
    background-color: #d5e8fa;
    border-top: 1px solid #99ccff;
    border-left: 1px solid #99ccff;
    border-bottom: 1px solid #369;
    border-right: 1px solid #369;
}

/* Instructional stuff */
.sample_code {
    padding:20px; 
    font-family:courier; 
    color: #333;
    border:1px solid #ccc; 
    text-align:center; 
}

/* Misc classes */

.terms_of_service_copy {
  width: 375px; 
  padding: 8px;
  height: 200px;
  overflow: scroll;
  border: 1px solid #aaa;
}

.instructional_text {
    padding:10px;
}

.no_entities {
  text-align: center;
  margin: 60px 0 100px 0;
  font-weight: bold;
  color: #555;
}

.no_entities .hide_help_video{
	float:left;
}

td.no_entities:hover {
  background-color: #fff;
}

.widget .no_entities {
  margin: 20px;
}

#vrmfc_form{
   height: 164px;
   overflow: hidden;
}
#vrmfc_form p{
   margin-top: 0;
}

table.chartable{
   empty-cells: show;
}
table.chartable td{
   background-color: #F5F5F5;
   border-color: #EEEEEE rgb(204, 204, 204) rgb(204, 204, 204) rgb(238, 238, 238);
   border-style: solid;
   border-width: 1px;
   text-align: center;
}

.page_copy_text {
  font-size: 9pt;
  line-height: 150%;
}

p.page_copy_text {
  padding: 0;
  margin: 5px 0 20px 0;
}

.no_break {
  white-space: nowrap;
}

/* new product offer */

.new_product_offer {
  background-color: #F9FE61; 
  color: #FC0F0C; 
  font-weight:bold; 
  padding:0pt 2px; 
  font-size: 12px;
}

/* Spash pages */

.splash {
  margin: 10px 50px 50px 47px;
}

/* help popup */

.help_wrapper h2 {
  margin: 10px 0 0 0;
  font-size: 12pt;
}

/* fancy shadow */

.fancy_shadow {
  text-align: right;
  background-image: url('/images/cobrand/vr/fancy_shadow/fancy_shadow.bg.gif' );
}
@import url("newstyle.css");

/* default text, body layout */

body {
  background-color: #f8f8f8;
  padding: 0;
  margin: 0;
  background-image: url('/cobrand/vr/layout/layout.bg.3.gif');
  background-position: center;
  background-repeat: repeat-y;
}

body.help_popup{
   background-image: none;
   margin: 15px;
}

body, td, .normal_text {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}

form {
   margin: 0;
   padding: 0;
}

img, a:link img, a:visited img {
  border:none;
}

a:link, a:active{
  outline:none;
}

.print_block, .print_inline{
    display:none;
}

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

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background-color: #fff;
  /*padding-top: 10px;*/
}

#ib5_center_hack {
  width: 1000px;
}

.page_body {
  padding: 0 8px 0 8px;
  min-height: 350px;
}

/* utility classes */

.hidden {
    display: none;
}

/* header */

.header {
  margin: 0 15px 0 15px;
}

.header_logo {
  padding-top: 10px;
}

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

.header_nav h2 {
  font-size: 11pt;
  font-weight: bold;
  padding: 0 0 0 0;
  margin: 10px 0 3px 0;
  font-family: arial;
}

/* subnav - to be deprecated */

.subnav {
    white-space: nowrap;
    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;
}

/* centered layout override */

body.legacy .wrapper {
  width: 100%;
  margin: 0;
}

body.legacy #ib5_center_hack {
  width: 100%;
}


body.legacy {
  background: none;
  background-color: #fff;
}

/* popup window overrides */

body.popup_window {
  background: none;
}

body.popup_window .header {
  margin: 0;
}

/* print overrides */

body.print {
  background: none;
}

/* footer */

.app_bottombar {
  border-top: 5px solid #369;
  margin: 7px 0 0 0;
  clear: both;
  padding: 12px 10px 15px 10px;
  background-color: #f8f8f8;
}

/* home / control center */

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

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

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

/* columnar selector */

.columnar_selector {
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
}

.columnar_selector_category_column {
  background-image: url('/cobrand/vr/columnar_selector/columnar_selector.content.bg.gif');
  float: left;
  height: 270px;
  overflow: scroll;
  width: 220px;
  border-right: 1px solid #ccc;
}

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

.columnar_selector_category_column li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px dotted #eee;
}

.columnar_selector_category_column li a:link, .columnar_selector_category_column li a:visited, .columnar_selector_category_column li a:focus {
  padding: 5px;
  display: block;
  text-decoration: none;
  outline: 0;
  color: #555;
  border-top: 1px;
  border-bottom: 1px;
}

.columnar_selector_category_column li a.active:link, .columnar_selector_category_column li a.active:visited {
  background-color: #3fa3e1;
  color: #ffffff;
}

.columnar_selector_content_column {
  height: 260px;
  background-image: url('/cobrand/vr/columnar_selector/columnar_selector.content.bg.gif');
  padding: 5px;
  margin-left: 442px;
}

/* 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: 10px;
  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: 5px 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: 0 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: 145px;
}
.widget .widget_biggest li{
	width: auto;
}

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

.widget ul.vrlounge_rss{
   margin-left: 1.5em;
}
.widget ul.vrlounge_rss li{
   display: list-item;
   float: none;
   padding-left: 0;
}
.widget ul.vrlounge_rss,
.widget ul.vrlounge_rss li{
   list-style-image: none;
   list-style-position: outside;
   list-style-type: disc;
   marker-offset: auto;
}

.widget_video{
	text-align: center;
}


/* some amazing hack to get list bullets to display at the top
/* of each list element in IE */
* html .widget ul.vrlounge_rss { /* IE6 */
position: relative; 
top: .5em;
}
*:first-child+html .widget ul.vrlounge_rss { /* IE7 */
position: relative; 
top: .5em;
}
* html .widget ul.vrlounge_rss li { /* IE6 */
vertical-align: top; 
position: relative; 
top: -.5em;
}
*:first-child+html .widget ul.vrlounge_rss li { /* IE7 */
vertical-align: top; 
position: relative; 
top: -.5em;
}





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

/* default header text */

h3 {
  font-size: 13px;
  /*font-family: arial;
  letter-spacing: -1px;*/
}

/* default links */

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

/* please wait popup */

.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;
  z-index: 10000;
}

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

/* credit dock */

.creditdock {
  color: #666;
  text-align: right;
  margin: 3px 0 1px 0;
}    

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

a.creditdock_hover:hover {
  text-decoration: underline;
}

.menuBar {
  text-align: left; }
  .menuBar a.menuButton {
    background-color: transparent;
    cursor: default;
    left: 0px;
    position: relative;
    text-decoration: none;
    top: 0px;
    z-index: 100; }
    .menuBar a.menuButton:hover {
      background-color: transparent; }
  .menuBar a.menuButtonActive {
    background-image: url('/images/cobrand/vr/main_nav/main_nav.hover.bg.2.gif'); }
    .menuBar a.menuButtonActive:hover {
      background-image: url('/images/cobrand/vr/main_nav/main_nav.hover.bg.2.gif'); }

.menu {
  left: 0px;
  position: absolute;
  visibility: hidden;
  z-index: 101;
  font-size: 9pt;
  font-family: arial;
  font-weight: bold;
  background-image: url('/images/cobrand/vr/main_nav/main_nav.dropdown.bg.png');
  background-position: bottom left;
  width: 119px;
  padding-bottom: 24px; }
  .menu a.menuItem {
    color: #555;
    cursor: pointer;
    display: block;
    padding: 3px 6px 3px 6px;
    text-decoration: none;
    white-space: nowrap;
    margin: 4px 4px 3px 4px;
    border: 1px solid #eeeeee; }
    .menu a.menuItem:hover {
      background-image: url('/images/cobrand/vr/main_nav/main_nav.dropdown.highlight.bg.png');
      background-repeat: repeat-x;
      border: 1px solid #ccc;
      background-color: #e0e0e0; }
    .menu a.menuItem span.menuItemArrow {
      float: right; }
  .menu a.menuItemHighlight {
    background-image: url('/images/cobrand/vr/main_nav/main_nav.dropdown.highlight.bg.png');
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    background-color: #e0e0e0; }
  .menu div.menuItemSep {
    border-top: 1px solid #909090;
    border-bottom: 1px solid #f0f0f0;
    margin: 4px 2px; }
  .menu div.menuSearch {
    padding: 5px; }
    .menu div.menuSearch input {
      width: 100px;
      padding: 3px;
      font-size: 7pt;
      color: #777;
      border: 1px solid #ccc; }

/* 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.2.gif');
}

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

/* Utility Buttons - to be deprecated */

.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;
	cursor: pointer;
}

.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-- to be deprecated */

.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;
}

/* randomass old table classes - to be deprecated */

.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: arial,verdana,sans-serif;
    letter-spacing: -1px;
	font-size: 18px;
	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;
}


.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;
  line-height: 13px; /* plaster on FF3 line-height rendering bug */
}

.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;
}

.linear_workflow_noop_text {
  font-style:italic;
}

/* submit footer */

.submitfooter_help_left {
  background-image: url("/cobrand/vr/submitfooter/submitfooter.left.gif");
  background-position: top left;
  float: left;
}

.submitfooter_help_right {
  background-image: url("/cobrand/vr/submitfooter/submitfooter.right.gif");
  background-position: top right;
  text-align: right;
  float: right;
}

.submitfooter_buttons {
  padding: 0 10px 10px 10px;
  clear: both;
}

.submitfooter_help {
  width: 300px;
  color: #777;
  padding: 18px 15px 15px 15px;
  font-size: 8pt;
  margin: 0;
  background-repeat: no-repeat;
}

.submitfooter {
  background-image: url("/cobrand/vr/submitfooter/submitfooter.gif");
  background-repeat: repeat-x;
  margin: 10px 0 40px 0;
  clear: both;
}

.submitfooter input {
  cursor: pointer;
  margin: 0 0 0 5px;
}

/* paginator */

.paginator {
  color: #333;
  margin: 0 0 15px 0;
}

.paginator_links {
  float: right;
}

/* page-action button */

input.page_button, a.page_button:link, a.page_button:link, a.page_button:visited {
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 4px 13px 4px 13px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  background-image: url('/images/cobrand/vr/buttons/button.page_button.bg.gif');
}

input.page_button:hover, a.page_button:hover {
  /*background-image: url('/images/cobrand/vr/buttons/button.page_button.hover.bg.gif');*/
  text-decoration: underline;
}

a.page_button:active {
  background-image: url('/images/cobrand/vr/buttons/button.page_button.active.bg.gif');
}

/* layout classes */

.two_columns {
	width: 100%;
}

.secondary_column {
  width: 250px;
  float: left;
}

.primary_column {
	width: 100%;
	float: right;
	margin-left: -250px;
}

.primary_column .primary_column_content {
	margin-left: 260px;
}

/* product dashboard & widgets */

.product_widget, .product_dashboard_report_widget {
  background-image: url('/cobrand/vr/widgets/product/widget.product.header.bg.gif');
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.product_widget {
  margin-bottom: 10px;
}

.product_widget_content, .product_dashboard_report_widget_content {
  background-color: #fff;
  padding: 10px;
}

.product_widget ul, .product_widget li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product_widget li {
  margin-bottom: 7px;
}

.product_widget_content {
  border-bottom: 1px solid #d2d6bd;
  border-right: 1px solid #d2d6bd;
  border-left: 1px solid #d2d6bd;
}

.product_widget_ds {
  background-image: url('/cobrand/vr/widgets/product/widget.product.dropshadow.bg.gif');
  background-repeat: no-repeat;
  height: 10px;
}

.product_widget_ds_right {
  background-image: url('/cobrand/vr/widgets/product/widget.product.dropshadow.right.gif');
  background-repeat: no-repeat;
  float: right;
  height: 10px;
  width: 10px;
}

.product_dashboard_report_widget h3, .product_widget h3 {
  background-image: url('/cobrand/vr/widgets/product/widget.product.header.right.bg.gif');
  background-repeat: no-repeat;
  background-position: top right;  
  border-bottom: 1px solid #dedcc1;
  padding: 6px 5px 4px 10px;
  margin: 0;
  font-size: 12px;
  color: #4b4933;
  font-family: arial;
}

.product_widget_edit_link {
  font-size: 8pt;
  float: right;
  margin: 1px 5px 0 0;
}

.product_widget_edit_link a:link, .product_widget_edit_link a:visited, .product_widget_edit_link a:active {
  color: #4b4933;
  font-weight: normal;
}

.product_dashboard_titlebar {
  padding: 0px 10px 10px 13px;
  border-bottom: 1px solid #ccc;
  background-image: url('/cobrand/vr/product_dashboard/product_dashboard.titlebar.bg.gif');
}

.product_dashboard_titlebar h2 {
  font-family: arial;
}

.product_dashboard_export {
  float: right;
  width: 50%;
  text-align: right;
  margin: 3px 0 0 0;
  padding-bottom: 3px;
}

.product_dashboard_updater {
  font-size: 8pt; 
  color: #999; 
  margin: 5px 0 20px 177px; 
}

.product_dashboard_updater #last_updated {
  font-weight: bold; 
  color: #d06611;
}

.product_dashboard_pending {
  text-align: center;
  font-weight: bold;
  padding: 100px 0 250px 0;
}

.product_dashboard_content_wl, .product_dashboard_content_wr {
  padding: 8px 0 0 8px;
  min-height: 350px;
  background-image: url('/cobrand/vr/product_dashboard/product_dashboard.content.bg.gif');
  background-repeat: no-repeat;
}

.product_dashboard_middle {
  float: left; 
  margin-left: 10px; 
  padding-left: 20px;
}

.product_dashboard_right {
  padding-left: 5px;
}

.product_dashboard_content_wr .product_dashboard_middle {
  width: 225px; 
}

.product_dashboard_content_wr .product_dashboard_right {
  margin-left: 420px; 
}

.product_dashboard_content_wl .product_dashboard_middle {
  width: 500px; 
}

.product_dashboard_content_wl .product_dashboard_right {
  margin-left: 690px;
  padding-left: 10px;
  border-left: 1px solid #eee;
}

.product_dashboard_content_wl .product_dashboard_right h3 {
  font-family: arial;
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 12pt;
  letter-spacing: -1px;
}

.product_dashboard_titlebar h2 {
  font-size: 14px;
  margin: 0 0 2px 0;
  padding: 0px;
  color: #333;
}

.product_dashboard_titlebar .product_description {
  margin-bottom: 5px;
  color: #555;
}

.product_dashboard_titlebar .product_url {
  margin-bottom: 15px;
  font-size: 8pt;
}

.product_dashboard_titlebar .product_url a:link {
}

.product_dashboard_titlebar .status_bubble_closed, 
.product_dashboard_titlebar .status_bubble_pending_launch, 
.product_dashboard_titlebar .status_bubble_pending_approval, 
.product_dashboard_titlebar .status_bubble_live {
  float: right;
  background-image: url('/cobrand/vr/status_bubble/status_bubble.live.bg.gif');
  background-repeat: no-repeat;
  background-position: top right;
  text-align:center;
  padding: 14px 0 17px 0;
  width: 122px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin: -4px -6px 0 0;
}

.product_dashboard_titlebar .status_bubble_pending_approval,
.product_dashboard_titlebar .status_bubble_pending_launch {
  background-image: url('/cobrand/vr/status_bubble/status_bubble.pending.bg.gif');
  width: 222px;
}
  
.product_dashboard_titlebar .status_bubble_closed {
  background-image: url('/cobrand/vr/status_bubble/status_bubble.closed.bg.gif');
}

.product_dashboard_content_navigation {
  float: left; 
  /*margin-left: 8px;*/
  border-top: 1px solid #ddd;
  background: url('/images/cobrand/vr/interface/v5/subnav-bkg.gif') repeat-x;
}

.product_dashboard_content_navigation ul {
  list-style: none;
  width: 136px;
  margin: 3px;
  padding: 0;
}

.product_dashboard_content_navigation ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;  
  white-space: nowrap;
  border: 1px solid #fff;
}

.product_dashboard_content_navigation ul li.selected {
  padding: 3px 0 3px 4px;
  color: #555;
  border: 1px solid #ddd;
}

.product_dashboard_content_navigation ul li a {
  display: block;
  font-size: 8pt;
  margin: 0;
  padding: 3px 0 3px 5px;
}

.product_dashboard_content_navigation ul li a:hover {
  background-color: #e6f3ff;
}

.product_dashboard_content_navigation h4 {
  padding: 4px 0 0 0;
  font-family: arial;
  font-size: 9pt;
  margin: 5px 0 5px 8px;
}


/* "At a Glance" statistics */

.statistics_at_a_glance li {
  color: #555;
  height: 30px;
}

.statistics_at_a_glance li.highlighted_statistic {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

.statistics_at_a_glance label {
  float: left;
  margin: 8px 0 0 8px;
}

.statistics_at_a_glance span {
  color: #222;
  font-size: 14pt;
  padding-right: 4px;
  font-family: arial;
  font-weight: bold;
  float: right;
  margin: 5px;
}

/* Contextual help + warning */

.contextual_help_text, .contextual_warning_text {
  margin-bottom: 25px;
}

.contextual_warning_text {
  border: 1px solid #ccc; 
  background-color: #f9f9f9; 
  padding-bottom: 15px; 
  padding-top: 10px; 
}

.contextual_help_text img, .contextual_warning_text img {
  float: left;
  margin: 5px 0 0 9px;
}

.contextual_help_text h3, .contextual_warning_text h3 {
  font-family: arial;
  letter-spacing: -1px;
  font-size: 13pt; 
  padding: 0; 
  margin: 0
}

.contextual_help_text div, .contextual_warning_text div {
  margin-left: 53px;
}

.body_home .widget .data_table_wrapper {
  width: 712px;
  overflow-x:auto;
}

/* Application help */

.application_help {
  font-size: 9pt;
  line-height: 175%;
}

.application_help h2, .application_help h3 {
  font-family: arial;
}

.application_help h3 {
  border-bottom: 3px solid #369;
  margin: 30px 0 15px 0;
  color: #369;
  padding: 0 0 7px 0;
  font-size: 11pt;
}

#iceDefaultPostalAddress{

	
}
#iceDefaultPostalAddress pre{
	white-space: pre;
	margin: 1em 0;
}

#iceCustomPostalAddress{
	margin: 1em 0; 
}
#iceCustomPostalAddress label{
	display: block;
	clear: both;
	text-transform: capitalize;
}
#iceCustomPostalAddress label span{
	display: block;
	float: left;
	width: 110px;
	padding-right: 0.5em;
	text-align: right;
	white-space: nowrap;
}
#iceCustomPostalAddress input{
	margin-bottom: 0.2em;
}
#campaign_subject_length_warning{
	font-size: small;
	color: red;
}

.buy-now {
	position: relative;
	top: 4px;
}

.vr2_nav_container {
  height: 44px;
  background-color: #8430a6;
  color: white;
  font-family: Verdana, Arial, sans-serif;
  line-height: 44px;
}

.vr2_nav_left {
  float: left;
  min-width: 100px;
  height: 100%;
}

.vr2_nav_center {
  margin: 0 auto;
  height: 100%;
  float: left;
  text-align: center;
}

.vr2_nav_center_logo {
  height: 30px;
  width: 28px;
  padding: 2px;
  background-color: #fff;
  float: left;
  background-image: url('/images/cobrand/vr/logos/logo-vr2-short.png');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 4px;
}

.vr2_nav_center_available {
  float: left;
  margin: 0px 30px;
  height: 100%;
  font-size: 18px;
}

.vr2_nav_center_learn {
  float: left;
  height: 25px;
  border-style: solid;
  border-radius: 4px;
  border-width: thin;
  font-size: 14px;
  font-family: "Lucida Grande", Arial, sans-serif;
  width: 130px;
  text-align: center;
  position: relative;
  top: 7px;
  line-height: 25px;
  color: white;
}

.vr2_nav_right {
  background-color: rgba(0,0,0,0.3);
  float: right;
  min-width: 220px;
  height: 100%;
  color: white;
  font-size: 14px;
  text-align: center;
}

.vr2_nav_right span {
  font-family: "Lucida Grande", Arial, sans-serif;
}

