/* Dark google theme by Michal Suchanek hramrach at centrum dot cz */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.com") {

 HTML,BODY, TABLE, INPUT, TEXTAREA, SELECT { 
border-color:#222222 !important; 
color: #CCCCCC !important;  
background-color: #333333 !important;
}

BUTTON { border-color:#444444 !important; 
background-color:#444444 !important;  
color:#EEEEEE !important }


#tip { background-color: #222222 !important ; }

/* links */

.rtab td, .l, .lk, :link { color: #EEEEEE !important; }

:visited { color: #DDDDDD !important; }

A:active, A:hover { color:#FFFFFF !important; }

/* various borders */

/*rounded borders*/
 .rnd,  .rnd1, .rnd2, .thc  {  background-color: #222222  !important ; }
.rnd1l, .rnd2l { background-color: #666666 !important; }

/*content border*/
.fs {border-color: #222222 !important; }
.an, .nb { background-color: #222222 !important ; } 

/* message  list */
.ur.sr { background-color: #222222 !important ; }
.ur { background-color: #333333 !important ; }
.rr { background-color: #444444 !important ; }
TD  {border-color: #222222 !important ; }

/* thread view */
#rh { background-color: #444444 !important; 
width: 30ex !important; 
margin-left: -30ex !important; 
}
.ar { display: inline !important; margin-left: 1em;}
#fic { margin-right: 0 !important; }
.rh, .ctl, .ctr, .stl, .cbtl, .cbtr { display: none !important ; }
.ctop { background-image:none !important;
background-color: #444444 !important; 
border-top: 2px solid !important; /* doesn't work */
border-color: #666666 !important;
}
.cb, .cbot { background-image: none !important; }
.cb, .cbr { border-right: none !important; } 
.mb { padding-left: 0 !important; }
.q { color: #AAAAAA !important; }
.au { color: #cccccc !important; }
.s.cb DIV { background-color: #222222 !important; }
} 