@namespace url(http://www.w3.org/1999/xhtml);



/*
______________________________________________________________
|                  |                                          |
|          Title:  |  BugTracker.NET (Green/Black Theme)      |
|    Description:  |  Styles BugTracker with new Fonts/colors |
|         Author:  |  -=Ben=-                                 |
|   Date Created:  |  March 30, 2008                          |
|   Last Updated:  |  July 6, 2008                            |
|        Version:  |  1.0.0.7                                 |
|__________________|__________________________________________|

*/

@-moz-document url-prefix(http://bugtracker), domain(bugtracker), url-prefix(http://btnet) 

{


/*Retain Webpage Header Text when hovering or hyperlink click occurs*/
div.logo > a:hover
{
  color:#009F09 !important;
  font-size:16pt !important;
}

div.logo > a:visited,div.logo > a:link,div.logo > a:active
{
  font-size:16pt !important;
}





/*HyperLink Visited Color - PageGlobal*/
a:visited
{
  color:#FF0000 !important;
}


/*HyperLink Hover Color - PageGlobal*/
a:hover
{
  color:#009F09 !important;
}


/*Tab Headings on Settings Window to be Lime Green text (Selected Tab)*/
a.tab_btn_pushed
{
  color:lime !important;
  background:black !important;
  font-weight:bold !important;
}


/*Tab Headings on Settings Window to be Lime Green text (UnSelected Tabs)*/
a.tab_btn
{
  color:lime !important;
  background:black !important;
}





/*Will style the label for Problem Type to be lime green text and black background*/
SPAN#ProblemType_label
{
  color:lime !important;
  background:black !important;
}



/*Make BugDetails text have monospace fonts using Microsoft's new consolas, but still support xp*/
TEXTAREA#comment,div.anonymous-div
{
font-family:"consolas","Courier New",Courier,monospace !important;
}


/*Make BugDetails text lime green and black background*/
span#VersionFixed_label, span#comment_label
{
  color:lime !important;
  background:black !important;
}



/*Make BugID on EditBug page green and black*/
span#bugid
{
  color:lime !important;
  background:black !important;
  font-weight:bold !important;
}
FORM > FONT
{
color:lime !important;
  background:black !important;
}




td.lbl
{
color:lime !important;
  background:black !important;
  text-align:right !important;
}



/*test*/
html { background: transparent !important; }

body {
  background: #FFFFFF url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD//gA+Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBkZWZhdWx0IHF1YWxpdHkK/9sAQwAIBgYHBgUIBwcHCQkICgwUDQwLCwwZEhMPFB0aHx4dGhwcICQuJyAiLCMcHCg3KSwwMTQ0NB8nOT04MjwuMzQy/9sAQwEJCQkMCwwYDQ0YMiEcITIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIy/8AAEQgArgAHAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8Ah20VPtor4XlPzblJttFTbKK25TflJtlFT7aK25TflJttFTbaK15TflJttFTbaK25TflJ9tFTbaK15TflJttFTbaK2sb8pPtoqbbRWvKb8pNtoqbbRW3Kb8pPtoqbbRWvKb8pNsoqbbRW3Kb8p//Z) top left repeat-x !important;
}





















/*Make green Flags have an green checkmark image in them*/
span.grn
{
background-image:
url('http://bighugelabs.com/flickr/img/ui/checkmark.gif') !important;

background-repeat: no-repeat !important;
background-position:center !important; 
}







/*Make red Flags have an exclamation mark image in them*/
span.red
{
background-image:
url('http://a248.e.akamai.net/f/248/16813/7d/www.walmart.com/i/gr/exclamation_red.gif') !important;

background-repeat: no-repeat !important;
background-position:center !important; 
}

/*makes the PRESETS label of the add new bug form to green*/
td#presets
{
  color:lime !important;
  background:black !important;
}


/*changes the BUG UPDATED or NOT UPDATED at the bottom of the add new bug form*/
span.err
{
  font-weight:bold !important;
}
span.err > A
{
    color:lime !important;
  background:black !important;
}




/*changes the ADD NEW BUG form background to green with black background*/
FORM.frm
{
  color:lime !important;
  background:black !important;
}
span.lbl
{
  color:lime !important;
  background:black !important;
}
TABLE TR > TD > SPAN#reported_by > A
{
  color:lime !important;
  background:black !important;
 font-weight:bold !important;
}
FORM > TABLE > TBODY > TR > TD > A
{
  color:lime !important;
  background:black !important;
font-weight:bold !important;
}
span#toggle_link_plus
{
  color:lime !important;
  background:black !important;
}
span#toggle_link_minus
{
  color:lime !important;
  background:black !important;
}
span#reported_by
{
  color:lime !important;
  background:black !important;
}







/*changes the count of bugs at bottom to bold*/
form#ctl00 > div.align > p
{
  font-weight:bold !important;
}







/*changes the row beginning with ADD NEW BUG to green with black background*/
FORM > DIV.align > TABLE
{
  color:lime !important;
  background:black !important;
border:none !important;
}

/*changes the row beginning with ADD NEW BUG to green with black background for links*/
FORM > DIV.align > TABLE > TBODY > TR > TD > A
{
  color:lime !important;
  background:black !important;
}


/*changes the White Flags to be Black*/
span.wht
{
  color:black !important;
background:black !important;
}



/*Makes all text CALIBRI*/
	*,
        html,
	body,
	span,
	div,
	td,
	br,
	input,
	font,
	button,
	select,
	option {
		font-family: "Calibri","Verdana" !important;
		font-size: 9pt !important;
	}



/*changes the row beginning with ID FLAG DESC to green with black background for the links*/
TABLE.bugt > TBODY > TR > TD.bugh > A
{
  color:lime !important;
  background:black !important;
}


/*changes the row beginning with ID FLAG DESC to green with black background*/
TD.bugh
{
  color:lime !important;
  background:black !important;
}


/*changes the GO TO BUG BUTTON to green with black background*/
INPUT.btn
{
  color:lime !important;
  background:black !important;
}



div.logo
{
color:lime !important;
background:black !important;
font-size:16pt !important;
}


/*changes the row beginning with BUGTRACKER.NET to green with black background for the links*/
TABLE.menubar > TBODY TD > A
{
color:lime !important;
background:black !important;
}

/*Centers the image*/
a > IMG
{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important 
}


/*changes the row beginning with BUGTRACKER.NET to green with black background*/
table.menubar
{
/*color:lime !important;*/
background:black !important;
}

}