* {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

html {
  overflow: hidden;
}

body {
  background: #B7C6CF;
  padding-top: 1px;
  font-size: 12px;
  color: #000;
}

a:link, a:active, a:visited {
  color: #00A0FF;
  text-decoration: underline;
}

a:hover {
  color: #800000;
  text-decoration: underline;
}

input[type=text], input[type=password], textarea {
  border: 1px solid #000;
  background: #fff;
  padding: 0px;
  margin: 0px 0;
  font-size: 12px;
  color: #000;
  /*width: 99%;*/
}

input[disabled=disabled] {
  background: whitesmoke ;
  color: gray;
}

div#loginForm input[type=text], div#loginForm input[type=password], div#loginForm textarea {
  font-size: 12px;
}

select option {
  padding: 0 4px;
}

img {
  border: 0;
}

img.icon16 {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

img.icon36 {
  width: 36px;
  height: 36px;
  float: left;
}

h1, h2, h3, h4, h5, h6, h7 {
  color: #800000;
  font-weight: bold;
}

h2 span.step {
  color: #000;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
  font-weight: normal;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

table.std {
  border-collapse: collapse;
  width: 100%;
}

table.std td {
  padding: 1px 2px;
  font-size: 12px;
}

table.std tbody tr {
  border-bottom: 1px solid #B2B2B2;
}

table.std thead tr {
  border-bottom: 1px solid #000;
}

td.last {
  text-align: right;
}

thead td {
  font-weight: bold;
}

tfoot tr {
  border-bottom: 0;
  background: #EBEBEB;
}

tfoot td {
  font-size: 12px;
}

span.font_black {
  color: #000;
}

span.font_red {
  color: #800000;
}

p.info {
  font-size: 11px;
  color: #7D7D7D;
  margin: 0 0 5px 0;
}

p.info strong {
  color: #000;
}

p.info img {
  float: right;
}

div#header {
  background: #fff url("../images/hdr_bck_rep.gif") repeat-x bottom left;
  border-bottom: 3px solid #3F3F3F;
  padding: 0px;
}

div#header a {
  color: #004F80;
  font-size: 12px;
}

div#header a:hover {
  text-decoration: none;
}

div#header div{
  position: absolute;
  top: 0px;
  right: 1px;
  height: 70px;
  width: 80%;
}

div#header div.admin_links {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    margin: 0px 5px 5px;
    width: auto;
}

div#header div.admin_links a {
  color: #004F80;
  font-size: 10px;
  font-weight: bold;
}

div#header div.admin_links a:hover {
  text-decoration: none;
}

div#header ul {
  list-style-type: none;
  float: right;
  clear: both;
  height: 25px;
}

div#header li {
  font-size: 12px;
  float: left;
  padding: 7px 3px;
}

div#header ul.grey_tabs {
    float: right;
    margin-right: 5px;
}

div#header ul.grey_tabs li {
  padding: 18px 0px 0px 1px;
}

div#header ul.grey_tabs li a {
  display: block;
  border: 1px solid #3F3F3F;
  background: #3F3F3F url("../images/top_tab_rep.gif") repeat-x top left;
  padding: 18px 5px 3px 5px;
  color: #fff;
}

div#header ul.grey_tabs li a:hover {
  background-image: url("../images/top_tab_rep_hov.gif");
  text-decoration: underline;
}

div#scroll {
    background: #fff url(../../../common_assets/images/content_background.gif) repeat-x top left;
    overflow: auto;
    position: relative;
}

div#content {
  margin: 30px auto;
  padding: 0px;
  width: 896px;
  background: #fff;
}

div#top_content {
  height: 100%;
  border: 3px solid #004f80;
}

div#bottom_content {
  margin: 5px auto;
}

div#no_frame_content {
    margin: 30px auto;
    position: relative;
    width: 924px;
    height: 560px;
}

div#content ul.left_menu {
  list-style-type: none;
}

div#content ul.left_menu li {
  float: left;
  margin: 1px 3px;
}

div#content ul.floater {
  float: right;
  font-size: 12px;
}

div.border {
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 10px;
}

p.s12 {
  font-size: 12px;
}

ul.report_tabs {
  list-style-type: none;
  font-size: 10px;
  clear: both;
}

ul.report_tabs li {
  float: left;
  padding: 2px;
  margin: 1px;
  width: 88px;
  text-align: center;
  border: 1px solid #800000;
}

ul.report_tabs li.active {
  background-color: #800000;
}

ul.report_tabs li.active a:hover {
  color: #FFFFFF;
}

div.report_chart {
  float: left;
  padding: 2px 0px;
}

