
span#loginTextSpan{
	cursor:pointer;
}
div#loginFormDiv{
	position:relative;
}
form#login{
	color:#eee;
	font-weight:normal;
	padding:1px;
}
form#login fieldset{
	border:0;
	padding:0;
}
form#login fieldset br{
	clear:right;
}
form#login fieldset label{
	display:inline;
	line-height:16px;
	margin:3px 2px 0 1px;
	width:40px;
	color:#15428B;
}
form#login fieldset input{
	border:1px solid #B5B8C8;
	color:#737373;
	width:170px;
	font-size:x-small;
	margin:0 1px 2px 0;
	float:right;
}
form#login fieldset input#button{
	text-align:center;
	float:right;
	margin:2px 1px 0 0;
	cursor:pointer;
}
a:link.main{
	font-size:x-small;
	text-decoration:none;
	color:#50C31C;
	font-weight:bold;
}
a:visited.main{color:#50C31C;}
a:active.main{color:#50C31C;}
a:hover.main{color:#91380C;}

a:link.footer{font-size:xx-small;}
a:visited.footer{font-size:xx-small;}
a:active.footer{font-size:xx-small;}
a:hover.footer{font-size:xx-small;}

span.error{
	color:red;
}
ul.errors{
	margin:0;
	padding:4px;
	list-style:circle;
	width:60%;
	color:#fff;
	background-color:#CC0A0E;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
ul.messages{
	margin:0;
	padding:4px;
	list-style:circle;
	width:60%;
	color:#fff;
	background-color:#316AC5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

/* Slideshow */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:200px;
	width: 1020px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 7px; 
	right: -7px;
	width: 178px; 
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 34px;
	background: url(../images/slideshow/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px 8px 5px 5px;
	text-decoration: none;
	color: #fff;
	font-size:12px;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
.round_edge{
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
img {border: 0;}
br.space{clear:left;}
