/**********GENERAL************/
BODY{
	margin:0px;
	padding:0px;
	height:100%;
	margin-bottom:1px;
	scrollbar-face-color:#1d2b45;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#DEE3E7;
	scrollbar-3dlight-color:#D1D7DC;
	scrollbar-arrow-color: #ecedf2;
	scrollbar-track-color:#d9dce5;
	scrollbar-darkshadow-color:#98AAB1;
	background:#fff;
	/*cursor: url('images/cursor.ani'),default;*/
}

A{
	font-size:11px;
	font-family: Verdana,Tahoma,sans-serif;
	color:#459135;
	text-decoration: none;
	border-bottom: dotted 1px #459135;
}
A:hover{
	text-decoration:none;
	color:#3bb823;
}

#forum A{
	border-bottom: none;
}

TABLE,BODY,P,DIV{
	font-size:11px;
	color:#000;
	font-family:Verdana;
}

H1{
	text-decoration:none;
	border: none;
	font-weight:normal;
	font-size:16px;
	color:#005f0c;
	font-family:'Century Gothic','Trebuchet MS',Georgia,Tahoma;
	margin:0px;
}

H2{
	margin:0px;
}

BUTTON{
	font-size: 10px;
}

.noborder,#box_main A.noborder,.noborder A{
	border-bottom: none !important;
}

.link0{
	text-decoration:none;
	border: none;
	font-size:11px;
	font-family: Tahoma,Verdana,sans-serif;
    color:#ffc103;
}
.link0:hover{
	color:#fff;
}

H1.text_flash{
	font-family:Century Gothic;
	font-size:16px;
	font-weight:bold;
}

#box_main_c{
	background:#f8f0a0;
	border:solid 1px #a9a9a9;
	padding:15px;
	width:750px;
}

#box_main_c TD{
	vertical-align: top;
}

#box_main_c .td_left{
	background:#4c4c4c;
	white-space:nowrap;
	padding-top: 6px;
	width:120px;
}

#box_main_c .table_fields DIV.div_msg{
	width:120px;
	padding:4px;
	position:absolute;
	background:#fff7d3;
	border:solid 1px #000;
	margin-left:11px;
	visibility :hidden;
}

/*.poza{
	border:solid 1px;
	border-color:#a3a18f;
}
.poza:hover{
	border-color:#0066cc;
}*/

A.on{
	color:#1da322;
	border-color: #27d72c;
}
A.on:hover{
	color:#27d72c;	
}
A.offline{
	color:#555;
	border-color: #d07719;
}
A.offline:hover{
	color:#d07719;
	
}

.link_menu{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	padding-left: 5px;
	text-decoration: none;
	border: none;
}
.link_menu_sel{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #ffcc00;
	padding-left: 5px;
	text-decoration: none;
	border: none;
}
.link_menu:hover,.link_menu_sel:hover{
	color: #ffcc00;
	text-decoration: none;
}

.link_menu_cp{
	display: block;
	text-align: center;
	width: 100%;
	font-family: Arial,'Trebuchet MS';
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 3 0 2 0px;
	background:url(../images/skin/menucp_bg_over.gif) no-repeat -400px;
}
.link_menu_cp:hover{
	color: #fff;
	text-decoration: none;
}
.link_menu_cp_sel{
	display: block;
	text-align: center;
	width: 100%;
	font-family: Arial,'Trebuchet MS';
	font-weight: bold;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	border: none;
	padding: 3 0 2 0px;
	background:url(../images/skin/menucp_bg_over.gif) no-repeat;
}
.link_menu_cp_sel:hover{
	color: #000;
	text-decoration: none;
}

.link1{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border: none;
}

.link1:hover{
	text-decoration: underline;
	color: #000;
}

.link2{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	border: none;
}

.link2:hover{
	text-decoration: underline;
	color: #000;
}

.link3{
	font-family:Tahoma;
	font-size:10px;
	color:#fff;
	display:block;
	background: #4c4c4c;
	padding:1 1px;
	text-decoration: none;
	border: none;
}
.link3:hover{
	color:#ffc103;
	background: #000;
	text-decoration: none;
}

.link4{
	font-family: Century Gothic;
	font-size: 14px;
	color:#131a21;
	text-decoration: none;
	border: none;
	font-weight: bold;
	text-transform:uppercase;
}
.link4:hover{
	color:#e4821b;
	text-decoration: none;
}

.link5{
	color:#800040;
	font-weight:bold;
	font-size:14px;
}

.link6{
	color:blue;
	font-size:10px;
	border-color:blue;
}
.link7{
	text-decoration:none;
	border: none;
	font-size:11px;
	font-family: Tahoma,Verdana,sans-serif;
    color:#888;
}
.link7:hover{
	color:#fff;
}
/*************INPUT****************/
.input{
	padding-left:2px;
	font-size:13px;
	font-family:'Century Gothic',Tahoma,sans-serif;
	color:#4c4c4c;
	border:solid 1px #5276c2;
	background:#fff;
}

