body {
	background-color: #87cefa; /* #d5e6e7; */
}

body, p, div, td , textarea{
    font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
}

a {
    text-decoration: none;
    color: #214dc9;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: helvetica, arial;
}

h3, h4 { color: #444444; }

h2.details { 
	margin: 4px;
	color: #444444;
	margin-left: 0px;
}

#main-body, #main-header {
    padding: 12px;
}

#main-area {
		width: 100%;
		#width: 97%;
    	text-align: left;
	   background-color: white;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}


#main-header {
    padding-top: 10px;
}

#main-body {
    padding-top: 0px;
}

.main-point {
    float: right;
/*    width: 380px; */
    padding: 12px;
    background-color: #ddefff;
    margin: 10px;
    margin-left: 20px;
    margin-top: 0px;
}

.main-point h4 {
    margin-top: 10px;
}

#toolbar {
	background-color: #f1f1f1;
	color: black;
	padding: 2px;
	font-weight: bold;
}
#toolbar em {
	color: gray;
	padding: 2px;
	font-weight: normal;
}
#toolbar .left {
    float: left;   
}
#toolbar .right {
    float: right;
}

.def-action-link {
    background-color: orange;
    padding: 12px;
    font-size: 130%;
    width: 240px;
    float: right;
    text-align: center;
}

#report-summary .r-ok {
    color: green;
    font-weight: bold;
}

#report-summary .r-unre {
    color: gray;
    font-weight: bold;
}

#report-summary .r-inval {
    color: orange;
    font-weight: bold;
}

#report-summary .r-miss {
    color: red;
    font-weight: bold;
}

p.subinfo { 
    color: gray;
    font-size: 90%;
}

/** FORM CSS **/

form {
    padding: 12px;
    background-color: #f0f0f0;
}



form label { 
	display: block;
	float: left; 
	width: 220px; 
	padding: 0; 
	margin: 5px 1px 1px 1px;
	text-align: right; 
}

form .required{
    font-weight:bold;
}

.vnote {
	display: none;
	color: #ff5e5e;
    font-weight: bold;
}

form div.field {
    float: left;
    margin: 5px 0px 0px 10px;
}

form div.field em {
    display: block;
    color: #444444;
	width: 220px;
}

form div.row {
    clear: left;
}

form input, form textarea, form select, form button { 
    border: none;
    border-bottom: 1px solid #AAAAAA;
    width: 205px; 
    padding: 3px 3px 3px 3px;
}

form input, form select, form button { 
	#height: 24;
}

form.user-notes, form.user-notes-dirty {
	padding: 10px;
	background-color: #f1f1f1;
	color: gray;
	font-weight: bold;
}

form.user-notes-dirty  {
	background-color: #ffe1e1;
}

form input.small { 
    width: 160px; 
}



form input.submit, form button.submit { 
    width: 130px;
    font-weight: bold;
}

form input.submit:hover, form button.submit:hover { 
	background-color: #c1c1c1;
}


/** END FORM CSS **/

ul#messages {
	background-color: #dcdcdc;
}

ul#messages li {
	padding: 3px;	
}

#messages .ok {
	background-color: #adff2f;
}

#messages .er {
	background-color: #ff9c8a;
}

/* table */

table.data-table {
	width: 100%;
	padding: 0px;
}

table.data-table td {
	border-bottom: 1px solid #e1e1e1;
	padding: 4px;
}

table.data-table tr.odd td {
	background-color: #f1f1f1;
}

table.data-table tr.disabled td {
	color: gray;
	background-color: #dddddd;
}
table.data-table tr.disabled td a {
	color: gray;
}

table.data-table td.tools {
	text-align: right;
}

table.data-table td.domain {
	font-weight: bold;
}

table.data-table td.details, div.detail-extra {
	border: 1px solid #e1e1e1; 
	border-top: none; 
	padding: 10px;
}

div.detail-extra {
	border-top: 1px solid #e1e1e1; 
}

table.data-table th {
	background-color: #bddfff;
	font-size: 12px;
	color: black;
	text-align: left;
	padding: 2px;
	padding-left: 14px;
	padding-right: 3px;
	border-bottom: 1px solid gray;
}

table.data-table th.num {
	text-align: right;
}

table.data-table tr td {
	padding-left: 14px;
	padding-right: 3px;
}

table.data-table tr.opened {
	font-weight: bold;
}

table.data-table td.num {
	text-align: right;
}

