@CHARSET "UTF-8";

body { padding: 0; margin: 0; background-color: white; font: normal 14px Arial, Serif; color: white; }
table { font: normal 14px Arial, Serif; }

h1 { /*color: #268098;*/ font-size: 30px; }
h2 { /*color: #268098;*/ font-size: 18px; }
h3 { /*color: black;*/ }

a { /*color: black;*/ }
a:hover { /*color: #bf7a2c;*/ }
a:visited { /*color: black;*/ }

/*.logo { background-color: #1577bd; padding: 1px; text-align: left; }
.logo * { border: 0; }*/

/*.navigation_line{ display: block; margin: 0; padding: 0; background-color: #1577bd; height: 30px; }
.navigation_line li { display: block; margin: 0 2px 0 4px; height: 30px; line-height:30px; padding: 0; float: left; list-style: none; font: normal 16px Arial, Serif; }
.navigation_line li span { background-color: white; display: block; float: left; height: 30px; padding: 2px; margin-top: 1px; color: black; font: bold 16px Arial, Serif; border-top: 4px solid #0fccfd; }
.navigation_line li a { margin-top: 8px; display:block; float: left; font: normal 16px Arial, Serif; color: #fde910; }
.navigation_line li a:visited { color: #fde910; }*/

.content { margin: 2px; padding: 18px; }

.login_error_message { color: red; font: italic 18px Times New Roman, Times; }
.commit_error_message { color: red; font: italic 18px Times New Roman, Times; }
.merge_fetch_error { color: red; font: italic 18px Times New Roman, Times; }
.admin_error { color: red; font: italic 18px Times New Roman, Times; }

.commit_table td { vertical-align: middle; border-bottom: 1px dashed #CC9; border-collapse: collapse; padding: 2px; margin: 0; }
.commit_table td small { display: block; white-space: normal; }

.buglist_table { border: 1px solid buttonshadow; border-collapse: collapse; }
.buglist_table th { font: bold 14px Arial, Serif; padding: 3px; color: buttontext; background-color: buttonface; border-right: 1px solid buttonshadow; border-bottom: 1px solid buttonshadow; border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; }
.buglist_table td { padding: 2px; border: 1px solid buttonshadow; }
.buglist_table td a { /*color: black;*/ text-decoration: underline; }

.blstatus_0 td { /*background-color: #FEE;*/ }
.blstatus_5 td { /*background-color: #FFF;*/ }
.blstatus_10 td { /*background-color: #FFE;*/ }
.blstatus_30 td { /*background-color: #CFC;*/ }

.buglist_table tr:hover td { background-color: #036; }
.buglist_table_sort {/* color: black;*/ text-decoration: none; }
.buglist_table_sort:visited {/* color: black;*/ }

.bug_wrapper {border-collapse: collapse;}
.bug_wrapper td { border: 0px dashed #CC9; padding: 5px;  }

.bug_summary { border-collapse: collapse; border: 3px double buttonshadow; }
.bug_summary th { font: bold 12px Arial, Serif; padding: 2px; color: buttontext; background-color: buttonface; border-right: 1px solid buttonshadow; border-bottom: 1px solid buttonshadow; border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; text-align: right; }
.bug_summary td { border: 0; padding: 2px; font: normal 15px Arial, Serif; border: 1px solid #AAA; }

.bug_comments td { border: 0; border-bottom: 1px solid #777; }

#fetched_results {margin: 0; padding:0; list-style: none; }
#fetched_results li { padding: 2px 0 2px 30px; }
#fetched_results li input { margin-left: -30px; }

