@charset "ISO-8859-1";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
    margin: 0;
    padding: 0;
	}
img {border: 0;}

#topbar {
	}
img#logo {
	position: absolute;
	top: 0;
	left: 0;
	}
ul#toptabs {
	position: absolute;
	top: 15px;
	left: 180px;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
    line-height: normal;
	}
#toptabs li {
	float: left;
	display: inline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
    padding: 0;
    margin: 0;
    background: url(/images/top-tab-right.gif) no-repeat right top;
	}
#toptabs li.selected {
    background: url(/images/top-tab-selected-right.gif) no-repeat right top;
}
#toptabs a {
	margin: 0;
	color: black;
	text-decoration: none;
	display: block;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/images/top-tab-left.gif) no-repeat left top;
    padding: 3px 15px;
	}
#toptabs li.selected a {
    color: white;
    font-weight: bold;
    background: url(/images/top-tab-selected-left.gif) no-repeat left top;
}
div#logout{
	float: right;
	margin: 18px 10px 0 0;
	color: #336699;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
    z-index: 10;
	}
div#logout a {
    z-index: 10;
}
div#logout a:hover{
	background-color: #FFFFFF;
	}
#topmenu {
	position: absolute;
	top: 35px;
	left: 0;
	background: #6699CC;
	width: 100%;
	}
#topmenu ul {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	}
#topmenu li {
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
#topmenu li a {
	margin: 0;
	height: 30px;
	display: block;
	padding-right: 15px;
	color: #FFFFFF;
	background: #6699CC;
	line-height: 30px;
	}
#topmenu #user {
	float: right;
	padding-right: 10px;
	color: #FFCC33;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 30px;
	}
#toptitle {
	position:absolute;
	top: 65px;
	left: 0;
	background-color: #336699;
	height: 25px;
	width: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	line-height: 25px;
	}
#lsidebar {
	padding-top: 20px;
	padding-left: 5px;
	background-color: #F4ECE1;
	vertical-align: top;
	font-family: Verdana, Helvetica;
	font-size: 9pt;
}
.pagetitle {
	padding-left: 5px;
	}
#content {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	line-height: 100%;
	}
form {
	border: 0;
	margin: 0;
	}
input, select, th, td, label, caption, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}
input, select, th, td {
	font-weight: normal;
	}
label {
	font-weight: bold;
	padding-right: 10px;

	}
label.check-box-right-label {
    font-weight: normal;
}
table.panel {
	border: 0;
    margin: 0;
	border-collapse: collapse;
	width: 100%;
	background-color: #fcf5e6;
	}
table.panel th {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
	}
table.column {
	margin: 5px;
	border: 0;
	border-collapse: collapse;
	}
table.column td {
	margin: 0;
	padding: 0;
	height: 20px;
	}
table.column a {
	color: blue;
	background-color: #fcf5e6;
}
.extraHTML, .hint {
	position: relative;
	bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
	}
.hint {
	font-size: .8em;
	color: #666666;
	}
.buttonbar {
	background: #999999;
	width: 100%;
	text-align: right;
	min-height: 23px;
    font-weight: bold;
    line-height: 20px;
	}
span.results {
  float: left;
  padding-left: 5px;
  text-align: left;
  background-color: transparent;
}
.whitebar {
	background: #FFFFFF;
	width: 100%;
	height: 20px;
	}
#copyright {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    line-height: 20px;
	padding: 5px;
	}
