@charset "utf-8";
/* CSS Document */

#pageheader { 
	z-index: 2;
	position: relative;
}

#pageheader img {
	float: left;
}

#mystrose {
	position: absolute;
	width: 300px;
	background: #cccccc;
	right: 0px;
	height: auto;
	padding: 0;
	/*margin-top: 1px;*/
	color: #ffffff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	z-index:50 !important;
}

#mystrose #badge {
	padding-top: 10px;	
}

#mystrose a:link, #mystrose a:visited {
	color: #ffffff;
	text-decoration: none;
}

#mystrose .buttons .buttonhover {
	background-color: #333333;	
}

#mystrose div {
	float: left;
	padding: 8px 10px 0 10px;
}

#mystrose div.buttons{
	float: right;
	padding-right: 5px;
	margin-bottom: 7px;
}

#mystrose div.buttons div {
	width: inherit;
	float: right;
	padding: 4px 6px;
	background: #a3a3a3;
	margin-right: 5px;
	font-size: 9px;
}

#mystrose div.buttons .selected {
	padding-bottom: 10px;
}


#mystrose div#login  {
	display: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	clear: both;
	float: none;
	border: none;
}

#mystrose #loginform {
	background: #a3a3a3;
	padding: 0px;
	width: 280px;
}

#mystrose #loginform fieldset {
	border: none;
	padding: 10px 10px 20px 10px;
	margin: 0;
}

#mystrose #loginform input {
	background: #828282;
	color: #ffffff;
	margin: 0;
	padding: 4px;
	border: none;
	width: 252px;
	height: auto;
	margin: 0 0 5px 0;
	font-size: 10px;
	font-weight:bold;
}
#mystrose #loginform input:focus , #mystrose #loginform input:active , #mystrose #loginform input:hover{
	background-color:#333333;
	color:#ffffff;
}

#mystrose #loginform fieldset div {
	float: left;	
	margin: 0; padding: 1px 5px;
	margin-top: 5px;
}

#mystrose #loginform fieldset div a {
	font-variant:normal;
	text-transform:none;
	text-decoration: underline;
}


#mystrose #loginform .subby { 
	width: 20%;
	margin:0;
	padding: 2px;
	font-weight: bold;
	float: right;
	background: #CCCccc;
	color: #000000;
	border: 1px solid #333;
	border-top: #ffffff;
	border-left: #ffffff;
	border-bottom: #666666;
	border-right: #666666;
	margin-top: 5px;
}
#mystrose #loginform .padlr1em {
	width:7em;
	padding-left:2em;
	padding-right:2em;
}
#searchsitebutt:hover { 
	background-color:#333333 !important;
	color:#ffffff !important;
}


#mystrose #search {
	padding-top: 7px;
	padding-right: 0;
	border-top: 1px solid white;
	padding-bottom: 10px;
	/*clear: both;*/
	float: none;
	font-size: 9px;
}

#mystrose #search #searchform {
	margin: 0;
	padding: 0;
}

#mystrose #search #q {
	font-family: Tahoma, Geneva, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	width: 274px;
	margin: 0; padding: 3px;
	background: #a2a2a2;
	border: none;
	color: #ffffff;
}

#mystrose #search #q.focused {
	background: #333333;
	margin-bottom: 7px;
}

#mystrose #searchform .subby {
	display: none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	font-size: 10px;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
	background: #a2a2a2;
	border: none;
	float: right;
	margin:0 10px 7px 0;
}
input.subby{
	cursor:pointer;
}

#mystrose label {
	display: block;
	margin-bottom: 5px;
	float: none;
}

#loginfeedback{
	color:	#9E2016;
	font-weight:bold;
	text-transform:none;
	display:none;
}
