/*
Styles for the beloved versions component
*/
.status { height: 1em; width: 100px; background: #fff; border: 1px solid lightgrey; }
.status_bar { height:1em; background: #F6F5A3; }
.status_text { padding-left: .5em; }
.category { background-color: lightgrey; }
.odd_version { background-color: #EEE;vertical-align:top; }
.even_version { background-color: #FFF;vertical-align:top; }
.highlighted_version { background-color: #CCCCFF;font-weight:bold;vertical-align:top; }

body{ background-color: #333333; font-size:12px; color: #CCCCCC;}
div{clear:left; margin-top:10px; padding-top:10px;}
th{font-size:12px; font-weight:bold; color:#CCCCCC; text-align:left;}
ul {margin-left:0; padding:0px;}
li{list-style:none; margin-left:0;}
font{color:#0099FF; font-size:10pt; font-weight:bold;}
a{font-size:12px;}
a:visited {
	color: #660000;
}
a:active {
	color: #FF0000;
}
a:link {
	color: #999999;
}
#bb{background-repeat:repeat-x;}
#foot{margin-top:5px; padding-top:5px;}
#themeType{font-size:12pt; font-weight:600;}
