/* 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 ;
	 vertical-align: top;

}
td {
	vertical-align: top;
}

/* 
Standard Text for ASP Server Controls 
Added by Gerhard

*/
.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;
}

.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;
}

.MainMenu A
{
    background-color:#6699CC;
    color: White;
    text-decoration:none;
}

.MainMenu A:visited
{
    background-color: #6699CC;
    color: White;
    text-decoration:none;
}

.MainMenu A:hover
{
    background-color: #6699CC;
    color: Black;
    text-decoration:none;
}