.input:hover,.input:focus{
	border-color:#e4821b;
}
.input:focus,.input_error:focus{
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	background-color:#fff6ec;
}

.input_error{
	padding-left:2px;
	font-size:13px;
	font-family:'Century Gothic',Tahoma,sans-serif;
	color:#1d2b45;
	border:solid 1px #ff0000;
	background:#f6f2cc;
}

.input_success{
	padding-left:2px;
	font-size:13px;
	font-family:'Century Gothic',Tahoma,sans-serif;
	color:#1d2b45;
	border-color:#ccc;
	border-width:1px;
	background:#f6f2cc;
}
.input_success:hover,.input_success:focus{
	border-color:#e4821b;
}
.input_success:focus{
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}

.input1{
	font-size:11px;
	font-family:tahoma,sans-serif;
	color:#1d2b45;
	border:solid;
	border-width:1;
	border-color:#d2d2f9;
	background-color:#7fa9cf;
}

.input1:hover{
	border-color:#d2d2f9;
	background-color: #9ec5e9; 
}

.textarea{
	background-repeat:repeat-x;
}

.button,.sstoolbar BUTTON{
	font-family:Century Gothic,Tahoma,Verdana,Arial,"Trebuchet MS";
	color:#fff;
	font-weight:bold;
	acolor:#1d519c;
	border-width:1px;
	border-color:#00d4f6;
	padding:3 20 2 20px;
	background:url(../images/skin/button_bg.gif);
	font-size:14px;
	cursor: pointer;
}
.button:hover{
	background:url(../images/skin/button_bg_over.gif);
	color:#000;
}

.button_mic{
	font-size:11px;
	padding:2px auto;
}


.button2{
	/*color:#76430e;
	border-bottom: dotted 1px #76430e;*/
	font-family: Verdana,Tahoma,sans-serif;
	font-size:11px;
	color:#000;
	afont-weight:bold;
	border:solid 1px #d07719;
	padding:3 2 2 2px;
	background:transparent;
	cursor: pointer;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}
.button2:hover{
	color:#d07719;
	border-color:#85a919;
}

#menu_left{
	color:#fff;
	width:155px;
	word-wrap:break-word;
}

#menu_left TD{
	padding:0 5px;
}

#menu_left .menu_left_table{
	color:#fff;
	width:155px;
}

#menu_left .menu_left_table A{
	color:#fff;
	display:block;
	background: #4c4c4c;
	padding:1 5px;
	text-decoration: none;
	border: none;
	width=100%;
}
#menu_left .menu_left_table A:hover{
	color:#ffc103;
	background:#000;
	text-decoration: none;
}

#menu_left .menu_left_table .sublink{
	font-size: 9px;
	color:#ccc;
}
#menu_left .menu_left_table TD{
	padding:0px;
	border-bottom: solid 1px #666;
}

#menu_left .zona_mea A{
	padding:5 4px;
	font-size:12px;
	font-family:Arial;
}

#menu_left .zona_mea A:hover,#menu_left .zona_mea A.selected{
	color:#ffc103;
	background:url(../images/arrow12.gif) no-repeat center right #000;
}

A.menu_switch{
	cursor:pointer;
	background:url(../images/skin/menu_switch.gif);
	padding:0px;
	awidth:5px;
	padding-left:5px;
	height:100%;
	display:block;
}
A.menu_switch:hover{
	background:url(../images/skin/menu_switch_over.gif);
}
A.menu_switch_back{
	background:url(../images/skin/menu_switch_back.gif);
}
A.menu_switch_back:hover{
	background:url(../images/skin/menu_switch_back_over.gif);
}

/******************TITLURI******************/

.titlu1{
	text-decoration:none;
	border: none;
	font-weight:bold;
	font-size:12px;
	color:#f6f6f6;
	font-family:Verdana,'Arial Narrow',Georgia,'Verdana','Trebuchet MS',Georgia,Tahoma;
}
.titlu1:hover,.titlu1:active{
	text-decoration:underline;
	color:#d3d1b9;
}

.titlu2{
	text-decoration:none;
	border: none;
	font-weight:bold;
	font-size:12px;
	color:#232f47;
	font-family:Verdana,'Arial Narrow',Georgia,'Verdana','Trebuchet MS',Georgia,Tahoma;
}
.titlu2:hover,.titlu2:active{
	text-decoration:underline;
	color:#5276c2;
}

.titlu3{
	font-weight:normal;
	font-family:Tahoma,Georgia;
	font-variant:small-caps;
	font-size:13;
	color:006699;
	font-size:11;
	width:100%;
	text-align:left;
	background:#dfeaff;
	border:solid 1px #799cde;
	padding:2px;
}

