body,td,th {
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	text-align:center;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.c1 {
	color:#00FF00;
}

.c2 {
	color:#33CC00;
}

.c3 {
	color:#55BB00;
}

.c4 {
	color:#BB5500;
}


.c5 {
	color:#CC2200;
}

.c6 {
	color:#CC0000;
}

.highsec {
	color:#00CCFF;
}

.lowsec {
	color:#FFFF00;
}

.nullsec {
	color:#6633CC;
}

ul.SearchList {
	list-style-type:none;
	color:#DDDDDD;
	font-size:0.9em;
	padding: 4px 4px 0 4px;
	margin: 0px;

}

ul.SearchList li {
	cursor:pointer;
	margin-bottom: 4px;
	padding: 2px 2px;
}

ul.SearchList li:hover {
	background-color:#CC9900;
}

ul.Blog{
	color:#CCCCCC;
}

li.BlogItem a{
	color:#CCCCCC;
}

.BlogLink:link {
	color:#CCCCCC;
}

.BlogLink:visited {
	color:#CCCCCC;
}

.BlogLink:hover {
	color:#999900;
}

.editbutton {
	text-align:center;
	color:#1576C7;
	background-image:url(./images/edit.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
}

.deletebutton {
	text-align:center;
	color:#1576C7;
	background-image:url(./images/trash.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
}