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

body {
	background-color: #edc;
}

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

a:link {
	color: #e00;
}

a:visited {
	color: #a00;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

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

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

/* 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 */
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;
	-moz-border-radius: 0.5em;
}

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

img { behavior: url(/css/iepngfix.htc) }


/* Table row coloring */

.odd {
	background-color: #fff;
}

.even {
	background-color: #eee;
}

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

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

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

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

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

.nodata {
	color: #000;
	background-color: #F4DD0B;
}

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;
}

/* style of the left column */
div.lcolumn {
	width: 160px;
	background-color: #fff;
	border: 2px solid #B30000;
	margin: 3px 7px auto 0px;
	padding: 10px 4px 10px 4px;
	font: normal 8pt verdana;
	-moz-border-radius: 0.7em;
}

div.lcolumn_admin {
	text-align: center;
	background-color: #fff;
	border: 2px solid #B30000;
	margin: 3px 3px 10px 3px;
	padding: 7px 4px 8px 4px;
	font: normal 8pt verdana;
	-moz-border-radius: 0.7em;
}


/* 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-collapse: collapse;
	background-color: #fff;
}

table.d_table_split td, table.d_table_split th {
	border: 1px solid #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;
}

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

.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;
}

#innerhead {
	text-align: left;
	vertical-align: bottom;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #fff;
	background-image: url('/images/toplogo.gif');
	background-repeat: no-repeat;
	padding-left: 220px;
}

#righthead {
	text-align: right;
	vertical-align: top;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #fff;
}

.bcrumb {
	font-size: 8pt;
}

span.bcrumb {
	color: #000;
}

div.countries {
	display: block;
	width: 500px;
	height: 200px;
	overflow: auto;
	border: 1px solid #808080;
}
