html {
	scrollbar-3dlight-color: #41221B;
	scrollbar-arrow-color: #5F4039;
	scrollbar-darkshadow-color: #5F4039;
	scrollbar-face-color: #4B2C25;
	scrollbar-highlight-color: #5F4039;
	scrollbar-shadow-color: #41221B;
	overflow-y: auto;
	overflow-x: hidden;
	}

body {
	background: url(uc_bg.gif);
	padding: 40px 0;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	line-height: 130%;
	color: #41221B;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

* {
	outline: none;
	}

img {
	margin: 0;
	border: 0;
	}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
	}

a:hover, a:focus {
	color: #84B2BD;
	}

p {
	text-align: justify;
	}

#container {
	position: relative;
	margin: 0 auto;
	width: 80%;
	border: 2px solid #84B2BD;
	padding: 0 0 20px 0;
	background: #C7DCE1;
	}

h1 {
	margin: 20px 0 0 23px;
	font-size: 180%;
	line-height: 100%;
	font-weight: normal;
	}

#nav {
	float: right;
	margin-right: 23px;
	}

#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	overflow: hidden;
	float: left;
	margin: -2px 0 0 0;
	width: 47px;
	height: 40px;
	padding: 0;
	background: url(nav.gif);
	line-height: 50px;
	font-family: 'Palatino Linotype', palatino, 'Times new roman', times;
	font-size: 16px;
	font-weight: bold;
	color: #4C818E;
	text-decoration: none;
	text-align: center;
	}

#nav a:hover, #nav a:focus {
	background-position: 0 -40px;
	color: #C7DCE1;
	}

h2 {
	padding: 0 25px;
	font-size: 140%;
	font-weight: normal;
	}

p {
	padding: 20px 25px 0 25px;
	}

table#new, table#maintenance {
	width: 90%;
	margin: auto;
	border: 1px solid #4C818E;
	background: #C7DCE1;
	}

td {
	margin: 0;
	border: 0;
	padding: 2px 5px;
	background: #F9FCFC;
	}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric
        {
        cursor: pointer;
        }

th {
	white-space: nowrap;
	border: 1px solid;
	border-color: #FFFEFE #4C818E #4C818E #FFFEFE;
	background: #C7DCE1;
	font-weight: normal;
	text-align: left;
	padding: 2px 15px 2px 5px;
	}

th a:link, th a:visited, th a:active {
	text-decoration: none;
	}

th a:hover, th a:focus {
	color: #000;
	}

th:hover {
	background: #84B2BD;
	}

th.forwardSort {
	background: #C7DCE1 url(down.gif) center right no-repeat;
	}

th.forwardSort:hover {
	background: #84B2BD url(down.gif) center right no-repeat;
	}

th.reverseSort {
	background: #C7DCE1 url(up.gif) center right no-repeat;
	}

th.reverseSort:hover {
	background: #84B2BD url(up.gif) center right no-repeat;
	}

tr.alt td {
	background: #EAE1DF;
	}

.alt2 {
	background: #F5F1F0;
	}

.number, .percent {
	width: 22px;
	text-align: center;
	}

.percent {
	width: 40px;
	}

.date {
	text-align: center;
	}

.hidden {
	display: none;
	}

.strike {
	text-decoration: line-through;
	}