.titlu4{
	font-weight:bold;
	font-family:Tahoma,Georgia;
	font-variant:small-caps;
	font-size:13;
	color:006699;
	font-size:11;
	width:100%;
	text-align:left;
	background:#dfeaff;
	border:dashed 1px #799cde;
	padding:2px;
}

.titlu5{
	color: #ad2836;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial;
	font-size:18px;
}

.titlu6{
	color:#2a0a21;
	font-size: 28px;
	font-family: Trebuchet MS;
}

/**************/

/**************TEXTE*************/

.text0{
	font-size:11px;
	color:#fff;
	font-family:Tahoma;
}

.text1{
	font-family:Tahoma;
	color:#ffc103;
	font-size:11px;
}

.text2{
	font-family:Arial;
	color:#ad2836;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 3px #bb9c85;
}

.text3{
	font-family:Trebuchet MS,Arial;
	color:#4b1117;
	font-size:24px;
	font-weight:bold;
	text-shadow:1px 1px 3px #bb9c85;
}

.text4{
	font-weight:bold;
	color:#438137;
}

.text5{
	font-family:'Trebuchet MS';
	font-size:14px;
	font-weight:bold;
	color:#85c000;
}

.text6{
	font-family:'Trebuchet MS';
	font-size:15px;
	font-weight:bold;
	color:#9a5400;
}

.text7{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	width:100%;
	border-bottom:solid 1px #7f944e;
	background:#a5c166;
	display: block;
}

.text8{
	font-family: Arial;
	font-size:9px;
	color:#888;
}

.text9{
	font-size: 9px;
	font-style: italic;
	color:#666;
}

.text10{
	color:#ffc103;
	font-size:40px;
	font-family:Trebuchet MS;
	font-weight:bold;
}

.text11{
	font-family:Trebuchet MS;
	font-size:17px;
	color:#1da322;
	font-weight:bold;
}

.text12{
	font-family: Arial;
	font-size:11px;
	color:#555;
}

.text13{
	font-size:11px;
	font-style:italic;
	color:#666;
}

.text14{
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	font-family:Verdana,Arial;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	/*width:100%;*/
	display:block;
	padding:6 4px;
	background:url(../images/skin/bg14.gif) #0b0c0e bottom repeat-x;
}

.text15{
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	font-family:Verdana,Arial;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	/*width:100%;*/
	display:block;
	padding:6 4px;
	background:url(../images/skin/bg15.gif) #822433 bottom repeat-x;
}

.text15a{
	font-family:Verdana,Arial;
	font-size:10px;
	color:#fff;
	font-weight:bold;
}

.text16{
	font-family:Arial;
	color:#ad2836;
	font-size:24px;
	font-weight:bold;
}

.text17{
	color:red;
	font-size:10px;
}
/***************************/

/*************SUBMENIU PRINCIPAL************/
.link_submenu{
	afloat:left;
	text-decoration:none;
	border: none;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	width:117px;
	height:29px;
	background:url(../images/skin/menu.gif);
	text-align:center;
	padding-top:6px;
	apadding-bottom:7px;
	display:block;
}
.link_submenu:hover{
	text-decoration:none;
	border: none;
	background:url(../images/skin/menu_over.gif);
	color:#fff;
}

.link_submenu_sel{
	afloat:left;
	text-decoration:none;
	border: none;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	width:117px;
	height:29px;
	background:url(../images/skin/menu_sel.gif);
	text-align:center;
	padding-top:6px;
	apadding-bottom:7px;
	display:block;
}
.link_submenu_sel:hover {
	text-decoration:none;
	background:url(../images/skin/menu_sel_over.gif);
	color:#fff;
}

.div_alb{
	background:white;
	border:solid 1px #aaa;
}

.div_rosu{
	border:solid 1px red;
	background:#ffeded;
	color:#aa0000;
	padding:5px;
}

/****************/

.scaps{
	font-variant:small-caps;
}

.subtitlu1{
	afont-variant:small-caps;
	aletter-spacing:1px;
	text-decoration:none;
	border: none;
	font-weight:bold;
	afont-style:italic;
	font-size:11px;
	color:#fff;
	font-family:Tahoma;
}
.subtitlu1:hover,.subtitlu1:active{
	text-decoration:underline;
	color:#d3d1b9;
}

.subtitlu2{
	afont-variant:small-caps;
	aletter-spacing:1px;
	text-decoration:none;
	border: none;
	font-weight:bold;
	afont-style:italic;
	font-size:12px;
	color:#232f47;
	font-family:Verdana,'Arial Narrow',Georgia,'Verdana','Trebuchet MS',Georgia,Tahoma;
}
.subtitlu2:hover,.subtitlu2:active{
	text-decoration:underline;
	color:#5276c2;
}