ul.tabs {
  list-style-type: none;
  position: absolute;
  top: -22px;
  right: 4px;
  font-size: 10px;
}

ul.tabs li {
  float: left;
  padding-left: 2px;
  line-height: 12px;
}

ul.tabs li a {
  font-size: 12px;
  display: block;
  background: #fff url("../images/content_tab_rep.gif") repeat-x top left;
  padding: 3px 4px 3px 4px;
  border: 1px solid #fff;
  border-bottom-width: 0;
  text-decoration: none;
}

ul.tabs li.inactive a:hover {
  border-bottom-width: 3px;
}

ul.tabs li.active a {
  color: #000000;
  border-bottom-width: 3px;
}

ul.opt_tabs {
}

ul.opt_tabs li {
  background: #D4DDE2;
  margin: 0;
  padding: 2px 2px;
}

ul.opt_tabs li.grayed {
    color: #91b0c8;
    text-decoration: underline;
}

ul.opt_tabs li a {
  font-size: 10px;
  background: 0;
  border: 0;
  padding: 0;
  text-decoration: underline;
}

div#left_pane {
  float: left;
  width: 585px;
}

div#left_pane div.block {
  margin-top: 10px;
}

div.block a.link_box_hide, div.block a.link_help_thumb_hide  {
    float: right;
    font-size: 12px;
}

div#left_pane div.block h4 {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}

div#left_pane div.messages {
  border: 1px solid #3E8000;
  background: #ECFFD9;
  padding: 6px;
}

div#left_pane div.messages p {
  font-size: 12px;
  line-height: 12px;
  margin: 5px 0 1px 0;
}

div#left_pane div.invitations {
  border: 1px solid #004F80;
  background: #D9F1FF;
  padding: 6px;
  text-align: center;
}

div#left_pane div.invitations p {
  font-size: 12px;
}

div#right_pane {
  float: right;
  width: 265px;
  z-index:2;
}

div#right_pane div.block {
  border: 1px solid #B2B2B2;
  padding: 5px;
  margin-bottom: 10px;
}

div#right_pane div.block h2 {
    font-size: 19px
}

div#right_pane div.block div.subtitle {
    padding: 5px 0px;
}

div#right_pane div.block div.description {
    font-size: 11px;
}

div#left_pane, div#right_pane {
    padding: 10px;
    position: relative;
}

div#bottom_pane {
}

div#user_ident {
  font-size: 12px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

div#user_ident img.avatar {
  border: 1px solid #000;
  float: left;
  margin-right: 5px;
}

table#dashboard {
    width: 100%;
}

table.dashboard th{
    color: #004a80;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

div#footer div.ubik_ident {
  float: left;
  padding-left: 10px;
  width: 150px;
}

div#footer div.other_prod {
  float: right;
  width: 180px;
  padding: 12px 0;
  text-align: right;
}

div#footer div.other_prod img {
  vertical-align: middle;
  padding-right: 10px;
}

div#footer div.other_prod p {
  padding: 0;
  text-align: right;
}

div#notification_box {
    border: 1px solid #9CEB5F;
    background-color: #EAFFCE;
    padding: 5px;
    margin: 5px 0 0;
    line-height: 14px;
}

div#notification_box h2 {
    color: #630000;
    font-size: 14px;
}

div#notification_box span.title {
    color: #630000;
    font-weight: bold;
}

div#notification_box div.message {
    padding: 5px;
}

div.separator {
    margin-top: 5px;
    height: 1px;
    border-top: 1px solid #000;
}

div.form_title {
    margin: 5px 0px 0px 5px;
    font-size: 14px;
    color: #800000;
    font-weight: bold;
}


span.link_large, a.link_large, a.link_large:visited, a.link_large:hover {
  font-size: 14px;
  font-weight: bold;
}

/* ******* CSS definitions from mobilizer.css   ************ */

.edit_color {
    background-color: #FFF5D9;
}

.input-error {
    border: 2px solid #800000;
}

td.validation-box {
    width: 450px;
    margin: 0px;
    padding: 0px;
}

td.validation-box textarea {
    width: 430px;
    margin: 0px;
    padding: 1px;
}

td.validation-box div.error {
    border: 2px solid #800000;
    width:430px;
    padding: 0px;
}

.text_medium{
    color: #000000;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bolder;
}

.text_medium_brown {
    color: #800000;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bolder;
}

.text_medium_blue {
    color: #004a80;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bolder;
}

.text_big_blue {
    color: #800000;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 26px;
    font-weight: bolder;
}

.text_normal {
    color: #000000;
}

