/* CSS Document */

/* Color Specs

Light Blue: #CECFF2
Dark Blue:  #181863
Dark Green: #008442
Light Green: #92cea7
Really Light Green: #DCEFE2
Orange: #FF7908
Dark Gray: #808080

*/

body {
	background-color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

strong, #largetext strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #181863;
}

b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF7908;
}

.boldsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#normaltext b, .flash b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF7908;
}

#grayish strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CECFF2;
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008442;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008442;
	background-color: #CECFF2;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008442;
	text-decoration: underline;
}

#tagline a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #008442;
	text-decoration: underline;
}

#tagline a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #008442;
	text-decoration: underline;
}

#tagline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #008442;
	background-color: #CECFF2;
	text-decoration: underline;
}

#smalltext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008442;
	text-decoration: underline;
}

#smalltext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008442;
	text-decoration: underline;
}

#smalltext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008442;
	background-color: #CECFF2;
	text-decoration: underline;
}

.deleted {
	text-decoration: line-through;
}
/* ----- Pure CSS tabs start here ----- */

#nav ul {
  display: block;
  list-style: none outside;
  padding: 0;
  margin: 0 0 0 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;

}

#nav li {
  padding: 0px;
  margin: 0px 2px 0px 0px;
  border-top: 1px solid #008422;
  border-right: 1px solid #008422;
  border-left: 1px solid #008422;
  border-bottom: 1px solid #008422;
  background-color: #ffffff;
  color: #181863;
  font-weight: bold;
  /* the next 4 lines are magic */
  display: block;
  float: left;
}

#nav a:link,
#nav a:visited {
  background-color: #ffffff;
  color: #181863;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}

#nav a:hover {
  background-color: #CECFF2;
  color: #ffffff;
}

#navclear {
  display: none;
}
html>body #navclear {
  display: block;
  clear: both;
}

/* ----- now highlight active tab based on body @class attribute ----- */

body.index #nav li#nav-index a,
body.services #nav li#nav-services a,
body.partners #nav li#nav-partners a,
body.help #nav li#nav-help a,
body.myaccount #nav li#nav-myaccount a,
body.aboutus #nav li#nav-aboutus a{
  background-color: #92cea7;
  color: #ffffff;
}

/* turned into classes in css file, during port of cfm to rails feb 2007 bgcb */

/* form elements */

.submit_button /*, .button-to*/ {
    border: 1px solid #008442; 
    background-color: #FFFFFF;
}
form.button-to,
form.button-to div {
	display: inline;
}
.form_table .label, .form_table th {
	vertical-align: top;
	padding-top: 5px;
	background-color: #CECFF2;
	font-weight: bold;
}

.form_table textarea, .form_table input, .form_table select {
	border-top: 2px solid #008442;
	border-left: 2px solid #008442;
	border-bottom: 2px solid #92cea7; 
	border-right: 2px solid #92cea7;
}

td.tr_indent50 {
	padding-left: 50px;
}
td.tr_indent25 {
	padding-left: 25px;
}

.indent25 {
	margin-left: 25px;
}

#step5 label, #transfer_registration_details label {
	font-size: 10px;
}
#step5 h3, #transfer_registration_details h3 {
	margin-bottom: 2px;
	margin-top: 5px;
}
.deleted_object {
	text-decoration: line-through;
}
/* rails stuff */

.flash {
	border: 1px solid #008442;
	padding: 5px;
}
.flash_error {
	background-color: pink;
}
.flash_notice {
	background-color: lightgreen;
}

.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input, .fieldWithErrors textarea {
	border: 4px solid pink;
}


