/*
COLOR KEY

Dark green: #008442
Light green: #E5F2EC
Dark blue: #20216C
Red: #BD0013
Light red: #FFE3E6
Dark yellow: #FF7906
Light yellow: #FFFFCC
Dark gray: #606060
Light gray: #ABABAB

*/


/* Template styles */

	/* General styles */
		body {
		  margin: 1em 0;
		  padding: 0;
		  font-family: Arial, Verdana, sans-serif;
		  font-size: medium;
		  font-size: .75em;
		}
		
        body,
        div#footer {
                background-color: white;
        }
        div#footer {
                font-weight: bold;
        }
		#bg_image { position: fixed; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; }
		
		a {
		  text-decoration: none;
		}
		
		a:link,
		a:visited {
		  color: #008442; 
		}
		
		h1, h2, h3 {
		  font-weight: normal;
		}
		
		h1, h2, h3, h4 {
			color: #20216C;
		}
		
		h1 { font-size: 2.5em; }
		h2 { font-size: 2em; }
		h3 { font-size: 1.5em; }
		h4 { font-size: 1.1em; }
		
		p {
			line-height: 1.4em;
		}
		
		hr {
			border: 0;
			border-top: 3px dashed #ABABAB;
			margin: 2em -2.5em;
		}
		
		
		/* Utilities */
			.clear {
			  clear: both;
			}
		
		/* Blockquotes */
			blockquote {
			  margin: 0 0 2em 0;
			  padding: 0 0 0 1.5em;
			  line-height: 1.4em;
			  background: url(../images/quote-background.png) no-repeat;
			}
  		
			blockquote p {
			  margin-bottom: 0;
			}
			
		/* Tables */
			table {
				border-collapse: collapse;
				width: 100%;
				margin: 0.5em 0;
			}
			
			thead th,
			thead td {
				background-color: #E5F2EC;
				color: #20216C;
				font-weight: bold;
				padding: 0.5em;
				border-color: #008442;
				border-style: solid;
				border-width: 0 0 3px 1px;
				text-align: center;
			}
			
			thead th:first-child,
			thead td:first-child {
				border-left: 0;
			}

			tbody > tr > th {
				background-color: #E5F2EC;
				color: #20216C;
				font-weight: bold;
				padding: 0.5em;
				border-color: #008442;
				border-width: 0 0 1px 0;
				border-style: solid;
				text-align: left;
				vertical-align: top;
			}
												
			tbody td {
				border-color: #008442;
				border-width: 0 0 1px 1px;
				border-style: solid;
				border-left: 1px dotted #008442;
				padding: 0.5em;
			}
			
			tbody td:first-child {
				border-left: 0px;
			}
			
			table .col-10 { width: 10%; }
			table .col-20 { width: 20%; }
			table .col-30 { width: 30%; }
			table .col-40 { width: 40%; }
			table .col-50 { width: 50%; }
			table .col-60 { width: 60%; }
			table .col-70 { width: 70%; }
			table .col-80 { width: 80%; }
			table .col-90 { width: 90%; }
			table .col-15 { width: 15%; }
			table .col-25 { width: 25%; }
			table .col-33 { width: 33%; }
		
		/* Pagination, paging, pages */
			.pagination {
				background: white;
				cursor: default;
				/* self-clearing method: */
			}
			.pagination a, .pagination span, .pagination em {
				padding: 0.2em 0.5em;
				display: block;
				float: left;
				margin-right: 1px;
			}
			.pagination .disabled {
				color: #999999;
				border: 1px solid #dddddd;
			}
			.pagination .current {
				font-style: normal;
				font-weight: bold;
				background: #008442;
				color: white;
				border: 1px solid #008442;
			}
			.pagination a {
				text-decoration: none;
				color: #20216C;
				border: 1px solid #008442;
			}
			.pagination a:hover, .pagination a:focus {
				color: #000033;
				font-weight: bold;
				border-color: #000033;
			}
			.pagination:after {
				content: ".";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
			}
			* html .pagination {
				height: 1%;
			}
			*:first-child + html .pagination {
				overflow: hidden;
			}

		/* Forms */
			input[type="text"],
			select {
			  margin: .4em;
			  margin-left: 0;
			}
    		
			select {
				border: 1px solid #999;
				  padding: .4em .3em;
			}
			input[type="text"] {
				border: 1px solid #999;
			  padding: .4em .3em;
			}
			
			input[type="radio"] {
				margin: 0.5em 0.25em;
			}
			#notifications input[type="radio"] {
				margin: 0 0.25em;
			}
    
			input[type="submit"],
			input[type="button"] {
			  font-family: Arial, Verdana, sans-serif;
			  display: block;
			  background: #008442;
			  color: #FFF;
			  padding: .25em .5em;
				border: 1px solid #008442;
				font-weight: bold;
				margin: 0.5em 0.5em 0 0;
				font-size: 1.2em;
			}
    
			input[type="button"].step_button,
			input[type="button"].password_button,
			input[type="button"].clear_button {
				display: inline;
				font-size: 0.9em;
			}
    
			input[type="submit"].cancel_button,
			input[type="button"].clear_button {
				background-color: #FFFFFF;
				border-color: #000000;
				color: #606060;
			}
    
			input[type="button"].submit_button,
			input[type="submit"].submit_button,
			input[type="submit"].cancel_button {
				display: inline;
			}

			form.button-to,
			form.form-inline,
			form.button-to div,
			form.button-to input[type="submit"],
			form.button-to input[type="button"] {
				display: inline;
			}
		    
			.status-required {
				color: #FF7906;
				float: right;
				margin-top: 1em;
				text-transform: uppercase;
			}
			
			div#webmail-login {
				float: right;
				text-align: center;
				margin-right: 50px;
			}
			div#webmail-login a {
				display: block;
				padding-bottom: 5px;
			}
			div#webmail-login,
			div#mya-login {
				font-size: 1.2em;
			}
			
			.format-numbers {
				text-align: right;
			}

			.title {
				font-weight: bold;
			}
			
			
	
		/* Notes */
			.note {
				margin: 0.25em 0 0.5em 0;
				color: #606060;
			}
    
			.note .label {
				font-weight: bold;
				text-transform: uppercase;
			}
			
		/* Actions */
			ul.actions {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			ul.actions li {
				white-space: nowrap;
			}
			
	/* Layout */
	
		div#wrapper {
		  border-top: 10px solid #008442;
		  padding: 0;
		  width: 800px;
			margin: 0 auto;
			background-color: white;
		}
		
		div#page {
			margin-left: 2.5em;
			margin-right: 2.5em;
		}
		
		/* special auto-width for ADMIN area */
		body.section-admin div#wrapper {
			width: auto;
			margin-left: 20px;
			margin-right: 20px;
		}
		body.section-admin hr, body.section-main hr {
			border-top: 2px dashed #ABABAB;
			margin-left: 5px;
			margin-right: 5px;
		}
		
		
	/* Header */
	
		div#header {
		  margin-top: 1.35em;
		}
		
		div#header h1 {
		  float: left;
		  width: 238px;
		  text-indent: -5000px;
		  background: url(../images/gaiahost-logo.png) no-repeat;
		}
		div#header h1 a {
		  	height: 52px;
			display: block;
		}
		
		div#header ul {
		  margin: 0;
		  padding: 0;
		  list-style: none;
		  float: right;
		  clear: right;
		}
		
		div#header ul li {
		  float: left;
		}
		
		div#header ul#meta-nav li {
		  margin-left: 1.65em;
		}
		div#header ul#meta-nav li.status_alert a {
			color: red;
			font-weight: bold;
			text-decoration: blink;
		}
		
		li.support-phone {
			font-weight: bold;
		}
		
		div#header ul#nav {
		  font-size: 1.4em;
			float: right;
		}
		
		div#header ul#nav li {
		  margin-left: .5em;
		  margin-top: 1.35em;
		  margin-bottom: 1.66em;
			padding: 0.25em 0.5em;
		}
		
		div#header ul#nav li.active {
			background-color: #008442;
		}
		
		div#header ul#nav li.active a {
			color: #FFFFFF;
		}
	
	/* Tabs */
		ul.tabselector {
			margin: 1em 0;
			list-style: none;
			border-bottom: 1px solid #20216C;
			padding: 10px 0 5px 0;
			width: auto;
		}
  
		ul.tabselector li {
			background: #E5F2EC none repeat scroll 0 0;
			color: #008442;
			display: inline-block;
			padding: 7px 10px 5px;
			font-size: 1.2em;
		}
  
		ul.tabselector li.tab-selected {
			background-color: #FFFFFF;
			border-style: solid solid none;
			margin: 0;
			border-width: 3px 1px 0;
			border-color: #20216C;
			color: #20216C;
			border-bottom: 1px solid white;
		}
		ul.tabselector li.tab-unselected {
			margin: 3px 1px 0;
		}
  
		ul.tabselector li.tab-selected a {
			color: #20216C;
		}

		.panes, .pane-selector {
		  width: 97%;
		  padding-left: 0px;
		  margin: 2%;
		  min-height: 300px;
		  overflow: auto;
		}

		.pane-selected {
		  list-style-type: none;
		  display: block;
		}

		.pane-unselected {
		  list-style-type: none;
		  display: none;
		}		
	/* Subnav */
		div.content ul.sub-menu {
			margin: 1em 0;
		  padding: 0;
		  list-style: none;
		}
		
		div.content ul.sub-menu li {
		  display: inline;
			border-left: 1px solid #606060;
			padding-left: 1em;
			margin-left: 1em;
		}
		
		div.content ul.sub-menu li.first {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}
		
	/* Messages */
		div.errorExplanation,
		div.message {
			border-width: 1px 0;
			border-style: solid;
			padding: 0.75em;
			margin: 0.5em 0;
			font-size: 1.1em;
			line-height: 1.3em;
		}
		
		div.errorExplanation h2,
		div.message .label {
			text-transform: uppercase;
			font-weight: bold;
		}
		
		div.message a {
			font-weight: bold;
		}
		
		div.errorExplanation p,
		div.message-warning .message-text,
		div.message-success .message-text {
			padding-left: 2.5em;
			margin-left: 0.25em;
			background-position: top left;
			background-repeat: no-repeat;
			min-height: 20px;
		}
		
		div.errorExplanation,
		div.message-warning {
			border-color: #BD0013;
			background: #FFE3E6;
		}
		
		div.errorExplanation p,
		div.message-warning .message-text {
			background-image: url(../images/icon-alert-failure.png);
		}
		
		div.errorExplanation h2,
		div.message-warning .label {
			color: #BD0013;
		}
		
				
		div.message-success {
			border-color: #008442;
			background: #E5F2EC;
		}
		
		div.message-success .message-text {
			background-image: url(../images/icon-alert-success.png);
		}
		
		div.message-announcement {
			border-color: #FF7906;
			background-color: #FFFFCC;
		}
	
	/* Main content area */
		div#main {
		  border-top: 2px solid #008442;
		  clear: both;  
		}
		
	/* Footer */
		div#footer {
		  clear: both;
		  border-top: 5px solid #008442;
		  padding-top: 1.25em;
		  padding-bottom: 1.3em;
		padding-left: 1em;
		padding-right: 1em;
			margin-left: -2.5em;
			margin-right: -2.6em;
			margin-top: 2em;
		}

		div#footer ul {
		  list-style: none;
		  padding: 0 0 0.5em 0;
		  margin: 0;
		}

		div#footer li {
		  margin-right: 25px;
		  display: inline;
			float: left;
		}

		div#footer li.support {
		  float: right;
		  margin: 0 0 0 25px;
		}

