@import url("common.css");

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#999999;
	background:url(../images/bg_body.jpg) #24418F top left repeat-x;
	width:100%;


}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
.success_message{
	padding:5px;
	margin:5px 0px 5px 0px;
	background-color:#ffee00;
}
.success_message  p
{
	padding:0px;
	font-size:10px;
	font-weight:bold;
	color:#11AA77;
}
/* PAGE CONTAINERS ---------------------------------------------------------- */
#wrapper{
	min-width: 970px;
	width:auto;
	height:auto;
	padding: 0px 15px 0px 15px;
}

*html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth < 970 ? "970px" : "auto");
}

#pageWidthInner
{
}

/* HEADER ------------------------------------------------------------------- */
#header
{
	position: relative;
	z-index: 2;
	/*height: 177px;
	he\ight: 170px;*/
}

.logo{
	margin:1px 0px 0px 0px;
}
/* MENU --------------------------------------------------------------------- */
/* ---------------------- Menu nav ---------------------- */
#nav{
	width:auto;
	height:26px;
	float:right;
	margin:0px 17px 0px 0px;
	display:inline;
}
#nav ul {
	float:right;
	margin-top: 0px;
}
#nav li {
	display:inline;
	float:left;
}
#nav a {
	float:left;
	background: url(../images/bg_menu_left.jpg) no-repeat left top;
	padding:0px 0px 0px 9px;
	text-decoration:none;
}
#nav a span {
	float:left;
	display:block;
	background: url(../images/bg_menu_right.jpg) no-repeat right top;
	padding:5px 9px 4px 0px;
	margin: 0px 3px 0px 0px;
	color:#333399;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
	float:none;
}
/* End IE5-Mac hack */
#nav a:hover span {
	color: #FFF;
}
#nav a:hover {
	background: url(../images/bg_menu_active_left.jpg) no-repeat left top;
}
#nav a:hover span {
	background: url(../images/bg_menu_active_right.jpg) no-repeat right top;
}
#nav .active a {
	background: url(../images/bg_menu_active_left.jpg) no-repeat left top;
}
#nav .active a span {
	background: url(../images/bg_menu_active_right.jpg) no-repeat right top;
	color: #FFF;
}
/* ---------------------- END Menu nav ---------------------- */

/* CONTENT ------------------------------------------------------------------ */

#page-content
{
	position: relative;
	z-index: 2;
	min-height: 450px;
}

* html #page-content
{
	min-height: 450px;
}

.content3{
	width:81%;
	height:auto;
	float:left;
}

.col_right{
	width:18%;
	height:auto;
	float:right;
}

.wrap_nav_status{
	width:100%;
	height:35px;
	float:left;
	background:url(../images/wrap_nav_status.png) top right;
}

.nav_status{
	width:99%;
	height:35px;
	background:url(../images/bg_statusbar.png) top left no-repeat;
	float:left;
}

.status_left{
	width:auto;
	height:20px;
	float:left;
	background:url(../images/icon_status.png) top left no-repeat;
	font-size:13px;
	color:#FFF;
	margin:6px 0px 0px 12px;
	padding:4px 0px 0px 25px;
}

.status_right{
	width:auto;
	height:35px;
	float:right;
}

.status_right a{
	font-size:13px;
	color:#FFF;
	font-weight:bold;
}

.link_status{
	width:auto;
	height:15px;
	float:left;
	padding:10px 8px;
	border-right:1px solid #4b6db4;
}

.link_selecttearm{
	width:auto;
	height:18px;
	*height:20px;
	float:left;
	padding:7px 8px;
	*padding:5px 8px;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
}

/*		Rounded Corners		*/
b.rtop, b.rbottom{display:block;background: #23418f}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #FFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}



#body{
	background:#FFF;
	height:auto;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;

}

.content2{
	width:98%;
	height:auto;
	margin:0 auto;
}


