@charset "utf-8";
/* CSS Document */

#headerLoginWrapper {
	background-color: #B38C4F;
	color: #FFFFFF;
	background-image: url(../images/hdr_actionbar_bgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerLoginWrapper #headerLogin {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding: 8px;
	font-weight: bold;
	font-size: 12px;
}
#headerLoginWrapper #headerLogin a, #headerLoginWrapper #headerLogin a:link, #headerLoginWrapper #headerLogin a:visited {
	color: #5D0303;
}
#headerLoginWrapper #headerLogin input#txtHeaderUsername, #headerLoginWrapper #headerLogin input#txtHeaderPassword {
	border: 1px solid #A8834A;
	font-size: 10px;
	color: #5D0202;
	vertical-align: middle;
	width: 150px;
	padding: 2px;
}
#headerSearchWrapper {
	background-color: #B38C4F;
	color: #FFFFFF;
	background-image: url(../images/hdr_actionbar_bgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerSearchWrapper #headerSearch {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding: 8px;
	font-weight: bold;
	font-size: 12px;
}
#headerSearchWrapper #headerSearch input#txtHeaderSearch {
	border: 1px solid #A8834A;
	font-size: 10px;
	color: #5D0202;
	vertical-align: middle;
	width: 250px;
	padding: 2px;
}
#headerOtherWrapper {
	background-image: url(../images/hdr_actionbar_bgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #B38C4F;
}
#headerOtherWrapper #headerOther {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#headerOtherWrapper #headerOther a {
	margin-right: 10px;
	margin-left: 10px;
	color: #0D1328;
	text-decoration: none;
}
#actions_wrap {
	margin-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B29050;
}
#actions_wrap #hdr_actions {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
