﻿.mainTabArea
{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
.tabHeading
{
	position: relative;
	height: 25px;
	width: 100%;
	color: #787c59;
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 10px;
}
.tabRow
{
	position: relative;
	height: 30px;
	width: 100%;
	color: #797d5c;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 4px;
	float:left;
}
.tabRowleft
{
	position: relative;
	width: 37%;
	float: left;
	margin-top: 3px;
}
.tabRowRight
{
	position: relative;
	width: 62%;
	float: left;
}
.tabInputBox
{
	width: 90%;
	height: 20px;
	border: 1px solid #c4c5bf;
	position: relative;
	float: left;
}
.tabComboBox
{
	width: 90%;
	height: 25px;	
	position: relative;
	float: left;
}
.tabContents
{
	/*background-color: #f0f1e9; 	border-left: 1px solid #b5b7a8; 	border-right: 1px solid #b5b7a8; 	border-bottom: 1px solid #b5b7a8;*/
	margin-left: 5px;
}
.tabFooterButton
{
	position: relative;
	height: 30px;
	width: auto;
	color: #787c59;
	float: right;
	width: 100px;
	margin-top: 5px;
	/*background-color: #7bd66b;*/
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	margin-left: 5px;
	text-align: center;
}
.tabFooterLink
{
	position: relative;
	height: 30px;
	width: auto;
	/*color: orange;*/
	float: left;
	width: 120px;
	margin-top: 5px;
	font-size: 12px;
	cursor: pointer;
	margin-left: 5px;
	padding-top: 8px;
	/*text-decoration: underline;*/
	text-align: left;
}
.tabFooterLink a
{
	color:#6AAD29;
	text-decoration:none;
}
.tabFooterLink a:hover
{
	text-decoration:underline;
	color:#6AAD29;
}
.GSearchDiv a
{
	color:#7a7b6b;
	text-decoration:underline;
}
.GSearchDiv a:hover
{
	text-decoration:underline;
	color:#6AAD29;
}
.StatusImg
{
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	opacity: 0.33;
	filter: alpha(opacity=33);
	background-image: url(../images/registration/required.gif);
}
.StatusImgHidden
{
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	display:none;
	opacity: 0.33;
	filter: alpha(opacity=33);
	background-image: url(../images/registration/required.gif);
}

.StatusImgRequired
{
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	background-image: url(../images/registration/required.gif);
}
.AreaForLink
{
	position:relative;
	float:left;
	width:55%;
	height:auto;
	height:20px;
}
.LinkInLinkArea
{
	position:relative;
	float:right;
	width:auto;
	height:auto;
	color:#a6d795;
	top:5px;
	cursor:pointer;
}
.AreaForLink a
{
	color: #6AAD29;
	text-decoration:none;
}
.AreaForLink a:hover
{
	text-decoration:underline;
	color:#6AAD29;
}
.AreaForLink a:active
{
	text-decoration:none;
	color:#ed912a;
}

.LinkInLinkArea a
{
	color: #6AAD29;
	text-decoration:none;
}
.LinkInLinkArea a:hover
{
	text-decoration:underline;
	color:#6AAD29;
}
.LinkInLinkArea a:active
{
	text-decoration:none;
	color:#ed912a;
}
.messageArea
{	
	height: 25px;
	text-align: center;
	color:#6b6a64;
	width:98%;
	position:relative;
	float:left;	
}
.messageAreaError
{
	background-color:#e4e7d6;
	padding-right: 2px;	
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;	
	padding-bottom: 2px;
	margin: 0px auto;	
	width: 92%;
	padding-top: 2px;
	margin-bottom:5px;	
}
.roundRightTop
{
	background-image: url(../images/rightTop.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}
.roundLeftTop
{
	background-image: url(../images/leftTop.jpg);
	background-position:left;
	background-repeat:no-repeat;	
}

.roundRightBottom
{
	background-image: url(../images/rightBottom.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}
.roundLeftBottom
{
	background-image: url(../images/leftBottom.jpg);
	background-position:left;
	background-repeat:no-repeat;	
}