/* Front page styles */

	/* Pitches section */
		div#pitches {
		  clear: both;
		}
		
		div#pitches h2 {
		  font-size: 2.1em;
		  color: #20216B;
		  margin: 0 0 1.1em 0;
		  line-height: 1.2em;
		}
		
		div#pitches h3 {
		  color: #008442;
		  font-size: 1.5em;
		  margin: 0;
		}
		
		div#pitches div.pitch {
		  float: left;
		  width: 28.87%;
		  height: 13em;
		  margin-bottom: 1.5625em;
		  padding: 0 1.4em;
		  background: url(../images/short-vertical-bar.png) top right no-repeat;
		}
		
		div#pitches div.pitch.first {
		  padding-left: 0;
		}
		
		div#pitches div.pitch.last {
		  border-right: none;
		  padding-right: 0;
		  background: none;
		}
		
		div#pitches p {
		  margin-top: .5em;
		}

	/* Services */
		div#services {
		  border-top: 5px solid #008442;
		  clear: both;
		  padding: 0.8125em 0;
		}
		
		div#packages {
		  width: 67%;
		 float: left;
		}
		
		body.section-services div#packages {
			width: 100%;
		}
		
		div.domain-service {
		  width: 30%;
		  float: right;
			margin-bottom: 0.5em;
			text-align: center;
		}
		div.domain-service input[type="submit"] {
			display: inline;
		}
		div.domain-service .title {
			color: #20216C;
			font-size: 1.2em;
			font-weight: bold;
		}
		div.domain-service .subtitle {
			color: #20216C;
			font-size: 1.1em;
			font-weight: bold;
		}
		
		body.section-services div.domain-service {
			width: 100%;
			float: inherit;
		}
		
		a.button {
			display: inline-block;
			background: #008442;
			color: #FFF;
			padding: .4em .9em;
			font-weight: bold;
		}
		div#services a#sign-up-button {
		  display: block;
		  background: #008442;
		  color: #FFF;
		  padding: .4em .9em;
		  font-size: 1.5em;
		  float: left;
			font-weight: bold;
		}
		
		div#services div.service {
		  float: left;
		  margin-bottom: 20px;
		  width: 17%;
		  margin-left: 3.3em;
		}
		
		div#services h4 {
		  color: #008442;
		  font-weight: bold;
		  margin: 0 0 .3em;;
		  line-height: 1.2em;
		}
		
		div#services div.service ul {
		  list-style: none;
		  padding: 0;
		  margin: 0;
		}
		
		div#services div.service li.cost {
		  color: #666;
		}
		
		div#services div.service li {
		  line-height: 1.2em;
		  font-size: 0.875em;
		  margin-top: .4em;
		}
		
		div#services div.domain-service h4 {
		  color: #20216B;
		  font-weight: bold;
		  margin: 0;
		  padding: 0;
		}
		
		div#services div.domain-service input[type="text"],
		div#services div.domain-service select {
		  font-size: 1em;
		}
		
		div#services div.domain-service input[type="text"] {
			width: 9.6em;
		}
		
		div#services div.domain-service input[type="submit"] {
		  font-size: 1em;
		}
		
		div#services div.domain-service p.description {
		  font-size: .75em;
		  color: #666;
		}
		
	/* Misc, Testimonials, Memberships */
		div#misc {
		  width: 67%;
		}
		
		div#right {
		  width: 30%;
		  float: right;
		  margin: 2em 0 1em;
		  padding: 0 0 1em 1.4em;
		}
		
		div#socialnet {
			margin-left: -10px;
			margin-bottom: 20px;
		}
		
		div#facebook {
			vertical-align: middle;
		}
		div#facebook a {
			text-align: left;
			vertical-align: middle;
			display: block;
			font-size: 14px;
			padding-left: 40px;
			height: 30px;
			background: url(../images/facebook_icon.png) left no-repeat;
		}
		
		div#testimonials h3, 
		div#misc h3 {
		  color: #20216B;
		  margin: 0;
		  font-size: 1.5em;
		}
		
		div#iyc div#iyclogo {
			margin-left: 20px;
			height: 116px;
			width: 148px;
			float:right;
			background: url(../images/iyc2012_about-img2.jpg) right no-repeat;
		}
		div#iyc div#iyclogo a {
		  	text-indent: -5000px;
			height: 116px;
			display: block;
		}
		
		div#misc {
		  margin: 2em 0 1em;
		  padding: 0;
		  background: url(../images/long-vertical-bar.png) top right no-repeat;
		}
		
		div#misc p {
		  margin-bottom: 1.675em;
		  line-height: 1.4em;
		}
		
		div#misc div {
		  float: left;
		  padding: 0px 0;
		  width: 37.5em;
		  margin-bottom: 1.875em;
		  border-bottom: 1px solid #CCCCCC;
		}
		
		div#testimonials cite {
		  font-size: .875em;
		  color: #666;
		  padding-left: 1em;
		  font-style: normal;
		}
		
		div#misc div.clear {
		  clear: both;
		  float: none;
		  border: none;
		  padding: 0;
		  margin: 0;
		  height: 0;
		}
		
		div#misc div#memberships {
		  border: none;
		}
		
		div#misc div#memberships ul {
		  list-style: none;
		  margin: 1.25em 0 0 0;
		  padding: 0;
		}
		
		div#misc div#memberships li {
		  float: left;
		  text-indent: -5000px;
			margin-right: 1.4em;
		}

		div#misc div#memberships li a {
			/* to make the anchors clickable */
			height: 130px;
			display: block;
		}
		
		div#misc div#memberships li#nesea {
		  height: 130px;
		  width: 171px;
		  background: url(../images/member-logo-color-nesea.jpg) center left no-repeat;
		}
		
		div#misc div#memberships li#usfwc {
		  height: 130px;
		  width: 100px;
		  background: url(../images/member-logo-color-usfwc.gif) center left no-repeat;
		}
		
		div#misc div#memberships li#vawc {
		  height: 130px;
		  width: 121px;
		  background: url(../images/member-logo-vawc.png) center left no-repeat;
		}
		
		h1#first-main-block,
		div#first-main-block {
			clear: both;
		}
		
		/* other pages */
		
		/* about us / who we are */
		div.worker-owner-bio {
			margin-top: 10px;
			margin-bottom: 10px;
		}
		div.worker-owner-bio .name {
			color: #FF7908;
			font-weight: bold;
			display: block;
		}
		
		
