    /*SynergyBugs Copyright 2006 Alan Bollinger - SynergyMX.com
	
	This file is part of SynergyBugs.

    SynergyBugs is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    SynergyBugs is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with SynergyBugs; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
	
	*/

body {
font-family:Arial, Tahoma, Sans;
	background-color: #000000;
}

.link:hover {
color:#000;
border:1px solid #799cc2;
background-image:url(../images/lbutton.gif);
padding:2px;
}

.lbutton:hover {
border-left:1px solid #ccbf66;
border-right:1px solid #ccbf66;
border-top:1px solid #ccbf66;
background-image:url(../images/lbutton_over.gif);
font-size:14px;
font-weight:700;
text-transform:uppercase;
float:left;
text-align:center;
vertical-align:text-bottom;
margin-left:4px;
padding:6px;
}

.sbutton {
border-left:1px solid #799cc2;
border-right:1px solid #799cc2;
border-top:1px solid #799cc2;
background-image:url(../images/lbutton.gif);
font-size:14px;
font-weight:700;
float:left;
text-align:center;
vertical-align:text-bottom;
margin-left:4px;
padding:4px;
}

.sbutton1,.sbutton1:hover,.sbutton:hover {
border-left:1px solid #ccbf66;
border-right:1px solid #ccbf66;
border-top:1px solid #ccbf66;
background-image:url(../images/lbutton_over.gif);
font-size:14px;
font-weight:700;
float:left;
text-align:center;
vertical-align:text-bottom;
margin-left:4px;
padding:4px;
}

.btext11 {
font-size:13px;
color:#555;
}

.text11 {
font-size:11px;
}

.text12 {
font-size:12px;
}

.text13 {
font-size:13px;
}

.text14 {
font-size:14px;
}

.text15 {
font-size:15px;
}

.text16 {
font-size:16px;
}

.formBox {
font-size:13px;
width:460px;
padding:2px;
}

.note {
background-color:#f3f3f3;
color:#222;
left:0;
top:0;
width:90%;
border:1px solid #799cc2;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
margin-bottom:8px;
text-align:left;
padding:6px;
}

.RowOver {
border-bottom:1px solid silver;
background-color:#ff9;
cursor:pointer;
padding:4px;
}

.Row0 {
border-bottom:1px solid silver;
font-size:13px;
background-color:#FFF;
white-space:nowrap;
padding:4px;
}

.Row1 {
border-bottom:1px solid silver;
font-size:13px;
background-color:#faf5e4;
white-space:nowrap;
padding:4px;
}

.bugBox {
border:1px solid #97a6b7;
background-color:#f3f3f3;
font-size:14px;
padding:4px;
}

th {
background-image:url(../images/lbutton.gif);
background-repeat:repeat-x;
white-space:nowrap;
}

.link,.link:visited {
color:#333;
padding:3px;
}

.button,.lbutton {
border-left:1px solid #799cc2;
border-right:1px solid #799cc2;
border-top:1px solid #799cc2;
background-image:url(../images/lbutton.gif);
font-size:14px;
font-weight:600;
text-transform:uppercase;
float:left;
text-align:center;
vertical-align:text-bottom;
margin-left:4px;
padding:6px;
color:#333333;
text-decoration:none;
}

#gr {
text-align:right;
white-space:nowrap;
}

table.sortable a.sortheader {
color:#333;
font-size:13px;
text-decoration:none;
display:block;
background-image:url(../images/lbutton.gif);
background-repeat:repeat-x;
white-space:nowrap;
}

table.sortable span.sortarrow {
font-size:10px;
}

#h {
display:none;
}

#error {
background-color:#FFC1C1;
border:2px solid red;
padding:6px;
}

#success {
background-color:#CAFFCA;
border:2px solid #090;
padding:6px;
}