.subtitlu3{
	font-weight:normal;
	font-family:Tahoma,Georgia;
	font-variant:small-caps;
	font-size:13;
	color:006699;
	font-size:11;
	width:100%;
	text-align:left;
	background:#dfeaff;
	border:solid 1px #799cde;
	padding:2px;
}

.subtitlu4{
	font-weight:bold;
	font-family:Tahoma,Georgia;
	font-variant:small-caps;
	color:#fff !important;
	font-size:11px;
	width:100%;
	text-align:left;
	background:#262626;
	border:solid #a5c166;
	border-width: 1 4 1 4px;
	padding:2px;
}

.subtitlu5{
	color:white;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial;
	font-size:18px;
}

.subtitlu6{
	font-family:Trebuchet MS,Arial;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	font-variant:small-caps;
	width:100%;
	background:#262626;
	border:solid #a5c166;
	border-width: 1 4 1 4px;
	padding:2px;
}

.link_meniu_cupe{
	float:left;
	text-decoration:none;
	border: none;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#232939;
	background-color:#98d398;
	margin-left:1px;
	margin-top:0px;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	/*font-variant:small-caps;*/
}
.link_meniu_cupe:hover {
	text-decoration:none;
	abackground-color:#556d89;
	color:#ffffff;
}

.link_meniu_sel_cupe{
	float:left;
	text-decoration:none;
	border: none;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background-color:#006500;
	abackground-color:#00adef;
	margin-left:1px;
	text-align:center;
	padding-top:7px;
	padding-bottom:10px;
	aborder-top:solid 1px #6582a3;
	afont-variant:small-caps;
}
.link_meniu_sel_cupe:hover {
	text-decoration:none;
	abackground-color:#556d89;
	color:#ffffff;
}

.buton_cupe{
	background:url(../images/buton_cupa.png) no-repeat;
	width:158;
	height:57;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:18;
	float:left;
	border: none;
	cursor:pointer;
}
.buton_cupe:hover{
	color:#FFC103;
	text-decoration:none;
	background:url(../images/buton_cupa_over.png) no-repeat;
}
.buton_cupe .buton_cupe_nota{
	display:compact;
	margin: 0px;
	font-size:11;
	color:#d4ffd4;
}
.buton_cupe SPAN{
	display:block;
	margin: 8 0 0 28px;
}

#meniu_cupe {
	text-align:center;
	padding:0px;
	margin: 0px auto;
	width: 100%;
	aheight: 20px;
	float:left;
	background:url(../images/cupe_menu.gif);
	border:solid #006699;
	border-width:1 1 1 1px;
}
#meniu_cupe ul {
	float: left;
	margin: 0px;
    padding: 0px;
}
#meniu_cupe ul li {
	padding: 0px;
    display: inline;
    list-style: none;
}
#meniu_cupe a{
    background:url(../images/cupe_menu.gif);
	text-decoration:none;
	border: none;
	padding: 4px 15px 4px 15px;
	color: #006699;
	float: left;
	border-right: 1px solid #fff;
    font-weight: bold;
}
#meniu_cupe a.sel{
    background:url(../images/cupe_menu_over.gif) #145b93;
	color: #fff;
}
#meniu_cupe a:hover {
	text-decoration:none;
    background:url(../images/cupe_menu_over.gif) #145b93;
	color: #fff;
}
#meniu_cupe span{
	color:red;
}

.meniu_faze{
	background:#fff;
	border:solid #A5C166;
	border-width:0 4 4 4px;
	padding:4 4 0 4px
}

.meniu_faze A{
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	font-family:"Trebuchet MS",Tahoma,sans-serif;
	color:#000;
	border:solid 1px #ddd;
	padding:1 2px;
	display:block;
	margin-bottom:4px;
	background:#eee;
}
.meniu_faze A.sel{
	border-color:#169916;
	background:#fff;
}
.meniu_faze A.current{
	color:#169916;
}
.meniu_faze A.next{
	color:#9e9e9e;
}

.meniu_faze A:hover{
	text-decoration:none;
	border-color:#169916;
}

.link_del_scor{
	font-family:Arial;
	color:#c3584c;
	font-weight:bold;
	border: none;
}

.link_del_scor:hover{
	text-decoration:none;
	color:#ff0000;
}

.bar_border{
	border-left:solid 1px #eff7ff;
	border-right:solid 1px #b9bfc6;
	background:url(../images/taburi/bg_bar.gif);
	padding:2 4 2 4;
}

.grid_td{
	border-bottom:solid 1px #b2c7cf;
	padding:0 3 0 3;
}

