body {
	padding: 0;
	margin: 0;
	font: 12px Arial;
	line-height: 1.5em;
	color: #454545;
}

input,textarea {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4Px;
}

h1 {
	font: bold 24px Arial, Sans-Serif;
	padding: 8px 0 4px 0;
	margin: 0;
	letter-spacing: -1px;
}

h2 {
	font: bold 22px Arial, Sans-Serif;
	letter-spacing: -1px;
}

h3 {
	font: bold 20px Arial, Sans-Serif;
	padding: 4px 0;
}

h4 {
	font: bold 12px Arial, Sans-Serif;
	color: #550000;
	padding: 4px 0;
	margin: 20px 0;
}

img {
	border: 0;
}

hr {
	height: 1px;
	border-style: none;
	color: #d0d0d0;
	background-color: #C0C0C0;
	margin: 10px 0;
}

b {
	color: #333333;
}

table {
	width: 100%;
	border-spacing: 0px;
	margin: 5px auto 20px auto;
	border-collapse: collapse;
}

table th,table td {
	padding: 5px;
}

table th {
	color: #404040;
	text-align: center;
	border-bottom: 1px solid #A0A0A0;
}

table td {
	color: #000000;
	border: 1px solid #A0A0A0;
}

table caption {
	text-align: left;
	color: #FFF;
	margin-bottom: -1em;
	margin-top: 1em;
}

.light_background {
	background: #F2F2F8;
}

.center {
	text-align: center;
}

.code {
	background: #fff url("images/code.png") top left no-repeat;
	padding-left: 20px;
	font-family: monaco, Consolas, Courier, 'Courier New';
	color: #000066;
	line-height: 18px;
}

.textbox {
	width: 150px;
	border: 1px solid #CC0000;
	margin: 5px;
}

.submit {
	border: 1px solid #222222;
	margin: 5px;
}

.authcode {
	width: 150px;
	margin: 5px;
	border: 1px solid #CC0000;
}

.authimg {
	margin: 5px;
	vertical-align: middle;
}

.login {
	border: 1px solid #A0A0A0;
	width: 80px;
}

.login-button {
	border: 1px solid #A0A0A0;
	width: 40px;
}

.titlebox {
	width: 650px;
	border: 1px solid #CC0000;
	margin: 5px auto;
}

.textarea {
	height: 230px;
	width: 650px;
	border: 1px solid #CC0000;
	padding: 2px;
	margin: 5px auto;
}

.error {
	color: #FF0000;
	margin: 3px auto 5px 0px;
}

.ip {
	color: #444444;
}

.fqdn {
	color: #222222;
}

.date {
	border-top: 1px dotted #ccc;
	padding: 5px 0;
	margin: 10px 0 25px 0;
	text-align: right;
}

.time {
	color: #5F9EA0;
	font-weight: bold;
}

#wrap {
	margin: 0 auto;
	padding: 0px;
	width: 970px;
}

#header {
	margin: 0px auto;
	background: #FFFFFF;
	background-image: url("images/header.png");
	background-repeat: repeat-x;
	height: 100px;
}

#header a,#header a:hover,#header a:visited {
	text-decoration: none;
}

#header h2 {
	font: 1.0em Arial, Sans-Serif;
	letter-spacing: 0px;
	color: #000000;
	margin: 3px;
	text-align: right;
}

#logo {
	float: left;
}

#login {
	float: right;
	margin: 10px 0;
	padding: 5px;
}

#icons {
	text-align: right;
	margin: 0px;
	padding: 5px 0px 0px auto;
}

#icons a {
	padding-right: 4px;
}

#login a,#login a:visited {
	color: #940F04;
}

#menu {
	clear: both;
	padding: 0;
	margin: 0;
	background: #FFFFFF url(images/menu-background.gif) no-repeat center;
	height: 40px;
}

#menu ul {
	padding: 0;
	margin-top: 10px;
}

#menu li {
	line-height: 38px;
	list-style: none;
	display: inline;
	margin-left: 20px;
}

#menu ul li a{
	color: #222222;
	padding-left: 28px;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover{
	color: #336699;
	padding-left: 28px;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li.last a{
	color: #222222;
	margin-left: 430px;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li.last a:hover{
	color: #336699;
	margin-left: 430px;
	text-decoration: none;
	font-weight: bold;
}

#slogan {	
	padding: 5px 30px 10px 30px;
	border-bottom: 1px solid #A0A0A0;
}

#slogan a,#slogan a:visited {
	color: #940F04;
}

#slogan ul li {
	text-decoration: none;
	line-height: 20px;
}

#slogan table,  #slogan table td {
	border: 0px;
}

#message {
	display: none;
	float: right;
	background: #FFD0DC;
	font-size: 16px;
	font-weight: bold;
	color: #940F04;
	padding: 4px;
	margin: 5px auto;
	border: 2px solid #D0D0D0;
	width: 300px;
	text-align: center;
}

#main {
	margin: 0px auto;
	width: 950px;
}

#main a {
	color: #940F04;
	background: inherit;
	text-decoration: none;
}

#main a:hover {
	color: #000000;
	background: inherit;
	text-decoration: underline;
}

#pagination {
	text-align: right;
}

#pagination ul {
	margin: 10px 0px 10px auto;
}

#pagination ul li {
	display: inline;
	margin-left: 15px;
}

#online ol  li {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #A0A0A0;
	list-style: numeric;
}

#left_side {
	background: #FFF;
	margin-bottom: 10px;
	width: 740px;
	line-height: 20px;
}

#left_side h4 {
	background: #FFF url(images/hbg.gif) repeat-x;
	height: 30px;
	padding: 2px 0 0 0px;
	margin-top: 25px;
	margin-bottom: 8px;
}

#left_side h4 span {
	background: url(images/h-art.gif) no-repeat left;
	padding: 1px 10px 0 23px;
	line-height: 22px;
	font-size: 12px;
}

#left_side blockquote {
	background: #ECECEC;
	color: #222222;
	padding-left: 10px;
	margin: 15px 0 15px 25px;
	border: 1px dashed #A0A0A0;
}

#left_side ul {
	list-style-position: inside;
	margin-left: 2px;
}

#left_side ol li {
	margin: 10px 15px 5px 5px;
	padding: 5px;
	list-style: none;
	border: 1px solid #A0A0A0;
}

#left_side ul ul li {
	list-style: none;
	margin-left: 10px;
	list-style-type: lower-alpha;
	list-style-position: inside
}

#right_side {
	float: right;
	width: 150px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	border-left: 1px solid #A0A0A0;
}

#right_side ul {
	padding: 0px 0 4px 0;
}

#right_side li {
	line-height: 18px;
	background: #FFFFFF url(images/cat-li.gif) no-repeat left;
	list-style: none;
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 20px;
	line-height: 24px;
}

#right_side a {
	background: #FFFFFF;
	text-decoration: none
}

#right_side h3 {
	color: #404040;
	font: bold 1.2em Arial, Sans-Serif;
}

#footer {
	margin-top: 50px;
	clear: both;
	height: 70px;
	border-top: 1px solid #A0A0A0;
	padding: 0px;
	color: #777777;
	background: #FFFFFF url("images/footer.png") bottom repeat-x;
}

#footer .right {
	margin: 0px auto;
	width: 950px;
	text-align: right;
}

#footer a,#footer a:hover {
	color: #222222;
	text-decoration: none;
}