/* My Account section */

.dbedit_alert {
	font-weight: bold;
	color: red;
}

/* My Account > Menus */
.menu_bar {
	display:block;
	clear:both;
/*	background-color: #E5F2EC;
	border-top: solid 1px #008442;*/
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.menu_bar .prev_page,
.menu_bar .next_page,
.menu_bar .current,
.menu_bar > a,
.menu_item {
	display: inline;
	margin-left: 0.5em;
}
.menu_bar .prev_page,
.menu_bar .next_page,
.menu_bar .current {
	padding: .25em .5em;
	border: 1px solid #008442;
	margin-left: 0px;
}
.menu_bar > a,
.menu_item a {
	font-family: Arial, Verdana, sans-serif;
	background: #008442;
	color: #FFF;
	padding: .25em .5em;
	border: 1px solid #008442;
	font-weight: bold;
	margin: 0;
}
.menu_label {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: black;
}

#admin_menu {
	position: absolute;
	top: -12px;
	left: 0;
	border: 2px solid black;
	background-color: #FFF;
}

#admin_menu .menu_item a {
	background: #ABABAB;
	color: #000;
	border: none;
}
#admin_menu .menu_item a:hover {
	color: #FFF;
	background: #000;
}

#customer_menu {
	text-align: right;
}

#page_menu {
	text-align: center;
}


