body {
	/*background:url('/images/bg.gif') top center repeat-x ;*/
	background-color:#363b3c;
  margin:0px; padding:0px;
  text-align:center;
  font-family:'Verdana';
  font-size:11px;
	color:white;
	height:100%;
}
html {
	height:100%;
}
td {
	font-family:'Verdana';
  font-size:11px;
	color:white;
}
img {
	border:0;
}
hr {
  border: 0;
  color: #5b6061;
  background-color: #5b6061;
  height: 1px;
  width: 100%;
  text-align: left;
}
h1 {
	font-size:20px;
  margin:0px; padding:0px;
  font-weight:normal;
	color:white;
}
h2 {
	font-size:17px;
  margin:0px; padding:0px;
  font-weight:normal;
	color:white;
}
h3 {
	font-size:15px;
  margin:0px; padding:0px;
  font-weight:normal;
	color:white;
}
h4 {
	font-size:13px;
  margin:0px; padding:0px;
  font-weight:normal;
	color:white;
}
h5 {
	font-size:12px;
  margin:0px; padding:0px;
  font-weight:normal;
	color:white;
}
h6 {
	font-size:11px;
  margin:0px; padding:0px;
  font-weight:normal;
	color:white;
}
h7 {
	font-size:10px;
  margin:0px; padding:0px;
	color:white;
}
.bld {
	font-weight:bold;
}
/* structure */
form { margin:0px }

/* sidebar */
#sidebarTd {
	padding-top:15px;
}
.sidebar {
	vertical-align:top;
	width:195px;
}
.sidebar #hd {
	background:url('/images/sidebar_top.gif') no-repeat top;
	color:#ffaa00;
	font-size:17px;
	font-family:Tahoma;
	padding:4 0 0 10;
}
.sidebar #cnt {
	background:url('/images/sidebar_bg.gif') repeat-y;
	padding:4 4 0 4;
	line-height:14px;
}
.sidebar #icon {
	margin-right:3px;
	margin-left:2px;
}
.sidebar #btm {
	background:url('/images/sidebar_btm.gif') no-repeat;
	height:11px;
}
.sidebar #downloadIcon {
	position:relative;
	top:4px;
	left:3px;
}

.search {
	font-size:11px;
	font-family:verdana;
	margin-left:5px;
	width:175px;
	height:19px;
	padding:1px;
	padding-left:13px;
	border:1px solid #555555;
	background:url('/icon/search_small.gif') no-repeat left #ffffff;
	background-position:3px 50%;
}
/* end sidebar */
.sidebarSearch #searchButton {
	margin-left:4px;
	margin-top:5px;
}
.poll #question {
	font-size:12px;
	color:#d9d9d9;
}
.poll label {
	cursor:pointer;
}
.poll .radio {
	position:relative;
	top:3px;
}

.poll .vote {
	margin-left:4px;
	margin-top:5px;
}
.colored {
	color:#ffaa00;
}

.nav {
	text-align:left;
	margin-bottom:8px;
	padding-bottom:4px;
	border-bottom:1px solid #555555;
	font-size:12px;
	font-family:tahoma;
}
.nav a {
	padding:6px;
}
.nav a:hover {
	padding:5px;
	border:1px solid #555;
	border-bottom:none;
	background:#444;
	color:#ffaa00;
}
.nav .hovered {
	padding:5px;
	border:1px solid #555;
	border-bottom:none;
	background:#444;
	color:#ffaa00;
}

.pagnr {
	padding:4px;
}
.pagnr:hover {
	background:#444444;
}
.pagnr_hover {
	background:#444444;
	padding:4px;
	color:#ffaa00;
	text-decoration:underline;
}

.bubble {
	border:1px solid #4a4e4f;
	text-align:left;
	padding:8px;
	background:url('/images/bg_bbl.gif') #232b2d repeat-x top left;
}
.bubble h1 {
	color:#ffaa00;
	font-size:20px;
	font-family:Tahoma;
	padding-bottom:2px
}

