
/** 
 * File Info
 * ----------------------------------
 * @filename     site.css
 * @created      xx.xx.xxxx
 * @author       unknown
 * @description  file is used to store classes tht should apply site wide, BUT are NOT visible to the user via the styles dropdown in the editor window
 *               used in conjunction with basic.css
 *
 * History
 * ---------------------------------
 * Date         Name      Note
 * 04.12.2005   smurphy   Moved file to CSS folder
 * 06.27.2005   smurphy   Added styles from old reside site
 * 07.06.2005   mjohnson  Changed crumb style
 * 
 */

.homepage { font-size: 8pt; }

.crumb { font-size: 10pt; color: #666666;}
a.crumb:link, a.crumb:visited, a.crumb:active { font-size: 10pt; color:#666666; text-decoration:none;}
a.crumb:hover { font-size: 10pt; color:#666666; text-decoration:underline;}


/* The main submit button option */
input.loginoption{
	background:#ffffff;
	font-size: 8pt;
	color: #666666;
	border:1px solid #666666;
	width : 100px;
	height : auto;
}
input.loginoption_long{
	background:#ffffff;
	font-size: 8pt;
	color: #666666;
	border:1px solid #666666;
	width : 200px;
	height : auto;
}

input.loginoption_short{
	background:#ffffff;
	font-size: 8pt;
	color: #666666;
	border:1px solid #666666;
	width : 25px;
	height : auto;
}

input.loginoption_medium{
	background:#ffffff;
	font-size: 8pt;
	color: #666666;
	border:1px solid #666666;
	width : 45px;
	height : auto;
}

.login{font-size: 10pt; color: #666666;}
.loginsm{font-size: 8pt;}