/*	My Account > BreadCrumbs */
	
/* the div around all the breadcrumbs */
div.breadcrumbs {
	display:block;
	clear:left;
	white-space: nowrap;
}
/* 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;
}

/* My Account - Admin - Activity Log */
#logs_table td {
	vertical-align: top;
}
#logs_table td.nowrap {
	white-space: nowrap;
}
#logs_table tbody td.msg {
	text-align: right;
	font-weight: bold;
}
/* My Account - Admin - dashboard icons */
ul.icons {
	list-style: none;
}
ul.icons li {
	vertical-align: top;
	display: inline-block;
	width: 100px;
	margin: 0px 20px;
}
ul.icons li a {
	padding-top: 64px;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	background: url(../images/icons/system-settings.png) top no-repeat;
}
ul.icons li#brands a {
	background: url(../images/icons/applications-office-6.png) top no-repeat;
}
ul.icons li#quotes a {
	background: url(../images/icons/internet-chat-3.png) top no-repeat;
}
ul.icons li#alerts a {
	background: url(../images/icons/dialog-warning-2.png) top no-repeat;
}

table.data_table, table.form_table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
table.data_table th, table.data_table .label, table.form_table td.label {
	background-color: #CECFF2;
	font-weight: bold;
}
table.vertical_table th, table.vertical_table .label {
	vertical-align: top;
	text-align: left;
}
.data_table tr.even td {
	background-color: #ddd;
}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
table.sortable thead th:after{
content:' \2195';
}


