/* 
========================================================================
ADMINBAR.CSS
This stylesheet applies to the admin bar that appears at the top of
each page when logged into the back end (it appears on front and back
end pages, hence this separate css file).
========================================================================
*/

/* Admin bar displayed if logged in to backend  */
#adminbar {
	margin: 0px 0px 5px 0px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: black;
	display: block;
	background-color: #CCFFFF;
	border-bottom: solid 1px #999999;
	text-align: left;
	height: 22px;
	line-height: normal;
	vertical-align: middle;
}

#adminbar p {
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-weight: normal; 
	color: Black;
}

#adminbar img {

}


#adminbar #col1 {
	display: block;
	width: 184px;
	float: left;
	padding: 2px;
}

#adminbar #col2 {
	display: block;
	float: left;
	padding: 2px;
}

#adminbar .adminbuttonrow {
	padding: 0px 0px 10px 0px;
}

#adminbar #backendlinks {
	padding-top: 10px;
}

#adminbar a {
	float: left;
	font-size: 10px; 
	font-weight: normal;
	text-decoration: none;
	padding: 1px 10px 2px 5px;
	background-color: #DDDDDD;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	border-left: solid 1px #FFFFFF;
	color: black;
}

#adminbar a:hover {
	border-top: solid 1px white;
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	border-left: solid 1px white;
	background-color: white;
	color: black;
}

#adminbar a.shopstatus {
	display: block;
	float: left;
	width: 160px;
	color: white;
}

#adminbar a.shopstatus:hover {
	border-top: solid 1px white;
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	border-left: solid 1px white;
	background-color: white;
	color: black;
}

#adminbar a.state1 {
	border-top: solid 1px #CCEECC;
	border-right: solid 1px #007700;
	border-bottom: solid 1px #007700;
	border-left: solid 1px #CCEECC;
	background-color: #33BB33;
}

#adminbar a.state2 {
	border-top: solid 1px #FFDDCC;
	border-right: solid 1px #CC4400;
	border-bottom: solid 1px #CC4400;
	border-left: solid 1px #FFDDCC;
	background-color: #FF8800;
}

#adminbar a.state3 {
	border-top: solid 1px #CCEECC;
	border-right: solid 1px #007700;
	border-bottom: solid 1px #007700;
	border-left: solid 1px #CCEECC;
	background-color: #FF0000;
}

