html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


body {
	font-family: sans-serif;
	background-color: #FAFAFA;
}

h1 { font-size: 18px; font-weight: bold; text-align: center }
h2 { font-size: 16px; font-weight: bold; text-align: center }

a:link, a:visited { color: #000; text-decoration: none; }
a:hover, a:active { color: #F00; text-decoration: underline; }


#wrapper { width: 850px; margin: 25px auto; min-height: 400px; position: relative;}

#sidebar {
	position: absolute;
	left: -200px;
	top: 42px;
	width: 130px;
	padding: 15px 0;
	background-color: #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#sidebar a {
	display: block;
	width: 100px;
	padding: 0 15px;
}

#sidebar a:link, 
#sidebar a:visited {
	text-decoration: none;
	background-color: transparent;
}

#sidebar a:hover, 
#sidebar a:active {
	text-decoration: none;
	background-color: #FFF;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	width: 200px;
}
#sidebar li {
	line-height: 30px;
}
#sidebar p {
	text-align: center;
	line-height: 20px;
	padding: 0 15px;
}


.stdform {
	list-style: none;
	margin: 20px auto;
	display: block;
	width: 350px;
}

.stdform {
	margin: 20px auto;
	padding: 10px;
	background-color: #F0F0F0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}



.stdform ul {
	list-style: none;
}

.stdform ul li {
	font-size: 10px;
	color: DarkRed;
	margin: 5px;
}

.stdform label {
	display: inline-block;
	width: 100px;
}


select, input, button {
	border: solid 1px #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
}

.admin_errors_wrapper {
	margin: 20px 0;
	line-height: 20px;
	color: DarkRed;
	text-align: center;
	font-weight: bold;
}

#sidebar p {
	font-size: 10px;	
	margin: 10px 0;
}

.stdtable {
	width: 660px;
	margin: 20px auto;
	padding: 10px;
	background-color: #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}


.stdtable.ipmanager th {
	font-size: 9px;
	line-height: 18px;
	height: 40px;
}

.stdtable th {
	font-size: 9px;
	height: 20px;
	vertical-align: middle;
}


.stdtable td {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	padding: 0 2px;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


.stdtable a {
	display: block;
	font-size: 12px;
	line-height: 25px;
}

.stdtable .opt {
	text-align: center;
}

.odd {
	background-color: #F0F0F0;
}

.even {
	background-color: #FFF;
}

.stdtable .even.iperror {
	background-color: #FDD;
}
.stdtable .odd.iperror {
	background-color: #FDD;
}

a.edit, a.delete {
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(/images/editdelete_large.png);
	text-indent: -999999em;
	margin: 2px auto;
}

a.edit {
	background-position: top left;
}

a.delete {
	background-position: top right;
}

span.statusOK, span.statusError {
	display: block;
	float: right;
	clear: none;
	font-size: 12px;
	line-height: 16px;
	display: block;
	float: right;
	clear: none;
	height: 16px;
	padding-right: 20px;
	background-repeat: no-repeat;
}

span.statusOK {
	color:DarkGreen;
	background-position: top right;
	background-image: url(/images/tick.png);
}

span.statusError {
	color:DarkRed;
	background-position: top right;
	background-image: url(/images/cross.png);
}

div.status p {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	margin: 3px;	
	font-size: 12px;
	line-height: 16px;
}

div.status h2 {
	margin: 20px auto;
}

div.status {
	width: 660px;
	margin: 0 auto;
}

span.port {
	float: left; 
	clear: none;
	display: block;
	text-align: right;
	width: 130px;
}

.ipmanager td input[type="text"], .ipmanager td select { width: 165px; 	border-color: #EEE;}

.ipmanager .comment { 
	width: 95%; 
	height: 90%; 
	vertical-align: top; 
	border-color: #EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}