.input3_error{
	font-size:11px;
	font-family:tahoma,sans-serif;
	color:#169916;
	border:solid 1px #ff0000;
	background-color:#ffffff;
}

.button3{
	font-family:Tahoma,Verdana,Arial,"Trebuchet MS";
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	acolor:#1d519c;
	border-width:1px;
	border-color:#00d4f6;
	/*border-color:#e77d00 #5e3300 #5e3300 #e77d00;*/
	aborder-color:#c0d2ff;
	padding:2 5 1 5;
	background:url(../images/bg_button.gif);
	/* #07c*/
    /*b3c9e8*/
}

.button_scor{
	font-family:Tahoma,Verdana,Arial,"Trebuchet MS";
	font-size:9px;
	padding:0px;
	height:15px;
	color:#ffffff;
	font-weight:bold;
	acolor:#1d519c;
	border-width:1px;
	border-color:#00d4f6;
	/*border-color:#e77d00 #5e3300 #5e3300 #e77d00;*/
	aborder-color:#c0d2ff;
	apadding:2 5 1 5;
	background:url(../images/bg_button.gif);
}

.bg_input{
	background-color:#fff88a;
}

.poza{
	border:solid 1px #E37212;
}
.poza:hover{
	border-color:#0066cc;
}

.poza0{
	border:solid 1px;
	border-color:#ffc103;
}
.poza0:hover{
	border-color:#40719c;
}

.poza_left{
	float:left;
	margin:0 5 5 0px;
	border:solid 1px #E37212;
}

.poza_right{
	float:right;
	margin-left:0 0 5 5px;
	border:solid 1px #E37212;
}

.poza_categ{
	border:solid 0px;
	border-color:#616877;
	amargin:5px;
}
.poza_categ:hover{
	border-color:#0066cc;
}

.ora{
	font-weight:normal;
	font-size:14;
	acolor:#283c60;
    color:#933e00;
	font-family:Georgia,Tahoma;
}

.zile{
	font-weight:normal;
	font-family:Tahoma,Georgia;
	font-variant:small-caps;
	font-size:13;
	color:006699;
}

.zile:hover{
	color:006699;
}

.ziua{
	font-weight:normal;
	font-family:Georgia,Tahoma;
	font-variant:small-caps;
	font-size:18;
	color:d05800;
}

.link_dark2{
	text-decoration:none;
	border: none;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
	font-family: 'Trebuchet MS',Tahoma,sans-serif;
	color:#648e00;
	acolor:#006699;
}
.link_dark2:hover,.link_dark2:active{
	text-decoration:underline;
	acolor:#94BE22;
	color:#169916;
}

.highlight2{
	text-decoration:none;
	border: none;
	font-weight:normal;
	font-size:11px;
	acolor:#133eac;
	color:#169916;
	font-family:Tahoma,"Trebuchet MS";
}
.highlight2:hover,.highlight2:active{
	text-decoration:none;
	color:#1fd81f;
}

.highlight_huge2{
	text-decoration:none;
	border: none;
	afont-weight:bold;
	afont-style:italic;
	font-size:20;
	acolor:#133eac;
	color:#169916;
	font-family:Georgia,Tahoma,"Trebuchet MS";
}
.highlight_huge2:hover,.highlight_huge2:active{
	text-decoration:underline;
	color:#1cc21c;
}
.box_main .content{
	/*background:#FFFFE6;
	aheight: 100%;*/
	background:url(../images/skin/box_main_bg.gif) repeat-x;
	border:solid #e37212;
	border-width:0 1px;
}

.content4{
	/*background:#FFFFE6;
	aheight: 100%;*/
	background:#fff;
	border:solid #cfcfcf;
	border-width:0 1px;
}

/*********PAGINATION*****/
.pagination A.normal{
	color:#000;
	float:left;
	border:solid 1px #fbb632;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding:3 8px;
	text-align:center;
	font-size:12px;
	margin-left:1px;
	font-family:Tahoma;
	text-decoration:none;
}
.pagination A.normal:hover{
	border-color: #000;
}
.pagination A.selected{
	float:left;
	font-weight:bold;
	background:#e4821b;
	color:#fff;
	border:solid 1px #fbb632;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding:3 8px;
	margin-left:1px;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;
	text-decoration:none;
}
.pagination INPUT.inputtext{
	color:#000;
	background:transparent;
	font-weight:bold;
	border:solid 1px #fbb632;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	margin-left:1px;
	text-align:center;
	font-size:10px;
	height:22px;
	padding-top:4px;
	font-family:Verdana;
}
.pagination A.left_enabled{
	background: url(../images/arrow9.png);
	width:28px;
	height:30px;
	margin-right:4px;
	display: block;
	border: none;
}
.pagination A.left_disabled{
	background: url(../images/arrow9_disabled.png);
	width:28px;
	height:30px;
	margin-right:4px;
	display: block;
	border: none;
}
.pagination A.right_enabled{
	background: url(../images/arrow10.png);
	width:28px;
	height:30px;
	margin-left:5px;
	display: block;
	border: none;
}
.pagination A.right_disabled{
	background: url(../images/arrow10_disabled.png);
	width:28px;
	height:30px;
	margin-left:5px;
	display: block;
	border: none;
}
/*********END PAGINATION*****/

