/*

CI for adminguide

dark blue: #182261

*/

body * {
	/*border: 1px solid red;*/
}

a {
	color: #182261;
}

a:visited {
	color: #182261;
}

a:hover {
	color: #990000;
}

/* HTML-Body definition */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;
}

/* overall container */
#container {
	width: 840px; /* IE6 bug? should be 980 */
	margin: 0px auto;
	padding: 0;
}

/* page */
#page {
	width: 840px;
	background-color: white;
}

#page * {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page #head {
	font-size: 10px;
	margin-top: 10px;
}

#page #banner {
	height: 120px;
	width: 838px;
	border: 1px dotted silver;
	background: transparent url(../img/beacon1000.jpg) no-repeat;
}

#page #banner h2 {
	margin: 0px;
}

#page #banner a {
	display: block;
	float: left;
	width: 135px;
	height: 100px;
	background: transparent;
	text-indent: -700em;
}

#page #banner form {
	float: right;
	margin: 4px 4px 0 0;
	font-size: 10px;
}

#page #banner input.text {
	width: 110px;
}

#page #banner input.submit {
	margin-left: 5px;
}

#menu_bar {
	color: silver;
	background: transparent url(/img/menuback.gif) repeat-x;
	height: 20px;
	border-bottom: 1px dotted silver;
	border-right: 1px dotted silver;
	border-left: 1px dotted silver;
	padding: 4px 0 0 11px;
	vertical-align: middle;
}

#menu_bar a {
	color: #182261;
	text-decoration: none;
}

#menu_bar a:hover {
	color: #182261;
	font-weight: bold;
}


#status_bar {
	height: 18px;
	padding: 6px 11px 6px 11px;
	font-size: 11px;
	color: #990000;
}

#status_bar a {
	color: #990000;
	text-decoration: none;
}

#status_bar a:hover {
	text-decoration: underline;
}

#status_bar #page_location {
	float: left;
}

#status_bar #page_login {
	display: inline;
	float: right;
	text-align: right;
}

#col_center {
	margin: 0;
	padding: 10px;
	width: 570px;
	float: left;
	clear: both;
	border-top: 1px dotted silver;
	font-size: 13px;
}


#col_right {
	float: left;
	width: 248px;
	border-top: 1px dotted silver;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	margin: 0px 0px 10px 0px;
}

#col_right a.red {
	color: #990000;
}


#etracker {
	line-height: 0px;
	height: 0px;
	width: 0px;
}


#banner_leader {
	clear: both;
	background-color: #f8f8f8;
	border: 1px dotted silver;
	padding: 0px;
	text-align: center;
}

#col_right #toc_title {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 1.1em;
}

#col_right .toc_section {
	margin: 0px;
	padding: 2px 0px 2px 8px;
	line-height: 1.5em;
}

#col_center #pager {
	font-size: 13px;
	text-align: center;
	margin: 10px;
}

#pager a {
	text-decoration: none;
}

.kicker {
	font-size: 12px;
	font-weight: bold;
	color: #182261;
}

#page #footer {
	clear: both;
	margin-top: 10px;
	padding: 0;
	font-size: 10px;
	color: #999999;
	border-top: 1px dotted silver;
	text-align: center;
}
#col_right * {
	font-size: 11px;
}

#comments h5 {
	color: #990000;
	margin: 0;
	padding-bottom: 2px;
	font-size: 11px;
	border-bottom: 1px dotted silver;
}

#comments .comment {
	border-bottom: 1px dotted silver;
	padding: 6px 0 6px 0;
	font-size: 11px;
	clear: both;
}

#comments .comment h4 {
	color: #182261;
	margin: 0 0 5px 0;
	font-size: 12px;
}

#comments div.user_date {
	float: right;
	font-size: 9px;
	color: gray;
	padding: 3px 0 3px 3px;
}

#comments div.message {
	padding: 5px 0 5px 0;
	font-size: 11px;
	color: gray;
}

#comment_form {
	//border-top: 1px dotted silver;
	padding: 0px 0 10px 0;
}

#comment_form a {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#comment_form a:hover {
	color: #990000;
	text-decoration: underline;
}

#comment_form label {
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: gray;
	margin-bottom: 12px;
}

#comment_form input {
	width: 570px;
	margin-top: 5px;
	border: 0px;
	border-bottom: 1px dotted silver;
}

#comment_title {
	font-weight: bold;
	color: #182261;
}

#comment_text label {
	display: block;
}

#comment_text textarea {
	width: 570px;
	height: 100px;
	font-size: 12px;
	border: 1px dotted silver;
}

#comment_form #submit_comment {
	width: 150px;
	border: 1px solid silver;
}

#comments #write_comment {
	text-align: right;
	color: #182261;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cmtform {
	display: none;
}