/*==============================================================*/
/*                                                              */
/*	               Idealan.US v1.1 - CSS main file           */
/*	                   Author: Boguslaw Nyczaj               */
/*	            Contact: webmaster(at)idealan(dot)pl	        */
/*	       (c) nyczaj.eu & idealan.us - Network Inspired	 */
/*                                                              */
/*==============================================================*/

body {
	background:#1F1A1A;
	margin:0;
	padding:0;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#414142;
	}
td {
	font-size:11px;
	color:#414142;
	}
img {
	border:0px;
}
a:link,
a:active,
a:visited {
	color:#414142;
	text-decoration:none;
}
a:hover {
	color:#F56411;
	text-decoration:none;
}
a.menu {
	display: block;
	text-decoration:none;
	font-size:15px;
	color: #747474;
	height:100%;
	background:#FFFFFF;
	font-weight:bold;
	border-bottom: 1px solid #FFFFFF;
}
a.menu:hover {
	background:#FFFFFF;
	color:#FF5D00;
	border-bottom:1px solid #F56411;
}
#h1 {
	font-size: 15px;
	color: #F56411;
	font-weight:bold;
	position:relative;
	bottom:5px;
	left: 4px;
}
#news-title {
	color:#F56411;
	padding-left: 11px;
	padding-bottom: 2px;
	font-weight:bold;
	padding-top:10px;
}
#news-hr {
	padding-top:8px;
	text-align:center;
}
#news {
	border-left:4px solid #D9D9D9;
	padding-left:8px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	background:#E5E5E5;
}
label{
	float: left;
	width: 80px;
	font-weight: bold;
}
textarea{
	width: 150px;
	height: 100px;
	background:#fafafa;
	border:1px solid #7D7D7D;
	font-size: 11px;
	color:#002856;
	margin-bottom: 1px;

}
.input {
	background:#fafafa;
	border:1px solid #7D7D7D;
	font-size: 11px;
	color:#002856;
	margin-bottom: 1px;
}
#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
	
}

br{
clear: left;
}
#gray10:link,
#gray10:active,
#gray10:visited {
	font-size:10px;
	color:#878787;
	text-decoration:none;
}
#gray10:hover {
	font-size:10px;
	color:#747474;
	text-decoration:underline;
}
#gray9:link,
#gray9:active,
#gray9:visited {
	font-size:9px;
	color:#878787;
	text-decoration:none;
	font-weight:bold;
}
#gray9:hover {
	font-size:9px;
	color:#747474;
	text-decoration:underline;
	font-weight:bold;
}
#orange10:link,
#orange10:active,
#orange10:visited {
	font-size:10px;
	color:#F56411;
	text-decoration:none;
}
#orange10:hover {
	font-size:10px;
	color:#F56411;
	text-decoration:underline;
}