﻿@import url(layout.css);

#tableButtons 
{
	visibility: hidden;
}

#divTables 
{
	visibility: hidden;
}

#pnlAdmin 
{
	visibility: hidden;
}

.pnlContainer 
{
	border-color: #996600;
}

.clsTable 
{
	background-color: #ffffff;
	border: solid 1px #996600;
}

.clsTH 
{
	background-color: #996600;
	color: #ffffff;
	font-weight: bold;
}

.clsTH2 
{
	background-color: #996600;
	color: #ffffff;
	font-weight: bold;
	border-left: solid 1px #ffffff;
}

.clsTable td 
{
	background-color: #ffffff;
	color: #000000;
}

#bodydiv 
{
	font-size:  x-small ;
	padding-left: 5px;
    padding-right: 5px;
}

strong 
{
	color: #996600;
}

#pagename_div {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
}

#pagename 
{
	padding-left: 5px;
	font-weight: bold;
	color: #996600;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	background-color: #000000;
}

body div div form table {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

body > tr > td {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
#container {
	margin: 0;
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	width: 100%; 
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #000000;
}
#navigation {
	background-color: #ca7;
	overflow: hidden;
	width: 100%;
	visibility: hidden;
}
#navigation li 
{
	font-size: x-small;
}

#page_content {
	position: relative;
	width: 100%;
	font-size:  x-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
	border-bottom-color: #996600;
	overflow: visible; 
	padding: 5 5 5 5;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #000000;
	background: #000000;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: x-small;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: smaller;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}

/* Styles for Navigation */
#navigation ul {
	background: #000000;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #000000;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #996600;
}
/* Styles for Content */
h1 {
	font-size: 1em;
	color: #333333;
}
h2 {
	font-size: 1.5em;
	color: #333333;
}
h3 {
	font-size: 1em;
	color: #333333;
}
h4 {
	font-size: .25em;
	color: #333333;
}
h5 {
	font-size: 0.75em;
	color: #333333;
}
h6 {
	font-size: 0.5em;
	color: #333333;
}
/* Styles for Footer */
#footer p {
	font-size: smaller;
	text-align: left;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	font-size: smaller;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCAA77;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
