﻿.bodyContent
{
    margin: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    padding-bottom: 10px;
    
    padding-top: 10px;
    font-family: Arial;
}

/***********************Table**********************/

.tableBGColor
{
	background-color: #e9f4e4;
	
}
.bannerBackground
{
    background-image: url(Resources/Images/Yahoo_header.jpg);
}
.formClass
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	height: 30px;
	width:326px;
}

.formClassLeftAlign
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: Left;
	height: 30px;
	width:326px;
}

.footer
{
	background-color: #8b1a1c;
	font-size: 10px;
	font-family: Arial;
	color: white;
}

.menuBackground
{
	background-color : #000000;
}

.offsetTablePadding
{
	padding: 20px;
	border:0px;
}
/**********************Labels***********************/
.dateBackground
{
    background-color : #c2d8aa;
}

/***********************TextBoxes**************************/
.ccText
{
    background-color: #000000;
    color: white;
    font-family: Arial;
}


/**************************Text elements******************/

.pageHeading
{
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.pageSubHeading
{
    color: Black;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

.pageNormalText
{
    color: Black;
    font-family: Arial;
    font-size: 12px;
}


/************************Rad Controls*******************/
.menu .link:hover
{
   text-decoration: underline; 
	 cursor:pointer;
    
}

.noUnderline
{
	font-size: 10px;
	color: Black;
	font-family: Arial;
	text-decoration: none;
}
a:link
{
	font-size: 10px;
	color: Black;
	font-family: Arial;
	
}
