body {
	margin: 0; padding: 0; background: #dcdcdc;
	font-family: Tahoma;

}
html, body {
	height: 101%;
}
input {
	z-index: 1;
}
* {
	margin: 0; padding: 0;
}
input[type="submit"], input[type="button"] {
	padding: 3px 6px;
}
div {
	position: relative;
}
a {
	text-decoration: none; color: #12588a;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 960px; /*744px;*/
	/*height: 99%;*/
	border-left: 1px white solid;
	border-right: 1px #888888 solid;
	margin: 0 auto;
	background: white;
}
#frame {
	/*border: 1px black solid;*/
	border: 1px dashed gray;
	/*height: 100%;*/
}
#header {
	height: 100px;
	z-index: 100;
}
#header img {
	margin: 17px 17px 0 17px;
	float: left;
}

#logo {
	margin: 17px 17px 0 17px;
	float: left;
	width: 51px;
	height: 51px;
	background: url(../img/gears4.png)
}

#title{
	text-decoration: none;
	color: black;
	font-size: 22px;
	display: block;
	float: left;
	margin-top: 24px;
}

ul {
	list-style: none; 
}
ul li {
	list-style: none; display: inline;
}

#menu {
	display: block;
	/*float: right;*/
	position: absolute;
	right: 0;
	margin: 48px 10px 0 0;
}
#menu li {
	padding: 4px 10px 4px;
	margin: 0 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#menu li a, #submenu li a {
	padding-bottom: 2px;
	border-bottom: 1px #12588a dotted;
}
#menu li a:hover, #submenu li a:hover {
	text-decoration: none;
}
#menu li.active, #submenu li.active {
	background: #73d216;
}
#menu li.active a, #submenu li.active a {
	color: white;
	border: 0;
}
#submenu {
	display: block;
	position: absolute;
	right: 0;
	top: 72px;
	margin: 8px 12px 0 0;
	font-size: 0.8em;
	z-index: 100;
}
#submenu li {
	padding: 3px 8px 3px;
	margin: 0 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#logout {
	font-size: 0.8em;
	width: 500px;
	position: absolute;
	top: 12px;
	right: 12px;
	text-align: right;
}
#body{
	padding: 0 12px 10px 78px;
}
#message {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #ffd700;
	font-size: 1em;
	padding: 6px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: none;
	z-index: 10000;
}
h1 {
	font-family: "Trebuchet MS", serif;
	font-weight: normal;
	padding: 18px 0 0 6px;
	font-size: 3em;
	display: block;
	float: left;
	margin-bottom: 0;
}
h2, h3 {
	font-weight: normal;
	font-size: 2em;
	color: #696969;
	margin: 8px 0 16px;
}
h3 {
	font-size: 1.6em;
	margin: 16px 0 8px;
	color: #12588A;
}
h4 {
	margin: 3px 0 4px;
}
p, .p {
	padding: 0 12px 12px 12px;
}
.pp {
	padding: 0 0 12px 0;
}
textarea {
	margin: 0 0 8px 12px;
}
#search_box {
	width: 315px;
	height: 24px;
	background: url(../img/search_box.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 42px;
	padding-left: 25px;
}
#search_box input {
	border: 0;
	height: 20px;
	width: 305px;
	margin-top: 2px;
	background: transparent;
	vertical-align: middle;
	color: gray;
}
#search_box input.active {
	color: black;
}
#search_summary {
	font-size: 0.8em;
	position: absolute;
	text-align: right;
	top: 68px;
	right: 12px;
}
#top_bar {
	padding: 10px 0 0 6px;
	width: 99%;
	margin: 8px 0;
}

#bottom_bar {
	padding: 6px 0 0 6px;
}

