/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body 
{
	font: 12px Verdana Geneva Arial Helvetica sans-serif;
	color: Silver;
	background-color: #1E1E1E;
	margin: 0px;
	padding: 0px;
}

a
{
	color: Gray;
	text-decoration: none;
}

em
{
	font-style: italic; 
}

a:hover
{
	color: White;
}

hr
{
	border: 0px;
	color: #3A3626;
	background-color: #3A3626;
	height: 1px;
}

h1
{
	font-weight: bold;
	padding-bottom: 20px;
}

table
{
	width: 460px;
}

#welcome .buttons
{
	margin-left: auto;
	margin-right: 0px;
	display: block;
}

td
{
	padding: 3px;
	margin: 0px;
}

th
{
	vertical-align: top;
	font-weight: bold;
	width: 45px;
	padding: 4px;
	margin: 0px;
	white-space: nowrap;
}

input[readonly]
{
	background: #ccc; 
	color: #666; 
}


#container
{
	margin-left: auto;
	margin-right: auto;
	width: 765px;
}

#fheader
{
	position: relative;
	width: 100%;
	height: 337px;
}

#fcenter
{
	position: relative;
	top: -3px;               /* dla IE */
	width: 100%;
	overflow: auto;
	background: url(../images/background.gif) repeat-y left;
}

html>body #fcenter {
  top: 0px;                  /* dla FF, Opery i Netscape */
}

#fcontent
{
	position: relative;
	top: 0px;
	width: 527px;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	float: right;
}

#ffooter
{
	position: relative;
	width: 100%;
	background-color: Black;
	height: 50px;
	top: -3px;                /* dla IE */
}

html>body #ffooter {
  top: 0px;                  /* dla FF, Opery i Netscape */
}

#menu_vertical
{
	position: relative;
	left: 55px;
	top: 0px;
	float: left;
	width: 165px;
}

#flourish
{
	position: absolute;
   left: -31px;
	top: 34px;
}

#you_are_log
{
	position: absolute;
   left: 60px;
	top: 5px;
}

#fleft
{
	position: absolute;
   left: 0px;
	top: 0px;
}

#menu_horizontal
{
	position: absolute;
   left: 65px;
	top: 258px;
}

#menu_horizontal img
{
	margin: 0px 9px 0px 9px;
}

#fright
{
	position: absolute;
   left: 489px;
	top: 0px;
}

#view
{
	position: relative;
   left: 1px;
	top: 0px;
	width: 487px;
	height: 107px;
}

#content
{
	position: absolute;
   left: 0px;
	top: 107px;
}

#content_text
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 459px;
	margin: 15px;
	margin-bottom: 101px;
}

#down
{
	position: absolute;
   left: 238px;
	top: -101px;
}

#fdown_left
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 39px;
	height: 100%;
}

#fdown_right
{
	position: absolute;
	left: 726px;
	top: 0px;
	width: 39px;
	height: 100%;
}

#fdown
{
	position: absolute;
	left: 0px;
	bottom: -1px;
}

#copyright {
	position: relative;
	text-align: right;
	top: 15px;
	color: #393939;
	font: 11px Verdana Geneva Arial Helvetica sans-serif;
	margin-right: 20px;
}

.paginate
{
	text-align: center;
}

.more
{
	text-align: right;
}

li
{
	list-style: circle;
	margin: 2px 15px 2px 15px;
}

li b a
{
	color: #A9A9A9;
}

.message
{
	color: #DD2C2C;
}

.buttons
{
	vertical-align: middle;
	display: inline;
	text-align: left;
}

.error_list
{
	color: #FF7F50;
}

.captcha
{
	vertical-align: top;
}

.double_list_select-selected, .double_list_select
{
	width: 449px;
}

.double_list_label
{
	text-align: center;
	font-weight: bold;
}

/*comment_icon
{
	vertical-align: middle;
}*/

/*.tinyMCE
{
	color: Red;
}*/