body 
{
    background-color: #515151;
}

a
{
	color:#ffffff;
	text-decoration:none;
}

td
{
	color:#ddddff;
}

#menuDiv
{
	position:absolute;
	left:30px;
	top:250px;
	width:140px;
	height:190px;
	z-index:5;
	text-align:center;
}

#linksLayer
{
	position:absolute;
	left:10px;
	top:180px;
	width:600px;
	height:445px;
	z-index:5;
	text-align:center;
	visibility:hidden;
	background-color:#444444;
}


a.menu
{
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	position: relative;
	top: 3px;
}

a.menu:hover
{
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	position: relative;
	top: 3px;
}

#menuDiv div.box
{
	position:absolute;
	color:#ffffff;
	left:0px;
	top:50px;
}

#menuDiv div.box div.normal
{
	-moz-border-radius-topLeft:16px;
	-moz-border-radius-bottomLeft:16px;
	_width:100%;/*hack for IE*/
	border-left:solid 4px #000000;
	border-top:solid 4px #000000;
	border-right:solid 4px #000000;
	border-bottom:solid 4px #000000;

	width:130px;
	height:30px;
	background-color:#333322;
}

#menuDiv div.box div.hover
{
	-moz-border-radius-topLeft:16px;
	-moz-border-radius-bottomLeft:16px;
	_width:100%;/*hack for IE*/
	border-left:solid 4px #000000;
	border-top:solid 4px #000000;
	border-right:solid 4px #000000;
	border-bottom:solid 4px #000000;
	width:130px;
	height:30px;
	background-color:#444444;
}

div#small {background-color: #222222}

/* Formatting of the user comment stuff */
/* code stolen from Original by Jakub Steiner */
form {
	 padding-bottom: 40px;
	 clear: both;
}

form #comment_block {
	 clear: both;
   color: #ccc;
   font-size: 10px;
}

#comment_block #showhideform {  
    font-size: x-small;
		margin-bottom: 10px;
}

#comment_form {
	font-size: 9pt;
	padding-top: 20px;
	width: 470px;
	margin-bottom: 20px;
	-moz-border-radius: 3px; 
}

.row {
	clear: both !important;
}

div.label {
	float: left;
	width: 110px;
}

.label  {
	color: white;
	cursor: help;
	border-bottom: 1px dotted #6b6c69;
	text-decoration: none;
}
	
div.control {
	padding: 4px;
	float: right;
	width: 330px;
	color: white;
}

div.user_comment {
	clear: both;
	margin-top: 40px;
	background-color: #3a3a3a;
	padding: 10px;
	-moz-border-radius: 7px; 
}

div.user_comment div.commentdata {
    margin: 10px;
    font-size: 10pt;
    margin-bottom: 20px;
    color: #fff;
} 

div.user_comment div.name {
    color: #aaa;
    font-size: 9pt;
    margin-bottom: 2px;
}
div.user_comment div.name em {
    font-weight: bold;
}

textarea, input[type="text"] {
    font-family: Georgia, "Bitstream Vera Sans", sans-serif;
    font-size: 9pt;
    color: #eeeeec;
    background-color: #5b5c59;
    -moz-border-radius: 3px; 
		border: 1px solid #888;
		width: 100%;
		padding: 4px;
}
input[type="submit"] {
    -moz-border-radius: 3px; 
		border: 1px solid #888;
		padding: 4px;
    background-color: #5b5c59;
    font-family: Georgia, "Bitstream Vera Sans", sans-serif;
    font-size: 10pt;
    color: #eeeeec;
}
