html, body {
    /*height: 100%;*/
}

body {
	margin: 10px;
	font-family: verdana;
	font-size: 12px;
	margin: 5px;
	background: #eee url(/images/logo_background_eee.png);
	background-attachment: fixed;
	background-position: 200px 50px;
	background-repeat: no-repeat;
}

div#nav {
	position: fixed;
	float: left;
	width: 160px;
	background-color: #aaa;
	padding: 0px 3px 2px 0px;
	margin-bottom: 10px;
	z-index: 1;
}

div#navcontent, div#navcontentcollapsed {
	width: 159px;
	background-color: #fff;
	border: 1px solid #777;
}

div#navcontent h1, div#navcontentcollapsed h1 {
	font-size: 1.0em;
	text-align: center;
	border-bottom: 1px solid #777;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	background-color: #ccf;
}

div#navcontent ul, div#navcontent ul li ul {
	padding: 0;
	margin: 0;
}

div#navcontent ul li {
	list-style: none;
	border-bottom: 1px solid #777;
}

div#navcontent ul li ul li {
    list-style: none;
    /*border-top: 1px solid #777;*/
    border-bottom: none;
    padding-left: 10px;
}

div#navcontent ul li a, div#navcontent ul li span {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #000;
	width: 100%;
}

html>body #navcontent li a, html>body #navcontent li span {
	width: auto;
}

div#navcontent ul li span, html>body #navcontent li span {
    font-style: italic;
    text-decoration: underline;
}

#navcontent li a:hover {
	background-color: #ff7;
}

#navcontent ul li.current {
	background-color: #ff7;
	font-weight: bold;
}

#navcontent ul li.current a {
}

div#content {
	margin-left: 170px;
	min-height: 580px;
	padding-bottom: 10px;
}

div#content h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #777;
	padding: 5px;
}

div#content h2 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

div#footer {
	position: relative;
	clear: both;
	height: 30px;
	border-top: 1px solid #aaa;
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
	color: #777;
}

div#divDisablePageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #777;
    opacity: 0.6;
    /*filter:alpha(opacity=60);*/
    z-index: 3;
}

div#divConfirmDelete, div.confirm_delete {
    position: absolute;
    width: 350px;
    background-color: #aaa;
    padding: 0px 3px 2px 0px;
    z-index: 4;
}

div#divConfirmDelete div, div.confirm_delete div {
    width: 349px;
    background-color: #fff;
    border: 1px solid #777;
    z-index: 5;
}

div#divConfirmDelete div h1, div.confirm_delete div h1 {
    font-size: 1.1em;
    text-align: left;
    border-bottom: 1px solid #777;
    padding: 3px;
    margin: 0;
    background-color: #ccf;
    z-index: 6;
}

div#divRecordAction, div.record_action {
	position: fixed;
	background-color: #aaa;
	padding: 0px 3px 2px 0px;
	z-index: 7;
	top: 100px;
	left: 100px;
}

div#divRecordAction div, div.record_action div {
	background-color: #fff;
	border: 1px solid #777;
	z-index: 8;
}

div#divRecordAction div h1, div.record_action div h1 {
	font-size: 1.1em;
	text-align: left;
	border-bottom: 1px solid #777;
	padding: 3px;
	margin: 0;
	background-color: #ccf;
	z-index: 9;
}

.align_top {
	vertical-align: top;
}

.align_middle {
	vertical-align: middle;
}

.align_bottom {
	vertical-align: bottom;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.text_bold {
    font-weight: bold;
}

.text_italic {
    font-style: italic;
}

.site_hidden {
    visibility: hidden;
}

.site_removed {
    display: none;
}

.clickable {
    cursor: pointer !important;
}

.pagingbar a {
	text-decoration: none;
	color: #00f;
}

.pagingbar a:hover {
	text-decoration: underline;
}

input, select, textarea {
	font-size: 11px;
}

input, textarea {
	border: 1px solid #aaa;
	background-color: #eee;
}

input[type="checkbox"] {
	border: none;
	padding: 0;
}

input:disabled, textarea:disabled {
	border: none;
}

input:focus, textarea:focus {
	background-color: #ff7;
}

button {
	border: 1px solid #777;
	background-color: #ddd;
	margin-left: 1px;
	margin-right: 1px;
	cursor: pointer;
}

button:hover {
	background-color: #ff7;
}

button.green {
	background-color: #9c9;
}

button.red {
	background-color: #f99;
}

button img {
	height: 12px;
	width: auto;
}

table tr td {
	border: 1px solid #fff;
	padding: 2px;
	font-size: 10px;
}

th {
	background-color: #ccc;
}

tr.nowrap td {
	white-space: nowrap;
}

td.nowrap {
	white-space: nowrap;
}

table.hoverable tr:hover td {
	background-color: #fff;
}

td.hoverable:hover {
	background-color: #fff;
}

td.nohover:hover {
	background-color: transparent !important;
}

th.header {
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
}
