﻿.formField
{
	text-align: right;
	padding-right: 5px;
	color: #000066;
	vertical-align: middle;
}
.button
{
	cursor: hand;
}
.errorBox
{
	width: 98%;
	font-weight: bold;
	color: Red;
	background-color: #F1F1F1;
	border-style: solid;
	border-width: 1px;
	border-color: Red;	
	display: block;
}
.errorLabel
{
	font-weight:bold;
	color:Red;
}
.dropdown
{
	font-family:Arial;
	font-size:10px;
	color: #669933;
}
.textBox
{
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	background-color: #f1f1f1;
	border: #CCCCCC 1px solid;
	margin:1px;
	width: 180px;
}
.textArea
{
	background-color: #ffffff;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #669933;
	color: #000066;
}
.loginField
{
	font-size: 12px;
	color: #666666;
	background-color: #fff;
	width:135px;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
}
.checkBox
{
	margin: 0px;
	padding: 0px;
}

/* A Tag Buttons */
a.lbn:link,a.lbn:active,a.lbn:visited,a.lbn
{
	color: #7e2b97;
	width:auto;
	height:auto;
	text-decoration: none;
	dispay:inline;
	overflow:auto;
	line-height:32px;
	font-size: 13px;
	font-weight:bold;
	font-family: Century Gothic, Verdana;
	padding:3px 8px;
	cursor: hand;
	border:1px solid #7e2b97;
	text-align: center;
	background:#dddddd;
	vertical-align: middle;
	
}
a.lbn:hover
{
	color: #fff;
	border:1px solid #7e2b97;
	background:#7e2b97;
}

a.lbnDark:link,a.lbnDark:active,a.lbnDark:visited,a.lbnDark
{
	color: #7e2b97;
	text-decoration: none;
	font-family: Century Gothic, Verdana;
	font-size: 13px;
	font-weight:bold;
	padding:3px 8px;
	cursor: hand;
	border:1px solid #7e2b97;
	text-align: center;
	background:#dddddd;
	vertical-align: middle;
}
a.lbnDark:hover,a.lbnDark:active
{
	color: #fff;
	border:1px solid #7e2b97;
	background:#7e2b97;
}


/* Admin Form Styles */
a.lbnAdmin:link,a.lbnAdmin:active,a.lbnAdmin:visited,a.lbnAdmin
{
	color: #7e2b97;
	text-decoration: none;
	font-family: Century Gothic, Verdana;
	font-size: 13px;
	font-weight:bold;
	padding:3px 8px;
	cursor: hand;
	border:1px solid #7e2b97;
	text-align: center;
	background:#dddddd;
	vertical-align: middle;
}
a.lbnAdmin:hover,a.lbnAdmin:active
{
	color: #fff;
	border:1px solid #7e2b97;
	background:#7e2b97;
}
.adminTitle
{
	color: #ffffff;
	font-size:14px;
	background-color: #989DA5;
	height: 18px;
	vertical-align: bottom;
	padding: 1px 3px 1px 3px;
	margin-bottom:8px;
		
}