/* DEFINITION LIST PROGRESS BAR */
#menu
{
margin-top:100px; 
margin-left:20px;
#
}
#published,#rejected
{
	display:none;
}
dl, dt, dd{margin:0;padding:0;}

dd{
	width:216px;
	height:41px;
	background:url(bg_bar.gif) no-repeat 0 0;
	position:relative;
}
dd span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
dd em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(bg_cover.gif) repeat-x;
	top:0;
}

#current{
	height:45px;
	padding-top:20px;
	padding-left:8px;
	padding-right:8px;
	background-image: url(../images/divider.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#topimage{
	height:210px;
	padding-top:0px;
	padding-right:8px;
	margin:5px;
	background-repeat:no-repeat;
}
/* SINGLE PROGRESS BAR */
.progressBar{
	width:216px;
	height:41px;
	background:url(bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(bg_cover.gif) repeat-x 0 0;
	top:0;
}
html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	font-size:11px;
	color:#999999;
}
a.foot_link{
	color:#999999;
    text-decoration:none;
}
td
{
	font-size:11px;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
.header {    font-family:Tahoma, Geneva, sans-serif;    font-size:18px;    font-weight:300;    letter-spacing:.1em;    text-transform:capitalize; } .body    {    font-family:Tahoma, Geneva, sans-serif;    font-size:12px;    letter-spacing:.1em;    line-height:1.5em; } .bio_label    {    font-family:Tahoma, Geneva, sans-serif;    font-size:10px;    color:#333;    letter-spacing:.075em; } p{ margin:.5em 0 2em 0; }
