﻿.main
{
	padding:5px 2px 5px 2px;
	font-weight:bold;
	text-align:center;
	width:auto;
}
.mainContent
{
	margin-right:10px;
}

.contentHeaderGreen
{
	background-image:url('../images/menuleftblue.jpg');	
	background-repeat:no-repeat;
	background-position: left top;
}

.contentHeaderGreenRight
{
	background-image:url('../images/menurightblue.jpg');	
	background-repeat:no-repeat;
	background-position: right top;
}

.contentHeaderGreenLeft
{
	background-image:url('../images/menumiddleblue.jpg');	
	margin-left:9px;
	margin-right:8px
}

.contentHeaderGrey
{
	background-bgcolor:#EBEBEB;	
	background-repeat:no-repeat;
	background-position: left top;
}

.contentHeaderGreyRight
{
	background-bgcolor:#EBEBEB;	
	background-repeat:no-repeat;
	background-position: right top;
}

.contentHeaderGreyLeft
{
	background-bgcolor:#EBEBEB;		
	margin-left:9px;
	margin-right:8px
}



/*.contentTitle
{
	padding-top:9px;
	padding-bottom:9px;
	line-height:18px;
	font-weight:bolder;
	color:black;
	font-size:18px;
	font-family:Arial;
}*/
.contentTitle
{
	padding:4px 0px 4px 0px;
	line-height:18px;
	font-weight:bolder;
	color:black;
	font-size:18px;
	font-family:Arial;
}
.contentDataGreen
{
	border:solid 1px silver;	
    padding:2px 2px 2px 2px;
    background-color:#e3edf6;
}

.contentDataGrey
{
	border:solid 1px silver;	
    padding:2px 2px 2px 2px;
    background-color:#EBEBEB;
}

td
{
    font-family:Arial;
    font-size:12px;
    color:Navy;
}
.text
{
    font-family:Arial;
    font-size:11px;
    color:Navy;
    text-align:justify;
}
.textbox
{
    font-family:Arial;
    font-size:12px;
    width:200px;
    color:Navy;
}
.textbox2
{
    font-family:Arial;
    font-size:12px;
    width:120px;
    color:Navy;
}
.textbox3
{
    font-family:Arial;
    font-size:12px;
    width:60px;
    color:Navy;
}
.dropdown
{
    font-family:Arial;
    font-size:12px;
    width:200px;
    color:Navy;
}
.error
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:Red;
}
.margin
{
    margin:10px 10px 10px 10px;
}
.heading
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:navy;
    text-decoration:underline;
    padding-top:10px;
    padding-bottom:5px;
}
.thanks
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    color:navy;
    padding-top:10px;
    padding-bottom:5px;
}
.resultTable
{
    text-align:center;
}