.text_normal_blue {
    color: #004a80;
}

.text_normal_brown_bold{
    color: #800000;
    font-weight: bold;
    font-size: 15px;
}

.text_normal_blue_bold {
    color: #004a80;
    font-weight: bold;
}

.text_normal_bold {
    color: #000000;
    font-weight: bolder;
}

.text_small {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    color: #000000;
    font-size: 11px;
}

.text_small_bold {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

input.search_input {
    background-color: white;
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
    width: 400px;
}

input.blue_input{
    background-color: white;
    border: 1px solid #7E9CB8;
    padding: 2px 5px 2px 5px;
}

table.search_results {
    width: 100%;
    border-spacing: 0px;
}

table.search_results tr {
    text-align: left;
}

table.search_results tr.search_results_show_hide {
    text-align: left;
    display: none;
}

table.search_results tr th {
    border-bottom: 1px solid #989898;
    padding-left: 3px;
}

table.search_results tr td {
    border-bottom: 1px solid #D7D7D7;
    padding: 3px 0px 3px 5px;
}

table.search_results tr td.last_column {
    border-bottom: 1px solid #D7D7D7;
    padding: 3px 5px 3px 5px;
    text-align: right;
}

table.search_results tr.last_row {
    background-color: #EAEAEA;
}

table.search_results tr.last_row td.result_column {
    text-align: left;
    border-top: 1px solid #DEDEDE;
    border-bottom: none;
    padding: 3px 0px 3px 5px;
}

table.search_results tr.last_row td.links_column {
    text-align: right;
    border-top: 1px solid #DEDEDE;
    border-bottom: none;
    padding: 3px 5px 3px 5px;
}

table.search_results tr.details td table {
    width: 100%;
}

table.search_results tr.details td table tr td {
    border: 0px;
    padding: 0px;
}

table.search_results tr td.stars {
    border-bottom: 1px solid #D7D7D7;
    padding: 3px 0px 3px 0px;
}


table.search_results td.stars div img {
    padding: 0px 0px 0px 0px;
    margin: 0px -4px 0px 0px;
}

table.profileContent {
    padding: 0;
    width: 100%;
}

table.profileContent td.leftSide {
    width: 560px;
    vertical-align: top;
}
table.profileContent td.rightSide {
    width: 260px;
    vertical-align: top;
}

.mainContent table {
    width: auto;
}

table#mainContent, table.mainContent {
    width: 100%;
    padding: 0px;
}

table.mainContent tr, mainContent table tr {
    border: 0px none;
}

.profilDesc {
    border: 1px solid #000000;
    width: 550px;
    height: 70px;
    padding: 3px;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size:10pt;
}
.tag-field {
    border: 1px solid #000000;
    width: 200px;
    padding:2px;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size:10pt;
}

.btitle, #globalRatingLabel {
    color: #800000;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 29px;
}
.smtitle {
    color: #800000;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

div.top_rated {
}

table.top_rated {
    background-color: #FFFFFF;
    border-top: #ccc 1px solid;
    width: 100%;
}

div#top_rated {
}

table.top_rated tr {
}

table.top_rated th {
    text-align: left;
    padding: 8px 8px 8px 8px;
    border-bottom: #ccc 1px solid;
    font-size: 16px;
}

table.top_rated td {
    padding: 2px 4px 1px 8px;
    border-bottom: #ccc 1px solid;
}

table.top_rated td.counter {
    vertical-align: top;
    text-align: right;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 2px;
}

table.top_rated td.stars div {
    padding: 0px 0px 0px 0px;
    outline-width: 0px;
}

table.top_rated td.last_row {
    text-align: right;
}

table.top_rated td.stars div img {
    padding: 0px 0px 0px 0px;
    margin: 0px -4px 0px 0px;
}

input#search_tag_input {
    background-color: white;
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
}

td.create_from_template_list_bar {
    padding: 0px 0px 0px 0px;
}

div.create_from_template_list_of_templates {
    height:255px;
    width:500px;
    overflow: auto;
}

div.create_from_template_list_of_pages {
    padding: 0 0 10px;
    width: 500px;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto;
}

td.create_from_template_list_element {
    text-align: center;
    vertical-align: bottom;
}

td.create_from_template_list_element div.outer_not_selected {
    margin: 3px 8px 4px 10px;
    border: solid 3px white;
}

td.create_from_template_list_element div.inner_not_selected {
    border: solid 1px black;
}

td.create_from_template_list_element div.outer_selected {
    margin: 3px 8px 4px 10px;
    border: solid 2px red;
}

td.create_from_template_list_element div.inner_selected {
    border: solid 2px white;
}

