* {
margin:0;
padding:0;
}

body {
background:#fff;
color:#444;
font-size:62.5%;
line-height:180%;
}

a {
text-decoration:none;
}

a:link,a:visited {
color:#0021a5;
}

a:hover,a:active {
color:#ff4a00;
}

h3 {
font-size:2em;
}

h3,h4,h5 {
color:#000;
margin:0 0 5px;
}

h4 {
font-size:1.6em;
}

h5 {
font-size:1.4em;
}

img {
border:0;
}

p,li {
font-size:1.3em;
}

#content {
background:#fff url(/images/admin/bg_nav.jpg) repeat-x -1px 0;
padding:20px 4px 10px 12px;
}

#content li {
line-height: 110%;
list-style:disc;
margin:6px 0 6px 25px;
}

#content p {
margin:0 0 1em;
}

#content p a {
border-bottom:1px dashed #0021A5;
}

#content p a:link,#content p a:visited {
color:#24b;
}

#content p a:hover,#content p a:active {
color:#f40;
}

#content ul {
margin:15px;
}

#footer {
border-top:1px solid #d1d1d1;
clear:both;
color:#999;
font-size:.8em;
height:50px;
margin:0 10px;
padding:10px 0 25px;
position:relative;
}

#footer h3 {
display:none;
}

#footer li {
border-right:1px solid #ccc;
display:inline;
/*\*/float:left;/**/
margin-right:4px;
padding-right:4px;
}

#footer ul,#footer p {
clear:both;
float:left;
line-height:1.4em;
width:550px;
}

#header {
background:#fff url(/images/admin/bg.gif);
text-align:left;
}

#header h1 a,#header h2 a {
border-bottom:0;
color:#FFF;
}

#header h1 em,#header h2 em {
bottom:.1em;
font-size:smaller;
position:relative;
right:.1em;
}

#header h1,#header h2 {
color:#FFF;
font:1.8em Palatino, Times New Roman, Times, serif;
padding:5px 10px;
}

#header h2 {
position:absolute;
right:0;
top:0;
}

#nav {
background:#999;
border:1px solid #fff;
border-width:1px 0;
height:2.6em;
line-height:2.6em;
list-style-type:none;
width:100%;
}

#nav li {
display:inline;
}

#nav li a {
background:#999;
border-right:1px solid #fff;
color:#fff;
display:block;
float:left;
height:100%;
padding:0 10px;
}

#nav li a:hover,#nav li a#current {
background-color:#ff4a00;
}

table.data	{
	width: 95%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 1.2em;
	align: center;
	}

th.data {
	margin: 0;
	padding: .5em;
	/* background: #eaeff5; */
	background: #999;
	/* color: #369; */
	color: #fff;
	text-align: left;
	}

td.data	{
	margin: 0;
	padding: .25em .5em;
	background: transparent;
	border-top: 1px solid #999;
	color: #222;
	vertical-align: middle;
	}

tr.even {
  background: #e6e6e6;
}

#login {
  width: 33%;
  margin-left: 33%;
  margin-right: 33%;
}