* { margin:0; padding:0; outline:none; }

body {
	color:#313131;
	font:12px/18px normal Arial, Helvetica, sans-serif;
	background:white;
}

a		{ color:#333333; text-decoration:underline; }
a:hover	{ color:#333333; text-decoration:none; }

h4		{ color:#666666; font-size:12px; padding-bottom:4px; }
.mini	{ color:#777777; font-size:11px; }
.small	{ color:#777777; font-size:10px; line-height:14px; }

#main {
	margin:auto;
	width:600px;
}
#header {
	padding-top:60px;
	height:60px;
}
#header h1 a {
	position:absolute;
	width:239px;
	height:46px;
	background-image:url(../images/image-upload.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-left:10px;
}
#header ul {
	list-style-type:none;
	float:right;
	padding-top:32px;
	font-weight:bold;
}
#header ul li {
	float:left;
}
#header ul li a {
	float:left;
	padding:5px 10px;
	margin-left:5px;
	color:#333333;
	background:#efefef;
	text-decoration:none;
}
#header ul li a.active {
	color:white;
	background:#D32C02;
}


#content {
	border-top:5px solid #CE2705;
}

.toppad {
	padding-top:10px;
}

.spacer {
	border-top:5px solid #CCCCCC;
}

.box1 {
	background:#EEEEEE url(../images/line.jpg) repeat-x 0 0;
	padding:15px 20px;
}
.box1s {
	background:#EEEEEE url(../images/line.jpg) repeat-x 0 0;
	padding:8px 20px;
}
.box2 {
	background:#f5f5f5 url(../images/line.jpg) repeat-x 0 0;
	padding:15px 20px;
}
.boxa {
	background:#f5f5f5 url(../images/line.jpg) repeat-x 0 0;
}
.boxa a {
	background:transparent url(../images/arrow_open.jpg) no-repeat 20px center;
	padding:5px 20px 5px 35px;
	text-decoration:none;
	display:block;
}
.boxa a.open {
	background:transparent url(../images/arrow_close.jpg) no-repeat 20px center;
}

.boxend {
	background:transparent url(../images/line.jpg) repeat-x 0 0;
	height:1px;
}

#details {
	list-style-type:none;	
}
#details li {
	float:left;
	background:white;
	border:1px solid #CCCCCC;
	padding:4px;
}

.password {
	background:#EEEEEE url(../images/line.jpg) repeat-x 0 0;
	padding:15px 20px;
}
.password strong {
	background:transparent url(../images/lock.png) no-repeat 0 center;
	padding:15px 25px;
}

#controls {
	position:absolute;
	color:white;
	background-color:#000000;
}
#controls div {
	padding:15px 20px;
}

.pic {
	float:left;
	padding:1px;
	height:75px;
	border:1px solid #CCCCCC;
	margin:1px;
}

.left {
	float:left;
	width:50%;
}
.right {
	float:right;
	width:50%;
}
.center, .center a {
	text-align:center;
	text-decoration:none;
}

.txtfield, .urls	{ padding:2px; }
.button				{ padding:4px 8px; color:white; background:#313131; border:0; cursor:pointer }
.fullwidth			{ width:98%; }


#footer {
	float:right;
	list-style-type:none;
	font-size:10px;
}
#footer li {
	float:left;
}
#footer li a {
	float:left;
	padding:6px;
	color:#999999;
}

.error {
	padding:10px 20px 10px 45px;
	color:#bd4a2b;
	background:#f7d8cf url(../images/error.jpg) no-repeat 20px center;
}

.clearfix { clear:both; }