span.edit-mode, table.data-table tr td.edit-mode {
	background-color: #ffe3d9;
	font-size: 13px;
	font-weight: normal;
	font-family: sans-serif;
}

span.edit-mode, a.util-button {
	padding: 3px;
	margin: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.util-button {
	float: right;
	background-color: #f1f1f1;
}


td.edit-mode {
	width: 80px;
}

table.data-table tr td.waiting-for {
	background-color: #f0ffff;
	color: gray;
	font-style: italic;
}

table.data-table tr.disabled td.waiting-for {
	background-color: #dddddd;
}

table.data-table tr td i {
    color: gray;
}

table.data-table tr td span.err {
    color: #ff7755;
	font-style: italic;
}

table.data-table tr td.waiting-for span {
	color: green;
}

table.data-table tr td.bot-error {
	background-color: #f0ffff;
	color: red;
	font-style: italic;
}

.top-modes {
	color: gray;
	float: right;
	text-align: right;
}

.top-modes span {
	background-color: #f1f1f1;
	font-size: 13px;
	font-family: sans-serif;
	padding: 4px;
	margin: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.top-modes span.act {
	background-color: #e1e1e1;
	padding: 5px;
}

div .top-modes span.mode {
	background-color: #ffe3d9;
}

div .top-modes span.mode-act {
	background-color: #ffd0c4;
	padding: 5px;
}

div.website-details {
    float: left;
    width: 70%;
    text-align: left;
	margin: 20px;
    margin-top: 0px;
}

div.website-details table {
    border: 1px solid #d0d0d0;
	margin: 10px;
	margin-top: 0px;
}

div.website-details table tr td {
    background-color: white;
    padding: 3px;
}

div.website-details table tr td i {
    color: gray;
}

div.website-details table tr td.title {
    background-color: #f1f1f1;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    width: 200px;
}

div.website-details table tr td.sub {
    padding-left: 18px;
}

div.website-details table tr td.num {
    text-align: center;
}

code {
	background-color: #fafae1;
	font-size: 11px;
}



.hidden {
    display: none;
}

span.htip {
	font-family: Verdana;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	background-color: #95cbff;
	font-size: 10px;
	cursor: help;
}

div.det-tabs  {
	float: right;
	margin: 15px;
	margin-right: 0px;
	width: 200px;
	text-align: right;
}
div.det-tabs div {
	display: block;
	text-align: right;
	margin: 10px;
	margin-right: 0px;
}

div.det-tabs span {
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

div.det-tabs span.act {
	background-color: #f1f1f1;
}


div.det-tabs div {
	text-align: right;
	margin-bottom: 8px;
}

.allok { color: #005500 }
.notice { color: maroon }
.warning  , .urgent { color: red }
.urgent { background-color: red; color: white; }

.pop-window {
	margin-left: -5px;
	padding: 3px;
	margin-top: 22px;
	background-color: white;
	width: 150px; 
	position: absolute; 
	z-index: 11111;
}
.pop-window img {
	border: 1px solid #c1c1c1;
}

/* PLANS */
div.plans div {
	float: left;
	width: 160px;
	height: 250px;
	border: 1px solid #4682b4;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.plans div.curr {
	border: 1px solid #00799f;
	background-color: white;


}

div.plans div h3 {
	font-size: 20px;
	background-color: #008ab5;

	margin: 0px;
	padding: 10px;
	height: 23px;
	color: white;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

div.plans div.curr h3 {
	background-color: #00bfff;
}


div.plans div strong, div.plans div em, div.plans div b{
	display: block;
	margin: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
}

div.plans div b small {
	font-size: 11px;
	font-weight: normal;
}

div.plans div b {
	font-size: 16px;
}

div.plans div strong {
	font-size: 16px;
	color: #333333;
}

div.plans div strong a {
	font-size: 11px;
	font-weight: normal;
}


div.plans div em b { display: inline; }

div.plans div p a{
	margin-top: 10px;
	background-color: #90c800;
	padding: 8px;
	font-weight: bold;
	color: white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.plans div p {
	margin: 20px;
}



/* plans end */

.right-info-box {
    float: right;
	width: 300px;
	background-color: #f1f1f1;
	padding: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

table.payments {
	width: 650px;
}

table.payments th {
	background-color: gray;
	color: white;
	font-size: 12px;
}
table.payments td {
	border-bottom: 1px solid silver;
}