/**************************************************************************
 Login stylesheet for CBWorks
 Jeff Chew
 *************************************************************************/

body {
	background-color						: #FFFFFF;	
	font-family								: Arial, Helvetica, Sans-serif;	
} 

td {
	font-size								: 12px;	
}	 

A, A:visited, A:active {
	color									: #4678aa;
	font-weight								: bold;
	text-decoration							: none;	
}

/*************************************************************************
 BEGIN table classes
 ************************************************************************/

table.loginMainTable {
	margin									: 15px 15px 15px 15px;
}

table.loginTakeTourTable {
	margin									: 0px 10px 0px 0px;
}

.loginTakeTourTable td {
	color									: #787867;
	width									: 350px;
}

.loginSuccessTableTourTD {	
	vertical-align							: top;
	width									: 413px;
	height									: 170px;
	background-image						: url("/img/login/success-right2.gif");
	background-repeat						: no-repeat
}

table.loginGreenTable {
	width									: 275px;
	height									: 100%;
	border									: 6px solid #9ccf59;
	background-color						: #d7ecc0;
}

.loginGreenTable td {
	color									: #666666;
	padding									: 12px 12px 12px 12px;
}

table.loginFormTable {
	
}

.loginFormTable td {
	color									: #666666;
	font-weight								: bold;
	padding									: 0px 5px 5px 0px;
}


/*************************************************************************
 END table classes
 ************************************************************************/
 
/*************************************************************************
 BEGIN font classes
 ************************************************************************/

ul.successList {
	margin-left								: 18px;
}

/* This needs to be included for Firefox to override the IE margin bug */
UL[class=successList] {
	margin-left								: -23px;
}

.successList li {
	padding-bottom							: 5px;
}

.copyrightText {
	font-size								: 10px;
	color 									: #666666;
	padding-top								: 10px;
}

.errorText {
	font-weight								: bold;
	color									: red;
}

A.link10,A.link10:visited,A.link10:active {
	color									: #4678aa;
	font-size								: 10px;
	font-weight								: bold;
	text-decoration							: none;
}
 
/*************************************************************************
 END font classes
 ************************************************************************/
 
.loginTextField {
	border									: 1px solid #669ddc;
	width									: 135px;
	font-size								: 12px;
}