@charset "utf-8";
/* -- The little white boxes on the left hand side --*/
.loginBox {
	background-image: url("../images/loginBox/loginBox_middle.jpg");
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 165px;
}
.loginBoxTop {
	background-image: url("../images/loginBox/loginBox_top.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 165px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 20px;
}
.loginBoxBottom {
	background-image: url("../images/loginBox/loginBox_bottom.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 165px;
	height: 20px;
	display: block;
}
.loginBox p {
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
}
.loginBox p a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #8ed8f8;
}

.loginBox p strong {
	font-family: arial;
	font-size: 17px;
	font-weight:bold;
	line-height: 14px;
	color: #ffffff;
}
.loginBox p strong.loggedIn {
	background-image: url("../images/loginBox/padlock.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 17px;
	font-weight:bold;
	line-height: 20px;
	color: #ffffff;

	height: 20px;
	display: block;
}

.loginBox input {
	width: 140px;
	border: 2px solid #8ed8f8;
	margin: 0px 12px 10px 11px;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}
.loginBox input.button {
	background-color: #f79221;
	width: 60px;
	border: 0px;
	margin: 0px 12px 10px 11px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform:uppercase;
	color: #ffffff;
}
.loginLink {
	font-family: arial;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
	float: right;
	margin-bottom: 20px;
}
/* -- The little orange boxes on the right hand side --*/
.miniBoxes {
	background-image: url("../images/miniBoxes/miniBoxes_header.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	width: 165px;
	border: 1px solid #cccccc;
	padding: 3px 0px 15px 0px;
	margin-top: 20px;
}
.miniBoxes p strong a.title_link {
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration:none;
}
.miniBoxes p {
	font-family: arial;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}


.miniBoxes p {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #4C4C4C;
	text-decoration: none;
}
.miniBoxes a {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #1051A2;
	text-decoration: none;
	font-weight: bold; 
}
.miniBoxes a:hover {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #1051A2;
	text-decoration: underline;
	font-weight: bold; 
}
