/* MAIN Styles */
body {
	background-color: Black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}

#header_wrapper {
	background: url(../images/main_bgr.jpg) top center no-repeat;
	width: 100%;
	min-height: 800px;
}

#content_wrapper { width: 960px; margin: auto; }

/* TOPPER Styles */
#topper {
 	height: 73px	
}

/* HEADER Styles */
#header {
	height: 148px;
	width: 960px;
}

.header_left_container {
	width: 387px;
	height: 148px;
	background-image: url(../images/header_shadows_bgr.gif);
	float: left;
	position: relative;
}

.header_right_container {
	width: 387px;
	height: 148px;
	background-image: url(../images/header_shadows_bgr.gif);
	float: right;
	position: relative;
}

.header_image_left {
	position: relative;
	top: 7px;
	background-image: url(../images/header_left.jpg);
	height: 101px;
	width: 387px;
	float: left;
	
}

.header_image_right {
	position: relative;
	top: 7px;
	background-image: url(../images/header_right.jpg);
	height: 101px;
	width: 387px;
	float: right;
}


#header_ball {
	width: 186px;
	height: 148px;
	float: left;
}

.header_ball_img {
	position: absolute;
	top: 0px;
	border: none;
}

.ul_left_menu_buttons {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

.ul_right_menu_buttons {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right: 15px;
}

.ul_left_menu_buttons li, .ul_right_menu_buttons li {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 12px;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	height: 34px;
	width: 123px;
	margin-top: 6px;
	margin-right: 0px;
	text-align: center;
	background-image: url(../images/button_orange.gif);
	position: relative;
	overflow: hidden;
}

.ul_left_menu_buttons li:hover, .ul_right_menu_buttons li:hover {
	background-image: url(../images/button_black.gif);
}

.ul_left_menu_buttons a, .ul_right_menu_buttons a {
	position: relative;
	top: 7px;
	color: White;
	text-decoration: none;
	visibility: visible;
}

.button_separator {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 34px;
	background-image: url(../images/button_separator.gif);
}

.button_separator_null {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 34px;
}

/* CONTENT Styles */

/* Vertical Tabs
----------------------------------*/
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	padding: 0;
	margin: 0;
}

.last_next_match_container {
	width: 300px;
	height: 265px;
	background: White;
	float: right;
	position: relative;
	right: 15px;
	clear: right;
}

.academy_short_news_container {
	width: 300px;
	background: White;
	float: right;
	position: relative;
	right: 15px;
	clear: right;
}

.next_match {
	position: relative;
	top: 25px;
	width: 300px;
	height: 170px;
	overflow: hidden;
}

.next_match p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	padding: 0;
	margin: 0;
	text-align: center;
}

.next_match_date {
	margin: 0;
	padding: 0;
	width: 300px;
	position: relative;
	top: 3px;
	overflow: hidden;
}

.match_host {
	width: 120px;
	float: left;
	margin: 5px;
		display: inline;
}

.match_vs_result {
	width: 40px;
	height: 120px;
	float: left;
}

.vs {
	position: relative;
	top: 60px;
	overflow: hidden;
	font-weight: bold;
}

.match_guest {
	width: 120px;
	float: right;
	margin: 5px;
		display: inline;
}

.last_match {
	width: 300px;
	height: 70px;
	position: relative;
	top: 25px;
}

.last_match_tab {
	background-image: url(../images/tab_gray.gif);
	background-repeat: repeat-x;
	width: 300px;
	height: 25px;
}

#last_match_table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	width: 290px;
	border: none;
	border-width: 0px;
	padding: 0;
	margin: 1px 5px 0 5px;
}

.lm_img {
	width: 20px;
}

.lm_team {
	
}

.lm_result {
	width: 20px;	
}

.lm_date a {
	text-decoration: none;
	font-weight: bold;
	color: #464646;
}

.lm_date a:hover {
	color: #FF672D;
}

.lm_date {
	width: 100px;
	text-align: center;
}

.playing_now_result {
	width: 290px;
	height: 40px;
	background: white;
	margin: 0;
	padding: 0;
	position: relative;
	top: 25px;
	left: 5px;
	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #464646;
	text-align: center;
	font-weight: bold;
	
	border-top-style: solid;
	border-width: 1px;
	border-color: #FF672D;
}

.event_image {
	overflow: hidden;
}

