/*
   Copyright (C) 2002-2004 by Lon H. Hohberger (lon@bluehen.udel.edu)
   All Rights Reserved.
 */

/* Anchor styles */
a { 
	color: #5dc8cd;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration:underline;
}

/* Table classes */
table.wide {
	width: 100%;
}

table.full {
	width: 100%;
	height: 100%;
}

table.tall {
	height: 100%;
}

/*
 * selected choice attributes
 */
.menu_selected {
	color: white;
	background-color: #006064;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
}

.menu_unselected {
	text-decoration:none;
	color: #34c6cd;
	background-color: #1d7074;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
}

.menu_unselected_star {
	text-decoration:none;
	color: white; /* Same as label foreground */
	background-color: #1d7074;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
}

/* 
 * attributes for menu label - should use same bg color as menu_line_border"
 */
.menu_label {
	background-color: #01939a;
	color: white;
	font-size: 10pt;
}

td {
	text-align: left;
	vertical-align: top;
	color: white;
}

td.style_menu {
	vertical-align: top;
	width: 70px;
	text-align: left;
}

td.style_body {
	background-color: #006064;
	color: white;
	vertical-align: top;
	text-align: left;
}

td.menu_space_select {
	background-color: #006064;
	width: 3px;
}

td.menu_space_back {
	background-color: #000000; /*1d7074;*/
	width: 3px;
	height: 3px;
}

td.menu_space_border {
	background-color: #34c6cd;
	width: 3px;
}

td.menu_line_back {
	background-color: #000000; /* same attrs as body.bgcolor */
	height: 3px;
}

td.menu_line_border {
	background-color: #34c6cd;
	height: 3px;
}



/* Body attributes */
body {
	background-color: #000000;/*#1d7074;*/
}

/* font stuff */
font.body_style {
	color: #1d7074;
}

font.copyright {
	color: white;
	font-size: 10pt;
	color: white;
	font-style:italic;
}