/*******GRID STYLE HERE*********/
#grid, TABLE.grid{
	border-left:solid 1px #d2d297;
	border-bottom:solid 2px #d2d297;
	cursor:default;
}
#grid TD, TABLE.grid TD{
	border-bottom:solid 1px #d2d297;
	border-right:solid 1px #d2d297;
	padding:0px 3px;
	height:22px;
}
#grid THEAD TH, TABLE.grid THEAD TH{
	height:25px;
	border-bottom:none;
	border-left:solid 1px #95956b;
	border-right:solid 1px #474919;
	background:url(../images/skin/grid_bar.gif);
	padding:2px 4px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
#grid THEAD TH.selected, TABLE.grid THEAD TH.selected{
	background:url(../images/skin/grid_bar_over.gif);
}
#grid THEAD TABLE.header_sel TH, TABLE.grid THEAD TABLE.header_sel TH{
	height:auto;
	border:none;
	background:none;
	padding:0px;
}
#grid TR.total, TABLE.grid TR.total{
	font-family:Tahoma;
	color:#ffc103;
	font-size:11px;
	text-align:right;
	background:#050d00;
	font-weight:bold;
}
#grid TR.th, TABLE.grid TR.th{
	font-family:Tahoma;
	color:#ffc103;
	font-size:11px;
	text-align:center;
	background:#050d00;
	font-weight:bold;
}
#grid TR.r1, TABLE.grid TR.r1{
	background:#ecf4d9;
}
#grid TR.r2, TABLE.grid TR.r2{
	background:#ffffff;
}
/********END GRID********/

/*******GRID2 STYLE HERE*********/
#grid2, TABLE.grid2{
	border-top:solid 1px #aaa;
	border-left:solid 1px #aaa;
	border-bottom:solid 2px #aaa;
	cursor:default;
}
#grid2 TD, TABLE.grid2 TD{
	border-bottom:solid 1px #aaa;
	border-right:solid 1px #aaa;
	padding:0px 3px;
	height:22px;
}
#grid2 THEAD TH, TABLE.grid2 THEAD TH{
	height:25px;
	border-bottom:none;
	border-left:solid 1px #95956b;
	border-right:solid 1px #474919;
	background:url(../images/skin/grid2_bar.gif);
	padding:2px 4px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
#grid2 THEAD TH.selected, TABLE.grid2 THEAD TH.selected{
	background:url(../images/skin/grid2_bar_over.gif);
}
#grid2 THEAD TABLE.header_sel TH, TABLE.grid2 THEAD TABLE.header_sel TH{
	height:auto;
	border:none;
	background:none;
	padding:0px;
}
#grid2 TR.total, TABLE.grid2 TR.total{
	font-family:Tahoma;
	color:#000;
	font-size:11px;
	text-align:right;
	background:#C5C6C8;
	font-weight:bold;
}
#grid2 TR.r1, TABLE.grid2 TR.r1{
	background:#E8E8E8;
}
#grid2 TR.r2, TABLE.grid2 TR.r2{
	background:#ffffff;
}
/********END GRID2********/

/********TABS STYLE HERE***********/
.tabs .tabs-header A{
	text-decoration:none;
	border: none;
	font-weight:normal;
	font-family:Trebuchet MS,Century Gothic;
	font-size:13px;
	color:#6d737a;
	padding:5 5px;
	display:block;
	border:solid 1px #a5c166;
	border-bottom-width:0px;
	background:#ededd6;
	text-transform: uppercase;
	width=100%;
}
.tabs .tabs-header A:hover{
	color:#e37212;
	background:#f6f6de;
}
.tabs .tabs-header TH{
	border-bottom:solid 1px #e37212;
	vertical-align:bottom;
	white-space:nowrap;
}
.tabs .tabs-header TH.tabs-sel{
	border-bottom:none;
}
.tabs .tabs-header TH.tabs-end{
	/*padding:5px;*/
	/*width:100%;*/
}
.tabs .tabs-header TH.tabs-sel A{
	font-weight:bold;
	font-size:15px;
	color:#050912;
	border-color:#e37212;
	background:transparent;
}
.tabs .tabs-header TH.tabs-sel A:hover{
	color:#e37212;
	background:transparent;
}
.tabs .tabs-content{
	border:solid 1px #e37212;
	border-top-width:0px;
	padding:4px;
}
/********END TABS*************/

