html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}

body {
font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #F2F2F2;
background: #000000 url("/static/bg.png") top left repeat-x;
overflow: hidden;
}

a, a:link, a:visited {
	color: #C1C1C1;
	text-decoration: none;
}

a.staticlink:hover {
	color: #60ABCD;
}

#searchbox {
	float: left;
	border: 1px solid #838383;
	padding: 0px;
	overflow: hidden;
	height: 21px;
	background: #444444;
	margin: 9px 0px 0px 15px;
}

input {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: transparent;
	border: none;
	margin: 0;
	padding: 4px 3px 0px 5px;
	font-size: 10px;
	width: 110px;
	height: 18px;
	line-height: 18px;
	color: #989898;
}

/* IE */
* html input {
	line-height: 100%;
}


.pa {
	background: url("/static/bga.png") 0px 0px no-repeat;
	padding: 0px 15px;
	display:block;
	float:left;
	height: 44px;
	padding-top: 16px;
}

.pa:hover {
	background: url("/static/bgah.gif") 0px 0px no-repeat;
}

#pl {
	background: url("/static/bgah.gif") 0px 0px no-repeat;
	display: none;
}

#status:hover{
	background: url("/static/bga.png") 0px 0px no-repeat;
}