body.section-admin_invoice_items input[type="radio"] {
	margin-top: 2px;
	margin-bottom: 2px;
}
body.section-admin_invoice_items select {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 50px;
}
/* My Account main page */
div.account-id {
	margin-top: 1.5em;
	color: #20216C;
	font-size: 1.4em;
	float: right;
}
#update {
	float: right;
	padding: 20px;
}

.update_announcement {
	clear: both;  
	background-color: #E5F2EC;
	border: 1px solid #008442;
	padding: 10px;
}
.update_announcement .title {
	color: #181863;
	font-style: italic;
	display: block;
}
.update_announcement .description {

}

td.subtable {
	padding: 0px;
}
table.domains {
	margin: 0px;
}
.green-energy strong {
	font-size: 1.5em;
	color: #181863;
}

div.page-row {
  clear: both;
}

div.page-row h2 {
  font-size: 2.4em;
  color: #20216B;
  margin: 0 0 1.1em 0;
  line-height: 1.2em;
}

div.page-row h3 {
  color: #008442;
  font-size: 1.5em;
  margin: 0;
}

div.page-row div.block-full {
	width: 95%;
	padding: 10px;
	border: 1px solid #008442;
}

div.page-row div.block-half {
  float: left;
  width: 44%;
  height: 21em;
  margin-bottom: 1.5625em;
  padding: 0 1.4em;
}

