﻿body {
	font-family: Arial, 'Verdana', Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #443a2e;
	background-color: #fff;
}

body.window { padding: 10px; }

* {
	font-family: Arial, 'Verdana', Verdana, Lucida, Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img { border: none; }

div#outline {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#headerArea {
	width: 960px;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#logo {
	width: 300px;
	height: 80px;
	float: left;
}

div#headerText {
	width: 640px;
	height: 80px;
	padding-right: 20px;
	line-height: 80px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

div#userDetails {
	width: 625px;
	height: 80px;
	padding-right: 5px;
	line-height: 18px;
	text-align: right;
	font-size: 12px;
	float: left;
}

div#connectionImage {
	width: 30px;
	padding-top: 30px;
	float: left;
}

div#menu {
	width: 960px;
	height: 45px;
	padding-top: 5px;
	color: #fff;
	border-bottom: 3px solid #fbfaf8;
	background-image: url(/images/headerBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

div#menu ul { list-style-type: none; }

div#menu ul li { 
	display: inline; 
	border-right: 2px dotted #fff;
}

div#menu ul li.last { border-right: none; }

div#menu ul li a {
	color: #fff;
	font-weight: bold;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

div#menu ul li a:hover, div#menu ul li a.selected { color: #999; }

div#loginArea {
	width: 930px;
	height: 24px;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	margin-bottom: 20px;
	background-image: url(/images/loginBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

div#loginArea div#title {
	padding-left: 25px;
	padding-right: 25px;
	border-right: 2px dotted #fff;
	line-height: 24px;
	font-size: 20px;
	float: left;
}

div#login {
	padding-left: 25px;
	line-height: 24px;
	float: left;
}

div#contentArea {
	width: 820px;
	margin-left: 140px;
	margin-bottom: 30px;
}

div#contentAreaSecure {
	width: 920px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

div#listContent { padding-left: 100px; }

div#lhColumn {
	width:610px;
	margin-right: 30px;
	float: left;
}

div#rhColumn {
	width: 180px;
	float: left;
}

div#rhColumn div#title {
	color: #a01004;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 12px;
}

div#footerArea {
	font-size: 10px;
	padding-top: 5px;
	margin-left: 140px;
	margin-right: 210px;
	border-top: 2px dotted #443a2e;
}

div#footerAreaSecure {
	font-size: 10px;
	padding-top: 5px;
	border-top: 2px dotted #443a2e;
}

div#tabs {
	text-align: center;
	padding-bottom: 15px;
}

div#summaryColumn1 {
	width: 260px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
}

div#summaryColumn2 {
	width: 260px;
	float: left;
}

div#summaryColumn3 {
	width: 260px;
	margin-left: 30px;
	float: left;
}

div.config {
	width: 250px;
	padding: 5px;
	margin-bottom: 25px;
	border: 1px solid #666;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div.configImage {
	width: 30px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

div.configDetails {
	width: 180px;
	padding-right: 10px;
	float: left;
}

div.configDetailsSetup {
	width: 128px;
	padding-right: 20px;
	float: left;
}

.button { visibility: hidden; }

div.configAlarm {
	width: 32px;
	padding-top: 7px;
	padding-right: 10px;
	float: left;
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

ul {
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 12px;
	margin-left: 35px;
}

p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 15px;
}

p.centered, td.centered { text-align: center; }

td {
	padding-top: 2px;
	padding-bottom: 2px;
}

td.title {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

table.padded td {
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

textarea { font-size: 12px; }

a { 
	color: #a41002; 
	text-decoration: none;
}

a:hover { 
	color: #666;
	text-decoration: none; 
}

table.padded td {
	padding-left: 3px;
	padding-right: 3px;
}

.reqd { color: #f00; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end bacKSLASH */
