/* Classes for Link Rendering */
a:link { color: green; text-decoration: none; }
a:visited { color: green; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: red; text-decoration: none; }
.AltLink a:link { color: red; text-decoration: none; }
.AltLink a:visited { color: red; text-decoration: none; }
.AltLink a:hover { color: red; text-decoration: underline; }
.BasicLink a:link { color: black; }
.BasicLink a:visited { color: black; }
.BasicLink a:hover { color: white; background-color: #333333; text-decoration: none; }
.MenuBox a:link { color: black; }
.MenuBox a:visited { color: black; }
.MenuBox a:hover { color: blue; background: none; text-decoration: underline; }
.topMenu a:link { color: white; text-decoration: none; }
.topMenu a:visited { color: white; text-decoration: none; }
.topMenu a:active { color: white; text-decoration: none; }
.topMenu a:hover { color: white; background: none; text-decoration: underline; }
.rightMenu a:link { color: black; text-decoration: none; }
.rightMenu a:visited { color: black; text-decoration: none; }
.rightMenu a:active { color: black; text-decoration: none; }
.rightMenu a:hover { color: black; background: none; text-decoration: underline; }
.leftMenu a:link { color: black; text-decoration: none; }
.leftMenu a:visited { color: black; text-decoration: none; }
.leftMenu a:active { color: black; text-decoration: none; }
.leftMenu a:hover { color: black; background: none; text-decoration: underline; }
.BackedLink a:link { color: black; }
.BackedLink a:visited { color: black; }
.BackedLink a:hover { color: white; background-color: #333333; text-decoration: none; }
.plain a:hover { color: black; background: none; text-decoration: none; }


/* Font Settings */
p
{
	font-family: trebuchet ms;
	font-size: 0.875em;
	line-height: 1.2;
}

td.text
{
	font-family: trebuchet ms;
	font-size: 0.875em;
	line-height: 1.2;
}

.alert
{
	font-family: tahoma;
	font-size: 0.9em;
}

p.topMenu
{
	font-family: trebuchet ms;
	font-size: 1em;
	color: white;
	text-align: left;
}

font.leftMenu
{
	font-family: trebuchet ms;
	font-size: 0.8em;
	text-align: left;
}

.rightMenu
{
	font-family: ms sans serif;
	font-size: 0.75em;
	color: black;
	text-align: left;
}

.title
{
	margin-left: 4px;
	font-family: tahoma;
	font-size: 1.12em;
}

font.small
{
	font-size: 0.5em;
}

font.tiny
{
	font-family: trebuchet ms;
	font-size: 0.5em;
}


/* Spacings */
img.imageWithSpace
{
	margin-bottom: 2px;
	margin-right: 4px;
}


/* Rules and underlines */
.underline
{
	font-size: 1.06em;
	background: url('../images/elements/underline.png') repeat-x 0% 100%;
	padding-bottom: 4px;
	white-space: nowrap;
}

.rule
{
	background: url('../images/elements/rule.png');
	overflow: hidden;
	height: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.thinRule
{
	background: url('../images/elements/rule.png');
	overflow: hidden;
	height: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.thinGreenRule
{
	background: url('../images/elements/ruleGreen.png');
	overflow: hidden;
	height: 3px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.invisibleRule
{
	margin-top: 6px;
	overflow: hidden;
}

/* Styling for forms */
.searchBox
{
	background-image: url('/testbed/images/sidebar2.gif');
	color: black;
	height: 20px;
	font-size: 12px;
}

.searchButton
{
	color: black;
	height: 20px;
	font-size: 0.75em;
}

/* Bullets styling */
ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li
{
	background-image: url('/testbed/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: .7em;
}

li.menu
{
	background-image: url('/testbed/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .47em;
	padding-left: .6em;
}

/****** Legacy For Pete's Version ******/
.innerTable{
 border: solid 1px black;
 margin: 10px 10px 10px 15px;
 cell-spacing: 0px;
 text-align: center;
 font-family: trebuchet ms;
}
.innerTable thead{
 background-color: #185628;
}
.innerTable thead td{
 margin: 0px;
 padding: 2px 8px 1px 8px;
 color: white;
 font-size: 0.875em;
}
.innerTable tbody th{
 padding: 2px 5px 2px 5px;
 font-weight: bold;
 font-size: 0.875em;
}
.innerTable tbody td{
 padding: 2px 5px 2px 5px;
 font-size: 0.875em;
}