.create_from_template_single_row {
    padding: 4px 8px 4px 8px;
}

td.info {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

div.error_message {
    color: #800000;
    font-size: 14px;
    font-weight: bold;
    display: inline;
}

.blue_info_box {
    background-color: #D9F1FF;
    border: 1px solid #004F80;
    padding: 10px 15px 10px 15px;
    text-align: center;
    vertical-align: middle;
}

.notice_box {
    background-color: #D9F1FF;
    border: 1px solid #004F80;
    padding: 5px;
}

.message_box {
    background-color: #EAFFCE;
    border: 1px solid #9CEB5F;
    padding: 5px;
}

.error_box {
    background-color: #FFFFFF;
    border: 1px solid #800000;
    padding: 5px;
}

.start_message_box, div#left_pane div.start_message_box {
    font-weight: bold;
    font-size: 15px;
    border-width: 3px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.thinSeparator {
    height: 1px;
    background-image: url(/images/1px_blk.gif);
    background-repeat: repeat-x;
    height: 1px;
}

.thinSeparatorLight {
    background-image: url(/images/1px_grey.gif);
    background-repeat: repeat-x;
    height: 1px;
}

.wideSeparator {
    background-color: #b2b2b2;
    background-repeat: repeat-x;
    height: 2px;
    padding: 0px;
    margin: 0px;
}

.shadowSeparator {
    height: 5px;
    background-image: url(/images/thick_shadow_separator.gif);
    background-repeat: repeat-x;
}

.mainContentBottom{
    width: 100%;
    /*white-space: nowrap;*/
    text-align: left;
    line-height: 0px;
    padding: 3px 0;
    height: 12px;
}

.bottomButtons {
    white-space: nowrap;
    text-align: right;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.textLabel {
    vertical-align: top;
    color: #004a80;
    font-weight: bold;
    white-space: nowrap;
}

.textLabelBlack {
    vertical-align: top;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
}

td {
    line-height: 18px;
    font-size: 12px;
    font-family: "Trebuchet MS",Tahoma,Verdana,sans-serif;
}

.error {
    color: #800000;
}

span.error-desc {
    margin-left: 160px;
    color: #800000;
}

span.message {
    color: green;
}

span.desc {
    margin-left: 180px;
}

span.warning-site-removing {
    color: #800000;
    font-weight: bold;
}

span.warning-site-removing-img {
    margin-left: 8px;
}

td.mainContentTitle td.wizHeaderName {
    color:#800000;
    font-size:20px;
    font-weight:bold;
}

.wizHeaderTitle {
   font-size: 20px;
   font-weight: bold;
   color: #800000;
}

.wizHeaderConnector {
   font-size: 14px;
   font-weight: bold;
}

.wizHeaderName {
   color:#800000;
   font-size: 20px;
   font-weight: bold;
}

.wizHeaderAlternativeTitle {
   color:#800000;
   font-size: 14px;
   font-weight: bold;
}

.wizHeaderLink {
    vertical-align: bottom;
}

.wizHeaderLink div {
    height: 26px;
}

.wizContentTitle {
   font-size: 20px;
   font-weight: bold;
   color: #800000;
}

.wizIcons {
    text-align:center;
    width:31%;
    vertical-align: top;
}

.linklike {
  color: #00A0FF;
}

.wizDescTitle {
   font-size: 16px;
   font-weight: bold;
   font-family: "Trebuchet MS",Tahoma,Verdana,sans-serif;
}

.fieldLabel {
    color: #004a80;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

.fieldValue input {
    width: 160px;
}

div#help_box p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
}

div#help_box .help_note {
    color: #800000;
    font-weight: bold;
}

div#help_box .command {
    font-weight: bold;
}

div#help_box .uiaction {
    font-style: italic;
}

div.double_column_row {
    text-align: left;
    width: 100%;
}

div.double_column_row_first_column {
    text-align: left;
    float: left;
    cursor: default;
}

div.double_column_row_second_column {
    float: right;
    cursor: default;
}

.signin-form {
    width:100%;
    padding: 14px 4px 0 4px;
    font-size: 12px;
}

#show_use_openid_link, #show_use_ubikid_link {
    font-size:12px;
    line-height:18px;
    font-weight: normal;
}

#show_use_openid_link img, td.header-top-right img, .openid img {
    vertical-align: middle;
}

td.header-top-right {
    text-align: right;
}

.openid {
    color: #FE9359;
    font-weight: bold;
}

.register_info {
    padding: 12px 25px;
    font-weight: bold;
}

/* ******* END - CSS definitions from mobilizer.css   ************ */

