/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		DarkFantasy
	Author:		Daniel St. Jules ( http://www.gamexe.net/ )
    --------------------------------------------------------------
*/
/**
*
* @package mChat Subsilver2 Style
* @version  1.3.5 2010-12-02
* @copyright (c) RMcGirr83 ( http://www.rmcgirr83.org/ )0000CC
* @copyright (c) By Shapoval Andrey Vladimirovich (AllCity) ~ http://allcity.net.ru/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
**/

/* mChat
------------ */
div.mChatBG1 {
	background-color: #101010;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #DDDDDD;
	overflow: hidden;
}

div.mChatBG2 {
	background-color: #101010;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #DDDDDD;
	overflow: hidden;
}

div.mChatRowLimit {
	overflow: auto;
	width: 100%;
}

div.mChatRowLimitCustom {
	overflow: auto;
	width: 100%;
}

div.mChatPanel {
	text-align: center;
	padding: 3px;
	clear: both;
}

input.mChatText {
	cursor: text;
	width: 50%;
	border: 1px solid #A9B8C2;
        color: #f57200 !important;
	padding: 3px 5px 3px 5px;
	margin: 3px 0px 3px 5px;
}

input.mChatText:hover {
	border-color: #11A3EA;
}

div.mChatHover:hover {
	background-color: #070707;
}

.mChatBodyFix {
    background: -webkit-linear-gradient(top, #050505, #151515);
    background: -moz-linear-gradient(top, #050505, #151515);
    background: -ms-linear-gradient(top, #050505, #151515);
    background: -o-linear-gradient(top, #050505, #151515);
    background-color: #151515;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-bottom: 1px solid #B61A00;
    padding: 7px;
}

div.mChatStatic {
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 1.1em;
}

div.mChatStats {
	padding-left: 5px;
	margin-top: 2px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	min-height: 1.3em;
	font-size: 1.1em;
	height: auto !important;
}

div.mChatRefresh {
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 1.1em;
	margin-top: 1.5em;
	clear: both;
}

input.mChatColor {
	width: 100%;
	text-align: center;
	background-color: #DEE3E7;
	border-style: none;	
}

div.mChatMessage {
	padding: 3px;
	font-size: 1.1em;
	width: 98%;
        color: #f57200 !important;
}

a.mChatScriptLink {
	text-decoration:none;
}

img.mChatImage{
	vertical-align: middle;
}

img.mChatImageLoad {
	vertical-align: middle;
	cursor: wait;
	display: none;
}

img.mChatImageOk {
	vertical-align: middle;
	cursor: help;
}

img.mChatImageHideImg {
	vertical-align: middle; 
	cursor: help; 
	display: none;
}

div.mChatSound {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.mchat_alert {
	color: #7E2217;
	padding: 10px;
}

#mChatUserList {
	display: none;
	float: left;
}

.mChatAvatars {
	float: left;
	padding-right: 5px;
}

div.avatarMessage {
	margin-left: 50px;
	width: 90%;
	margin-right: 5px;
}
/*--------------------------*/
/* GENERAL STYLES */
/*--------------------------*/

* { margin : 0; padding: 0; border: 0; }

body {
	background: #0d0f0c; 
	color: #e4b8a6;
	font-size: 10pt;
	font-family: Verdana, Arial;
	margin-bottom: 10px;
	font-size: 10px;
	cursor: url(http://sonymt2.ro/sv/img/cursor.gif), auto;
        }
        body a{
        cursor: url(http://sonymt2.ro/sv/img/cursor_click.gif), auto;
        }
        body input{
        cursor: url(http://sonymt2.ro/sv/img/cursor.gif), auto;
        }

a {color: #fbdace;}
a:hover {color: #ff723b;}
a img { border:0; } 
a:active, a:focus  { -moz-outline:none }
/* <q></q> more */ q {display:block;} q:before, q:after {content:"";}
.clear {clear:both;}
.relative {position:relative;}
a {	outline: none; text-decoration:none;}	
object { outline:none; }
h2 {font:24px Georgia, "Times New Roman", Times, serif; color:#A17315; letter-spacing:.01em; text-align:center;}
.intro {padding:20px;}
/*p {font:14px/24px Arial, Helvetica, sans-serif; margin:1.8em 0;}
p.lead {position:relative; z-index:2; font:18px/24px Georgia;}
p.lead:first-line, p.sub { font:normal 18px Georgia; }*/
.hr {height:1px; padding:0; font-size:1px; line-height:1px; background-color:#cab26e; width:452px; margin:0 auto; }
.hr hr {display:none;}

/*a:link,a:active,a:visited { text-decoration: none; color : #114057; }
a:hover		{ text-decoration: none; color : #172F3B; }*/
a.link02:link,a.link02:active,a.link02:visited { text-decoration: none; color : #FF9900; }
a.link02:hover		{ text-decoration: none; color : #FFFF00; }
.copyright {
	color: #999999;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	letter-spacing: -1px;
}
a.copyright:link, a.copyright:visited, a.copyright:active {color: #999999;}
a.copyright:hover {color: #FFFFFF;text-decoration: underline;}

.fr { float: right; }

.fl { float: left; }

#headerlogo {
  z-index:300;
  LEFT: 50%;
  Margin-left: -138px;
  POSITION:absolute;
  TOP:20px;
  width:262px;
  height:130px;
}

#pagebg {
  z-index:-15;
  LEFT: 0px;
  POSITION:absolute;
  TOP:250px;
  width:100%;
  height:684px;
  background: url(./styles/WoW5thAniversary/theme/images/page-bg.jpg) center no-repeat;
}
/*------------------------*/
/* LAYOUT STYLES */
/*------------------------*/

#separador { width: 100%; height: 39px; margin: 0 auto;}
#adorno { width: 100%; height: 39px; margin: 0 auto; background: url("./styles/WoW5thAniversary/theme/images/adorno.gif") bottom center no-repeat}
#container { width: 100%;}

#wrapper {
	width: 1009px; 
	margin: 0 auto; 
	/*background: url("./styles/WoW5thAniversary/theme/images/parchment-bg.jpg") top center repeat-y;*/ 
	position: relative;
	}
	
#header {
	height: 402px;
	width: 1009px; 
	background: url("./styles/WoW5thAniversary/theme/images/aparchment-top.png") top center no-repeat;
}
	
#footer {
	background: url("./styles/WoW5thAniversary/theme/images/page-footer.png") top center no-repeat; 
	height: 148px;
	text-align: center;
	clear: both;
	color: #AAAAAA;
	padding-top: 20px;
	}

#contentbg { margin: 0px; width: 1009px; background: #edde8d url("./styles/WoW5thAniversary/theme/images/parchment-bg.jpg") top center repeat-y;}
#contenttop   { width: 1009px;}
#contentbottom{ width: 1009px; align:center; margin:auto;}
#maincontent { 
	width: 909px;
	padding: 0px 50px 40px 50px;
	background: url("./styles/WoW5thAniversary/theme/images/parchment-mid.png") center repeat;
	align: center;
	margin: auto; 
	min-height: 400px;
	height: auto !important;
	height: 300px;
}

#top_menu { 	position: absolute; top: 10px; left: 50%; margin-left: -190px; width: 380px; }

#menubar {
	position: relative;
	top: 361px;
	width: 905px;
	align: center;
	margin: auto; 
}

a:hover#faq, a:hover#search, a:hover#ucp, a:hover#members {
	background-position: 0px -22px;
}

a#faq, a#search, a#ucp, a#members  {
	display: block;
	width: 73px;
	height: 22px;
	text-indent: -4000px;
	float: right;
	margin-right: 20px;
}

a#faq {
	background: url("./styles/the_gaming/imageset/ro/menu_faq.gif") 0 0 no-repeat;
}
a#search {
	background: url("./styles/the_gaming/imageset/ro/menu_search.gif") 0 0 no-repeat;
}
a#ucp {
	background: url("./styles/the_gaming/imageset/ro/menu_ucp.gif") 0 0 no-repeat;
}
a#members {
	background:url("./styles/the_gaming/imageset/ro/menu_members.gif") 0 0 no-repeat;
}

/*---------------------------*/
/* CONTENT STYLES */
/*---------------------------*/

/* Layout
 ------------ */

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #ffc2a1;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0; 
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.buttons_topic {
    background: -webkit-linear-gradient(top, #050505, #151515);
    background: -moz-linear-gradient(top, #050505, #151515);
    background: -ms-linear-gradient(top, #050505, #151515);
    background: -o-linear-gradient(top, #050505, #151515);
    background-color: #151515;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-bottom: 1px solid #B61A00;
    padding: 7px;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #e4b8a6;
		font-weight: bold;
        background: url("http://sonymt2.ro/board/styles/WoW5thAniversary/theme/images/ranksRed2.gif");
}

.postdetails {
	color: #e4b8a6;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background: #D3EAF6;
}

.nav {
	margin: 0;
	color: #eca484;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.notice {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
 
/*table {background: url("./styles/WoW5thAniversary/theme/images/table_bg.jpg") top center repeat-y;}*/
table.transparent tr { background: transparent; }
 
th {
	padding: 4px;
	border: 1px #FF2323 solid;
	background: #B61A00;
	border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius:0.5em;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

/*.tablebg tr { background: url("./styles/WoW5thAniversary/theme/images/cellbg1.jpg"); }*/
.tablebg {
  background:	
				url("./styles/WoW5thAniversary/theme/images/corner_top_left.png") left top no-repeat, 
				url("./styles/WoW5thAniversary/theme/images/corner_top_right.png") right top no-repeat, 
				url("./styles/WoW5thAniversary/theme/images/corner_bot_left.png") left bottom no-repeat, 
				url("./styles/WoW5thAniversary/theme/images/corner_bot_right.png") right bottom no-repeat,
				
				url("./styles/WoW5thAniversary/theme/images/margin_left.png") left repeat-y, 
				url("./styles/WoW5thAniversary/theme/images/margin_right.png") right repeat-y, 
				url("./styles/WoW5thAniversary/theme/images/margin_top.png") top repeat-x, 
				url("./styles/WoW5thAniversary/theme/images/margin_bot.png") bottom repeat-x, 
				url("./styles/WoW5thAniversary/theme/images/content.png") repeat;
  padding: 20px;
  width: 100%;
}
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url("./styles/WoW5thAniversary/theme/images/cellpic2.jpg") repeat-y scroll top left;
}
.rtl .catdiv {
	background: url("./styles/WoW5thAniversary/theme/images/cellpic2_rtl.jpg") repeat-y scroll top right;
}

.cat {
	margin: 0;
	padding: 10px;
	text-indent: 4px;
}

.row1 {
	padding: 4px;
	border: 1px #272624 solid;
	background: #1A1918;
	/*border-width: 1px 0 0 1px;*/
	border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius:0.5em;
	/*background: url("./styles/WoW5thAniversary/theme/images/table_bg.jpg") top;*/
}

.row2 {
	padding: 4px;
	border: 1px #272624 solid;
	background: #1A1918;
	/*border-width: 1px 0 0 1px;*/
	border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius:0.5em;
	/*background: url("./styles/WoW5thAniversary/theme/images/table_bg.jpg") top;*/
}

.row3 {
	padding: 4px;
	border: 1px #272624 solid;
	background: #1A1918;
	border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius:0.5em;
	/*background: url("./styles/WoW5thAniversary/theme/images/table_bg.jpg") top;*/
}

.spacer {
	/*background: url("./styles/WoW5thAniversary/theme/images/space.gif") top repeat-x;*/
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #B5BDBF;
	color: #B5BDBF;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}
 
.notice a:link, .notice a:visited, .notice a:active { color: #a24c1e; }

.notice a:hover { color: #ffd0b9; }
 
a.forumlink {
	color: #B61A00;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}

a.forumlink:hover {
  color: #FF2323;
  text-decoration: none;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:hover {
	color: #ffd0b9;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #ffefe0;
	padding: 5px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius:4px;
	font-size: 1.1em;
	font-weight: normal;
	background: #141413;
	-moz-box-shadow: 0px 1px 0px #2b2b28;
	-webkit-box-shadow: 0px 1px 0px #2b2b28;
	border-top: 1px solid #1c1c1b;
	border-left: 1px solid #1c1c1b;
	border-right: 1px solid #1c1c1b;
}

textarea {
	color: #ffefe0;
	padding: 5px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius:4px;
	font-size: 1.1em;
	font-weight: normal;
	background: #141413;
	-moz-box-shadow: 0px 1px 0px #2b2b28;
	-webkit-box-shadow: 0px 1px 0px #2b2b28;
	border-top: 1px solid #1c1c1b;
	border-left: 1px solid #1c1c1b;
	border-right: 1px solid #1c1c1b;
}

select {
	color: #0d0f0c;
	background: #f9e9e9;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

.helpline {
	color: #ffefe0;
	padding: 5px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius:4px;
	font-size: 1.1em;
	font-weight: normal;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: 0;
	background-color: transparent;
	vertical-align: middle;
}

.btnbbcode {
	font-weight: normal;
	color: #ffffff;
	background: #B61A00;
	border-radius: 4px;
	border: 1px #FF2323 solid;
	-moz-border-radius: 2px; 
	-webkit-border-radius:2px;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	margin: 3px;
}

.btnbbcode:hover {
	background: #FF2323;
}

.btnmain {
	font-weight: normal;
	color: #ffffff;
	background: #B61A00;
	border-radius: 4px;
	border: 1px #FF2323 solid;
	-moz-border-radius: 2px; 
	-webkit-border-radius:2px;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnmain:hover {
	background: #FF2323;
}

.btnlite {
	font-weight: normal;
	color: #ffffff;
	background: #B61A00;
	border-radius: 4px;
	border: 1px #FF2323 solid;
	-moz-border-radius: 2px; 
	-webkit-border-radius:2px;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite:hover {
	background: #FF2323;
}


.btnfile {
	font-weight: normal;
	color: #ffffff;
	background: #B61A00;
	border-radius: 4px;
	border: 1px #FF2323 solid;
	-moz-border-radius: 2px; 
	-webkit-border-radius:2px;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile:hover {
	background: #FF2323;
}


/* BBCode
 ------------ */
quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #201f1f;
	color: #555454;
	background-color: #060606;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #201f1f;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #1d1d1d;
	color: #555454;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #201f1f;
	color: #555454;
	background-color: #060606;
	font-size: 0.85em;
	font-weight: bold;
}

.codecontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #201f1f;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #1d1d1d;
	color: #555454;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background: #000000;
}

.pm_replied_colour {
	background: #5B6061;
}

.pm_friend_colour {
	background: #007700;
}

.pm_foe_colour {
	background: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
	max-width: 590px;
}

.sep {
	color: black;
	background-color: #D3DADB;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured, .coloredName {
	font-weight: bold;
        background: url("http://sonymt2.ro/board/styles/WoW5thAniversary/theme/images/ranksRed.gif");
        text-shadow: 1px 1px 15px #f57200;
}

#wrapcentre {
    background-color: #0d0f0c;
    color: #dcb975;
}

.btnlit3 {
	display: inline-block; 
	margin-left: 5px; 
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:5px; 
	background: #323435;
	background-image: linear-gradient(bottom, #1f1f1f 0%, #2a2a2a 100%); 
	background-image: -o-linear-gradient(bottom, #1f1f1f 0%, #2a2a2a 100%);
	background-image: -moz-linear-gradient(bottom, #1f1f1f 0%, #2a2a2a 100%);
	background-image: -webkit-linear-gradient(bottom, #1f1f1f 0%, #2a2a2a 100%);
	background-image: -ms-linear-gradient(bottom, #1f1f1f 0%, #2a2a2a 100%);
	box-shadow: 0px 0px 2px #000;
	border-top:1px solid #474747;
	border-bottom:1px solid #2a2a2a;
	border-left:1px solid #2a2a2a;
	border-right:1px solid #2a2a2a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	color: white;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	text-shadow: 0 -1px #00385a;
	text-decoration: none;
}

.legend3 {
    background:#101010;
	padding:5px;
	font-size:8px;
	margin-bottom:2px;
	border:1px solid #313030;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.legend_topic {
    background:#101010;
	padding:5px;
	font-size:10px;
	margin-bottom:2px;
	border:1px solid #313030;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.sep322 {
	background:url("http://sonymt2.ro/sv/new_ui/line.png") no-repeat center;
}