body
{
	background-color: #000000;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #888888;
	text-decoration: none;
}

a:hover
{
	color: #AAAAAA;
}

div.newsblock
{
	color: white;
	margin-top: 10px;
	margin-bottom: 35px;
}

div.newsheading
{
	color: #AAAAAA;
	border-bottom: 1px solid #888888;
	float: left;
}

div.newsposter
{
	color: #666666;
	border-bottom: 1px solid #888888;
	text-align: right;
	font-style: italic;
	margin-right: 5px;
	margin-bottom: 10px;
}

div.eventblock
{
	color: white;
	margin-top: 10px;
	margin-bottom: 35px;
}

div.eventheading
{
	color: #AAAAAA;
	font-weight: bold;	
}

div.eventdate
{
	color: #666666;
	text-align: left;
	font-style: italic;
	margin-right: 5px;
	margin-bottom: 10px;
}

div.eventcategory
{
	color: #AAAAAA;
	border-bottom: 1px solid #888888;
}

input
{
	background-color: #444444;
	background: #444444;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea
{
	background-color: #444444;
	background: #444444;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#menu
{
	list-style: none;
	color: #666666;
	width: 120px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
#menu ul
{
	list-style: none;
	color: #666666;
	width: 120px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

ul.submenu
{
	list-style: none;
	color: #666666;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
li.submenu
{
	list-style: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

/* you say tomato, I say tomato (go to hell Opera) */
li.submenu a:hover
{
	list-style-image: url(images/selector.gif); 
}
li.submenu:hover
{
	list-style-image: url(images/selector.gif);
}


#qlist_expo,#qlist_others
{
	list-style: none;
	color: #666666;
//	width: 500px;
	margin: 0px;
	padding: 0px;
}
#qlist_expo,#qlist_others ul
{
	list-style: none;
	color: #666666;
//	width: 500px;
	margin: 0px;
	padding: 0px;
}
#qlist_expo,#qlist_others li
{
	list-style: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

/* you say tomato, I say tomato (go to hell Opera) */
#qlist_expo,#qlist_others li a:hover
{
	list-style-image: url(images/selector.gif); 
}
#qlist_expo,#qlist_others li:hover
{
	list-style-image: url(images/selector.gif);
}

table.admin {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
}
table.admin th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.admin td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}