@charset "UTF-8";

/* Reset margin and padding */
* {
	margin: 0;
	padding: 0;
}

body {
	font: .70em/1.7em Arial, Tahoma, Verdana, sans-serif;
	background: #999;
}

div#wrapper {
	margin: 0 auto;
	width: 770px;
	border: 1px solid #000;
	border-top: none;
	background: #fff url(gfx/faux.gif);
}

div#header_ads {
	margin: 0 auto;
	width: 770px;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
}
div#header_ads a {
	float: left;
}
div#header_ads img {
	border: none;
	display: block;
}

div#header {
	margin: 0 auto;
	width: 770px;
	border: 1px solid #000;
	border-bottom: none;
}

div#header h1 {
	height: 150px;
	width: 770px;
	position: relative;
	font-size: 1.3em;
	overflow: hidden;
}
div#header h1 span#heading_text {
	margin-top: 50px !important;
	display:block;
}
div#header h1 span#heading {
	background: url(gfx/header.jpg) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	margin-top: 0;
}

div#left {
	width: 150px;
	float: left;
}

div#content {
	width: 468px !important;
	width: 468px;
	float: left;
	padding: 0 1px 5px 1px;
}

div#right {
	width: 150px;
	float: left;
}

div#footer {
	text-align: center;
	clear: both;
	background: #ff9934;
	border-top: 1px solid #000;
	padding: 2px 0;
}
div#footer img {
	border: none;
	margin: 3px;
}

p {
	margin-bottom: .5em;
	line-height: 1.3;
	font-size: 1em;
}
div#footer p {
	font-size: .9em;
	margin: 0;
	font-style:italic
}

div#right h2, div#left h2, div#content h2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #ff9934 url(/gfx/h2_heading.gif) right;
	background-repeat: no-repeat;
	color: #000;
	padding: 2px 4px;
	line-height: 1;
	font-size: .95em;
	font-weight: bold;
	margin-bottom: 0;
}

div#content h2 {
	margin-bottom: 0 !important;
}
.news_item h2, .content_box h2 {
	font-size: 1.6em !important;
	border: none !important;
	color: #000 !important;
	background: #fff !important;
	font-weight: bold !important;
	padding: 0 !important;
	text-transform: none !important;
}
.news_item h2, .content_box h2 {
	border-bottom: #000 !important;
}
h3 {
	font-size: 1em;
	margin-top: .2em;
}
.news_item h3 {
	font-size: 1.4em;
	margin-top: 0;
}

.publish_data {
	font-size: .9em;
	font-style: italic;
}

div.news_item {
	border-top: 1px solid #ff9934;
	padding: 6px 9px;
	margin:  3px 0 0 0;
	height: 1% !important;
	background: #fff;
}

div.news_item img {
	float: left;
	margin: 3px 5px 5px 0;
}

div.content_box {
	padding: 5px 10px 5px 10px;
	height: 1% !important;
	background: #fff;
}
div.content_box img {
	float: left;
	margin: 3px 3px 5px 0;
}

div.column_box {
	background: #fff;
	padding: 3px 4px;
	line-height: 1;
}
div.column_box p {
	margin-bottom: 5px;
	font-size: .9em;
	line-height: 1.2
}
div.column_box h3 {
	margin-top: 0;
}
div.column_box img {
	border: 1px solid #666;
	margin-bottom: 0;
}

ul {
	list-style-position: inside;
	margin: .2em 0 .8em 0;
	list-style-type: square;
}
ol {
	list-style-position: inside;
	margin: .8em 0;
}

ul.related {
	font-size: .9em;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}
ul.related li {
	line-height: 1.6em;
	line-height: 1.5em !important;
}
ul.related li img {
	margin: 0 5px 0 0 !important
}

ul.match_stats {
	font-size: .9em;
	list-style: none;
	margin-top: 3px;
	margin-bottom: 0;
}
ul.match_stats li {
	line-height: 1.6em;
	line-height: 1.7em !important;
}
ul.match_stats li img {
	margin: 0 5px 0 0 !important
}
p#next_match {
	text-align: center
}
.bold {
	font-weight: bold;
	font-size: 1.1em;
}
ul.related img {
	display: inline;
	margin: 0 3px 0 0;
}

li {
	margin-left: 1.5em;
	line-height: 1.2em;
}

/* Tables */

table {
	border: 1px solid #000;
	background: #fff;
	font-size: .9em;
	line-height: 1.2em;
	width: 98%;
	margin: 7px auto 2px auto !important;
}
table.table_front {
	width: 98%;
	margin: 2px auto 0 auto !important;
}
.content_box table {
	width: 100%;
	margin: 0 auto 0 auto !important;
}


div#right table {
	margin: 0 auto 2px auto !important;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
}

th, td {
	padding: 1px 3px;
	vertical-align: top;
}
th {
	background: #ccc;
	padding-top: 4px;
	height: 20px;
	color: #000;
	font-weight: bold;
}
table tr:hover {
	background: #ccc;
}
.even {
	background: #efefef;
}
.odd {
	background: #e6e6e6;
}

td.date {
	width: 10%;
}
th.link_title {
	width: 25%;
}
th.link_views {
	width: 5%;
}
th.multimedia_type {
	width: 5%;
}
th.multimedia_size {
	width: 12%;
}
th.multimedia_downloads {
	width: 5%;
}
th.date {
	width: 10%;
}
th.league_table_row_placing {
	width: 2%;
}

th.views {
	width: 5%;
}
th.number {
	width: 3%;
}
th.match_table_row_date {
	width: 14%;
}
th.match_table_row_result {
	width: 5%;
}

