.status_field {
 background: #FFF;
 border: 1px solid #CCC;
 height: 40px;
 width:400px;
 z-index:10;
 text-align: center;
}


.percents {
 background: #FFF;
 border: 1px solid #CCC;
 margin: 1px;
 height: 20px;
 width:275px;
 z-index:10;
 text-align: center;
 left: 12px;
 top: 38px;
}

.blocks {
 background: #EEE;
 border: 1px solid #CCC;
 height: 20px;

 left: 12px;
 top: 38px;

  z-index:11;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
 -khtml-opacity: .5
}

.admin_menu
{
	background-color: #95CBFF;

}

.bug_collector
{
	color: red;

}

.form_header
{
	background-color: #9596FF;
	font-size: medium;
}
.form_body
{
	background-color: #87CEEB;
	font-size: small;
}
BODY, P
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif
}



TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif
}

A:visited
{
    COLOR: #3300cc
}
A:active
{
    COLOR: #3300cc
}

A:link
{
    COLOR: #3300cc
}



.ListingLeft1, .ListingRight1, .CategoryBox, .ReplyBox1 {BACKGROUND: white; COLOR: black}
.ListingLeft2, .ListingRight2, .SubCategoryBox, .ReplyBox2 {BACKGROUND: #ffffcc; COLOR: black}


.NavCell{
	background-color: #95CBFF;
}

.ListingHeader{
	BORDER-RIGHT: black medium dashed;
	BORDER-TOP: black medium dashed;
	BORDER-LEFT: black medium dashed;
	BORDER-BOTTOM: black medium dashed
   FONT-WEIGHT: normal;
   FONT-SIZE: 12px;
   TEXT-ALIGN: left;
	background: Black;
	color: white;
}

.ListingHeader a:link, td a:visited, td a:active {color: white}

.StandOutCell {BACKGROUND: #B9B9FF; COLOR: #000000}
hr {height:2px;border: 0px solid #ff8800; border-top-width:2px; }

.DarkCell {BACKGROUND: #ee3322; COLOR: white}
.MediumCell, .TitleBox, .DetailDetail, .EditorLabels {BACKGROUND: #ffcc66; COLOR: black}
.LightCell, .DetailBox, BODY {BACKGROUND: #ffff66; COLOR: black}
.LightestCell {BACKGROUND: #ffffee; COLOR: black}
.Disclaimer {color:#444444}
BODY {BACKGROUND: #ffffff; COLOR: black}

td a:link, td a:visited, td a:active {color: blue}
td a:hover {color:black }

body a:link, body a:visited, body a:active {color: blue}
body a:hover {color:black }
#content{
  padding: 0;
  margin-left: auto;
  margin-rigth: auto;
}
html, body{
  margin-left: 5%;
  margin-right: 5%;
  padding: 0px;
  background: #f9fcfe;
}
.wrap {
	background: #fff;
	border: 1px solid #ccc;
	clear: both;
	padding: 1em 1em;
}
input, textarea{
  border: 1px #ccc solid;
}
input.submit{
  background: #f9fcfe;
}
input.submit:hover{
     background: #FFF;
}