/* ******* CSS definitions from syndicator.css   ************ */
table div.left_column {
    float: left;
    width: 120px;
}

table div.right_column {
    float: left;
    width: 400px;
}

div#loginLinks {
    width: 500px;
}

div#loginForm {
    width: 500px;
}
/* ******* END - CSS definitions from syndicator.css   ************ */

/* *********** for openID *************** */
input#identity_url {
   background: url("../images/login-bg.gif") no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}
/* *********** END - for openID *************** */

.required_field {
    color: #800000;
}

div.tiny_left_up {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 30px;
    font-size: 14px;
    color: #800000;
    font-weight: bold;
}

div.tiny_right_up {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
}

div.tiny_middle {
    position: absolute;
    top: 30px;
    left: 5px;
    right: 5px;
}

div.tiny_left_down {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

div.tiny_right_down {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

div.trash {
    background-color: transparent;
    position: relative;
    right: 5px;
    float: right;
}

/* Mobilizer JOE specific stylesheets */

div#right_pane div#help_box {
    border: 3px solid #FFF;
    right: 0;
    position: absolute;
    top: 2px;
    background: repeat-x url(/images/box_shader.png) bottom #FFF;
}

div#right_pane div#help_thumb {
    right: 8px;
    position: absolute;
    top: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: right;
}

div.float_cleaner {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin-bottom: 0px;
}

div#contentPane {
    text-align: left;
}

div#header ul.header_info {
    margin-top: 15px;
    height: 36px;
}

div#header ul.header_info li {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    padding: 0px;
    line-height: 36px;
}

div#header div.utility ul.header_info li a {
    color: #00A0FF;
    opacity: 1.0;
    font-size: 14px;
}

div#footer div.right_links {
    margin-top: 20px;
    float: right;
    width: 430px;
    color: #FFF;
    text-align: right;
    padding-right: 20px;
}

div#footer div.right_links a {
    font-weight: bold;
    text-decoration:underline;
}

div#footer {
  background: #000;
  height: 37px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  position: absolute;
}

div#footer p {
  font-size: 12px;
  text-decoration: none;
  font-weight: 200;
  line-height: 20px;
  color: #fff;
  padding: 9px 20px;
}

div#footer a {
  font-size: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #fff;
}

div#footer a:hover {
  text-decoration: none;
}

div#footer div.right_links {
    margin-top: 9px;
    float: right;
    width: 430px;
    color: #FFF;
    text-align: right;
    padding-right: 20px;
}

div#footer div.right_links a {
    font-weight: bold;
    text-decoration:underline;
}

div#footer td.left_links {
    margin-top: 9px;
    color: #FFF;
    text-align: left;
    padding-left: 0px;
}

div#footer td.right_links {
    margin-top: 9px;
    color: #FFF;
    text-align: right;
    padding-right: 3px;
    vertical-align: center;
}

div#footer td.right_links a {
    text-decoration: none;
}

.edit_color {
    background:#FFFFFF url(/images/repeater_details_bottom.png) repeat-x scroll left bottom;
}

.head1_title {
    font-size: 26px;
    font-weight: bold;
    color: #800000;
}

.head4_title {
    font-size: 26px;
    color: #000000;
}

.head2_title {
    font-size: 18px;
    font-weight: bold;
    color: #800000;
}

.head3_title {
    font-size: 16px;
}

.head5_title {
    font-size: 16px;
    font-weight: bold;
    color: #800000;
}

.head6_title {
    font-size: 14px;
    font-weight: bold;
    color: #800000;
}

div.border_content_box {
    background: #FFFFFF none repeat scroll 0%;
    border: 3px solid #004f80;
    margin: 0px;
    padding: 1px;
    overflow: hidden;
}

div.gradient_background_content_box {
}

td.fieldLabel {
    color: #800000;
    font-weight: bold;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: top;
    line-height: 18px;
}

td.fieldValue input, td.fieldValu select, td.captcha input {
    font-size: 16px;
    width: 160px;
}

h2.subtitle {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
    font-weight: normal;
}

h6.subtitle {
    font-size: 12px;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
    font-weight: normal;
}

div.openid_switch {
    text-align: right;
    margin: 2px 5px 10px 0;
}

div#terms {
    margin: 30px 10px 30px 0;
    height: 400px;
    overflow: auto;
}

div#terms ul, div#terms ol {
    padding-left: 50px;
}

/* END - Mobilizer JOE specific stylesheets */

.ajax_warning {
    color:#800000;
    font-weight: bold;
    border: 3px solid;
    padding: 3px;
    width: 630px;
}