.message_box {
   background: #b5d23a;
}
.message_box_top div {
   background: url(../images/message_box_tl.png) no-repeat top left;
}
.message_box_top {
   background: url(../images/message_box_tr.png) no-repeat top right;
}
.message_box_bottom div {
   background: url(../images/message_box_bl.png) no-repeat bottom left;
}
.message_box_bottom {
   background: url(../images/message_box_br.png) no-repeat bottom right;
}

.message_box_top div, .message_box_top, 
.message_box_bottom div, .message_box_bottom {
   width: 100%;
   height: 8px;
   font-size: 1px;
}

.message_box_content, .message_box_content p{ margin: 0 10px; color:#FFFFFF;font-weight:bold;}

.error_box {
   background: #E6191E;
}
.error_box_top div {
   background: url(../images/error_box_tl.png) no-repeat top left;
}
.error_box_top {
   background: url(../images/error_box_tr.png) no-repeat top right;
}
.error_box_bottom div {
   background: url(../images/error_box_bl.png) no-repeat bottom left;
}
.error_box_bottom {
   background: url(../images/error_box_br.png) no-repeat bottom right;
}

.error_box_top div, .error_box_top, 
.error_box_bottom div, .error_box_bottom {
   width: 100%;
   height: 8px;
   font-size: 1px;
}

.error_box_content, .error_box_content p{ margin: 0 10px; color:#FFFFFF;font-weight:bold;}



.wrap_nav_mess{
	width:100%;
	height:22px;
	background:url(../images/bg_wrap_nav_mess.jpg) top right no-repeat;
	margin:0px 0px 10px 0px;
	float:left;
}

.nav_mess_success{
	width:98%;
	height:20px;
	background:url(../images/bg_nav_mess.jpg) top left no-repeat;
	float:left;
	font-weight:bold;
	color:#FFF;
	padding:2px 0px 0px 1%;
}
.nav_mess_error{
	width:98%;
	height:20px;
	background:url(../images/bg_nav_mess.jpg) top left no-repeat;
	float:left;
	font-weight:bold;
	color:#E10909;
	padding:2px 0px 0px 1%;
}
#contentMain
{
	position: relative;
	float: left;
	width: 100%;
	margin:12px 0px 0px 0px;
}

.xboxcontent p{
	/*padding:0px 0px 16px 0px;*/
	padding:0px 0px 0px 0px;
	
}

.xboxcontent a{
	color:#23408f;
}

.read_more a{
	font-weight:bold;
}

.form_textarea_player{
	width:100%;
}
.form_textarea_player textarea{
	width:100%;
}


/*add new by tuongnv*/
.xboxcontent-left{
	width:50%;
	height:auto;
	float:left;
	margin:40px 0px 0px 0px;
	font-size: 9pt;
	font-family: Tahoma,Arial,helvetica,sans-serif;
	text-decoration: none;
	vertical-align: top;
}

.xboxcontent-right{
	width:50%;
	height:auto;
	float:left;
	margin:40px 0px 0px 0px;
	min-width:256px;
}

.xboxcontent-right a img{
	width:256px;
	height:90px;
	border:2px solid #2B75A2;
	font-size:0;
	margin:0px 0px 0px 20px;
}

.xboxcontent-right a:hover img{
	border:2px solid #FFA500;
	font-size:0;
}
/*add new by tuongnv*/

.xboxcontent h1{
	font-size:18px;
	font-weight:bold;
	color:#23408f;
	border-bottom:1px solid #919fc7;
	padding:0px 0px 6px 0px;
	margin:0px 0px 12px 0px;
}

.xboxcontent h1 img{
	margin:0px 5px 0px 0px;
}

.tbl_sendmail{
	font-size:14px;
	font-weight:bold;
	color:#23408f;
}

.txt_title{
}

.txt_title input{
	width:98%;
	height:26px;
}

.content_email{
}

.content_email textarea{
	width:98%;
	height:285px;
	overflow-x:hidden;
	overflow-y:auto;
}

.select_players select{
	width:98%;
	height:286px;
	overflow:auto;
}

/**/

#divinputfile{
	background: url(../images/btn_browse.jpg) top right no-repeat;
	height:21px;
	width:400px;
	margin:0px;
}

#divinputfile #filepc{
	
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	
}