.button{
	margin-right: 16px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#add_btn {
	padding-left: 20px;
	background: url(../img/add.png) no-repeat left;
	background-position: 0 2px;
	margin-top: 2px;	
	float: right;
}
.add {
	padding-left: 20px;
	background: url(../img/add.png) no-repeat left;
}
.boss {
	padding-left: 20px;
	background: url(../img/boss.png) no-repeat left;
}
.fullname {
	padding-left: 20px;
	background: url(../img/fullname.png) no-repeat left;
}
.limited_access {
	padding-left: 20px;
	background: url(../img/la.png) no-repeat left;
}
.job {
	padding-left: 20px;
	background: url(../img/job.png) no-repeat left;
}
.refresh {
	padding-left: 20px;
	background: url(../img/refresh.png) no-repeat left;
}
.delete {
	padding-left: 20px;
	background: url(../img/delete.png) no-repeat left;
}
.accept {
	padding-left: 20px;
	background: url(../img/accept.png) no-repeat left;
}
.exclamation {
	padding-left: 20px;
	background: url(../img/exclamation.png) no-repeat left;
}
.error {
	padding-left: 20px;
	background: url(../img/error.png) no-repeat left;
}
.email {
	padding-left: 20px;
	background: url(../img/email.png) no-repeat left;
}
.key {
	padding-left: 20px;
	background: url(../img/key.png) no-repeat left;
}
.find {
	padding-left: 20px;
	background: url(../img/find.png) no-repeat left;
}
.package {
	padding-left: 20px;
	background: url(../img/package.png) no-repeat left;
}
.help {
	padding-left: 20px;
	background: url(../img/help.png) no-repeat left;
}
.info {
	padding-left: 20px;
	background: url(../img/info.png) no-repeat left;
}
.cross {
	padding-left: 20px;
	background: url(../img/cross.png) no-repeat left;
}
.book {
	padding-left: 20px;
	background: url(../img/book.png) no-repeat left;
}
.empty {
	color: #12588A;
}
#data {
	/*background: #e1e9ff/*#f3f5ff*/;
	padding: 8px 6px;
	font-size: 0.8em;
}

#data.user div {
	font-size: 1.2em;
	margin-bottom: 22px;
}
#data.user {
	background: white;
}
#user_channels {
	padding: 6px;
	background: #f3f5ff;
}
#data.account {
	background: white;
	padding-top: 0px;
}
#data.account h2 {
	margin: 24px 0 12px;
}

#data.account table {
	margin: 0px 0px 0px 12px;
}
#data.account table tr td {
	padding: 4px 0;
}
#data.account table tr td.info_type {
	width: 170px;
	font-weight: bold;
}

#data.login {
	padding: 24px;	
	float: left;
}

#data.login div {
	font-size: 1.4em;
	margin-bottom: 22px;
	color: #696969;
}
#data.login input {
	font-size: 1.3em;
	padding: 3px;
}
#data.login div input {
	padding: 2px;
	font-size: 1.2em;
	background-color:#F8EEB9;
	border:1px solid #DCCB61;
}
#data.login div div.hint {
	font-size: 14px;
	margin-top: 8px;
	padding-top: 2px;
}
#login_links {
	padding: 24px;
	float: left;
}
#intro_text {
	position: absolute;
	padding: 20px;
	top: 30px;
	right: 0;
	width: 220px;
	font-size: 0.8em;
	background: #f5f5f5;
}
#signup_success {
	display: none;
	padding: 24px;	
	float: left;
	font-size: 0.8em;
}
#signup_success p {
	padding-left: 24px;
}