div.page-row div.block-half.first {
  background: url(../images/short-vertical-bar.png) top right no-repeat;
}

div#make-a-payment {
	padding: 10px;
	border: 1px dashed black;
}

/* Services > Ordering */

#section-order {
	clear:both;
}

#section-order #packages {
	vertical-align: top;
}

#section-order #packages .service {
	vertical-align: top;
	width: 200px;
	border: 2px solid #008442;
	display: block;
	margin: 5px;
}
#section-order #packages .service h4 {
	display: inline;
}

#section-order input[type="submit"].backnext, 
#section-order input[type="button"].backnext {
	display: inline;
}

#section-order div#jumpstep_buttons {
	float:right; 
	width:180px; 
	padding: 5px;
	text-align: center;
	border: 1px solid black;
}

#step5 label, #transfer_registration_details label {
	font-size: 10px;
}
#step5 h3, #transfer_registration_details h3 {
	margin-bottom: 2px;
	margin-top: 5px;
}


.variable {
	color: #20216C;
	font-weight: bold;
}
.area-title {
	color: #20216C;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

/* suggestions copied from old CSS: */
/*
.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;
}
*/


/* Billing System */
/* TODO:
fix styling for addons
- remove lines in table
- differentiate / emphasize name (background? bold?)
- fix borders & lines


CSS from old template:

.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;
}
.addon_offering .name,
.discount_offering .name,
.billingcycle_discount_offering .name {
	font-weight: bold;
	color: #181863;
}
.addon_offering .description,
.discount_offering .description,
.billingcycle_discount_offering .description {
	font-size: 10px;
}
.addon_offering .price {
	font-size: 10px;
	color: #FF7908;
	font-size: 16px;
}
*/

.helptip {
	border-bottom: 1px dashed gray;
	display: inline-block;
}
.helptip:after {
	font-size:9px;
	vertical-align:top;
	content: "[?]";
}
.bigq {
	font-size: 2em;
	display: inline-block;
	vertical-align: middle;
}
.help_link {
	font-size: 2em;
}
#helptip_roles {
	border: 1px solid black;
	background-color: #E5F2EC;
	padding: 5px;
}
#helptip_roles .role_name {
	font-weight: bold;
}
#helptip_roles .title {
	font-size: 18px;
}
/* TAB: USAGE GRAPHS */
#usage_graphs {
	vertical-align: top;
}
.usage_graph {
	display: inline-block;
	border: 1px solid black;
	margin: 5px;
	width: 300px;
	height: 100px;
	vertical-align: top;
	background-color: #E5F2EC;
}
.usage_graph .title {
	text-align: center;
	color: #20216C;
	font-size: 1.1em;
	margin: 3px 0px 3px 0px;
}
.usage_graph .title,
.usage_graph .current_usage {
	border-bottom: 1px solid black;
}
.usage_graph .base_allocation,
.usage_graph .current_usage {
	padding: 3px;
	padding-left: 10px;
}
.usage_graph .bar_graph {
	margin: 5px 5px;
}
.usage_graph hr {
	border-top-width: 10px;
	border-top-style: solid;
	margin: 0;
	text-align: left;
}
.usage_graph .hr_container {
	border: 1px dotted #008442;
}
.usage_graph hr.over {
	border-top-color: red;
}
.usage_graph hr.at_max {
	border-top-color: red;
}
.usage_graph hr.under {
	border-top-color: red;
}
.usage_graph .bar_graph .marker0 {
	float:left;
}
.usage_graph .bar_graph .marker100 {
	float:right;
}


