/* begin overall style */
a {text-decoration:none; color:#8888ff;}
a:hover {text-decoration:underline;}
a img {border:none; padding:0px; margin:0px;}
p, div, a, img {padding:0; margin:0;}

body
{
	margin: 0;
	padding: 0;
	/* background-color: #ffd800; */
	background-color: #4a4a4a;
	color: #dddddd;
	font: normal 10pt Trebuchet Ms,Arial,Helvetica,sans-serif;
}

h1 {font-size: 20px; margin:0; padding:15px;}
h2 {font-size: 16px;}


#header_container {width:100%; background-color:black; padding: 0px;margin: 0px;}
#header
{
	margin: auto;
	padding: 0;
	height: 90px;
	background-color:black;
	width: 970px;
	position:relative;
}
#header a {color:white;}

#logo
{
	padding: 0;
	padding-top:13px;
	font-size: 200%;
}

#topmenu{
	position: absolute;
	color: silver;
	top:5px;
	left:720px;
}

#mainmenu
{
	position: absolute;
	top: 53px;
	left:578px;
}

#mainmenu ul
{
	padding: 0;
	margin: 0;
	padding: 0.4em 0 0.3em 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	padding: 0.4em 0.4em;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	background: #E6F2FF;
	color: #6399cd;
}

#content_container
{
	position: relative;
	padding: 0;
	background-color:transparent;
}

#content
{
	width: 970px;
    position: relative;
    margin: 0 auto;
    padding: 0px;
	color: #444;
	background-color:#ffd800;
}

#footer
{
	width: 970px;
	margin: 5px auto;
	font-size: 0.8em;
	text-align: left;
	color:silver;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

div.message, .text_page {
	width:650px;
	margin:auto;
	padding-bottom:30px;
}

div.text_page a {color:#000077;}

p.faq_content {margin-left:1em; margin-bottom:1em;}

ul.content_list {
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
}
#regulamin p {padding-bottom:10px;}

#graybox_front_div {position:relative;  color:#444;}
#graybox_front_div h1 {padding-bottom:10px; font-size:16px; font-weight:bold; padding:0px; padding-bottom:10px;}
#graybox_front_div .description {padding-bottom:10px;}
#graybox_close {background-image:url(../images/closebutton.png); width:15px; height:15px; top:3px; cursor:pointer; position:absolute;}

input.searchinput {font-size:18px; width:350px; border:none;}