#data form input, #data form select {
	margin-left: 12px;
}
#pagination {
	margin-top: 8px;
	text-align: right;
}
#data_blocks {
	margin: 16px 0 0;
}
#data_blocks div {
	background: url(../img/ubg.png) left no-repeat;
	font-size: 1.2em;
	padding: 3px !important;
	margin: 2px;
	float: left;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#data_blocks.single_line div {
	width: 99%;
	float: none;
	background: #E5E5E5;
}
#data_blocks.double_line div {
	width: 400px;
	background: #E5E5E5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#data_blocks div input {
	vertical-align: baseline;
	margin-left: 5px;
}
#data_blocks div a {
	color: #696969;
}
#data_blocks div img, #data_blocks div span {
	position: absolute;
	display: block;
	top: 3px;
	right: 3px;
	z-index: 10;
	background: #e1e1e1;
}
#data_blocks div img {
	top: 4px;
}
#data_blocks div a:hover {
	color: black;
}
#footer {
	padding: 8px 0px 12px;
	font-size: 0.8em;
	border-top: 2px #696969 solid;
	margin: 39px 0 12px 78px;
	clear: both;
}
#user_delete_btn {
	float: right;
	margin-top: 42px;
	display: none;	
}
#you_notice {
	display: none;
	float: right;
	margin-top: 42px;
	color: red;	
}
#user_channels a img {
	border: 0;
	vertical-align: middle;
}
#cover {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: /*url(../img/2x2.gif)*/white;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	display: none;
	z-index: 100;
}
#popup {
	position: absolute;
	top: 40px;
	margin: 0 20%;
	width: 60%;
	background: white;
	border: 1px black solid;
	padding: 12px 12px 24px; 
	display: none;
	z-index: 101;
}
#popup h4 {
	font-family: "Trebuchet MS", Arial;
	font-size: 1.3em;
	background: #e1e9ff;
	padding: 3px 6px;
}
#popup div {
	margin: 12px 0 0 12px;
	height: 32px;
}
#popup span div input {
	padding: 2px;
	font-size: 1.1em;
	margin-top: 2px;
}
#popup span div textarea {
	padding: 0;
	font-size: 1.1em;
	width: 97%;
	margin: 0 0 12px;
	float: none;
}
#popup_close {
	position: absolute;
	top: 16px;
	right: 16px;
}
#popup_close img {
	border: 0;
}
input#popup_submit {
	font-size: 1em;
}
#popup div.form_label {
	margin: 0;
	float: left;
	width: 40%;
	top: 4px;
}
#popup div.no-float {
	float: none !important;
	clear: both;
	width: auto !important;
	height: auto !important;	
	top: 0;
	padding-bottom: 4px;
}
#popup div#popup_error {
	background: #ee1111;
	padding: 6px 6px;
	color: white;
	height: auto;
	display: none;
}
#popup div.form_separator {
	height: 3px;
	background: #e1e9ff;
	margin: 20px 0 12px;
}
#popup .required input {
	background-color:#F8EEB9;
	border:1px solid #DCCB61;
}
.label_hint {
	color: gray;
	font-size: 0.95em;
}
#popup_preface, #popup_afterface {
	height: auto !important;
	font-size: 0.85em;
}
#popup_preface div, #popup_afterface div {
	height: auto !important;
	margin-left: 0 !important;
}
#network_name_selector {
	padding: 3px;
	vertical-align: text-bottom;
}
#network_name_selector {
	display: block;
	float: left;
	margin: 24px 0 0 6px;
}
#go_link {
	display: block;
	float: left;
	margin: 28px 4px 0;
}
#context_help {
	margin: 25px 0px 0px;
	padding: 15px 15px 15px 25px;
	background: #ffff9e;
	font-size: 0.8em;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#context_help h4 {
	margin-bottom: 0.6em;
	color: #333333;
	
}
ol {
	margin-top: 1em;
	padding-left: 18px;
}
ol li {
	margin-bottom: 1em;
}
#account_service_plans {
	width: 99%;
	text-align: center;
	padding-bottom: 12px;
}
#account_service_plans th {
	color: black;
	padding: 8px;
	border-bottom: 1px #959595 solid;
}
#account_service_plans td {
	border-bottom: 1px #959595 solid;
	font-size: 1.3em;
	padding: 8px 0 !important;
}
#account_service_plans tr td.plan_name {
	text-align: right;
	font-size: 1.5em;
	padding-right: 16px !important;
	border-left: 1px #959595 solid;
	width: 180px;
}
#account_service_plans tr td.plan_pricing {
	font-size: 1.2em;
	background: #FFFF9E;
	width: 200px;
}
.plan_name sup {
	color: green;
}
.red {
	color: red;
}
.upgrade {
	text-decoration: underline;
}
.table_right_end {
	border-right: 1px #959595 solid;
}

