html, body {
	background-color: #76827B;
	margin:0px;
	font-family: Tahoma;
	width:100%;
	min-width:1000px;
}

.s_form form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

.s_form form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

.s_form form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it\'ll overwrite border on left */
                       /* be careful with padding, it\'ll shift the nice offset on top of border  */
}

.s_form form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.s_form form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don\'t support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.s_form form input, .s_form form textarea, .s_form form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.s_form form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.s_form textarea { overflow: auto; }

.s_form form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.s_form form .required{font-weight:bold;} /* uses class instead of div, more efficient */

.s_form form br {
	clear:left; /* setting clear on inputs didn\'t work consistently, so brs added for degrade */
}

#top{
	width: 100%;
	height: 128px;
	background-image: url("images/top_bg_pattern.gif");
}

h1{
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
h2{
	font-size:14px;
	padding:0px;
	margin:0px;
	width: auto;
	height:auto;
}

#divx_logo_holder{
	margin-left:25px;
	margin-top:5px;
	float:left;
}

#top_banner{
	float:right;
	width:468px;
	margin-right:5%;
	margin-top:35px;
	height:60px;
	background-color: black;
}

#search_bar{
	width:850px;
	height:107px;
	margin: 0 auto; 
	background-image: url("images/search_pattern.gif");	
}

#search_content{
	width: 809px;
	float:left;
}

#title_num_holder{
	padding-right:30px;
	color: #899B91;
	font-size: 14px;
	font-weight: bold;
	display:inline;	
	float:right;
	margin-top:5px;
}

#search_content_top{
	width:750px;
	margin-left:30px;
	margin-top: 10px;
	font-size: 18px;
	color: #899b91;
	font-weight: bold;
}

#language_holder{
	margin-left:25px;
	margin-top:5px;
	float:left;
	color: #899B91;
	font-size: 12px;
	font-weight: normal;
}

.drop_down{
	background-color: #899b91;
	border:none;
	font-size: 18px;
	color: #595858;
	font-weight: bold;
	width: 150px;
}

#search_input{
	width:565px;
	margin-top:10px;
	height: 40px;
	border:none;
	margin-left:30px;
	background-color: #899b91;
	font-size: 30px;
	color: #595858;
	font-weight: bold;
}

#search_button{
	width:150px;
	height: 42px;
	border:none;
	background-color: #899b91;
	font-size: 30px;
	color: #374341;
	margin-left:30px;
	font-weight: bold;
	padding-bottom:5px;
}

#banner_top{
	width:780px;
	margin: 0 auto;	
	margin-bottom:10px;
}
#banner_holder{
	width:730px;
	height:104px;
	float:left;
	background-image: url("images/reklama_pattern.gif");
}

#banner2_holder{
	width:728px;
	height:90px;
	background-color: black;
	margin-top:7px;
	margin-left:2px;
}
#small_bar{
	height:56;
	width:848px;
	margin: 0 auto;
	margin-bottom:15px;
	background-image: url("images/small_bar_pattern.gif");
}

#small_bar_holder{
	float:left;
	width:815px;
	height:56px;
	font-size:12px;
}

.small_bar_h1{
	margin:0px;
	margin-top:4px;
	padding:0px;
	font-size:14px;
}

.small_bar_h1_big{
	padding-top:8px;
	font-size:30px;
}

.small_bar_strong{
	font-size:12px;
}
#main_content_holder{
	width:860px;
	padding-top:5px;
	margin: 0 auto;
}

#sidebar_left{
	width:174px;
	float:left;
	background-image: url("images/sidebar_pattern.gif");
	margin-bottom: 14px;
}

#sidebar_title{
	height:20px;
	padding-left:10px;
	font-weight:bold;
	color:#374341;
	font-size:14px;
	background-image: url("images/sidebar_top.jpg");	
}

#sidebar_content{
	height:auto;
}

#content_right{
	width:667px;
	float:right;
	padding-left:15px;
	height:450px;
	text-align:center;
}

#content_title{
	background-image: url("images/content_top.jpg");
	padding-left:10px;
	font-weight:bold;
	color:#374341;
	font-size:14px;
	height:20px;
	text-align:left;
}

#content_content{
	background-image: url("images/content_pattern.gif");
	padding: 3px 10px 3px 5px;	
}

#lister, #sidebar, #upload_sidebar, #letters, #main_menu_sidebar{
	list-style:none;
	padding:0;
	margin:0;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left:4px;
	clear:both;
	text-align:left;
}

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

a:hover{
	color:#374341;	
}

#lister li, #sidebar li, #main_menu_sidebar li{
	border-bottom: 1px solid #76827b;
	width:100%;
	clear:both;
	color:#000;
	font-size: 12px;
	height:16px;
}

.dark{
	background-color:#d7e5e2;
}

.light{
	background-color:#eaf2ee;
}

#lister li:hover, #sidebar li:hover{
	background-color:#899b91;
}


.titl_title{
	width:430px;
	display:block;
	float:left;
}

.titl_flag{
	float:left;
	width:35px;
}

.titl_links{
	float:left;
}

#upload_sidebar{
	font-size: 12px;
	font-weight: bold;	
}	

#upload_btn{
	width:165px;
	height: 30px;
	border:none;
	background-color: #899b91;
	font-size: 15px;
	color: #D7E6E3;
	font-weight: bold;
	margin-top:10px;
}

#upload_input{
	width:165px;
	height: 16px;
	border:none;
	margin-bottom:5px;
	background-color: #899b91;
	font-size: 14px;
	color: #EAF2EE;
}

#upload_drop_down{
	background-color: #D7E6E3;
	border:none;
	margin-bottom:5px;
	font-size: 16px;
	color: #595858;
	font-weight: bold;
	width: 165px;
}

#pager{
	font-size:12px;
	font-weight:bold;
}

#pager a:hover{
	background-color: #D7E6E3;
}

#letters{
	padding:0px;
	margin:0px;
	padding-left:70px;
	margin-top:10px;
}

#letters li{
	float: left;
	font-size: 12px;
}

.clean_content{
	text-align: left;
	padding-top:10px;
	font-size:12px;
}
	
.SI-FILES-STYLIZED label.cabinet
{
	width: 165px;
	height: 22px;
	background: url("images/btn-choose-file.gif") 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#footer_links{
	text-align:center;
	margin-top:5px;
	margin-right:5px;
}

#footer_links a{
	color:white;
	text-decoration:none;
}

#footer_links a:hover{
	color:black;
}