/* CSS Document */
/* show scrollbar*/
html 
{
    min-height: 100%; margin-bottom: 1px;
}


img 
{
    border:0px;vertical-align: middle; background-color:#FFFFFF;
 }
body {
	font:76% Verdana;
	color:#757575;
	background:#FFF;
	margin:0;
	/*background: #FFF url(../images/index/fade1.jpg) repeat-x top left;*/
	/*background-image:url(../images/bg_tile.png);*/
}

* {
	margin:0;
	padding:0;
}

#header {
	background-color:#000000;
	/*border-top: solid 1px #000033;*/
	/*height:41px;*/
	height:100%;
}
#headercontent {
	width:760px;
	margin:0 auto;
	height:41px;
}

ul#nav {
	float:right;
}
#nav li {
	float:left;
	list-style:none;

}
#nav li a {
	display:block;
	padding:4px 11px 5px 6px;
	width:70px;
	font:130% Trebuchet MS;
	color:white;
	text-decoration:none;
	text-align:center;
	margin:10px 4px 0 0;
	
}
#nav li a:hover {
	background:url(../images/backgrounds/nav_a.jpg) right no-repeat;
	padding:4px 11px 5px 5px;
	border-left:1px solid #fff;
	color:#333;
}
#nav li .active {
	background:url(../images/backgrounds/nav_a.jpg) right no-repeat;
	padding:4px 11px 5px 5px;
	border-left:1px solid #fff;
	color:#333;

}
.clear {
	clear:both;
}

#wrapper {
	width:760px;
	margin:0 auto;

}

#content {
	margin:0 0 0 270px;
	padding:25px 0 0 20px;
	/*border-left:1px dashed #ccc;*/
	/*background: url(../images/dots.gif) repeat-y top left;*/
}
#content p {
	line-height:20px;
	padding:5px;
}
#content input[type=radio]
{
    margin: 0 20px 0 0;
}
#content label {
	margin:0 0 0 20px;
}
#wasaformtag {
	padding:10px;
	text-align:right;
	/*border-left: solid 5px #FBF6CE;*/
}
#wasaformtag label {
	display:block;

	margin:10px 0 0 0;
	text-align:left;
	color:#333;
}
#wasaformtag textarea {
	background:#fff;
	border:2px solid #eee;
	padding:5px;
	font:90% Tahoma;
	width:445px;
	height:75px;
	background:url(../images/backgrounds/textarea.jpg) top left no-repeat;
	color:#333;
	margin:0 0 0 0;
}
#sidebar {
	width:250px;
	float:left;
	padding:25px 5px 0 0;
	background: url(../images/dots.gif) repeat-y top right;
	
}
h1 {
	font:150% arial;
	color:#333;
	margin:10px 0 10px 0;
}
h1 small {
	font:50% Trebuchet MS;
	padding:0 0 0 10px;
}
h1 a {
	color:#49ADF8;
	text-decoration:none;
	padding:0 10px 0 0;
	/*background:url(../images/backgrounds/expand.gif) right no-repeat;*/
}
h1 a:hover {
	/*border-bottom:2px solid #CCE8FD;
	background:url(../images/backgrounds/expand_hover.gif) right no-repeat;*/
}
/*
#sidebar form {
	padding:5px;
	background:#D9F0DD;
	border:2px solid #A8DCB2;
	text-align:right;
	background:url(../images/backgrounds/sidebarform.jpg) bottom center no-repeat;
}
*/
/* dennis changed */
/*#sidebar form.blue*/
#sidebar div.blue {
	padding:5px;
	background:#EAEFFA;
	border:1px solid #49ADF8;
	text-align:right;
}
/*form.blue input*/

div.blue input {
	/*background:#fff;
	border:1px solid #49ADF8;*/
	padding:3px;
	font:90% Verdana;
	margin:3px;
	color:#49ADF8;
}
/*#sidebar form label*/
#sidebar div label {
	display:block;
	text-align:left;
	color:#000;
	font:90% Tahoma;
	margin:5px 3px 3px 3px;
}
/*form input*/

