/*
Company:	PlanNet
File:		layout.css - This contains all the main styles for the website.
*/

html {
	background-color: #545454;
}
body {
	font-size: 93%;
	font-family: "Swiss721BT", Arial, sans-serif;
	color: #333333;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333399;
}
a:visited {
	text-decoration: none;
	color: #666699;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333399;
}

span.readonly {
	border: solid 1px #999999;
	background-color: #f0f0f0;
	padding: 3px 5px;
}

div.readonly {
	border: solid 1px #999999;
	background-color: #f0f0f0;
	padding: 3px 5px;
}

div.editpage {
	width: 90px;
	margin: 1em 0;
	padding: .25em;
	border: solid 1px #333399;
	background-color: #ffffff;
}

div#container {
	position: relative;
	background-color: #ffffff;
	width: 800px;
	margin: 0px auto;
	padding: 5px;
}

div#content {
	float: left;
	width: 620px;
	margin: 5px;
	background: transparent url('iocheader.gif') no-repeat top center;
	padding: 35px 0 10px 10px;
}
div#contenthome {
	float: left;
	width: 630px;
	height: 193px;
	background: transparent url('serverroom.jpg') no-repeat top center;
	padding: 0;
}

div#error {
	border: solid 2px #993333;
	color: #993333;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0;
}

div#header {
	position: relative;
	height: 90px;
	background: transparent url('header.jpg') no-repeat top left;
}
div#header div#logo {
	position: relative;
}
div#header div#logo a {
	display: block;
	height: 80px;
	width: 180px;
}
div#header div#logo h1, div#header div#logo h2 {
	display: none;
}

div#menu {
	font-size: 90%;
}
div#menu ul {
	margin: 0;
	padding: 0;
}
div#menu ul li {
	list-style-type: none;
	width: 158px;
	/* provide anchor so that absolute positioning works below */
	position: relative;
}
div#menu ul li a {
	display: block;
	background: #a0a0a0 url('button.jpg') no-repeat;
	padding: 0;
	font-weight: normal;
	font-size: 85%;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
}
div#menu a:link, div#menu a:visited {
	color: #fff;
	text-decoration: none;
}
div#menu a:hover {
	background: #c0c0c0 url('buttonhilite.jpg')
}
div#menu li:hover a, div#menu li.sfhover a {
	background-color: #a0a0a0; /*#6c91b5;*/
	margin:0;
	padding:0;
}

/* Nav Drop Down */
div#menu ul ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 5px 2px;
	margin: 0;
	list-style: none;
	background-color: #a0a0a0;
	width: 180px;
	border: solid 1px #666666;
}
div#menu ul ul>li {
	background-image: none;
	height: 24px;
}
div#menu ul ul>li a {
	display: block;
	text-align: left;
	line-height: 24px;
	padding: 0 5px!important;
	margin: 0;
	font-size: 85%;
	font-weight: normal;
	background-image: none!important;
	width: 170px;
}
div#menu ul ul>li a:hover {
	background-color: #c0c0c0; /*#527ea8;*/
}

div#menu ul li.sfhover ul {
	position: absolute;
	top: 0;
	left: 157px;
	padding:0;
	margin:0;
}
div#menu ul li.sfhidden ul {
	left: -999em;
}

/* 3rd Level Dropdown */
div#menu ul ul ul {
	position: absolute;
	left: -999em!important;
	margin: 0;
	background-color: #b0b0b0; /*#456595;*/
}
div#menu ul ul li.sfhover ul {
	position: absolute;
	top: 0px;
	left: 177px!important;
}

div#pagefooter {
	clear: both;
	width: 800px;
	clear: both;
	margin: 0;
	padding: 0;
}
div#pagefooter div, div#pagefooter img, div#pagefooter a {
	border: 0;
	padding: 0;
	margin: 0;
}

div#sidebar {
	width: 160px;
	float: left;
}

div#sidebarcontent {
	background: #dedede url('menufooter.jpg') no-repeat bottom left;
	width: 150px;
	margin: 3px 0px 3px 1px;
	font-size: 75%;
	padding: 3px;
}

#sidebarcontent h4 {
	font-size: 110%;
	margin: 3px 0;
	padding: 0;
}
#sidebarcontent dl dt {
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #999999;
}
#sidebarcontent dl dd {
	margin: 2px 0 2px 10px;
}
#sidebarcontent p {
	margin: 3px 0;
	padding: 0;
}
#sidebarcontent ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#sidebarcontent ul li {
	margin: 5px 0;
}
