* {
	margin : 0;
	padding : 0;
}

a {
	text-decoration : none;
	color : #B8B8B8;
}

a:hover {
	text-decoration : underline;
	color : #fff;
}

a.side, #left-side a, #right-side a {
	text-decoration : none;
	color : #ccc;
}

a:hover.side, #left-side a:hover, #right-side a:hover {
	text-decoration : underline;
	color : #fff;
}

body {
	background : #7D7D7D;
	color : #b8b8b8;
	font : normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin : 0px;
}

hr {
	height : 1px;
	color  : #ddd;
	background-color : #ddd;
	border : 0;
	margin : 10px;
}

hr.side-hr {
	height : 1px;
	color  : #000;
	background-color : #000;
	border : 0;
	margin : 10px;
}

.button {
	font-family : "Lucida Sans Unicode",sans-serif;
	font-size : 11px;
	color : #666;
	background : #eee;
	border : 1px solid #666;
	padding : 3px;
	margin-top : 2px;
}

#left-side .button, #right-side .button {
	font-family : "Lucida Sans Unicode",sans-serif;
	font-size : 11px;
	color : #ddd;
	background : #0b4061;
	border : 1px solid #000;
	padding : 3px;
	margin-top : 2px;
}

.textbox {
	font-family : "Lucida Sans Unicode",sans-serif;
	font-size : 11px;
	color : #555;
	background : #f9f9f9;
	border : 1px solid #aaa;
	padding : 3px;
}

#left-side .textbox, #right-side .textbox {
	font-family : "Lucida Sans Unicode",sans-serif;
	font-size : 11px;
	color : #ddd;
	background : #7D7D7D;
	border : 1px solid #000;
	padding : 3px;
}

.bbcode {
	font-family : "Lucida Sans Unicode",sans-serif;if;
	font-size : 11px;
	background : #f9f9f9;
	border : 1px solid #eee;
	margin-top : 2px;
}

#left-side .bbcode, #right-side .bbcode {
	font-family : "Lucida Sans Unicode",sans-serif;if;
	font-size : 11px;
	background : #0b4061;
	border : 1px solid #000;
	margin-top : 2px;
}

h1 {
	font-size : 12px;
	margin-bottom : 4px;
}

h1,h2,h3 {
	color : #fff;
	padding : 0px 0 0 0;
	font-size : 12px;
}

.clearer {
	clear : both;
}

.header {
	height : 150px;
	background : #265078;
	border-top : 1px solid #D7D7D7;
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;
	border-bottom : 1px solid #D7D7D7;
	padding : 0 10px 10px 10px;
}

#title {
	font : bold 30px "Trebuchet MS", verdana, arial, sans-serif;
	color : #f59c02;
	line-height : 28px;
	margin-top : 15px;
}

#title .subtitle {
	font : bold 15px "Trebuchet MS", verdana, arial, sans-serif;
	color : #fff;
}

.main {
	clear : both;
	padding : 8px 8px;
}

.sub-header {
	height : 66px;
	color : #D3D7D8;
	font-size : 13px;
	font-weight : bold;	
	background : transparent url(images/sub-header-bg2.png) center center repeat-x;
}

.sub-header li {
	font-size : 13px;
	display : inline;
}

.sub-header li a {
	float : left;
	color : #D3D7D8;
	padding : 18px 11px;
	text-decoration : none;
	border-right : 0px solid #CFD0D3;
}

.sub-header li a:hover {

	color : #fff;
	font-size : 13px;
	font-weight : bold;	

	background : url(images/sub-header-bg.png) center center repeat-x;
}

.bg-antet{
  height: 241px;
	padding: 0;
	margin-top: 0;
	background: url(images/bg_header.gif) repeat-x top left;
}

.side-title {
	color : #fff;
	background : #4B6796;
	padding : 3px 4px 4px 4px;
}

.side-body {
	color : #fff;
	background : #4B6796;
	border-top : 0px solid #D7D7D7;
	border-left : 0px solid #D7D7D7;
	border-right : 0px solid #D7D7D7;
	border-bottom : 0px solid #D7D7D7;
	padding : 5px;
	margin-bottom : 0px;
}

#left-side {
	background : #4B6796;
	font-size : 11px;
	border-right : 1px solid #D7D7D7;
	border-left : 1px solid #D7D7D7;
	border-top : 1px solid #D7D7D7;	
	border-bottom : 1px solid #D7D7D7;	
	width : 180px;
}

