body {
	font-family: verdana, arial; 
	font-size: 10pt; 
	background: #ffffff;
}

td {
	font-size: 8pt;
}

p {
	font-size: 10pt;
}

a         {color:#0000ff; font-size: 10pt; text-decoration: none; }
a:visited {color:#0000ff; font-size: 10pt; text-decoration: none; }
a:hover   {color:#ff6633; font-size: 10pt; text-decoration: none; }


/* bug tables */

.bugt {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	padding: 3px;
}

/* bug table headers */

.bugh {
	background: #dddddd;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

/* filter row in bug table heading */

.bugf {
	background: #dddddd;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

/* table cell for bug table */
.bugd {
	vertical-align: top;
	border: 1px solid #aaaaaa;
	padding: 3px;
}

/* other tables, like list of users, projects */

.datat {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}


/* table headers */
.datah {
	background: #dddddd;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding: 3px;
	font-size: 10pt;
}


/* table cell */
.datad {
	background: #ffffff;
	vertical-align: top;
	border: 1px solid #aaaaaa;
	padding: 3px;
}


.err {
	color: red;
	font-size: 10pt;
	font-weight: bold;
}

.btn {
	background: #ffeeaa;
	color: #0000ff;
}

.menubtn {
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 0px;
	background:#e0eee0;
	color:#0000ff; font-size: 8pt;
}

.menuinput {
	margin-left: 0px;
	padding-left: 0px;
	padding: 0px; 
	font-size: 8pt;
	border: 1px solid #cccccc;
}


.menubar {
	background: #f0fff0;
	padding: 0px;
	border-bottom: 1px solid #00cc00;
}

.menu_td {
	vertical-align: middle;
	text-align: left;
}

.cmt {
	background:white;
	border: 1px #009900 solid;
	padding: 3px;
}

.cmt_text {
	font-family:courier new;
	font-size: 10pt;
}

.pst {
	font-size: 8pt;
	color: darkgreen;
}

.listitem {
	color: #00cc00;
}

.smallnote {
	font-size: 7pt;
	color: green;
}

.logo {
	background: #00cc00;
	font-family: arial;
	padding: 5px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
}

.lbl {
	font-size: 8pt;
}


.frm {
	padding-top: 6px;
	padding-left: 6px;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 2px solid black;
	border-bottom: 3px solid black;
	background: #f3f3f3;
}

.align {
	text-align: left;
}

.gray_link {
	color: #999999; font-size: 10pt;
}

.menu_item {

}

.selected_menu_item {
	font-weight: bold;
}

.click_to_sort {
	font-size: 7pt; color: green;
}


.buglist_popup {
	z-index: 111;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 2px solid black;
	border-bottom: 1px dashed #cccccc; 
	padding: 3px;
	position:absolute; top:0; left:0;
	background:#ddffdd;
	color:black;
	display:none;
	max-width: 500;  /* does not work in ie6 */
	font-size: 7pt;
	font-family: verdana;
	margin:0;
	overflow: hidden;
}

.suggest_select {
	font-size:8pt;
	background: #ccffcc;
	border: 1px black solid;
}

.filter {
	font-family: arial;
	font-size: 7pt;
	background: #dddddd;
	color: #666666;
}

.filter_selected {
	font-family: arial;
	font-size: 7pt;
	background: yellow;
	color: red;
}

.filter option {
	font-size: 7pt;
}

.filter_selected option {
	font-size: 7pt;
}



.tab_btn {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	border-top: 1px silver solid;
	border-left: 1px silver solid;
	border-bottom: 2px black solid;
	border-right: 2px black solid;
}

.tab_btn_pushed {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;

	border-top: 2px black solid;
	border-left: 2px black solid;
	border-bottom: 1px silver solid;
	border-right: 1px silver solid;
}

.private {
	font-size: 7pt; 
	color:red; 
	font-weight: bold; 
	letter-spacing: 3px;
}


select {
	font-size: 8pt;
	border: 1px solid #cccccc;
}

option {
	font-size: 8pt;
}

.edit_bug_option {
	font-size: 8pt;
	font-weight: bold;
}

/* for "[no category]", etc, for dropdowns */
.edit_bug_option_none {
	font-size: 8pt;
	color: #666666;
	background: #f3f3f3;
}


.stat {
	font-size: 8pt;
	font-weight: bold;
}


.short_desc_static {
	font-family: verdana,arial;
	font-size: 10pt;
	border: 1px solid #aaddaa;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	
}


.bugid {
	font-size: 10pt;
	font-weight: bold;
}

.short_desc_input {
	font-size: 9pt;
	width: 650px;
	border: 1px solid #cccccc;
}


.edit_bug_static {
	font-size: 8pt;
	font-weight: bold;
}

/* for "[no category]", etc, for readonly fields */
.edit_bug_static_none {
	font-size: 8pt;
	color: #666666;
}

input  {
	font-size: 8pt;
}

.txt  {
	font-size: 8pt;
	border: 1px solid #cccccc;
}


textarea {
	font-family: Courier New; font-size: 10pt;
	border: 1px solid #cccccc;
}

textarea:focus {
	border: 1px solid #6666ff;
}
input:focus {
	border: 1px solid #6666ff;
}
select:focus {
	border: 1px solid #6666ff;
}


.disabled_link
{
	color:gray;
}

#edit_bug_menu ul
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 10px;
}

#edit_bug_menu ul li
{
	margin-bottom: 10px;
}

/* for flags */
.wht {margin: auto; display: block; width:40%; height:80%; border: 1px solid #cccccc;}
.red {margin: auto; display: block; width:40%; height:80%; background: red; border: 1px solid red;}
.grn {margin: auto; display: block; width:40%; height:80%; background: #33ff33; border: 1px solid #33ff33;}

/* for "new" column */
.new {margin: auto; display: block; width:30%; height:80%; background: orange; }
.old {margin: auto; display: block; width:30%; height:80%; border: 1px solid #cccccc; }

/* for "vote" column */
/* .yesvote {padding-left:15px; border: 1px dotted green; } */
.yesvote {padding-right:12px; background-image: url('vote_up.png'); background-position:right; background-repeat: no-repeat;}
.novote {padding-right:12px; }


/* for jquery textarea resizer*/
div.grippie {
background:#dddddd url(jquery/grippie.png) no-repeat scroll center 2px;
border-color:#cccccc;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
}
/* end resizer */

.diffadd {background: #aaffaa;}
.diffdel {background: #ffaaaa;}
.diffchg {background: yellow;}
.diffchg2 {background: orange;}
.diffblank {background: #cccccc;}
.diffnum {color: gray;}
.difftitle {
	background: #000099;
	color: white;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	border: 1px solid black;
	padding: 4px;
	margin-bottom: 4px;
}

/* for Lucene, highlighting the search terms */
.highlighted {background:yellow;}