div.shared_package {
	display: inline-block;
	border: 1px solid #008442;
	width: 320px;
	margin: 5px;
	padding: 3px;
}
div.shared_package .price {
	font-weight: bold;
}
div.shared_package .details {
	font-size: 10px;
}
div.configurator {
}
div#service_help_boxes {
	float:right;
	width: 200px;
	padding: 2px;
}
a.help_topic {
	display:block;
	font-weight: bold;
	font-size: 150%;
	color: white;
	background-color: #008442;
	padding: 3px;
}
div.service_help {
	border: 1px solid #008442;
	width: 192px;
	padding: 3px;
}
div.service_help .title {
	color: #808080;
	font-size: 11px;
}
div.service_help .body {
	color: #808080;
	font-size: 10px;
}

.help_documentation {
	font-style: italic;
	font-size: 12px;
	color: gray;
}

div.floating-list-filters {
	text-align: center;
	float:right; 
	border:1px solid #008442;
}
div#email-settings h2,
div#email-settings h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
div#status_alert_notice_form {
	float:right;
}

ul.spaced li,
ol.spaced li {
	margin-top: 10px;
}
ul.spaced li.first,
ol.spaced li.first {
	margin-top: 0px;
}

span.pending {
	display: inline-block;
	height: 16px; width: 16px;
	background: url(../images/icon-clock.png) no-repeat;
	text-indent: -9999px;
}

div#payment_plan_form {
	margin-top: 10px;
	padding: 10px;
	background-color: #ddd;
	border: 1px solid #444;
	color: #000;
}

.admin-only {
	background-color: orange;
	font-weight: bold;
	padding: 0px 2px;
}
.menu_bar .admin-only {
	padding: .25em .5em;
}

#account_status_report .audit.clear,
#sqlledger_invoice_audit .audit.clear {
	background-color: #FFFFCC;
}
#account_status_report .audit.alert,
#sqlledger_invoice_audit .audit.alert {
	background-color: #FFE3E6;
}