div input {
	/*background:#fff;
	border:1px solid #A8DCB2;*/
	padding:3px;
	margin:3px;
	font:90% Verdana;
}
#sidebar ul {
	margin:15px 0 15px 0; list-style-position: inside;
}
#sidebar li {
	margin:5px;
	list-style:none;
}
#sidebar .bugs {
	/*border-bottom:1px solid #eee;*/ 
}
#sidebar .bugs li {
	padding:2px 0px 2px 20px;
	background:url(../images/backgrounds/bug_li.gif) top left no-repeat;
}
#sidebar .bugs .active {
	background:url(../images/backgrounds/bug_li_active.jpg) top left no-repeat;
}
#sidebar .bugs li a {
	color:#444;
	/*border-bottom:1px solid #eee;*/
	text-decoration:none;
}
#sidebar .bugs li a:hover {
	color:#FFFFFF;
	background-color:#000000;
	
}


#sidebar .people {
	/*border-bottom:1px solid #eee;*/
}
#sidebar .people li 
{
    color:#CCCCCC;
	padding:0px 0px 0px 20px;
	background:url(../images/backgrounds/bug_li2.gif) top left no-repeat;
	/*background:url(../images/backgrounds/people_li.jpg) top left no-repeat;*/
}

.rating {
	/*border-top:1px solid #EEE;*/
	margin:0px 20px 0px 0px;
	/*border-left: solid 4px #FFFFAA;
	background-color: #FFFFEE;*/
}
.rating li {
	list-style: none;
	/* bring back margin:10px 0 10px 0;*/
	line-height:18px;
	/*border-bottom:1px solid #EEE;*/
}

.rating .showstopper {
	background:url(../images/showstopper.gif) top left no-repeat;
	padding:0 0 20px 50px;
    margin-left:0px;
}
.rating .high {
	background:url(../images/high.gif) top left no-repeat;
	padding:0 0 10px 50px;
}
.rating .low {
	background:url(../images/low.gif) top left no-repeat;
	padding:0 0 10px 50px;
}

#content h3 {
	text-transform:uppercase;
	margin:15px 0 15px 0;
	text-align:left;
	font-size:100%;
	font-weight:normal;
	color:#333;
}
.screenshots 
{
    margin-top:30px;
	background:#f6f6f6;
	border:1px solid #eee;
	padding:10px;
}
.screenshots li {
	display:inline;
	list-style:none;

}
.screenshots img {
	background:#fff;
	padding:5px;
	margin:6px;
	border:none;
}
/*.comment {
	border-bottom:1px dashed #eee;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	background-color:#fafafa;
}*/
.comment {
	border-bottom:1px solid #eee;
	padding:0 0 30px 0;
	margin:0 0 0px 0;
	background: url(../images/backgrounds/textarea.jpg) no-repeat top left;
}

.comment h4 {
	font:110% Verdana;
	color:#333;
}

#footer222 {
	padding:20px;
	border-top:1px dashed #ccc;
	font:90% Tahoma;
}
#footer 
{
    color:#CCCCCC;
    padding-top:10px;
	/*border-top:1px dashed #ccc;*/
	font:90% Tahoma;
	clear:both;
	/*margin-top:0 !important;*/
	margin-top:100px;
	background: url(../images/dots_.gif) top left repeat-x;
	text-align:right;
}

#footer a
{
    color:#CCCCCC;
    text-decoration:none;
}
#footer a:hover
{
 text-decoration:underline;
}

#footer a:visited
{
    color:#CCCCCC;
    text-decoration:none;
}

.logout 
{
     background-color:#000000;
	text-align:right;
	padding:0 20px 0 0;
	font:100% Tahoma;
}
.logout a {
	color:#EEEEEE;
	text-decoration:none;
}
.logout a:hover{
	text-decoration:underline;
}
.dennisHIDE 
{
    display: none;
}

.dennisSHOW
{
    display: inline;
}

strong
{
    padding-right: 10px;
}

/*----------------- OPTIONS CSS ------------------*/

.error {
	background-color:#FFC4C5;
	border:1px solid #E10005;
	padding:10px;
	color:#e10005;
	margin:15px 100px 15px 100px;
}
.labels {
	width:170px;
	float:left;
	text-align:right;
}
.labels label {
	display:block;
	/*margin:7px 0 13px 0;*/
	padding-top:5px;
}
.inputs {	
	margin:0 0 0 170px;
}
.options {
	margin:0 0 70px 0;
}
table {
	width:100%;
	margin-top:0 !important;
	margin-top:-35px;
}
td {
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:4px;
	font:90% Tahoma;
	text-align:center;
	height:27px;
}
td b {
	font:150% Tahoma;
	color:#555;
	font-weight:bold;
}
th {
border-bottom:2px solid #ccc;
font:110% Verdana;
font-weight:bold;
text-align:left;
padding:5px;
}
.leftcolumn {
	
	text-align:left;
	border-right:3px solid #eee;
}
.free {
	/*background-color:#f6f6f6;
	border-left:2px solid #eee;*/
}

