/* Generic Tags */
html
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
body 
{
	margin: 0px;
	background-color: #3366CC;
	background-image: url(bgtile.jpg);
	background-repeat: repeat-x;
}

a, a:visited
{
	color: #6699CC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
}
h1
{
    font-size: 12px;
	 color: #CC0033;
}
h2
{
    font-size:11px;
	 font-style: italic;
	 color: #669933 ;

}
td {
	vertical-align: top;
}

/* Standard Text for ASP Server Controls */
.DefaultText
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Table layouts */

#maintable {
	width: 700px;
	background: #FFFFFF;
}
.content {
	background: #FFFFFF;
	padding: 5px;
}
.row1 {
	background-image: url(images/row.gif);
		padding: 5px;
}
.row2 {
	background: #FFFFFF;
	padding: 5px;
}
img.brd {
	border: 1px solid #CCCCCC;
}
/* 
	Header Section - if you do decide to increase the
	width of the overall table - the banner image will not have
	to be recut.
*/

.banner {
	background: #000066;
}


/* Footer Section */
.footer, .footer a, .footer a:hover, .footer a:visited {
	background: #CCCCCC;
	color: #666666;
	text-align: center;
}




LoginStatus a:link, top a:visited, top a:active
{
    color: yellow;
}




.PageItem
{
	font-family: Arial, MS Sans Serif;
    font-weight: bold;
    font-size: 11pt;
    color: #2D2F78;
}

.PageHeading
{
	font-family: Arial, MS Sans Serif;
    font-weight: bold;
    font-size: 11pt;
    color: #2D2F78;
    background-color: white;
    text-align: center;
}
.TableCaption
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    background-color: #2D2F78;
}
.TableHeading
{
	font-weight: bold;
	font-size: 10pt;
	color: #2D2F78;
	/*background-color: #BEBEBE;*/
	border-bottom: 1px solid #2D2F78;
	text-align: left;
}

.TableForm
{
	background-color: #EFEFEF;
	border: Solid 1px #999999;
}
.TableBottom
{
	text-align: right;
	border-top: solid 1px gray;
}


/* Custom Control Navigation style */
.ctrNavHeading
{
	border-width: thin;
	color: Black;
	background-color: #EFF3FB;
    border-color: Black;
	font-size:10;
	font-family:Verdana;
}

.ctrGridHeading
{
	font-size:12;
	font-family:Verdana;
	vertical-align:top;	
	text-align:left;
	background-color:#c1c1c1;
}
/* Menu stuff*/
.menubar {
	background: #6699CC;
}

a.none, a.none:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.none:hover {
	color: #3366CC;	
}


UL.menu {
	PADDING-RIGHT:0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none
}
LI.menu {
	FLOAT: left; 
	/*WIDTH: 10em; */
	width: 100px;
	POSITION: relative;
	background-color: #6699CC;
	padding: 2px;
	
}
LI.menu UL.menu {
	DISPLAY: none; 
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 1.5em
}
/*UNKNOWN {
	LEFT: auto; TOP: auto
}*/
LI.menu:hover UL.menu {
	DISPLAY: block
}
LI.menu.over UL.menu {
	DISPLAY: block
}
#menu {
	CLEAR: left;
	
}
/* 
	Forms - do not redefine input otherwise radiobuttons will also have a border.
*/

.genForm {
	background: #FFFFFF;
	border: 1px solid #000000;
}