.event_over_transparent {
	width: 315px;
	height: 100px;
	position: relative;
	top: -100px;
	background-color: Black;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*
}

.event_img_title {
	font-size: 14px;
	color: white;
	text-decoration: none;
	position: relative;
	top: -195px;
	left: 10px;
	padding: 0;
	margin: 0 20px 0 0;
}

.event_img_title:hover {
	color: Orange;
}

.event_img_sub {
	font-size: 11px;
	color: white;
	text-decoration: none;
	position: relative;
	top: -185px;
	left: 10px;
	padding: 0;
	margin: 0 20px 0 0;
}


/*homepage tabs */


#content {
	min-height: 800px;
	background-image: url(../images/lined_bgr.gif);
	background-repeat: repeat;
	position: relative;
}

.header_bottom_shadow {
	height: 6px;
	width: 100%;
	background-image: url(../images/shadow_header_bottom.gif);
}

.header_separator {
	height: 15px;
	width: 100%;
	background-image: url(../images/lined_bgr.gif);
}

.breaking_news {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 918px;
	height: 20px;
	border: dotted;
	border-width: 1px;
	border-color: #FF672D;
	background-color: white;
	padding: 10px 5px 5px 7px;
}

.breaking_news a {
	text-decoration: none;
	color: #464646;
}

.breaking_news a:hover {
	color: #FF672D;
}

.event_container {
	width: 615px;
	height: 265px;
	float: left;
	position: relative;
	left: 15px;
	clear: both;
	overflow: hidden;
}

.short_news {
	width: 300px;
	height: 515px;
	background: White;
	clear: both;
	float: left;
	position: relative;
	left: 15px;
	top: 15px;
}

.ul_short_news {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}

.ul_short_news li {
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 290px;
	overflow: hidden;
}

/*.ul_short_news li:hover {
	border-bottom-color: #464646;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}*/

.ul_short_news img {
	float: right;
	margin: 0;
	float: left;
	margin: 0;
	border: none;
}

.ul_short_news_compact {
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 290px;
	height: 45px;
	overflow: hidden;
}

.latest_news {
	width: 70%;
	float: right;
}

.news_date {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	margin: 0 0 2px 0;
	padding: 0;
}

.news_date a {
	color: Gray;
	text-decoration: none;
}

.news_date a:hover {
	text-decoration: underline;
}

.news_title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	margin: 0;
}

.news_title a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	margin: 0;
}

.news_title a:hover {
	color: #FF672D;
}

.bottom_line {
	width: 100%;
	height: 20px;
	background-image: url(../images/tab_bottom_grey.gif);
	clear: both;
   position: absolute;
	bottom: 0px;
}

.bottom_line img {
	position: absolute;
	right: 0px;
}

.bottom_link {
	height: 20px;
	background-image: url(../images/tab_bottom_orange.gif);
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 0px;
	position: absolute;
	right: 17px;
}

.bottom_link:hover {
	background-image: url(../images/tab_bottom_black.gif);
}

.bottom_link a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	position: relative;
	top: 3px;

}



.latest_interview {
	width: 70%;
	float: right;
}

.ul_interviews {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	list-style: none;
}

.ul_interviews li {
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 290px;
	overflow: hidden;
}

/*.ul_interviews li:hover {
	background: #DCDCDC;
}*/

.ul_interviews img {
	float: right;
	margin: 0;
	float: left;
	margin: 0;
	border: none;
}


.ul_interviews_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	clear: both;
	width: 290px;
	margin-top: 7px;
}

.ul_interviews_compact {
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 290px;
	height: 45px;
	overflow: hidden;
}




h2 {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	float: left;
	overflow: hidden;
	padding: 4px 0 0 25px;
	margin: 0;
}


.tab_left {
	position: absolute;
	left: -15px;
	background-image: url(../images/tab_orange.gif);
	background-repeat: repeat-x;
	width: 315px;
	height: 25px;
	padding: 0;
	margin: 0;
}

