HTML
{
	height: 100%;
}

BODY {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	background-color : #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
}

TD
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

TH
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	background-color: #CA8899;
	text-align: center;
}

FORM
{
	display: inline;
}

.body_title {
	color: #0000A0;
	font-weight: bold;
}

.body_subtitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2C2E70;
}

.body_subtitle_edit {
	color: #0000A0;
	font-weight: bold;
	background-color: #D6BDF4;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #660000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

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

/* small font size for the footer */
.smallfont {
	font-size: 10px;
}

/* over line for footer NOT links */
.overline {
	border-top: thin solid #D0D0D0;
}

/* underline to seperate table sections in view NOT the links themselves */
.underline {
	border-bottom: thin solid #D0D0D0;
}

/* background image in the header */
.bgimage {
	background: url("/images/logo_bg.jpg");
}

/* small font for link date and hits */
.small {
	font-size: 7pt;
	color: #000033;
}

.big {
	font-size: 14pt;
}

img {
	border: 0px;
}

/* get rid of the stuborn white space
   that comes after every from */
input,select {
	font-size: 9px;
	border: thin solid #c8c8c8;
}
input:focus, select:focus {
        font-size: 9px;
        border: thin solid #000000;
}

textarea {
	font-size: 12px;
        border: thin solid #C8C8C8;
}
fieldset {
    margin: 0px;
    padding: 0px;
}
textarea:focus {
        font-size: 12px;
        border: thin solid #000000;
}

.border {
	border: thin solid #C8C8C8;
	background-color: #F8F8F8;
}

/* thick under line in the menu */
.thick_line {
	border-bottom: medium solid #888888;
}

/* alternating colors for the displayed links */
.alt_color1 {
	background-color: #FFFFFF;
}
.alt_color2 {
	background-color: #FAFAFA;
}
.link_title {
	color: blue;
	font-weight: bold;
}

/* table background color for section titles and main page */
.bg_color {
	background-color: #FFFFFF;
}

/* url color under link name */
.url {
	color: green;
	font-style: italic;
	font-size: xx-small;
}

.search_body {
	margin-left: auto;
	margin-right: auto;
}

.dbl_arrow {
	float: right;
	cursor: pointer;
}
.admin_menu {
	position: absolute;
	z-index: 1; 
	visibility: hidden;
	width: 150px;
	height: 52px;
}
.admin_border {
    border-left: thick solid #999999;
	border-top: thin solid #C8C8C8;
	border-bottom: thin solid #C8C8C8;
	border-right: thin solid #C8C8C8;
	background-color: #F8F8F8;
	white-space: nowrap;
}
.style_block {
	border: 1px solid #C8C8C8;
	background-color: #F8F8F8;
}

label {
        cursor: pointer;
        cursor: hand;
}