#errorExplanation {
  width: auto;
  border: 2px solid black;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: pink;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: pink;
  color: black;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.login_box td {
	background-color: #cecff2;
}
.login_box {
	float: right;
	border: 1px solid #181863;
	padding: 0px;
	border-spacing: 0px;

	z-index: 10; 
	position:absolute; 
	right: 0px;
	top: 0px;
}
.smallgrey {
	color: #888888;
	font-size: 10pt;
}
.services_table {
	border: 1px solid black;
}
.searchresults tr td {
	padding: 5px;
}
.login_alert {
	font-weight: bold;
	color: red;
}
.menu_bar {
	background-color: #cecff2;
	border-top: solid 1px grey;
	border-bottom: solid 1px grey;
	margin-bottom: 5px;
	margin-left: -13px;
	padding-left: 5px;
	margin-right: -13px;
}
#page_menu {
	background-color: #cecff2;
	border: solid 1px grey;
}
#page_menu .menu_item {
	border-left: 2px solid black;
	border-right: 2px solid black;
	margin-left: 0px;
	margin-right: 0px;
}
.menu_item {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
.menu_item a {
	text-decoration: none;
}
.menu_item a:hover {
	color: black;
}
.menu_label {
	display: inline;
	padding-left: 0px;
	padding-right: 5px;
	font-weight: bold;
	color: black;
}
table.font11 td, table.font11 a, table.font11 input {
	font-size: 11px;
}
.data_table th, .data_table .label {
	background-color: #CECFF2;
	font-weight: bold;
}
.vertical_table th, .vertical_table .label {
	vertical-align: top;
	text-align: left;
}
.data_table tr.even td {
	background-color: #ddd;
}
.data_table td {
	vertical-align: top;
}

.server_features_block {
	border: 1px solid black;
	padding: 5px;
}

#logs_table td {
	vertical-align: top;
}
#logs_table td.nowrap {
	white-space: nowrap;
}
.button-to, .button-to div {
	display: inline;
}
.invoice_item_name {
	font-weight: bold;
}
.invoice_item_description {
	font-size: 11px;
}
.beta_banner {
	background-color: #cecff2;
	border-top: solid 1px grey;
	border-bottom: solid 1px grey;
	margin-left: -13px;
	margin-right: -13px;
	padding-left: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #FF7908;
}
#usage_table td {
	vertical-align: top;
	border: 1px solid black;
	padding: 0px;
}
.graph_table td {
	border: 0px;
}
.update_announcement {
	background-color: #cecff2;
	border: 1px solid #FF7908;
	padding: 10px;
}
.update_announcement .title {
	color: #181863;
	font-weight: bold;
	font-style: italic;
	display: block;
}
.update_announcement .description {
	
}
#object_title_label {
	padding: 5px;
	line-height: 2em;
	border-bottom: 1px solid black;
	display: inline;
	font-size: 20px;
}
#object_title {
	padding: 5px;
	line-height: 2em;
	border-bottom: 1px solid black;
	display: inline;
	font-size: 20px;
	font-weight: bold;
}

/* Billing System */
.base_offering, 
.addon_offering {
	border: 1px solid #008442;
	width: 300px;
	margin-bottom: 10px;
	padding: 2px;
}
.discount_offering,
.billingcycle_discount_offering {
	border: 1px solid #008442;
	width: 220px;
}
div.selection_container {
	display: inline-block;
	vertical-align: top;
}
div.base_offering,
div.addon_offering,
div.billingcycle_discount_offering {
	display: inline-block;
}
.base_offering .name, 
.addon_offering .name,
.discount_offering .name,
.billingcycle_discount_offering .name {
	font-weight: bold;
	color: #181863;
}
.base_offering .description,
.addon_offering .description,
.discount_offering .description,
.billingcycle_discount_offering .description {
	font-size: 10px;
}
.base_offering .price, 
.addon_offering .price {
	font-size: 10px;
	color: #FF7908;
	font-size: 16px;
}
.base_allocations {
	font-size: 10px;
	border-top: 1px black solid;
	margin-left: 5px;
	margin-right: 5px;
}
.base_allocation_entry {
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
}

/* Color Specs

Light Blue: #CECFF2
Dark Blue:  #181863
Dark Green: #008442
Light Green: #92cea7
Really Light Green: #DCEFE2
Orange: #FF7908
Dark Gray: #808080

*/
.disabled_block {
	display: none;
}
/* the div around all the breadcrumbs */
.breadcrumbs {
	visibility: visible; 
	z-index: 2; 
	position:absolute; 
	left: 0px; 
	top: -22px;
	margin-bottom: 10px;
}
/* the style on each individual breadcrumb - the last crumb has a special class */
a.crumb, .last_crumb {
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
}
/* the span around the breadcrumb filler (the arrows in between them) */
.breadcrumb_filler {
	font-size: 18px;
	font-weight: bold;
}
.help_documentation {
	font-style: italic;
	font-size: 12px;
	color: gray;
}
.object_reference_window {
	padding: 10px;
	position:absolute;
	z-index: 10;
	background-color:white;
	border:1px solid #008442;
}
.object_reference_window .title {
	font-size: 18px;
	font-weight: bold;
}
.helptip {
	text-decoration: underline;
}
.helptip:after {
	font-size:9px;
	vertical-align:top;
	content: "?";
}
#helptip_roles {
	border: 1px solid black;
	background-color: #CECFF2;
	padding: 5px;
}
#helptip_roles .role_name {
	font-weight: bold;
}
#helptip_roles .title {
	font-size: 18px;
	font-weight: bold;
}