table {
	margin-bottom: 15px;
}
th {
	color: #fff;
	background-color: #333;
	letter-spacing: 1px;
	text-align: center;
	padding: 2px 6px;
	font-weight: bold;
}
.button {
	width: 75px;
	height: 20px;
	background-color: #CC0000;
	color: white;
	border-bottom: 1px solid #640000;
	border-right: 1px solid #640000;
	border-top: 1px solid #FF8E8E;
	border-left: 1px solid #FF8E8E;
	font-weight: bold;
	font-size: 8pt;
}
input[type=text] {
	height:20px;
}
hr.fade {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #CC0000, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #CC0000, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #CC0000, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #CC0000, #f0f0f0);
}

hr.nav {
	margin-top:1px;
	margin-bottom:1px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #FFFFFF, #AAAAAA, #FFFFFF);
	background-image: -moz-linear-gradient(left, #f0f0f0, #CC0000, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #CC0000, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #CC0000, #f0f0f0);
}
.borderBar {
	border-bottom:2px solid #C00;
}


/*****************\
	Bug Button
\*****************/
.eRaiderBtn {
	display: inline;
	/*height: 32px;*/
}
.redButt {
	width: 150px;
	height: 28px;
	margin: 10px;
	padding: 0;
	background: #c00;
	color:white;
	text-decoration:none;
}
.redButt span div a {
	color:white;
	text-decoration:none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.bugButtonText {
	background-color: #D9A018;
	padding-right:3px;
	border-top:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	text-shadow: 2px 2px 2px #B1741A;
	text-decoration:none;
	color:white;
	position:relative;
	top:-3px;
	font-size:8.6pt;
	margin-left:-5px;
	padding-left:2px;
	text-decoration:none;
}
/*.bugButtonText:hover {
	color:ivory;
}*/
div#fbd_dialogBox {
	width:412px !important;
}
div#fbd_dialogBox table tbody tr td img {
	margin-bottom:0px;
}





td.value {
	text-align:left;
}
td.field {
	color: white;
	background-color: #AC5858;
	border-top: 1px solid #E9A4A4;
	border-left: 1px solid #E9A4A4;
	border-right: 1px solid maroon;
	border-bottom: 1px solid maroon;
	text-align: right;
	font-weight: bold;
	padding-right: 4px;
}
td.text {
	border-top: 1px solid maroon;
	border-left: 1px solid maroon;
	border-right: 1px solid #E9A4A4;
	border-bottom: 1px solid #E9A4A4;
	text-align:left;
}