#divinputfile input#filepc{
	width:300px;
	*width:300px;
	height:21px;
	margin-top:6px;
}


#divinputfileplayer{
	background: url(../images/btn_browse.jpg) top right no-repeat;
	height:21px;
	width:390px;
	margin:0px;
}

#divinputfileplayer #filepc{

	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	
}

#divinputfileplayer input#filepc{
	width:250px;
	*width:250px;
	height:21px;
	margin-top:6px;
}

.hackerfakefilepc{
	
	margin:6px 0px 0px 86px;
}

#fakeinputfileplayer{
	margin-top:-27px;
	*margin-top:-29px;
}

#fakeinputfileplayer #fakefilepc{
	width:200px;
	height:16px;
	padding:3px 0px 0px 0px;
	border:1px solid #00aeef;;
}
#fakeinputfileplayer #fakefilepc:focus{
	width:200px;
	height:16px;
	padding:3px 0px 0px 0px;
	border:1px solid #9ACC51;
}





#fakeinputfile{
	margin-top:-27px;
	*margin-top:-29px;
}

#fakeinputfile #fakefilepc{
	width:300px;
	height:16px;
	padding:3px 0px 0px 0px;
	border:1px solid #00aeef;;
}
#fakeinputfile #fakefilepc:focus{
	width:300px;
	height:16px;
	padding:3px 0px 0px 0px;
	border:1px solid #9ACC51;
}


/*		Summary Page	*/
.box_left{
}

.box_left table{
	margin:0px 0px 10px 0px;
}

/*		JBox		*/
.wrap_iboxJ{
	width:100%;
}

.ibox, .iboxJ {
/*background:#3950a3 none repeat scroll 0 0;*/
background:#478aca url(../images/bg_iboxJ.jpg) top left repeat-x;
border:1px solid #4171b9;
margin:7px 0px 0px 0px;
padding:9px;
}
.iboxJ {
bottom:-1px;
padding:0;
position:relative;
}
.iboxJ div {
margin:-1px;
}
.iboxJ div div {
background:transparent url(../images/c-bl-ibox.jpg) no-repeat scroll 0 100%;
margin:0;
}
.iboxJ div div div {
background:transparent url(../images/c-br-ibox.jpg) no-repeat scroll 100% 100%;
}
.iboxJ div div div div {
background:transparent url(../images/c-tl-ibox.jpg) no-repeat scroll 0 0;
margin-right:9px;
position:relative;
top:-8px;
}
.iboxJ div div div div div {
background:transparent url(../images/c-tr-ibox.jpg) no-repeat scroll 100% 0;
height:1%;
margin-right:0;
padding:10px 15px 1px 7px;
right:-9px;
top:0;
}

* html .iboxJ div div {
background-image:url(../images/c-bl-ibox.jpg) top right;
}
* html .iboxJ div div div {
background-image:url(../images/c-br-ibox.jpg);
}
* html .iboxJ div div div div {
background-image:url(../images/c-tl-ibox.jpg);
}
* html .iboxJ div div div div div {
background-image:url(../images/c-tr-ibox.jpg);
}

.iboxj_text{
}

.iboxj_text h1{
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	padding:0px 0px 7px 0px;
	text-align:left;
	border-bottom:1px solid #8798c8;
}

.iboxj_text p{
	width:59%;
	float:left;
	color:#ffffff;
	font-size:14px;
	margin:6px 0px 0px 0px;
}

.iboxj_text p a{
	font-weight:bold;
	color:#FFF;
}

.iboxj_text p.logo_tearm{
	width:130px;
	height:100%;
	float:right;
}

.wrap_box_small{
	width:100%;
	min-height:326px;
	height:auto !important;
	height:326px;
}

.wrap_box_small .xboxcontent {
	min-height:310px;
	height:auto !important;
	height:310px;
	padding:5px 10px 0px 10px;
	position:relative;
}

.wrap_box_small .xboxcontent ul li {
	line-height:20px;
}