#copyright a {
	background-color: #FFFFFF;
}
.grids {
	background-color: #919191;
}
table.grid {
	background-color: #fff;
	width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.grid caption {
	width: 100%;
	padding: 4px 5px;
	text-align: left;
	background-color: #999999;
	font-weight: bold;
    border-bottom: 1px solid #999999;
}
.grid th {
    margin: 0;
    padding: 4px 5px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #999999;
	color: #000;
}
.grid td {
	margin: 0;
	padding: 4px 5px;
}
.grid .grid-line-titles {
    background-color: #d6d6d6;
}

.grid .grid-line-titles a {
    background-color: #d6d6d6;
    text-decoration: none;
}

.grid .grid-line-even {
	background-color: #d6d6d6;
}
.grid .grid-line-odd {
	background-color: #f1f1f1;
}
.grid a {
	color: black;
}
.grid .grid-line-even-spaced {
	background-color: #d6d6d6;
    border-bottom: 2px solid #FFFFFF;
}
.grid .grid-line-odd-spaced {
	background-color: #f1f1f1;
    border-bottom: 2px solid #FFFFFF;
}
.grid .grid-line-total {
	background-color: #999999;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

ul.content-tabs {
    height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.content-tabs li {
	float: left;
	display: inline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
    background: url(/images/content-tab-right.gif) no-repeat right top;
	}
ul.content-tabs li.selected {
    background: url(/images/content-tab-selected-right.gif) no-repeat right top;
}
ul.content-tabs li a {
    margin: 0;
    color: black;
    text-decoration: none;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/images/content-tab-left.gif) no-repeat left top;
    padding: 3px 15px 2px;
    line-height: 15px;
}
ul.content-tabs li.selected a {
    font-weight: bold;
    padding-bottom: 2px;
    background: url(/images/content-tab-selected-left.gif) no-repeat left top;
}
.tab-layer {
	position: absolute;
	visibility: hidden;
	width: 100%;
}
.error {
	color: red;
}
div.error {
    background-color: #fcf5e6;
    padding: 5px;
}
.warning {
	color: darkorange;
}
.good {
	color: green;
}

div.panel {
	background: #fcf5e6;
	padding: 5px;
}
div.nav {
	float: right;
	border: solid 1px blue;
	}
#notice {
	border: 1px solid red;
	padding: 1em;
	margin-bottom: 5px;
	background-color: #f0f0f0;
	font: bold smaller sans-serif;
}

h3, h4 {
    font-size: 12px;
    margin: 0;
    padding: 0.33em 0 0;
    color: black;}
.box {
    margin: 0 0 1em 1em;
    width: 80%;
    padding: 15px 15px 0 0; }
.box h3 {
    border: 1px solid #999;
    border-bottom: none;
    background: #CCC;
    padding: 2px; }
.box ul {
    list-style: disc inside none;
    margin: 0;
    padding: 0 0 3px 3px;
    border: 1px solid #999 }
.box li {
    padding: 1px;
    line-height: 15px;}

li span.title {font-weight: bold; }

dl {
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0;
}

dt {
	font-weight: bold;
}

dt.blue {
	color: #336699;
	padding-top: 5px;
	padding-bottom: 5px;
}

dl ul {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 10px;
	font-weight: normal;
	list-style-position: inside;
}

dl ul li {
	padding-bottom: 3px;
	list-style-type: disc;
}

dl ul li a {
	color: blue;
}

dl ol {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 10px;
	font-weight: normal;
	list-style-position: inside;
}
dl ol li {
	padding-bottom: 3px;
}

li.inst {
    padding-bottom: 5px;
    color: black;
    font-weight: normal;
    list-style-type: disc;
}

div.pagination {
    font-weight: normal;
    padding-right: 5px;
}
div.pagination a {
    color: black;
}
td.blue a {
    color: blue;
}

ol.list-with-current {
    margin: 0;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 10px;
    font-weight: normal;
    list-style-position: inside;
    width: 100%;
}

ol.list-with-current li.current {
	padding-bottom: 8px;
    color: black;
    font-weight: bold;
    width: 100%;
}

ol.list-with-current li.not-current {
	padding-bottom: 8px;
    color: gray;
    font-weight: normal;
    width: 100%;
}

.panel-divider {
    background: #999999;
    width: 100%;
    height: 1px;
    border-top: 2px solid #fcf5e6;
}
input.uneditable,textarea.uneditable {
    border: 1px solid #EEE;
    border-top: 1px solid #DDD;
    padding: 2px;
}
div#timeout-warning {
    position: absolute;
    top: 40%;
    left: 50%;
    height: 100px;
    width: 300px;
    margin-top: -50px;
    margin-left: -150px;
    border: solid 3px darkred;
    background-color: white;
    padding: 40px;
}
div#timeout-warning #msg {
    font-size: 1.1em;
    text-align: center;
}
div#timeout-warning #links {
    text-align: center;
    padding-top: 30px;
}
div#timeout-warning a {
    color: blue;
}