/* --------- Log in page styles -------------- */

.logincontent {
	padding:40px 20px 20px 20px;
	border:1px solid #0167cc;
	background:#eaeffa;
	margin: 10px 100px 10px 100px;
}


.logincontent dl {
	margin: 0; padding: 0;
}

.logincontent dt {
	float: left;
	clear: left;
	text-align: right;
	margin: 5px 10px 0 0;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	padding-left:20px;
}

.logincontent dd {
	margin-bottom: 5px;
	font-size: 11px;
}

.loginbutton
{
background-color:#A3b8E9;
text-align:right;
padding-right:30px;
margin-top:30px;
padding-top:3px;
padding-bottom:3px;
}

#errorcontainer
{
    margin: 0px 50px 0px 50px;
}

h1.loginh1
{
    margin-top:100px;
    margin-left:100px;
}

.loginright
{
    text-align:right;
    margin: 3px 100px 20px 0px;
}

.loginright a
{
    color:#8B0000;
}

/* Upgrade ***********/
.container
{
    width:600px;
    margin-left: 200px;

}
p
{
    padding:0px;
    margin:0px;
}

dl {
	margin: 0; padding: 0;
}

dt {
	float: left;
	clear: left;
	text-align: right;
	margin: 5px 10px 0 0;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	padding-left:100px;
}

dd {
	margin-bottom: 5px;
	font-size: 11px;
}
fieldset
{
    margin-top:50px;
     border: solid 1px #D0D0BF ;
}


#footer2 {
	background: url(../images/footer.gif) top left repeat-x;
	height: 76px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 30px 0 0 0;
}

.upgrade
{
    background-color:#EEEEEE;
text-align:right;
padding-right:30px;
margin-top:30px;
padding-top:3px;
padding-bottom:3px;
}

#lock h1
{
    padding: 0px 10px 0px 10px;
   
}

#lock
{
    padding: 10px 10px 50px 10px;
}

.errortext
{
    color:#8B0000;
    font-size: 18px;
}

.errorsummary
{
   
    clear:both;
    border:solid 1px #E10005;
    background-color: #FFC4C5;
    color:#8B0000;
    margin: 30px 50px 10px 50px;
    padding: 25px;
}

.errorsummary ul
{
    margin-top:20px;
    padding-left:20px;
}

/* --------- Index -------------- */

#indexcontainer
{
    margin-top:50px;
    background: url("../images/index/main1.jpg") top center no-repeat; 
    height:320px;  
   
}

.left
{
    float:left;
    margin-left:50px;
}

.right
{
    float:right;
    margin-right:50px;
}

.login3 {
	text-align:right;
	padding:10px 0px 0px 0px;
	font:150% Tahoma;
	margin-right:100px;
}

.login3 img 
{
    border:0px;
}

 /* --------- Downgrade -------------- */
 .alertsummary
{
   
    clear:both;
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    background-color: #FAFAFA;
    margin: 40px 50px 0px 50px;
    padding: 25px;
}


.alertsummary ul
{
    margin-top:20px;
    padding-left:20px;
}

.loginbutton2
{
background-color:#EEEEEE;
text-align:right;
padding-right:30px;
margin-top:30px;
padding-top:3px;
padding-bottom:3px;
}

.pinkpanther2 textarea 
{
  background:#fff;
	border:2px solid #eee;
	padding:5px;
	font:90% Tahoma;
	width:445px;
	height:70px;
	background:url(../images/backgrounds/textarea.jpg) top left no-repeat;
	color:#333;
	margin:0 0 5px 0;
	float:right;
	/*text-align:right;*/
}

.pinkpanther2
{
    text-align:right;
}

.commenttxtbox
{
  /*width:350px; */
   

}

#OPEN_BUGS
{
    
}

#contentmainpage {
	margin:0 0 0 270px;
	padding:25px 0 0 5px;
	/*border-left:1px dashed #ccc;*/
	/*background: url(../images/dots.gif) repeat-y top left*/
}