.tab_left img {
	position: absolute;
	left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

.tab_left:hover {
		background-image: url(../images/tab_black.gif);
}

.tab_left_full {
	position: relative;
	left: -15px;
	background-image: url(../images/tab_orange.gif);
	background-repeat: repeat-x;
	width: 630px;
	height: 25px;
	padding: 0;
	margin: 0;
}

.tab_left_full:hover {
		background-image: url(../images/tab_black.gif);
}

.tab_center {
	background-image: url(../images/tab_black.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
}

.tab_center:hover {
		background-image: url(../images/tab_orange.gif);
}

.tab_right {
	background-image: url(../images/tab_orange.gif);
	background-repeat: repeat-x;
	position: absolute;
	right: -15px;
	width: 315px;
	height: 25px;
}

.tab_right img {
	position: absolute;
	right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

.tab_right:hover {
		background-image: url(../images/tab_black.gif);
}

.tab_events, .tab_next_match, .tab_last_match, .tab_latest_news, .tab_gallery, .tab_standings,
.tab_interviews, .tab_stadium, .tab_team, .tab_magazine {
	color: white;
	text-decoration: none;
}

.middle_holder {
	float: left;
	position: relative;
	left: 30px;
	top: 15px;
	clear: none;
}

.interviews_comments {
	width: 300px;
	height: 350px;
	background: White;
	clear: both;
	position: relative;
}

.gallery {
	width: 300px;
	height: 150px;
	background: White;
	position: relative;
	top: 15px;
}

.right_holder {
	float: left;
	position: relative;
	left: 45px;
	top: 15px;
	clear: right;
}

.banner {
	width: 300px;
	height: 250px;
	background: White;
}

.schedule {
	width: 300px;
	height: 250px;
	background: White;
	position: relative;
	top: 15px;

}

.standings {
	width: 300px;
	height: 250px;
	background: White;
	position: relative;
	float: left;
	visibility: hidden;
}

#schedule_table {
	width: 605px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	text-align: center;
	float: left;
}

#schedule_table td {
	padding: 5px;
}

#standings_table {
	position: relative;
	top: 15px;
	width: 605px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	text-align: center;
}

#standings_table td {
	padding: 5px;
}

#short_standings_table {
	position: relative;
	top: 30px;
	width: 290px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	text-align: center;
}

#short_standings_table td, #short_standings_table2 td {
	padding: 5px;
}


#short_standings_table2 {
	position: relative;
	width: 290px;
	top: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	text-align: center;
}

.schedule_tabs_ul {
	clear: both;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 0;
}

.schedule_separator_hr {
	height: 1px;
	width: 605px;
	clear: both;
	background: silver;
	margin: 10px 5px 5px 5px;
	float: left;
	display: block;
}

.schedule_date_link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}

.schedule_date_link a:hover {
	color: #FF672D
}

.bottom_holder {
	clear: left;
	position: relative;
	top: 30px;
	height: 295px;
}

.stadium {
	width: 300px;
	height: 250px;
	background: White;
	float: left;
	clear: left;
	position: relative;
	left: 15px;
	
}

.home_stadium_image {
	clear: both;
	position: relative;
	top: 25px;
	overflow: hidden;
	margin: 5px;
	margin-top: 10px;
}

.home_stadium_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	top: 25px;
	padding: 5px;
}

.team {
	width: 300px;
	height: 250px;
	background: White;
	float: left;
	position: relative;
	left: 30px;
	overflow: hidden;
}

.team_img {
	overflow: hidden;
	height: 205px;
	float: left;
}

.magazine {
	width: 300px;
	height: 250px;
	background: White;
	float: left;
	position: relative;
	left: 45px;
}

#home_magazine_holder {
	position: absolute;
	top: 25px;
	height: 225px;
	width: 300px;
}

/* Inside Page STYLES */

#inside_content {
	background-image: url(../images/lined_bgr.gif);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	position: relative;
	display: inline-block;
}

.breadcrumbs {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	height: 20px;
	background-image: url(../images/lined_bgr.gif);
	padding: 4px 0px 5px 15px;
}

