﻿body {

	Font-family: Verdana, Helvetica, Tahoma, Arial, Times New Roman, Courier;
	Font-Size: 10pt; 
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: none;
}

input {

	Font-family: Verdana, Helvetica, Tahoma, Arial, Times New Roman, Courier;
	Font-Size: 12pt; 
	color: #666666;
}

input.txtLogin {
	display: inline-block;
	border: solid 1px #999999;
	width: 130px;
	height: 18px;
	Font-Size: 12pt;
}

A:link	{	
	text-decoration:	underline;
	color: #87212E;
	/* 87212E */
}	
		
A:visited	{	
	text-decoration:	underline;
	color: #87212E;
}	
		
A:active	{	
	text-decoration:	underline;
	color: #87212E;
}	
		
A:hover	{	
	text-decoration:	underline;
	color: #B29A00;
}

a.LoginLink {
	font-size: 12px;
	font-weight: bold;
}

div.main {

	text-align: center;
	margin: 0px auto;
	margin-top: 28px;
	width: 551px;

}

div.LoginCulture {
	height:20px;
	text-align:right; 
	margin-right: 0px;
	background-color:Yellow;
	width: 90%;
}



span.lblFormerlyCCHSA {
	display: table-cell;
	width: 551px;
	font-size: 7pt;
	padding: 4px;
}

table.tblLoginCulture {
}

td.tdLoginCulture {
	text-align: right;
	padding-right: 25px;
}

div.LoginLogo {

	height: 136px;
	background-image: url('images/portal_logo.gif');
	background-repeat: no-repeat;
	background-position: center;
}

div.LoginTitle {
	height: 44px;
	background-image: url('images/login_red_bar_bg.gif');
	background-repeat: no-repeat;
	background-position: center;
}

td.tdLoginTitle {
	padding: 8px;
}

span.LoginTitle {
	display: block;
	color: White;
	font-size: 14pt;
}

div.LoginBox {
	height: 179px;
	background-image: url('images/login_box_bg.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	display: table;
	width: 551px;
}

td.tdLoginBox {

	padding: 8px;
}

div.LoginBoxRow {
	display: table;
	width: 80%;

}

div.LoginFieldLeft {
	color: #666666;
	font-size: 14pt;
	text-align: right;
	display: table-cell;
	width: 50%;
	border: solid 1px silver;
	float: left;	
}

div.LoginFieldRight {
	display: table-cell;
	float: left;
	width: 50%;
	background-color: Silver;
}

td.LoginColLeft {

	width: 160px;
	border: solid 0px black;
	text-align: right;
}

td.LoginColRight {

	text-align: left;
	border: solid 0px black;
	width: 180px;
	
}

span.LoginFieldTitle {

	color: #666666;
	font-size: 13pt;

}

div.LoginError {
	height: 59px;
	background-image: url('images/login_error_bg.gif');
	background-repeat: no-repeat;
	background-position: center;
}

span.LoginError {
	display: block;	
	color: #87212E;
	font-size: 8pt;
	font-weight: bold;
}

div.LoginSupport {
	height: 34px;
	background-image: url('images/login_support_bg.gif');
	background-repeat: no-repeat;
	background-position: center;
}

span.LoginSupport {
	display: block;	
	color: #666666;
	font-size: 8pt;
}

div.LoginBottom { 
	height: 59px;
	background-image: url('images/login_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: center;
}

div.SplashFooter {
	width: 551px;
}

hr.footer {

	height: 1px;
	color: #87212E;
	background-color: #87212E;
	border: none;
}

.webButton
{
	background-image: url(images/buttonsplashgrad01.jpg);
    background-repeat: repeat-x;
    background-color : #333333;
	border:	solid 1px #000;
	padding : 3px;
	width: 180px;
	margin: 0px;
	color : #FFFFFF;	
	font-size : 14px;
	font-weight: bold;
}

.webButton:hover
{
	background-image: url(images/buttonsplashgrad01_over.jpg);
    background-repeat: repeat-x;
    background-color : #87212E;    
	border:	solid 1px #000;
	padding : 3px;
	width: 180px;
	margin: 0px;
	color : #FFFFFF;	
	font-size : 14px;
	font-weight: bold;
}