/* Menu stuff */
div.divMenuLevel1 {
	background-color: #4D4D57;
	border-top: 1px solid #6A6A72;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #333238;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.divMenuLevel1 a {color: #B5B5B9;}
div.divMenuLevel1 a:hover {
	color: #FFA500;
	text-decoration:none;
}

div.divMenuLevel0 {
	background-color: #343237;
	border-top: 1px solid #6A6A72;
	border-bottom: 1px solid #333238;
	padding-left: 20px;
	padding-right: 20px;
	color: #E1E1E1;
	font-family: "Arial Narrow", Modern, Impact, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.divMenuLevel0 input {
	font-weight: normal;
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Killmail page */
img.imgKillThumbmail {
	margin-right: 3px;
	margin-top: 1px;
	margin-bottom: 2px;
}
div.divScreenshot {
	padding-bottom: 20px;
}
div.divScreenshot div {
	color: white;
	font-size: 9px;
	border-bottom: 1px solid white;
	font-weight: bold;
	border-bottom: 1px solid white;
	color: white;	
	padding-left: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}


/* hot spots */
table.tableHotspots {
	margin-top: 10px;
	width: 175px;
}
table.tableHotspots td {
	font-size: 9px;
	background-color: #4D4D57;;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
table.tableHotspots td.cellHours {
	padding-top: 10px;
	color: #FFd500;
	padding-bottom: 2px;
	font-weight: bold;
}
table.tableHotspots td.cellColumnTitle {
	background-color: #4D4D57;
	border-top: 1px solid #6A6A72;
	border-bottom: 1px solid #333238;
	font-weight: bold;
	background-color: #54545f;
}
table.tableHotspots td.cellAmount {
	font-weight: bold;
	text-align: center;
}
table.tableHotspots td.cellSystem {
	color: white;
}

/* top button line */
div.divTopButtons {
	color: white;
	font-size: 9px;
	text-align: right;
}
table.tablePopupButtons {
	background-color: #4d4d57;
}
table.tablePopupButtons td {
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #6A6A72;
	border-bottom: 1px solid #333238;
	text-align: left;
	font-size: 9px;
}
span.spanTopButtons {
	font-size: 9px;
	padding-right: 10px;
	background-image:url(../images/triangle.gif);
	background-position: right 5px;
	background-repeat:no-repeat;
	color: #ffa500;
	cursor: pointer;
}
/* bottom admin line */
div.divBottomAdmin {
	border-top: 1px solid #666666;
	color: white;
	font-size: 9px;
	padding-top: 2px;
	height: 12px;
}

div.divBottomAdmin div.left {
	color: white;
	font-size: 9px;
	float: left;
}

div.divBottomAdmin div.right {
	color: #808080;
	font-size: 9px;
	float: right;
}

table.tableAttacker {
}
table.tableAttacker td {
	vertical-align: top;
}
table.tableAttacker td.cellDense {
	padding-left: 10px;
	font-size: 9px;
}