.box_thin{
	width:100%;
	height:auto !important;
	height:220px;
	min-height:220px;
}

.box_thin .xboxcontent {
	height:auto !important;
	height:204px;
	min-height:204px;
	padding:5px 10px 0px 10px;
	position:relative;
}

.wrap_box_small .xboxcontent h1 {
	font-size:17px;
}

.wrap_box_small .xboxcontent p{
	padding:0px 0px 3px 0px;
}

.wrap_box_small .xboxcontent h1 img{
	margin:0px 5px -5px 0px;
}

.xboxcontent h1 span{
	float:right;
	*margin:-30px 0px 0px 0px;
}

.link_add_new{
	width:100%;
	height:auto;
	text-align:center;
	position:absolute;
	bottom:2%;
	left:0%;
}

.link_add_new a{
	font-weight:bold;
}

.tbl_admin_generel .xboxcontent p a{
	font-weight:bold;
}

/* SUBCONTENT --------------------------------------------------------------- */

#contentSub
{
	float: right;
	width: 161px;
	color: #CCCCCC;
	/*background:#333;*/
}

.sponsorsbox{
	width:161px;
	height:591px;
}

.tbl_link_bottom{
	margin:14px auto 0px auto;
}

.tbl_link_bottom a{
	font-size:12px;
	font-weight:bold;
	color:#23408f;
}

.tbl_link_bottom td{
	padding:0px 10px;
}

.tbl_link_bottom td.boder_r{
	border-right:2px solid #23408f;
}

/* FOOTER ------------------------------------------------------------------- */

#footer{
	margin:10px 0px 0px 0px;
}

/*		JBox		*/
.wrap_iboxJ{
	width:100%;
}

.ibox, .iboxJ {
/*background:#3950a3 none repeat scroll 0 0;*/
background:#478aca url(../images/bg_iboxJ.jpg) top left repeat-x;
border:1px solid #4171b9;
margin:7px 0px 0px 0px;
padding:9px;
}
.iboxJ {
bottom:-1px;
padding:0;
position:relative;
}
.iboxJ div {
margin:-1px;
}
.iboxJ div div {
background:transparent url(../images/c-bl-ibox.jpg) no-repeat scroll 0 100%;
margin:0;
}
.iboxJ div div div {
background:transparent url(../images/c-br-ibox.jpg) no-repeat scroll 100% 100%;
min-height:305px;
}
.iboxJ div div div div {
background:transparent url(../images/c-tl-ibox.jpg) no-repeat scroll 0 0;
margin-right:9px;
position:relative;
top:-8px;
}

.iboxJ div div div div div {
background:transparent url(../images/c-tr-ibox.jpg) no-repeat scroll 100% 0;
height:1%;
margin-right:0;
padding:10px 15px 1px 7px;
right:-9px;
top:0;
}
.iboxJ  span{
padding:10px 10  px 1px 2px;
right:-9px;
top:0;
}
* html .iboxJ div div {
background-image:url(../images/c-bl-ibox.jpg) top right;
}

* html .iboxJ div div div {
background-image:url(../images/c-br-ibox.jpg);
}

* html .iboxJ div div div div {
background-image:url(../images/c-tl-ibox.jpg);
}

* html .iboxJ div div div div div {
background-image:url(../images/c-tr-ibox.jpg);
}

.iboxj_text{
}


.button_class {
	background-color: #FFF;
	color: #235088;
}

table.month{
	color:#235088;
}

table.month td{
	padding:5px;
}

.month td.day_active{
	background:#4168b5 url(../images/bg_day.jpg) bottom left repeat-x;
	color:#FFF;
}

.create_activity_info1, .create_activity_info2{
	font-size:13px;
}

.create_activity_info1 td{
	padding:3px 0px;
}

.create_activity_info2 td{
	padding:3px 0px;
}

.create_activity_info1 td input{
	width:100%;
}

.create_activity_info1 td textarea{
	width:100%;
	height:180px;
}

/*		Line Up		*/
.btn_select_events{
}

.btn_select_events td select{
	width:95%;
}