#right-side {
	background : #4B6796;
	font-size : 11px;
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;	
	border-top : 1px solid #D7D7D7;	
	border-bottom : 1px solid #D7D7D7;		
	width : 180px;
}

#navigation h2, #left-side h1, #right-side h1 {
	color : #fff;
	font-size : 11px;
	height : 20px;
	margin-top : 6px;
}

#navigation ul {
	border-top : 1px solid #000;
	margin : 0;
	padding : 0;
}

#navigation li {
	font-size : 11px;
	border : 1px solid #000;
	border-top : none;
	list-style : none;
	margin : 0;
}

#navigation li a {
	color : #ccc;
	display : block;
	padding : 3px 6px 3px 4px;
	text-decoration : none;
}

#navigation li a:hover {
	color : #ddd;
	background : #3366cc;
	text-decoration : none;
}

#main-content {
	padding : 0 0px 0 0px;
	border : 1px solid #fff;
}

#main-content .title {
	font-size : 12px;
	color : #fff;
	background : #265078;
	padding : 3px 4px 4px 4px;
}

#main-content .body {
	font-size : 12px;
	padding : 5px;
	border : 1px solid #265078;
	background : #265078;
	margin-bottom : 0px;
}

#main-content .descr {
	font-size : 12px;
	color : #333;
	margin-bottom : 6px;
}

#main-content .news-footer {
	font-size : 10px;
	color : #333;
	text-align : right;
	margin-top : 12px;
}

#main-content li {
	list-style : url(img/li.gif);
	margin-left : 18px;
}

.border-dreapta {
	width : 14px;
	background: url(images/border_dreapta.gif) top left;
}

.border-dreapta-antet {
	width : 14px;
	background: url(images/border_dreapta_antet.gif) top left;
}

.border-jos {
	height : 14px;
	background: url(images/border_jos.gif) repeat-x top left;
}

.colt {
	height : 14px;
	width : 14px;	
	background: url(images/colt.gif) top left;
}

.colt-antet {
	height : 14px;
	width : 14px;	
	background: url(images/colt_antet.gif) top left;
}

#footer {
	background : #4F504F;
	border : 1px solid #D7D7D7;
	color : #ddd;
	font-size : 10px;
	padding : 6px;
}

#footer a {
	color : #bbb;
	text-decoration : none;
}

#footer a:hover {
	color : #ccc;
	text-decoration : underline;
}

.pagenav {
	color : #000;
	font-size: 11px;
	padding: 4px;
}

.pagenav span {
	color : #111;
	background : #eee;
	border: 1px solid #e5e5e5;
	padding: 2px 4px;
	margin: 2px;
}

.pagenav a {
	text-decoration: none;
	color : #777;
	background : #eee;
	border: 1px solid #e5e5e5;
	padding: 2px 4px;
	margin: 2px;
}

.pagenav a:hover {
	text-decoration: none;
	background : #eee;
	color : #111;
	margin: 2px;
}

.news-category {
	border:0;
	margin:3px 5px 0 0;
	float:left;
}

.side-border-left {
	padding : 10px 0 10px 0;
	width : 200px;
}

.tbl-border {
	border : 1px solid #eee;
}

.tbl {
	font-size : 11px;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	background : #7D7D7D;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	background : #404652;
	padding : 4px;
}

.forum-caption {
	font-size : 12px;
	color : #fff;
	background : #4B6796;
	padding : 2px 4px 3px;
}

.quote {
	background : #fff;
	border : 1px solid #aaa;
	font : normal 11px "Lucida Sans Unicode",serif;
	margin-bottom : 12px;
	padding : 8px 10px;
}

.poll {
	height : 12px;
	border : 1px solid #000;
}

.comment-name {
	color : #3366cc;
}

.shoutboxname {
	color : #ccc;
}

.shoutbox {
	color : #aaa;
}

.shoutboxdate {
	font-size : 9px;
	color : #999;
}

.small {
	font-size : 11px;
	font-weight : normal;
}

.small2 {
	font-size : 11px;
	font-weight : normal;
	color : #fff;
}

.side-small {
	font-size : 11px;
}

.side-label {
	font-weight : bold;
	color : #fff;
	padding : 2px;
}
	
.center {margin : 0 auto;}

.center, *[align="center"] {margin : 0 auto;}

.flleft {float : left !important;}

.flright {float : right !important;}

.clear {clear : both;}