/*conversatii*/
A.link_conv_cat{
	display:block;
	font-size:13px;
	font-family:Trebuchet MS;
	font-weight:bold;
	width:100%;
	padding:5 0px;
	text-indent:3px;
	line-height:14px;
	color:#004e75;
	border:none;
}
A.link_conv_site{
	color:#169916;
	background-color:#ffffc1;
	border:none;
}
A.link_conv_cat:hover,A.link_conv_cat_selected{
	color:#810000;
	text-decoration:none;
	background:url(../images/arrow10_conv.gif) no-repeat right #ffe79f;
}
.text_cont_cat{
	font-family:Tahoma;
	color:#000;
	display:block;
	font-weight:normal;
	text-indent:10px;
	font-size:10px;
}

/*comentarii*/
/*.comentarii A{
	border:none;
	text-decoration:underline;
}*/

.comentarii #c_reply{
	position:absolute;
	background:url(../images/bg_reply.jpg);
	border:double 3px #006699;
	display:none;
	z-index:1;
}
.comentarii #c_reply .close{
	padding:0 4px;
}
.comentarii .reply_titlu{
	font-family:Trebuchet MS;
	font-size:13px;
	color:white;
	font-weight:bold;
}
.comentarii .reply_edit_area{
	background: #FFFFE6;
	border: solid 1px #E4821B;
	padding: 3px;
}
.comentarii .titlu{
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:18px;
}
.comentarii .cz,.comentarii .cz DIV{
	background:url(../images/bg_best_comm.gif);
	padding:3px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	font-family:Tahoma;
}
.comentarii .cz DIV{
	padding-top:1px;
	float:right;
	font-size:9px;
}
.comentarii TABLE.com{
	width:100%;
	_width:auto;
	background:url(../images/skin/line2.gif) bottom repeat-x #ffffdb;
}
.comentarii TABLE.new{
	background-color:#fffff6;
}
.comentarii TABLE.special{
	background-color:#e1f1ff;
}
.comentarii TD.td_left{
	background:url(../images/skin/line2v.gif) left repeat-y;
	padding-left:3px;
}
.comentarii TD.td_right{
	width:100%;
	background:url(../images/skin/line2.gif) top repeat-x;
	padding-top:3px;
}
/*.comentarii TD.td_right DIV A{
	text-decoration:none;
}*/

.comentarii DIV.div_right{
	float:right;
}

.comentarii DIV.div_right A{
	color:#fff;
	border:none;
	text-decoration:none;
	font-size:9px;
	padding:1 3 2 3px;
	font-weight:bold;
	line-height:20px;
}
.comentarii DIV.div_right A:hover{
	background:#fff !important;
}

.comentarii A.cmbc{
	background:#78a9c2;
}
.comentarii A.cmbc:hover{
	color:#78a9c2;
}

.comentarii A.del{
	background:#e74949;
}
.comentarii A.del:hover{
	color:#e74949;
}

.comentarii A.unh{
	background:#666;
}
.comentarii A.unh:hover{
	color:#666;
}

.comentarii A.r{
	background:#76c068;
}
.comentarii A.r:hover{
	color:#76c068;
}

.comentarii A.focus{
	background:#666;
}
.comentarii A.focus:hover{
	color:#666;
}

.comentarii DIV.div_right A.next{
	font-family:'Lucida Sans Unicode';
	font-weight:normal;
	font-size:13px;
	background:#93672f;
	padding:0 3 1 3px;
}
.comentarii A.next:hover{
	color:#93672f;
}

/* CHAT */
.chat .window{
	padding:0px;
	font-size:13px;
	font-family:'Century Gothic',Tahoma,sans-serif;
	color:#4c4c4c;
	border:solid 1px #5276c2;
	background:#fff;
}

.chat .label{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	width:100%;
	border-bottom:solid 1px #7f944e;
	background:#a5c166;
	display: block;
}

.chat A.link_user{
	/*font-weight:bold;*/
	border:none;
}

.chat .chat_messages TD{
	vertical-align:top;
	padding:2 3px;
	/*word-wrap:break-word;*/
}

.chat .chat_messages TR.chat_end TD{
	border-bottom:solid 1px #eeeeab;
}

.chat .chat_users TD{
	padding:1 3px
}

.chat .chat_send{
	font-family:Century Gothic,Tahoma,Verdana,Arial,"Trebuchet MS";
	color:#fff;
	font-weight:bold;
	font-size:14px;
	border:none;
	cursor: pointer;
	width:77px;
	height:38px;
	margin-left:3px;
	background:url(../images/btnh.png);
}

.chat .chat_send:hover{
	color:#000;
	background:url(../images/btnhover.png);
}

/****/

.rank0{
	color:#3db840;
}