.btn_select_events .xboxcontent{
	height:auto !important;
	height:408px;
	min-height:408px;
	position:relative;
}

.btn_select_events .xboxcontent input{
	position:absolute;
	bottom:2%;
	right:10%;
}

.tbl_lineup_bottom .xboxcontent{
	height:auto !important;
	height:195px;
	min-height:195px;
	position:relative;
}

.select_drag table td{
	padding:0px 0px 3px 0px;
}

/*		Forum		*/
.tbl_list_postings{
	border:1px solid #24428f;
	border-right:none;
}

.tbl_list_postings td{
	padding:0px 0px 0px 5px;
	border-right:1px solid #24428f;
}

.tbl_list_postings td.line_blue{
	background:#318ace;
	color:#FFF;
}

.tbl_action_postings{
	font-size:12px;
}

.wrap-perpage{
	float:right;
}

.tbl_action_postings .perpage{
	float:left;
}

.tbl_action_postings .btn_set{
	float:left;
	margin:2px 0px 0px 5px;
}

.tbl_action_postings td select, .tbl_action_postings td .seek-key{
	height:18px;
	font-size:12px;
}

.tbl_action_postings td .seek-key{
	height:14px;
	font-size:12px;
}

.tbl_admin_forum td{
	font-size:12px;
}

.tbl_admin_forum select{
	height:18px;
	font-size:12px;
}
/* Detail calendar------------------------------------------------------------*/
.tbl_detail_title {
/*	background-color:#00AEEF;*/
	background-color:#00AEEF;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.tbl_grey_header {
/*	background-color:#00AEEF;*/
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	border-right:2px solid #FFFFFF;
}
/*	Votting	*/

.xboxcontent h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

.xboxcontent h3 font{
	font-weight:bold;
	color:#00aeef;
}

.title_votting, .votting_bar{
	border:1px solid #23408f; 
	margin:2px 0px 0px 0px;
}

.title_votting{
	width:100%;
	height:21px;
	border-right:none;
}

.mydefine-feedback{
	font-weight:bold;
}

.mydefine-feedback p{
	font-weight:bold;
}

.title_votting .text_title, .number_vote .text_title{
	margin:0px 0px 0px 8px;
}

.title_votting .text_title{
	margin-top:2px;
}

.title_votting .text_title span{
	margin:0px 0px 0px 10px;
	text-align:left;
}

.votting_bar{
	width:99%;
	height:21px;
	float:left;
}

.percentage{
	height:100%;
	background:#00aeef url(../images/bg-percentage.jpg) top left repeat-x;
	border-right:1px solid #23408f;
}

.tbl_votting {
	width:100%;
}

.tbl_votting td {
	padding:3px 0px;
}

/*	Players	*/
.box_top{
	width:100%;
	height:100%;
}
.list_players{
	border:1px solid #24428F;
	border-right:none;
	
}

.list_players td{
	text-align:left;
	border-right:1px solid #24428F;
	padding:0px 0px 0px 2px;
}

.list_players td.active{
	background:#3084C5;
	color:#FFF;
}

.box_bottom{
	margin:8px 0px 0px 0px;
	padding:8px;
	background:#00aeef;
}

.box_bottom table{
	margin:0;
	padding:0;
}

.tbl_players_admin{
	font-size:12px;
}

.tbl_players_admin td p{
	font-size:12px;
}

.tbl_players_admin td p a{
	font-size:11px;
	color:#16c0f0;
}

.tbl_players_admin td h5{
	font-size:12px;
	font-weight:bold;
}

.tbl_players_admin td .title{
	padding:2px 0px 0px 0px;
	float:left;
}

.tbl_players_admin td input[type=text], textarea,input[type=password]{
	width:99%;
	*width:97%;
}


.tbl_players_admin td textarea{
	height:82px;
	*height:85px;
	overflow:auto;
}
#divinputfilelogo  #filelogopc{

	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00); 

}

#divinputfilelogo{
	background: url(../images/btn_browse.jpg) top right no-repeat;
	height:21px;
	width:290px;
	margin:0px;
	float:left;
}