.current_plan {
	background: none /*#c2Ff6E*/ !important;
}

.service-selector {
	margin-bottom: 1em;
}
.service-selector a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 12px 12px 12px 16px;

	margin-bottom: 4px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	position: relative;
	background: #f1FFc9;
}
.service-selector a:hover {
	background: #FFFF9E;
}
.plan-name {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 8px;
	margin-right: 250px;
}
.plan-description {
	margin-right: 250px;	
}
.plan-name span {
	color: green;
	font-weight: normal;
}
.plan-price {
	font-size: 1.6em;
	position: absolute;
	right: 12px;
	top: 12px;
	color: green; /* #657a40;*/
}
.plan-limits-description {
	position: absolute;
	right: 12px;
	bottom: 12px;
	font-size: 1.1em;
	color: #333;
}
.order_list_item_top {
	font-size: 1.3em;
	margin-bottom: 3px;
	margin-top: 5px;
	padding-bottom: 2px;
	border-bottom: 1px gray dotted;
}
.order_list_status {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.8em;
}
.pending {
	color: red;
}
.active {
	color: green;
}
.cancelled {
	color: gray;
}
.order_list_links {
	position: absolute !important;
	top: 0;
	right: 0;
}
.left25px {
	margin-left: 25px;
}
#order_bill_to {
	float: left;
}
#order_data {
	float: right;
	margin-right: 30px;
}
#data.order table {
	margin-right: 30px;
	margin-bottom: 30px;
	display: block;
	border: 1px gray solid;
	font-size: 1.2em;
}
#data.order table tr th {
	font-size: 0.8em;
	border-bottom: 1px gray solid;
	font-weight: normal;
	text-align: left;
}
#data.order table tr td, #data.order table tr th {
	padding: 6px 10px;
}
.order_item_description {
	width: 95%;
}
.order_item_description div {
	font-size: 0.8em;
	color: gray;
	padding-top: 5px;
}
.transaction_date {
	width: 25%;
}
.transaction_comment {
	width: 75%;
	font-size: 0.8em;
}
#payment_methods, #payment_subject {
	margin-bottom: 1em;
}
#payment_subject, #payment_bill_to {
	padding-left: 12px;
}
#payment_methods div {
	margin-bottom: 4px;
	padding-left: 12px;
}
.action_link {
	margin-top: 0.8em;
	display: block;
}
#orders_container > div {
	margin: 0 0 12px 12px;
}
.filters {
	margin-bottom: 12px;
}
.filters a {
	padding: 2px 8px;
}
.filters a.active {
	background: #FFFF9E;
	color: #003300;
}
#payment_total {
	/*margin-bottom: 150px;*/
	display: block;
}
#platform_selector {
	margin-top: 1em;
}
.setting_enabler {
	float: left;
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 1.6em;
}
.setting_edit {
	float: left;
	width: 60%;
}
.settings_presets {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px gray solid;
}
.settings_presets select {
	width: 300px;
	z-index: 100;
}
.active_menu {
	background: #73D216;
	color: white;
}
#image_preview {
	border: 1px black solid;
	padding: 12px;
	overflow: hidden;
	background: url(../img/alphabg.gif);
	margin: 12px;
}
#image_preview img {
	display: none;
}
#image_preview_info {
	position: absolute;
	top: 1px;
	right: 1px;
	background: #333333;
	color: white;
	padding: 3px;
}
.top12px {
	margin-top: 12px;
}
.nowrap {
	white-space: nowrap;
}

#maint{
	padding: 12px 180px 12px 16px;
	position: relative;
	border-left: 20px solid yellow;
	border-bottom: 1px solid black;
	background: #FFFF9E;
}
#live_chat {
	position: absolute;
	top: 12px;
	right: 0;
	text-align: right;
	width: 120px;
	overflow: hidden;
}