﻿body
{
	background-color: #EAF4FF;
	margin: 0px;
}

.topBackground
{
	background-color: #435A67;
}

.table
{
	 border-width:thin;
	 border-spacing: 0;
	 width: 100%;	
}

.forumContainer
{
     
}
.loginbuttonContainer
{
    padding: 10px;
}

.loginTextBox
{
    width: 233px;
    padding-left: 10px;
    float: left;
}

.registerSectionHeader
{
    background-color: #2E2E2E;
    text-indent: 5px;
    font-weight: bold;
    text-align: left;
    height: 25px;
    color: #FFFFFF;
}

.subHeader
{
    background-color: #EFF8F5;
}

.registrationGreeting
{
    font-family: Verdana;
    font-weight: normal;
    font-size: small;
}

.subHeader2
{
    
    background-repeat: repeat-x;
    color: #0066FF;
    font-family: Arial;
    font-size: 150%;
    font-weight: bold;
}

.details
{
	background-color: White;
	width: 100%;
}

.bottom
{
	background-color: #2E2E2E;
	height: 50px;
	color: #C0C0C0;
	font-family: Arial;
	font-size: x-small;
}

.mainTable
{
	width: 100%;
	background-color: #212E45;
}

.mainTopCell
{
	background-color: #000E1C;
}

.pageTitle
{
    color: #FF9900;
    padding-top:15px;
    padding-bottom:10px;
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 5px;
    vertical-align:bottom;
    background-color: #EAF4FF;
}

.pageTitleWithImage
{
    text-indent: 10px;
}


.pageTitleImage
{
    float:left;
    padding-left:10px;
    padding-top:20px;

}


.loginLinks
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}

.login
{
    border: 1px dotted #003366;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.cgtable
{
    width: 100%;
    background-image: url('Images/cgheader.jpg');
    background-repeat: no-repeat;
    height: 294px;
}

.detailstext
{
    color: #666666;
}

.activationWelcome
{
    font-size: xx-large;
    color: #3399FF;
    font-family: verdana;
}

.normalFont
{
    color: #333333;
    font-family: verdana;
    font-size: small;
}

.activationFailed
{
    font-size: xx-large;
    color: #FF0000;
    font-family: verdana;
}