#contentmainpage h3 {
	
	/*margin:0 0 0 0;*/
	padding-top:15px;
	text-align:left;
	font-size:90%;
	font-weight:bold;
	/*color:#CF8C8C;*/
	color:#757575;
letter-spacing:-1px;
/*padding-left:22px;
background:url(../images/backgrounds/minicon1.gif) no-repeat 3px 13px;
*/
}

.expandor_link
{
    padding:0px 0px 0px 100px;
   height:auto;
}

.expandor_link a
{
    color:#0066CC;
text-decoration:none;
}

.expandor_link a:visited
{
    color:#0066CC;
text-decoration:none;
}

.expandor_link a:hover
{
    color:#0066CC;
text-decoration:none;
background-color:#EAEFFA;
}



.expandor_link
{
    padding:0px 0px 0px 100px;
   height:auto;
}

.expandor
{
    /*background:url(../images/showstopper.gif) no-repeat 50px 0px; */
    /*border-bottom: solid 1px #EEEEEE;*/

    margin-top: 30px;
}
.expandor_left
{
    float:left;
}


.overlord
{
    /*clear: both;*/
    margin-top: 45px;
}


/* success summary */
.successsummary
{ 
    clear:both;
    border-top:solid 1px #89B100;
    border-bottom:solid 1px #89B100;
    background-color: #F8FDF3;
    color:#006600;
    margin: 40px 50px 10px 50px;
    padding: 25px;
}


.successsummary ul
{
    margin-top:20px;
    padding-left:20px;
}

.highlight
{
    background-color:#DEE5F7;
}

#qw
{
  height:300px;  
    background: url(../images/dots.gif) repeat-y top left; 
	/*background-repeat: repeat-y; 
	background-position: left bottom;*/
}

#notfound
{
    margin-top:50px;
    background-color:#EDF0F7;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
padding-left:33%;
padding-bottom:30px;
padding-top:10px;
}
#notfound ul
{
    padding-left:18px;
}

 #bugsjuiced
{
    margin-top:100px;
     background: url(../images/backgrounds/textarea.jpg) repeat-y top left; 
     padding:10px;
}
 #openbugs
{
     background: url(../images/backgrounds/textarea.jpg) repeat-y top left; 
     padding:10px;
}

.listdelete
{
    position:relative;
    left:-40px;
}

h4{
    font-size:14px;
    font-family:arial;
}

.divlink
{
    /*height:50px;
    width:50px;*/
}


a.whatlink
{
 /*color:white; 
 background-color:black;*/
 display:block;
  height:100%;
width:359px;
/*padding:10px;*/
}

a.whatlink:hover
{
/*border-top:solid 1px #F5F9FF;  */  
    background: url(../images/backgrounds/fade1.gif) no-repeat top left; 

}

.textareainplace
{
    width:450px;
    height:100px;
    background-color:#fafafa;
    color:#757575;
    font: 100% Verdana;
    line-height:18px;
}

.uploadcontainer
{
    margin-top:10px;
    margin-bottom:10px;
    display:block;
}

.screenloader
{

    border: solid 1px #49ADF8;
    background-color:#EAEFFA;
    text-align:right;
    width:450px;
    display:block;

}

.bugfooter
{
     background: url(../images/backgrounds/textarea2.jpg) no-repeat bottom right;
     text-align:right;
     padding:25px 5px 5px 0px;
     margin-top:10px;
}


.bugfooter a:link
{
    color:Black;
    border-bottom-color:black;
}

.bugfooter a:visited
{
    color:Black;
    border-bottom: solid 1px black;
}

.projectline
{
  /* float:right;*/
   width:170px;
   text-align: left;
}

.myleft
{
 float:left;
 width:20px;   
}

.bugfooter a:hover
{
    color:white;
    border-bottom-color: black;
    background-color:Black;
}

.bugfooter a.deletelink
{
  margin-right:75px;
    color:red;
    border-bottom-color: red;
  
}

.bugfooter a.deletelink:hover
{
    color:white;
    border-bottom-color: red;
    background-color:red;
}

th
{
    color:#00138C;
}

.maxed
{
    background-color:#Fafafa;
    padding:7px;
}

/* remove FF outline*/

:link:focus, :visited:focus {-moz-outline:0px;}