.rank1{
	color:#4d7aa0;
}

.rank2{
	color:#7a50a0;
}

.rank3{
	color:#c6824d;
}

.rank4{
	color:#a02626;
}

.rankb0{
	background-color:#3db840;
}

.rankb1{
	background-color:#4d7aa0;
}

.rankb2{
	background-color:#7a50a0;
}

.rankb3{
	background-color:#c6824d;
}

.rankb4{
	background-color:#a02626;
}

.meciuri{
	width:100%;
}

.meciuri TD{
	padding:2px 4px;
}

.meciuri TR.r0{
	background:#c5c6c8;
	font-weight:bold;
	height:24px;
}

.meciuri TR.r1{
	background:#e8e8e8;
	height:22px;
}

.meciuri TR.r2{
	background:#fff;
	height:22px;
}

.meciuri TR.hl:hover{
	background:#FFFBB3;
	height:22px;
}

.meciuri TD.td1{
	text-align:right;
	width:1%;
}

.meciuri TD.td2{
	text-align:right;
	width:50%;
}

.meciuri TD.score{
	/*width:75px;*/
	text-align:center;
	white-space:nowrap;
}

.meciuri TD.td4{
	width:50%;
}

.meciuri TD.td5{
	width:1%;
	white-space:nowrap;
}

.meci{
	width:100%;
}

.meci TD{
	padding:2px 8px;
}

.meci TD.td1{
	text-align:right;
	width:50%;
}

.meci TD.td2{
	text-align:center;
	white-space:nowrap;
	border:solid #BCDC74;
	border-width:0 1px;
}

.meci TD.td3{
	text-align:left;
	width:50%;
}

.input_scor{
	font-size:11px;
	width:30px;
	padding:0px;
	height:15px;
	text-align:center;
	font-family:Tahoma,sans-serif;
	color:#169916;
	border:solid 1px #418eda;
	background-color:#ffffff;
}
.input_scor:hover{
	border-color:#e4821b;
}
.input_scor:focus{
	border-color:#e4821b;
	background-color:#fff6ec;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}

.score-user{
	background:yellow;
}

.score-final{
	background:#C0FFC0;
}

.score-admin{
	background:#98f7ff;
}

.score-conflict{
	background:#FF8080;
}

.score-random{
	border:dotted maroon;
	border-width:0 1px;
}

#lightbox A{
	border:none;
}

.trafic A{
	border:none !important;
}

.box_a,.box_a DIV{
	width:100%;
	font-family:Arial !important;
	color:#333333;
	font-size:11px !important;
}
.box_a TD{
	padding:1 2px;
	border-bottom:1px solid #CDD0D4;
}
.box_a TR.last TD{
	border-bottom:none;
}
.box_a A{
	border:none;
}
.box_a A{
	font-family:Arial !important;
	font-size:11px;
	color:#000;
}
.box_a A:hover{
	text-decoration:underline;
}
.box_a .fixed1{
	width:170px;
	white-space:nowrap;
	overflow:hidden;
}
.box_a .fixed2{
	width:115px;
	white-space:nowrap;
	overflow:hidden;
}
.box_a .fixed3{
	width:100px;
	white-space:nowrap;
	overflow:hidden;
	color:#777;
}
.box_a .fixed4{
	width:150px;
	white-space:nowrap;
	overflow:hidden;
}
.box_a .fixed5{
	width:65px;
	white-space:nowrap;
	overflow:hidden;
	color:#777;
}

.box_b{
	width:100%;
	font-family:Arial !important;
	color:#fff;
	font-size:11px !important;
}
.box_b TD{
	padding:4px;
}
.box_b TH{
	font-family:Arial !important;
	padding:6px;
	text-align:left;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background-color:#000;
}
.box_b TD.td1{
	text-align:center;
	width:25px;
}
.box_b TR.tr1{
	background-color:#202020;
}
.box_b TR.tr2{
	background-color:#282828;
}
.box_b A{
	border-color:#FFCC00;
	font-family:Verdana !important;
	font-size:11px;
	color:#FFCC00;
}
.box_b A:hover{
	color:#FFffbb;
	border-color:#FFffbb;
}

.won{
	color:green;
}

.lost{
	color:red;
}

.matched{
	color:gray;
}

TD.grid_details{
	cursor:pointer;
	background:url(../images/arrow14.gif) no-repeat right;
	background-color:inherit;
	padding-right:15px !important;
}
TD.grid_details:hover{
	background-color:#fae489;
}
.preloader{
	width:13px;
	height:16px;
	background:url(../images/preloader.gif);
	margin:4px;
}

TD.cr{
	/*padding:0px !important;*/
	width:156px;
}
TD.cr DIV{
	font-size:9px;
	text-indent:2px;
	padding:2 0px;
	color:#fff;
}