#divinputfilelogo input#filelogopc{
	width:170px;
	*width:170px;
	height:21px;
	margin-top:6px;
}

#fakeinputfilelogo{
	margin-top:-27px;
	*margin-top:-29px;
	
}

#fakeinputfilelogo #fakefilelogopc{
	width:190px;
	height:16px;
	padding:3px 0px 0px 0px;
	border:1px solid #00aeef;
	
}
#fakeinputfilelogo #fakefilelogopc:focus{
	width:190px;
	height:16px;
	padding:3px 0px 0px 0px;
	border:1px solid #9ACC51;
	
}	


#divinputfileattach  #fileattachpc{

	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);

}

#divinputfileattach{
	background: url(../images/btn_browse.jpg) top right no-repeat;
	height:21px;
	width:270px;
	margin:0px;
	float:left;
}

#divinputfileattach input#fileattachpc{
	width:180px;
	height:21px;
	margin-top:6px;
	border:1px solid red;
}

#fakeinputfileattach{
	margin-top:-27px;
	*margin-top:-29px;
	
}

#fakeinputfileattach #fakefileattachpc{
	width:190px;
	height:16px;
	padding:3px 0px 0px 0px;
	border:1px solid #00aeef;
	
}
#fakeinputfileattach #fakefileattachpc:focus{
	width:190px;
	height:16px;
	padding:3px 0px 0px 0px;
	border:1px solid #9ACC51;
	
}
/* SUBCONTENT --------------------------------------------------------------- */

#contentSub
{
	float: right;
	width: 161px;
	color: #CCCCCC;
	/*background:#333;*/
}


/*	End SUBCONTENT --------------------------------------------------------------- */

.tbl_link_bottom{
	margin:14px auto 0px auto;
}

.tbl_link_bottom a{
	font-size:12px;
	font-weight:bold;
	color:#23408f;
}

.tbl_link_bottom td{
	padding:0px 10px;
}

.tbl_link_bottom td.boder_r{
	border-right:2px solid #23408f;
}


/* FOOTER ------------------------------------------------------------------- */

#footer{
	margin:10px 0px 0px 0px;
}

ul.menu li.toggler_open {
	margin:0px 0px 0px 10px;	
}
ul.menu li {
	margin:0px 0px 0px 10px;	
}
ul.menu li.toggler_open ul.sub_menu {
	margin:0px 0px 0px 20px;	
}

ul.menu li.toggler_open ul.sub_menu li.toggler_open ul.sub_menu{
	margin:0px 0px 0px 20px;
}
ul.menu li.toggler_open ul.sub_menu li.toggler_open ul.sub_menu li.toggler_open ul.sub_menu{
	margin:0px 0px 0px 30px;
}



/*added by tuongnv*/

/*added by tuongnv*/
/*-------------impromptu---------- */
.mouv .jqifade{ position: absolute; background-color: #aaaaaa; }
div.jqi{ width: 400px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #DDEBF6; font-size: 12px; text-align: left; border: solid 1px #eeeeee; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
div.jqi .jqicontainer{ font-weight: bold; }
div.jqi .jqiclose{ position: absolute; top: 4px; right: -2px; width: 18px; cursor: default; color: #244596; font-weight: bold; }
div.jqi .jqimessage{ padding: 10px; line-height: 20px; color: #23408F; }
div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; /*border: solid 1px #eeeeee; background-color: #f4f4f4;*/ }
div.jqi button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #f4f4f4; font-weight: bold; font-size: 12px; }
div.jqi button:hover{ background-color: #728A8C; }
div.jqi button.jqidefaultbutton{ background-color: #84C127; }
.jqiwarning .jqi .jqibuttons{ background-color: #00AEEF; }
/*-------------------------------- */
/*		End Frontpage 		*/

.sort_player {
	background:url(../images/icons_player_small.gif) top left no-repeat;
	width:120px;
	float:left;
	min-height:25px;
	padding:0px 0px 0px 30px;
}

.bg_btn_center  a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.bg_btn_center  a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

