/* UpTime Inspector CSS; (c) Imposant */

body {
	background-color: #fff;
	background-image: url('/images/bg-gradient.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

body, td, th {
	font-size: 12pt;
	font-family: verdana;
	margin: 0px;
	padding: 3px;
}

form {
	margin: 0;
	padding: 0;
}

a:link {
	color: #e00;
}

a:visited {
	color: #a00;
}

a:hover {
	text-decoration: none;
}

a.uptime {
	font-size: 18px;
}

strong {
	font-weight: bold;
}

h1.pheader {
	font: bold 18pt georgia, verdana;
	padding: 0px;
	margin: 3pt 1pt 7pt 1pt;
}

h2.pheader {
	font: bold 16pt georgia, verdana;
	padding: 0px;
	margin: 3pt 1pt 7pt 1pt;
}


h3.pheader {
	font: bold 14pt georgia, verdana;
	padding: 0px;
	margin: 3pt 1pt 7pt 1pt;
}

h1 {
	font: bold 14pt georgia, verdana;
	padding: 0px;
	margin: 3pt 1pt 7pt 1pt;
}

h4.pheader{
	font: bold 11pt verdana;
	padding: 3pt;
	margin: 4pt 0pt 4pt 0pt;
	background-color: #ccc;
}

td.smaller, th.smaller,
td.smaller input, th.smaller input,
td.smaller select, th.smaller select,
td.smaller textarea, th.smaller textarea {
	font-size: 10pt;
}

input.txt, input.smalltxt, select, textarea {
	border-style: solid;
	border-width: 1px;
	border-left-color: #555;
	border-right-color: #999;
	border-top-color: #555;
	border-bottom-color: #999;
}

input.smalltxt {
	font-size: 8pt;
}

/* The same as .txt but highlighted, used by JS */
.hl_input {
	border-style: solid;
	border-width: 1px;
	border-left-color: #555;
	border-right-color: #999;
	border-top-color: #555;
	border-bottom-color: #999;
	background-color: #FFF1BB;
}

/* Form buttons */

a.btn, a.btn:link, a.btn:visited, a.btn:active, a.btn:hover {
	padding: 1pt 5pt;
	border-style: solid;
	border-width: 2px;
	border-left-color: #e00;
	border-right-color: #000;
	border-top-color: #e00;
	border-bottom-color: #000;
	background-color: #a00;
	color: #fff;
	font: bold 8pt verdana;
	text-decoration: none;
	cursor: default;
	-moz-border-radius: 0.5em;
}

input.btn, input.smallbtn {
	border-style: solid;
	border-width: 2px;
	border-left-color: #e00;
	border-right-color: #000;
	border-top-color: #e00;
	border-bottom-color: #000;
	background-color: #a00;
	color: #fff;
	font: bold 8pt verdana;
	text-decoration: none;
	-moz-border-radius: 0.5em;
}

input.smallbtn {
	font-size: 8pt;
}


/* Table row coloring */

.odd {
	background-color: #fff;
}

.even {
	background-color: #eee;
}

/* Important note; generally red */
.imp {
	color: #d00;
}

/* Error, warning and 'kind' messages */
.error, .warning, .kind {
	font: bold 8pt verdana;
	padding: 2pt;
}

.error {
	color: #fff;
	background-color: #a00;
}

.warning {
	color: #8D1818;
	background-color: #EEF9A4;
}

.kind {
	color: #000;
	background-color: #C2F3A3;
}

div.error, div.warning, div.kind {
	border-style: solid;
	border-width: 0px 0px 0px 7px;
	padding: 2pt;
}

div.error {
	border-left-color: #FF3604;
}

div.warning {
	border-left-color: #F9FF09;
}

div.kind {
	border-left-color: #40B546;
}

.error a:link, .error a:visited {
	color: #95A8FF;
}

.error a:hover {
	color: #fff;
}

.price {
	font: bold 8pt arial;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: inherit;
}

.disabled {
	color: #888;
}

/* Question mark; displays help on click
   Hiddden in non-JS mode
*/
span.hlpToken {
	font: bold 8pt verdana;
	color: #fff;
	background-color: #349D28;
	border: 1px solid #fff;
	cursor: help;
	display: none;
}

span.hlpToken:hover {
	background-color: #fff;
	color: #349D28;
}

/* Explanatory on-page comments */
.note {
	color: #555;
	font-size: 8pt;
	font-weight: normal;
}

/* d_table_split: standard data table with 1px border between all cells */

table.d_table_split {
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #656565;
	background-color: #fff;
}

table.d_table_split td, table.d_table_split th {
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #656565;
}

/* d_table_colored: standard data table with 1px border and js-based row coloring */
/* d_table: standard data table WITHOUT border and WITHOUT row coloring */

table.d_table_colored, table.d_table {
	border: 1px solid #656565;
	background-color: #fff;
}

table.d_table_colored tr td, table.d_table tr td, table.d_table_split tr td,
table.d_table_colored tr th, table.d_table tr th, table.d_table_split tr th {
	padding: 4pt;
}

table.d_table_colored tr th,
table.d_table tr th,
table.d_table_split tr th {
	background-color: #E8BEBD;
	font-weight: bold;
}

.hl_input {
	border-style: solid;
	border-width: 1px;
	border-left-color: #555;
	border-right-color: #999;
	border-top-color: #555;
	border-bottom-color: #999;
	background-color: #FFF1BB;
}

#welcome {
	width: 100%;
	background-color: #D8D8D8;
	background-image: url('/images/main.gif');
	background-position: 330px 0px;
	background-repeat: no-repeat;
	border: 1px solid #888;
}

#welcometxt {
	padding: 10pt;
	font: bold 12pt arial;
	color: #674972;
	line-height: 17pt;
}

/* style of the left column */
#lcolumn {
	width: 180px;
	padding: 4px;
	font: normal 8pt verdana;
}

#maincontent, #maincontent td, #maincontent th {
	font-size: 10pt;
	padding-right: 6pt;
}

#welcometable strong a {
	font-size: 12pt;
	text-decoration: none;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #AA0000;
}

.ccontainer {
	width: 85% !important;
	width: 750px;
	min-width: 750px;
	max-width: 900px;
	border-style: none;
	margin: 0 auto;
	text-align: center;
}

.bcrumb {
	font-size: 12pt;
}

span.bcrumb {
	color: #000;
}

.faq_q, .faq_a {
	font-weight: bold;
}

.faq_q {
	color: #0B146A;
}

.faq_a {
	color: #23721B;
}

.faq_hl {
	color: #f00;
}

a.b2top, a.b2top:link, a.b2top:active, a.b2top:visited, a.b2top:hover {
	color: #888;
}

ul.lmenu {
	margin: 0;
	padding: 0;
}

ul.lmenu li {
	margin: 0;
	padding: 3pt 1pt 0pt 1pt;
	list-style: none;
	font-weight: bold;
}

ul.lmenu li ul {
	margin: 0;
	padding: 0pt 0pt 0pt 8pt;
}

ul.lmenu li ul li {
	font-weight: normal;
}

td.asd textarea#asd {
	display: none;
}

.cl_name {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 5px;
}

.cl_desc {
	margin-bottom: 10px;
}

.cl_logo {
	border-style: none;
	margin-top: 3px;
	margin-bottom: 5px;
}

#our_clients {
	margin: 5px 0;
	padding: 5px;
	text-align: center;
}

#our_clients img {
	margin-top: 5px;
	margin-bottom: 5px;
}
