﻿table.Default_Grid
{
	width: 100%;
	border-bottom-style: none;
	margin: 0px 0px 0px 0px;
}

td.Default_Grid_Cell_normal
{
	padding : 0px 0px 0px 0px;
	width: 33%;
	height: 200px;
}

div.Default_Grid_Cell_normal
{
	width: 100%;
	height: 100%;
	background-image: url(Images/MaingridBack.jpg);
	background-repeat : no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
}

div.Default_Grid_Cell_mouseover
{
	width: 99%;
	height: 99%;
	background-image: url(Images/MaingridBack_over.jpg);
	background-repeat : no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;	
}

td.Default_MoreBtn
{
	width: 121px;
	height: 26px;
	cursor: pointer;	
}

.Default_Grid_Cell_glyph
{
	text-align: center;
	height: 100%;
	vertical-align: middle;
	margin-top: 10px;
	width: 100%;
	color: #AAAAAA;	
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.Default_Grid_Cell_productName
{
	width: 100%;
	text-align: center;
}

.Default_Grid_Cell_productName a:link,
.Default_Grid_Cell_productName a:visited
{
	font-size: 15px;
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}

.Default_Grid_Cell_productName a:hover
{
	font-size: 14px;
	color: #003c5a;
	font-weight: bold;
	text-decoration: none;
}

div.announcementsDiv
{
	margin: 0px 5px 35px 5px;
}

div.announcement
{
	color: #003c5a;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.announcementsTitle
{
	font-weight: bold;
	margin-bottom: 10px;
	color: #003c5a;
	height: 20px;
	vertical-align: middle;
	background-color: #E0E7EA;
}

div.announcementItemTitle_odd
{
	margin-top: 10px;
}

div.announcementItemTitle_even
{
	margin-top: 10px;
	background-color: #F0F0FA;
}

div.announcementMoreTextLink
{
	text-align: right;
}

td.arrowbackground
{
	background-image: url(./Images/clickhere_login.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 70px;
	vertical-align: top;
	padding-right: 80px;
}

.contactControl
{
	width: 90%;
	background-color: Transparent;
	margin-left: 2px; 
}

.mySystemTextControl
{
	width: 130px;
	background-color: Transparent;
	border: solid 1px #003c5a;
	color: #004c5a;
}

.mySystemDropDownListControl
{
	width:135px;
	background-color: Transparent;
	border: solid 1px #003c5a;
	color: #AA8855;/*#004c5a;*/
}

.mySystemRightPanel
{
	background-color: #FFEECC;
	padding-left: 5px;
	border-left: solid 2px #AA8855;
}


.forgotPasswordDiv
{
	margin-top: 5px;
	text-align: left;
	width: 100%;
}

.forgotPasswordDiv a
{
	font-size: 9px;
	cursor: pointer;
}

.ForgotPwdWizard
{
	width: 100%;
	text-align: left;
}

.ForgotPwdWizard_Navigation
{
	border: solid 1px #DDCCAA;
	padding: 5px;
}

.ForgotPwdWizard_Step
{	
	border: solid 1px #DDCCAA;
	width: 400px;
	height: 170px;
	vertical-align: top;
	padding: 10px;
}

.ForgotPwdWizard_SideBar
{	
	width: 150px;
	border: solid 1px #ffc629;
	vertical-align: top;
	padding: 0px;
	background-color: #ffe8b2;
}

.ForgotPwdWizard_SideBarTable
{	
	width: 100%;
	margin: 0px;	
}

.ForgotPwdWizard_SideBar .wizardStep,
.ForgotPwdWizard_SideBar .selectedStep
{
	width: 140px; 
	margin: 0px;
	padding: 3px;
	height: 20px;
	vertical-align: middle;
	text-decoration: none;
}

.ForgotPwdWizard_SideBar .selectedStep
{
	background-color: #ffe394;
	border: solid 1px #ffc629;
	padding-left: 10px;
}

.ForgotPwdWizardSmallDescription
{
	font-size: 9px;
	height: 20px;
	vertical-align: middle;
	color: #888888;	
	margin-left: 20px;
}