.barIcon {
	float:left;
  margin-right:5px;
  position:relative;
  top:3px;
}
.iconL {
	float:left;
  margin-right:4px;
  position:relative;
}
.iconR {
	float:right;
  margin-left:4px;
  position:relative;
}
.line {
	width:100%;
  height:1px;
  padding:2 0 2 0;
}
.header_bg {
	background:url('/images/header.gif');
	width:944px;
	padding:0px;
}
.menuBtn {
	font-family:tahoma;
	color:white;
	background:url('/images/menu_bg.gif') repeat-x;
	padding:5 5 8 15;
	position:relative;
	cursor:pointer;
}
.menuBtn:hover {
	font-family:tahoma;
	color:white;
	background:url('/images/menu_bg.gif') repeat-x;
	position:relative;
	cursor:pointer;
}
.content {
	vertical-align:top;
	padding-top:15px;
}
.footer {
	background:url('/images/bg_footer.gif') repeat-x;
	text-align:center;
	padding:13px 0px 5px 0px
}
.error {
  border:1px solid #d9d9d9;
  border-bottom:2px solid #999999;
  padding:10 15 10 40;
  margin:10px 5px 10px 5px;
  font-size:17px;
  color:red;
  text-align:left;
  background:url('/icon/attention.gif') no-repeat left #fcfd88;
	background-position:20 50%;
}
.succes {
  border:1px solid #999999;
  border-right:2px solid #999999;
  border-bottom:2px solid #999999;
  padding:10 0 10 40;
  margin:10px;
  font-size:17px;
  color:white;
  text-align:left;
  background:url('/icon/check.gif') no-repeat left #93cc6a;
	background-position:15 14;
}
.form_table {
	border:1px solid #ffaa00;
}
.form_table td {
	padding:3px;
}
.form_table td#hd {
	color:#ffaa00;
  padding:5px;
  background:url('/images/bara2.gif') repeat-x;
  font-size:18px;
}
.form_table input#submit {
	color:#333333;
  border:1px solid #d9d9d9;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  padding:4px;
  cursor:pointer;
  background:url('/images/bara2.gif') repeat-x left #ffffff;
}
.submit {
	color:#333333;
  border:1px solid #d9d9d9;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  padding:4px;
  cursor:pointer;
  background:url('/images/bara2.gif') repeat-x left #ffffff;
}
.admin_menu h5 {
 padding:5 0 5 10;
}
/* end structure */
select {
	font-family:verdana;
  font-size:10px;
}
a {
	color:white;
	text-decoration:none;
  cursor:pointer;
}
a:hover {
	color:#ffaa00;
	text-decoration:underline;
  cursor:pointer;
}
option {
	background-color:#ffffff;
}
.inp {
	font-family:"verdana";
	font-size:11px;
	height:20px;
	color:#444;
	border:0px;
  padding:3px 3px 3px 3px;
	background:url('/images/input.gif') #ffffff repeat-x;
	width:200px;
}
.inp3 {
	width:150px;
  background:#ffffff;	
  font-family:verdana;
	font-size:10px;
	border:1px solid #d9d9d9;
	padding:3 3 3 3;
	padding-top:2px;
	height:18px;
}
.inp3b {
	width:175px;
  background:#ffffff;
  font-family:verdana;
	font-size:10px;
	border:1px solid #d9d9d9;
	border-left:none;
	padding:3 3 3 3;
	padding-top:2px;
	height:18px;
}
.inp_g {
	font-family:"verdana";
	font-size:11px;
	color:fff;
	border:solid;
	border-width:1px;
	border-color:#888;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
	height:18px;
	background:url(/images/input_sub.gif);
}
.textarea {
	font-family:"verdana";
	font-size:11px;
	color:#444;
	border:0px;
	height:100px;
	width:300px;
	background:url(/images/input.gif) repeat-x #ffffff;
  padding:3 2 2 3;
}
.t10 {
	font-size:10px;
}
.t11 {
	font-size:11px;
}
.t12 {
	font-size:12px;
}
.t13 {
	font-size:13px;
}
.t14 {
	font-size:14px;
}
.t15 {
	font-size:15px;
}
.t16 {
	font-size:16px;
}
.t17 {
	font-size:17px;
}
.t18 {
	font-size:18px;
}
.t19 {
	font-size:19px;
}
.t20 {
	font-size:20px;
}
.t21 {
	font-size:21px;
}
.t22 {
	font-size:22px;
}
.t23 {
	font-size:23px;
}
.t24 {
	font-size:24px;
}
.comment_bubble {
	border:1px solid #4C5253;
	margin:20 0 6 0;
	padding:10px;
	background:#232B2D;
}
.comment_author {
	font-family:verdana;
	padding:0px 0px 0px 10px;
	margin:0px;
}
.comment_author #comments_arrow {
	position:relative;
	top:-10px;
	left:20px;
}

.hd1 {
	background:url("/images/bar_right.gif") no-repeat right;
	height:53px;
	margin-bottom:5px;
}
.hd2 {
	background:url("/images/bar_left.gif") no-repeat left;
	height:53px;
}
.hd2 h1 {
	padding:13px 12px 0px 13px;
	font-size:22px;
	color:#ffaa00;
	font-face:Tahoma;
	margin:0px;
	font-weight:normal;
	text-align:left;
}
.hd2 img {
	position:relative;
	top:3px;
	margin-right:3px;
}

.block {
	padding:7px; 
	background:#232b2d; 
	border:1px solid #404546;
	margin:3px;
}

.searchRes {
	text-align:left;
	align:left;
}
.searchRes h1 {
	text-align:left;
	color:#ffaa00;
	font-size:20px;
	padding:0px 2px 4px 4px;
	border-bottom:1px solid #4C5253;
}
.searchRes .block2 {
	margin-bottom:10px;
	padding:0px; border:none; background:none;
}
.arial { font-family:Arial, sans-serif; }


/*** form reg si login***/


.formlogin {
    width: 90%;
    padding: 20px;
    border: 1px solid #000;
 
    /*** Adding in CSS3 ***/
 
 background:  -moz-linear-gradient(19% 75% 90deg,#494949, #e0e0e0);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0e0e0), to(##494949));
 
 
    /*** Shadow behind the box ***/
    -moz-box-shadow:0px -5px 300px #000000;
    -webkit-box-shadow:0px -5px 300px #a0a0a4;
}
.inputlogin {
    width: 230px;
    background: #808080;
    padding: 6px;
    margin-bottom: 10px;
    border-top: 1px solid #383838;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
 
    /*** Adding CSS3 ***/
 
    /*** Transition Selectors - What properties to animate and how long ***/
    -webkit-transition-property: -webkit-box-shadow, background;
    -webkit-transition-duration: 0.25s;
 
    /*** Adding a small shadow ***/
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
}
.inputlogin:hover {
    -webkit-box-shadow: 0px 0px 4px #000;
    background: #c0c0c0;
}
.inputloginsubmit {
    width: 100px;
    color: #fff;
    border-top: 1px solid #808080;
    margin-top: 10px;
	background: #808080;
}
