﻿/* CSS layout */
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: small;
}

#masthead
{
}

#top_nav
{
	padding-bottom: 10px;
}

#container
{
	min-width: 520px;
	position: static;
	float: none;
}

#left_col
{
	width: 270px;
	float: left;
}

#page_content
{
	margin-top: 0px;
	margin-left: 290px;
	overflow: auto;
}

#footer
{
	clear: both;
}

a
{
	color: Green;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul.categories li
{
	margin-bottom: 12px;
}

#progressBackgroundFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

#processMessage
{
	position: fixed;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 14%;
	z-index: 1001;
	background-color: #fff;
	border: solid 1px #000;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #F7F7DE;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 650px;
}

.tableLabelHeader
{
	text-align: left;
	position: relative;
	padding-bottom: 4px;
	background-color: Green;
	padding-left: 4px;
	padding-right: 0px;
	color: White;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

