FORM { margin-bottom: 0px; }

BLOCKQUOTE { color: #DDDDDD; font-size:11px; }

BODY { 
	background-color : #000000;
	color: #FFFFFF;
	font-family: verdana,arial,helvetica;
    margin:0;
    padding:0;
    font-size: small;
}

div.PageContent
{
	margin:5px;
}

hr.SectionEnd
{
	border: 0;
	margin: 0pt auto 0pt 0pt;
	text-align: left;
	width: 300px;
	height: 1px;
	color: #669999;
	background-color: #669999;
	clear: both;
}

#navBar {
	background-image: url('/images/layout-nav-bk.jpg');
	width: 100%;
	height: 23px;
}
#navBar A {
	border: none;
}

.MenuBar {
    background-image: url(/images/layout-nav-bk.jpg);
    margin-top:10px;
    height:18px;
    padding:2px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    font-weight:bold;
}

.MenuBar a {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    border: 0;
    color:#FFFFFF;
}

.MenuBar a:hover {
    color:#CCCCCC;
    text-decoration:none;
    border:0;
}

INPUT.InputClass {
	font-weight: bold;
	background-color: #000000;
	color: #CCCCCC;
	border: 1px solid #0099FF;
}
SELECT.input {
	font-size: xx-small;
}

TD { 
	font-family: verdana,arial,helvetica;
	font-size: 12px;
}

TABLE.AdminTable {
	border-color: #0099FF;
}
TD.AdminTable {
	border-color: #0099FF;
}

TD.HeadingTD {
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	background-color: #003366;
	font-weight: bold;
	border-color: #0099FF;
}

TD.TitleText {
	background-image: url(/images/layout-title-bk.jpg);
	vertical-align: top;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

A { color: #CCCCCC; text-decoration:none; border-bottom: dotted 1px #CCCCCC }
A:visited { color: #CCCCCC; }
A:active { border-bottom: dotted 1px #FFFFFF }
A:hover { color: #FFFFFF; border-bottom: solid 1px #FFFFFF }
.NoBorder, .NoBorder A, A.NoBorder, A.NoBorder:hover { border: none; }

DIV.Heading {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	text-align : CENTER;
}

/* MP Version of .Heading  */
DIV.HeadingText {
	font-family : verdana,arial,helvetica;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	text-align : CENTER;
	margin-bottom: 1em;
}

IMG {
	border-color: #000000;
}
.ImageBorder {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

.Content_RightFloat 
{
	float: right;
	clear: right;
}

.Content_LeftFloat 
{
	float: left;
	clear: left;
}

IMG.Content_RightFloat, IMG.Content_LeftFloat
{
	margin: 5px;
	border: 0;
}

FORM {
	margin-bottom: 0px;
}

/*SPAN
{
	font-size: small;
}*/

SPAN.ActionSuccess 
{
	color: Green;	
}

SPAN.ActionFailure 
{
	color: Red;	
}
