*
{
	padding:0px;
	margin:0px;
	border:0px;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
body
{
	text-align:center;
	background-color:#e3e3e3;
}
#center
{
	width: 100%;
	margin:0 auto;
	height: 120px;
	background-position: center;
	background-repeat: repeat;
	background-image: url('../images/header-bg.jpg');
	border-bottom:3px solid #fff;
	text-align:center;
	position:relative;
}
#center_header
{
	color: #fff;
	font-weight:bold;
	position:relative;
	margin: 0pt auto;
	padding: 0px;
	height: 120px;
	width: 700px;
}
#header_logo {
	float:left;
	position:relative;
}
#header_links {
	position:absolute;
	right:4px;
	bottom: 0px;
	font-size: 9pt;
	font-weight: normal;
	background-color:#ccc;border:3px solid #fff;border-bottom:0px;padding:2px;color:#003;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
#header_links > a {
	color: #003;
	font-size: 9pt;
	font-weight: bolder;
}
#header_links > a:hover {
	color: #505b6f;
}
#main
{
	width: 789px;
	margin:0 auto;
	height: 100%;
	padding-top:12px;
	text-align:center;
	position: relative;
}
#main_login
{
	width: 300px;
	margin:0 auto;
	height: 100%;
	padding-top:12px;
	text-align:center;
	position: relative;
}
.cols
{
	border:2px solid #fff;
	width:250px;
	height:200px;
	padding:0px;
	overflow:hidden;
}
.cols_tall
{
	border:2px solid #fff;
	width:250px;
	padding:0px;
	background-color: #fff;
}
.shadow
{
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background-color: #fff;
	float:right;
	margin:4px;
}
#foot
{
	position: absolute;
	width: 100%;
	left:0px;
	bottom:0px;
	height: 20px;
	background-color: #8daf57;
	border-top:3px solid #fff;
	color: #aaa;
}
#foot > div
{
	margin:4px;
	color: #fff;
}
#foot > div > a
{
	color: #fff;
	font-weight:bold;
}
#foot > div > a:hover
{
	color: #003;
}
#spacer{
height: 95%;
float: left;
width: 1px;
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
background-color: red; /* visual effect only */
}
.login_module caption
{
	font-weight:bold;
	color:#fff;
	padding:4px;
}
.login_module input
{
	border:2px solid #fff;
	margin-top:8px;
}
.module {
	text-align:left;
	background-color:#fff;
}
.moduleIndex {
	border-top: 1px solid #003;
	border-left: 1px solid #003;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.module table {
	background-color:#fff;
	border-collapse:collapse;
	width: 100%;
}
.module caption {
	background:url('../images/mod_cap_bg.jpg');
	height: 18px;
	padding-top: 2px;
	font-weight: bold;
	color:#fff;
	border-bottom: 1px solid #aaa;
	margin-left: -1px;
	background-color: #041340;
	background-repeat: repeat-y;
	background-position: center;
}
.module caption > a {
	color:#fff;
}
.module caption > a:hover {
	color:#aaa;
}
.module th {
	background-color: #e3e3e3;
	text-align: left;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
.module tr > th:first-child, td:first-child {
	padding-left: 2px;
}
.module td {
	font-size: 8pt;
}

.module td > a {
	font-size: 8pt;
	color: #000;
	display:block;
	display:inline!important;
}

.module td img {
}

.mod_admin td > a {
	display:inline!important;
}
.module td > a:hover {
	color: #b2c3db;
}
.module .row0 {
	
}
.module .row1 {
	background-color:#b2c3db;
	color: #333;
}
.module .row0:hover {
	background-color: #999;
	color: #fff;
}
.module .row1:hover {
	background-color: #003;
	color: #fff;
}
.mod_admin td {
	padding:2px;
}
.mod_admin tr:hover {
	background-color: #eef;
}
.sortBy, .sortBy * {
	color:#666;
	font-size: 7pt;
}
.sortBy > a:hover {
	color:#aaa;
}
.redTxt {
	/*color: #9a3300;*/
}
.redTxt > td > a:hover {
	color: #9a3300;
}
.greenTxt {
	/*color: #008000;*/
}
.greenTxt > td > a:hover {
	color: #008000;
}
.blueTxt {
	/*color: #000080;*/
}
.blueTxt > td > a:hover {
	color: #000080;
}
.pinkTxt {
	/*color: #800080;*/
}
.pinkTxt > td > a:hover {
	color: #800080;
}
.edit_btn > input {
	font-size:7pt;
	font-weight:lighter;
	margin-bottom:1px;
}
.moduleIndex label {
	font-weight: bold;
}
.rsrc_link {
padding-left:15px;
}
.rsrc_folder {
background:transparent url(../images/folder.gif) no-repeat scroll 0 0;
}
.folder_tbl tr {
height:18px;
}
.rsrc_doc {
background:transparent url(../images/doc.gif) no-repeat scroll 0 0;
}