.breadcrumbs a {
	text-decoration: none;
	color: Gray;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.inside_banner {
	width: 300px;
	height: 265px;
	background: White;
	float: right;
	position: relative;
	right: 15px;
	clear: right;
}

.right_holder_inside {
	float: right;
	height: 515px;
	position: relative;
	top: 15px;
	right: 15px;
	clear: right;
	margin-bottom: 15px;
}

.inside_container {
	width: 615px;
	min-height: 800px;
	height: 100%;
	float: left;
	margin-bottom: 15px;
	clear: both;
	background: White;
	position: relative;
	left: 15px;
	display: inline-block;
	overflow: hidden;
}

.tab_left_inside {
	position: relative;
	left: -15px;
	background-image: url(../images/tab_black.gif);
	background-repeat: repeat-x;
	width: 630px;
	height: 25px;
	padding: 0;
	margin: 0;
}

.tab_left_inside:hover {
		background-image: url(../images/tab_black.gif);
}

.tab_left_inside_content {
	background-image: url(../images/tab_bottom_grey.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	padding: 0;
	margin-left: 0;
	margin-bottom: 5px;
	clear: both;
	float: left;
	display: inline;
}

/* Inside Info Page Styles */

.info_main_article {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	list-style: none;
}

info_main_latest_article {
	/*width: 70%;*/
	float: right;
}

.info_main_article li {
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 600px;
	overflow: hidden;
}

/*.info_main_article li:hover {
	background: #DCDCDC;
}*/

.info_main_article img {
	float: right;
	margin: 0;
	float: left;
	margin: 0;
	border: none;
	margin-right: 10px;
}

.main_article_title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #464646;
	margin: 0;
	clear: right;
}

.article_date {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	margin: 3px 0 3px 0;
	padding: 0;
	clear: right;
}

.hr_main_article {
	border: 0;
	color: silver;
	background-color: silver;
	height: 1px;
	clear: right;
}

.article_date a {
	color: Gray;
	text-decoration: none;
}

.article_date a:hover {
	text-decoration: underline;
}

.article_title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	margin: 0;
	clear: right;
}

.article_title a {
	color: #464646;
	text-decoration: none;
	margin: 0;
}

.article_title a:hover {
	color: #FF672D;
}

.info_article_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	clear: right;
	margin-top: 7px;
}

.info_article_listing {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}

.info_article_listing li {
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 590px;
	overflow: hidden;
}

/*.info_article_listing li:hover {

	border-bottom-color: #464646;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}*/

.info_article_listing img {
	float: right;
	margin: 0;
	float: left;
	margin: 0;
	border: none;
	margin-right: 10px;
}


/* Inside Page Realtime Style */

.realtime_reload {
	height: 25px;
	width: 40px;
	float: right;
	right: 15px;
	display: inline;
	padding-right: 15px;
}

.realtime_title {
	float: left;
}

.realtime_seconds {
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	
	overflow: hidden;
	padding: 5px 0 0 0;
	margin: 0;
}

.realtime_loading {
	padding: 2px 0 0 0;
	margin: 0;
	float: left;
	display: inline;
}

.realtime_match_logos {
	position: relative;
	top: 25px;
	left: 84px;
	width: 450px;
	height: 170px;
	overflow: hidden;
}

.realtime_vs_result {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	width: 185px;
	float: left;
	padding-top: 30px;
}

.realtime_match_teams {
	width: 100%;
	height: 25px;
	background-image: url(../images/tab_black.gif);
	overflow: hidden;
	margin-bottom: 6px;
}

.realtime_match_host {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;

	width: 200px;
	background-image: url(../images/tab_orange.gif);
	height: 25px;
	float: left;
	margin-left: 15px;
	display: inline;
	text-align: center;
	padding-top: 4px;
}

.realtime_match_guest {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	
	width: 200px;
	background-image: url(../images/tab_orange.gif);
	height: 25px;
	float: right;
	margin-right: 15px;
	display: inline;
	text-align: center;
	padding-top: 4px;
}

.realtime_host_players {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	width: 200px;
	float: left;
	margin-left: 15px;
	display: inline;
	clear: left;
}

.realtime_general_info {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	width: 170px;
	float: left;
	margin: 7px;
	display: inline;
}

.realtime_guest_players {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	
	width: 200px;
	float: right;
	margin-right: 15px;
	display: inline;
	clear: right;
}