th.stats_table_row_placing, th.team_table_row_placing {
	width: 1%;
}
th.stats_table_row_yellow_cards, th.stats_table_row_red_cards, th.stats_table_row_goals, th.stats_table_row_assists, th.stats_table_row_minutes {
	width: 3%;
}

th.stats_table_row_season {
	width: 16.67%;
}
th.stats_table_row_minutes {
	width: 10%;
}
th.stats_table_row_goals {
	width: 10%;
}
th.stats_table_row_assists {
	width: 10%;
}
th.stats_table_row_yellow_cards {
	width: 10%;
}

th.stats_table_row_yellow_cards img, th.stats_table_row_red_cards img {
	float: none;
	margin: 0;
}
img.cards_center {
	display: block !important;
	margin: 0 auto !important;
	text-align: center !important;
}
th.stats_table_row_red_cards {
	width: 10%;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.own_team {
	background: yellow;
}
table a {
	color: #000;
}
table tr td img {
	margin: 0 auto !important;
	float: none !important;
	display: block !important;
	text-align: center;
}

div#left div.column_box input#search_box {
	width: 96px;
}

p.read_more {
	clear: left;
	text-align: right;
	font-size: .9em;
	margin-bottom: 2px;
}
p.read_more a img {
	border: none;
	display: inline;
}

/* Links */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}


/* Menu */

div#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

div#left ul li
{
	text-align: left;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0 !important;
	display: inline;
}

div#left ul li a
{
	display: block;
	padding: 0 0.5em 0 .9em;
	text-decoration: none;
	background: #000;
	color: #fff;
}

div#left ul li a:hover
{
	background: #2C2C2C;
	color: #fff;
}
ul#subfolders {
	margin-left: 20px;
	list-style-image: url(/gfx/icons/folder.gif);
}
ul#subfolders li {
	padding-left: 2px !important;
	padding-left: 10px;
	line-height: 1.0em !important;
	line-height: 1.5em;
}

p.paging {
	font-size: .9em;
	margin: 4px 3px;
}
p.status{
	padding-left: 0;
	margin-top: 2px;
}
p.gallery_nav img {
	margin: 0 3px 0 0 !important;
}

.error {
	padding:1em 1em 1em 3em;
	margin: 5px;
	border:1px solid red;
	background:yellow url(gfx/icons/dialog-error.png) 1em 50% no-repeat;
}

.error ul {
	margin:0 !important;
}

.error li {
	margin:0 0 .2em 1em !important;
}

fieldset {
	margin: 5px 8px 5px 8px;
	padding: 8px;
}

legend {
	font-weight: bold;
	padding: 0 4px;
	color: #000;
}
input.button {
	clear: left;
	float: left;
}
.nofloat {
	float: none !important;
}
.noclear {
	clear: none !important;
}
label {
	display: block;
	clear: both;
	float: left;
	font-size: .9em;
	margin-bottom: 4px;
	margin-right: 25px;
	width: 100px;
}
.nomargins {
	display: inline;
}

textarea {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	border: 1px solid #666;
	overflow: auto;
	width: 605px;
	height: 100px;
	padding: 1px 3px;
}
option {
	padding: 0 3px;
}
select {
	min-width: 50%;
}
select, input {
	border: 1px solid #000;
	margin-bottom: 2px;
}

/* StureGallery */

table#gallery {
	width: 100% !important;
	width: 99%;
	border: none;
	margin: 0;
}
table#gallery td {
	padding: 2px;
}
table#gallery tr:hover {
	background: none;
}
table#gallery img {
	background: #fff url(gfx/icons/loading.gif) no-repeat center center;
	border: 1px solid #000;
	padding: 1px;
	display: block;
	margin: 0 auto;
}

img#gallery_full {
	border: 1px solid #000;
	background: #fff url(gfx/icons/loading.gif) no-repeat center center;
}

img#folder_parent, img#home {
	border: none !important;
	margin:0;
	padding: 0 4px 0 0;
}
p.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 10px;
}
p.pagination a {
	padding:1px 0;
	margin: 2px 3px;
}
p.pagination a:hover {
	text-decoration: none !important;
}

ul#gallery_nav {
	list-style-type: none;
	margin-bottom: 5px;
}
ul#gallery_nav li {
	line-height: 19px;
	margin-left: 0;
	display: inline;
}
ul#gallery_nav li#nav_home, ul#gallery_nav li#nav_parent_folder {
	display: block;
	float: left;
	margin-right: 6px;
}
ul#gallery_nav li#nav_parent_folder {
	margin-bottom: 0;
}
ul#gallery_nav li#nav_breadcrumbs {
	padding-top: 0;
	border-top: 1px solid #666;
	clear: left;
	display: block;
}
p.caption {
	margin-top: 5px;
}
ul.picture_stats {
	margin-top: 8px;
	clear: both;
}

div#randomPicture a img {
	border: 1px solid #000;
}

/* Team */

img.image_standard {
	border: 1px solid #000;
	padding: 1px;
}

p.caption {
	font-style: italic
}

/* Sponsor items */

div.sponsor_holder {
	margin: 1px 0;
	line-height: .7em;
	padding-top: 0 !important;
	padding-top: 2px;
}
div.sponsor_holder a {
}
div.sponsor_holder img {
	border: 1px solid #000;
	margin: 1px 2px !important;
	margin: -1px 2px;
	margin-bottom: 0 !important;
}

img.profile_picture {
	border: 1px solid #000;
	padding: 1px;
}