#lbCaption, #lbNumber {
    color: black;
}

body {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: tahoma;
	width: 80%;
	margin: auto;
}

A, p, li {
	color: white;
	text-indent : 0px;
}

p {
	margin: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

div {
	color: white;
	text-indent : 0px;
}

span#TM
{
	margin-left: -0.05em;
	margin-right: -0.05em;
}

h1, h2, h3, h4 {
	color: #878787;
	text-indent: 3px;
	margin-bottom: 10px;
	margin-top: 6px;
	text-align: left;
}

h1 {
	font-size: 1.8em;
	margin-top: 8px
}

h2 {
	font-size: 1.3em;
	font-variant: small-caps;
	border-bottom: solid;
	border-bottom-width: 1px;
	margin-bottom: 8px;
	width: 80%;
}

h3 {
	font-size: 1.2em;
	color: #BBBBBB;
}

h4 {
	margin-bottom: 0px;
}

.footer
{
	font-weight: bold;
	font-size: 0.8em;
    margin-bottom: 3px;
	width: 99%;
	text-align: right;
}

#Logo
{
	text-align: right
}

#Form
{
	background-color: #333333;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	border-left-width: 10px;
	margin-left: 30px;
}

a:link {color: white; text-decoration: underline}
a:visited {color: white; text-decoration: underline}
a:active {color: white; text-decoration: underline}
a:hover {background: #555555; text-decoration: underline; color: #FFFFFF;}

a img
{
	border: none;
}

/*
 *-------------------------------------------------------
 * Login Styles
 *-------------------------------------------------------
*/

.login
{
/*
	background-color:#790000;
	border: 1px solid #FF3600;
	color:#FF3600;
*/
	background-color: rgb(118, 54, 32);
	border: 1px solid rgb(185, 92, 46);
	color:rgb(255, 127, 63);
	font-size:11px;
	font-weight:bold;
	padding:0px 0px 0px 3px;
	width: 150px;
}

.button
{
	background-color: rgb(118, 54, 32);
	border: 1px solid rgb(185, 92, 46);
	color:rgb(255, 127, 63);
	font-size:11px;
	font-weight:bold;
	padding: 2px;
    width: 55px;
}

.button:hover
{
	background-color: rgb(132, 62, 39);
	border: 1px solid rgb(202, 101, 50);
	color:rgb(255, 156, 107);
    /*
	background-color:#9B0000;
	border:thin solid #FF5800;
	color:#FF3600;
    */
	font-size:11px;
	font-weight:bold;
	padding: 2px;
}

.login_text
{
	color: #e9f2fc;
    font-weight: bold;
}

.entry
{
	border-left-width: 10px;
	text-indent : 20px;
	margin-bottom : 5px;
	margin-top : 5px
}

#loginError
{
	/*font-style: italic;*/
	background-color: rgb(150, 0, 0);
}

/*
 *-------------------------------------------------------
 * Basic Text
 *-------------------------------------------------------
*/

.base
{
	font-weight: normal;
	background-color: #333333;
	margin: 10px 40px 0px 40px;
	color: #FFFFFF;

	border-style: solid;
	border-color: #333333;
	border-width: 10px;
}

.subsection
{
	margin: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

.download
{
	margin-top: -5px;
	margin-left: 50px;
	margin-bottom: 15px;
	font-weight: bold;
}

.download a
{
	font-size: 12px;
	color: rgb(207, 207, 42);
	margin-right: 10px;
}

.message
{
	margin-top: -5px;
	margin-left: 50px;
	margin-bottom: 15px;
	color: rgb(207, 207, 42);
	font-weight: bold;
    font-style: oblique;
}

.error
{
	vertical-align: middle;
	margin: auto;
	width: 80%;
	background-color: rgb(255, 0, 0);
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	overflow: auto;
	margin-bottom: 10px;
}

.code
{
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: rgb(60, 60, 60);
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
}

/*
 *-------------------------------------------------------
 * Tooltips
 *-------------------------------------------------------
*/

.tool-tip
{
	border: solid;
	border-color: rgb(150, 150, 150);
	border-width: 1px;
	background-color: black;
	padding: 4px;
	max-width: 300px;
}

.tool
{
	cursor: help;
	border-bottom: double;
}

/*
 *-------------------------------------------------------
 * Navigation
 *-------------------------------------------------------
*/

#nav /* the entire nav bar */
{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	list-style: none;
    margin: 0px 40px 0px;
	margin-left: 70px;
}

#nav li a /* all nav links */
{
	text-decoration: none;
	color: #e9f2fc;
	display: block;
	padding: 2px 6px;
}

#nav li a:hover
{
	background: none;
}

#nav ul /* all lists */
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li /* all list items */
{
	float: left;
	position: relative;
	width: 85px;
	margin: 2px 1px;
	background-color: #333;
}

#nav li ul /* second-level lists */
{
	display: none;
	position: absolute;
	top: 1em;
	left: -6px;
	border-bottom: 3px solid #c63;
	z-index: 5;
}

#nav li ul li
{
	width: 83px;
	margin: 0px;
	border-left: 1px solid #c63;
	border-right: 1px solid #c63;
}

#nav li>ul /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
{
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul /* lists nested under hovered list items */
{
	display: block;
}

#nav li.first, #nav li.currentFirst /* the "home" link */
{
	width: 135px;
	color: #fff;
	background-color: #666;
	text-align: left;
	margin-right: 15px;
}

#nav li.current /* the current page */
{
	background-color: #b53;
	color: #fff;
}

#nav li.currentFirst /* when the current page is the "home" page */
{
	color: #fff;
	background-color: #8E4227;
}

#nav li:hover /* button hovering */
{
	background-color: #c63;
}

.clear_div
{
	clear: both;
	height: 0px;
	margin-bottom: 13px;
}