body{
		color: #FFF585;
		background: #FFF585;
}

td{
		text-align: left; 
		font-size: 11px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

hr{
		border: 1px dotted #FF0000;;
}

.ChatButton{ 
		color: #FFF585; 
		font-weight: bold; 
		font-size: 12px; 
		background-color: transparent; 
		border: none 0px; 
		cursor: pointer /* IE 6.+ only*/
} 

.ChatButton:hover{ 
		color: #FFF585; 
		font-weight: bold; 
		border-bottom: 1px dashed white;
		cursor: pointer; /* Gecko Engines only */
} 

a:link{
		color: #FFF585;
		font-weight: bold;
		text-decoration: none;
}

a:hover{
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
}

.Button_Enter{
		color: #000000;
		font-weight: bold;
		font-size: x-small;
		background-color: #B9BF5D;
		border: 1px solid #000000;
		width: 80px;
		height: 20px;
}

.button_radio{
		width: 24px;
		height: 24px;
}

.titel{ 
		color: #FF0000;
		font-weight: bold;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		padding-left: 10px;
}

.input_text{
		color: #FFF585;
		font-weight: bold;
		background-color: #383838;
		border: 1px solid #B9BF5D;
}

.smallhelp{ 
		font-size: xx-small;
}

.info_access{
		color: #FBD877;
		background-color: #383838;
		border: 1px solid #FFF585;
}

.info_access td{ 
	text-align: left;
}

.MainTable{
		color: #FBD877;
		background-color: #383838;
		margin: 4px;
		border: 1px solid #FFF585;
}

.OptTable{
		color: #FBD877;
		background-color: black;
		margin: 10px;
}