.realtime_general_info ul, .realtime_host_players ul, .realtime_guest_players ul {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

.realtime_general_info li {
	height: 50px;
	text-align: center;
}

.realtime_host_players li, .realtime_guest_players li {
	height: 20px;
	margin: 0;
	display: block;
	clear: both;
	padding-top: 3px;
	padding-left: 10px;
}

.realtime_player_li {
	background: Silver;
}

.coach_title {
	background-image: url(../images/tab_bottom_black.gif);
	color: white;
	font-weight: bold;
	height: 20px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 1px;
}

.coach_name {
	margin-top: 5px;
	padding-left: 10px;
}

.realtime_report_tab {
	width: 100%;
	height: 25px;
	background-image: url(../images/tab_gray.gif);
	margin: 10px 0 15px 0;
	float: left;
	clear: both;
}

ul.live_report {
	width: 100%;
	clear: both;
	float: left;
	
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-position: outside;
}

ul.live_report li {
	min-height: 25px;
	clear: both;
}

.live_icon_min_holder {
	background-image: url(../images/realtime_min_bgr.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 70px;
	height: 25px;
	float: left;
	display: inline;
	padding-left: 10px;
	overflow: hidden;
}

.live_icon {
	float: left;
	display: inline;
	padding: 6px 0 5px 7px;
}

.live_minute {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	float: left;
	display: inline;
	padding: 6px 0 0 5px;
}

.live_text {
	width: 530px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	float: left;
	padding: 6px 0 0 0;
	display: inline;
}

/* Inside Page TEAM */

.players_list {
	list-style: none;
	list-style-position: inside;
	margin: 0 ; 
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.players_list li {
	height: 100px;
	width: 195px;
	float: left;
	padding: 0;
	margin: 5px;
	/*background-color: silver;*/
	display: inline;
	overflow: hidden;
}

.players_list img {
	float: left;
	height: 100px;
	width: 78px;
	clear: right;
	display: inline;
}

.players_list_tshirt {
	width: 117px;
	height: 50px;
	background-image: url(../images/pfc_t-shirt.png); 
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

.players_list_number {
	font-size: 18px;
	color: white;
	margin-top: 17px;
	margin-left: 1px;
}

.players_list_name {
	font-size: 11px;
	font-weight: bold;
	margin-left: 2px;
	width: 115px;
	height: 26px;
	float: left;
}

.players_list_birth {
	font-size: 10px;
	margin-left: 2px;
	width: 115px;
	float: left;
}

.players_list_date {
	font-size: 11px;
	margin-left: 2px;
	width: 115px;
	float: left;
}

/* Inside Page PLAYER PROFILE */

.player_photo_tab {
	float: left;
	height: 170px;
	width: 133px;
	margin-top: 10px;
	margin-left: 10px;
}

.player_info_holder {
	float: left;
	width: 229px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.player_name_tab {
	background-image: url(../images/player_name_tab_bgr.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-bottom: 7px;
	float: left;
	clear: right;
	text-transform: uppercase;
	font-weight: bold;
	color: White;
	height: 20px;
}

.p_number {
	margin-right: 15px;
	height: 20px;
}

.player_info_tab {
	float: left;
	clear: left;
	width: 229px;
	line-height: 17px;
	padding-left: 30px;
}

.player_previous_teams {
	float: left;
	clear: right;
	margin-left: 20px;
	padding-top: 3px;
	width: 180px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.previous_teams_title {
	text-transform: uppercase;
	font-weight: bold;
}

.statistics_tab {
	float: left;
	clear: both;
	margin-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 500px;
}

/* COACHES & MANAGEMENT Styles */

.cm_main_figure {
	list-style: none;
	list-style-position: inside;
	margin: 0 ; 
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: right;
}

.cm_main_figure li {
	width: 605px;
	float: left;
	padding: 0;
	margin: 5px;
	/*background-color: silver;*/
	display: inline;
	overflow: hidden;
}

.cm_main_figure img {
	float: left;
	height: 170px;
	width: 125px;
	clear: right;
	display: inline;
	margin-right: 10px;
}

.cm_main_figure_position {
	font-size: 11px;
	margin-top: 17px;
	width: 465px;
}

.cm_main_figure_name {
	font-size: 14px;
	font-weight: bold;
	width: 465px;
	float: left;
	text-transform: uppercase;
}

.cm_main_figure_text {
	font-size: 11px;
	width: 465px;
	float: left;
}


.cm_sec_figure {
	list-style: none;
	list-style-position: inside;
	margin: 0 ; 
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: right;
}

.cm_sec_figure li {
	width: 195px;
	float: left;
	padding: 0;
	margin: 5px;
	/*background-color: silver;*/
	display: inline;
	overflow: hidden;
}

.cm_sec_figure img {
	float: left;
	height: 100px;
	width: 67px;
	clear: right;
	display: inline;
	margin-right: 10px;
}

.cm_sec_figure_position {
	font-size: 11px;
	margin-top: 17px;
	width: 117px;
	float: left;
}

.cm_sec_figure_name {
	font-size: 11px;
	font-weight: bold;
	width: 117px;
	float: left;
}

.cm_sec_figure_text {
	font-size: 11px;
	width: 117px;
	float: left;
}


/* Separators */


/* FOOTER Styles */

#footer {
	height: 25px;
	background-image: url(../images/footer_bgr.gif);
	background-color: Gray;
	clear:both;
	position: relative;
	padding: 0;
	margin: 0;
}

.footer_title {
	text-decoration: none;
	font-size: 11px;
	color: #686868;
	height: 20px;
	width: 100px;
	margin-left: 20px;
	padding-top: 5px;
	display: block;
	
	border-color: #B6B6B6;
	border-width: 1px;
	border-bottom-style: solid;
}

.footer_title a {
	text-decoration: none;
	color: #686868;
}

.ul_footer {
	list-style-image: url(../images/list_arrow.gif);
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ul_footer li {
	margin: 0 0 5px 2px;
	padding: 0;
}

.ul_footer a {
	text-decoration: none;
	color: #686868;
}

.ul_footer a:hover {
	list-style: url(../images/list_arrow_over.gif);
	color: #464646;
}

.footer_div_list {
	float: left;
	display: block;
	margin-left: 7px;
}

.footer_copyright {
	width: 100%;
	height: 32px;
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	position: relative;
	top: 10px;
}

.footer_copyright p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Gray;
	margin: auto;
	position: absolute;
	top: 7px;
	left: 280px;
}

.footer_copyright a {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

.footer_copyright a:hover {
	color: #FF672D;
}

h5 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
	width: 100px;
	height: 15px;
	/*float: left;*/
}

/* Footer Navigation Slider */

h2.trigger {
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	top: 6px;
	width: 100px;
	height: 15px;
	/*float: left;*/
	background-image: url(../images/navigation_a.gif);
}

h2.trigger:hover {
	background-image: url(../images/navigation_a_over.gif);
}

h2.trigger a {
	width: 100px;
	height: 15px;
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	position: relative;
	top: 10px;
	margin: 0;
	padding-left: 55px;
	background-image: url(../images/footer_bgr.gif);
	overflow: hidden;
	width: 905px;
	height: 170px;
	clear: both;
}
.toggle_container .block {
	padding: 0; /*--Padding of Container--*/
}


/* INNER PAGES OUT */

.divbody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	width:605px;
	margin: 5px;
}

/*................LOVECH.INFO.......................*/

.lovechinfo_header1 {
	font-size:11px;
	font-weight:bold;
	color:#990000;
}

.lovechinfo_img {
	float:left;
	margin:0px 0px 15px 0px;
}

.lovechinfo_table {
	float:right;
}

.lovechinfo_tablelight {
	border-bottom:1px solid #666666;
	background-color:#fbefe2;
	height:15px;	
}

.lovechinfo_tabledark {
	border-bottom:1px solid #666666;
	background-color:#fbdbb8;
	height:15px;
}

/*................LITEX.ACADEMY......................*/

.litexacademy_imgtop {
	float:left;
	margin:0px 0px 10px 0px;	
}

.litexacademy_imgright {
	float:right;
	margin:0px 0px 10px 15px;
}

.academy_team_300 {
	float: left;
	text-align: center;
	width: 300px;
}

/*................LITEX.HISTORY.......................*/


.litexhistory_imgleft {
	float:left;
	margin:0px 15px 10px 0px;
}

.litexhistory_imgright {
	float:right;
	margin:0px 0px 10px 15px;
}

.litexhistory_header1 {
	font-size:11px;
	font-weight:bold;
	color:#990000;
}

.litexhistory_blockcolor {
	background-color:#f2f2f2;
	margin:15px 0px 15px 0px;
	padding:15px;
}


/*................LITEX.HALL.OF.FAME..................*/

.litexhall_header1 {
	font-size:11px;
	font-weight:bold;
	color:#990000;
}

.hrgif{
	background-image:url(bgalley.gif);
	background-repeat:repeat-x;
}




.txtsmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
}

.txtsmallbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.hrgif{
	background-image:url(bgalley.gif);
	background-repeat:repeat-x;
}
