@charset "UTF-8";

/* CSS Document */
@import url(reset.css);

@import url(core.css);

body {
	font-size: 12px;
	color: #666;
	margin: 0px;
	background: url(../../images/body_bg.jpg) 50% 0% no-repeat scroll #000;
	font-family: Verdana, Geneva, sans-serif;
}

a {
	text-decoration: none;
	color: #51981c;
}

a:hover {
	text-decoration: underline;
	color: #0C0;
}

.text {
	padding: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px;
}

p {
	margin-bottom: 15px;
	line-height: 22px;
	padding: 0 5px;
}

#tooltip {
	width: 110px;
	background-color: #FFF;
	border: 1px solid #999;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 10px;
	position: absolute;
	display: none;
}

#head {
	width: 1000px;
	margin: auto;
	padding-top: 20px;
	height: 60px;
}

#outer_wrapper {
	width: 1000px;
	margin: auto;
	background: #FFF;
	margin-bottom: 20px;
	/*-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius:8px;*/
}

#inner_wrapper {
	padding: 10px;
}

.input {
	border: 1px solid #DDD;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.button {
	border: 0px;
	font-size: 12px;
	color: #FFF;
	background: url(../../images/top_menu_bg.png) 50% 50% repeat-x;
	padding: 4px 10px;
	margin: 0px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.button:hover {
	background: url(../../images/top_menu_bg_hover.png) 50% 50% repeat-x;
}

.button.small {
	font-size: 10px;
	padding: 0 5px;
	margin: 0 10px;
}

#top_menu {
	background: url(../../images/top_menu_bg.png) 50% 50% repeat-x #e04d1a;
	/*-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius:8px;*/
}

#top_menu .inner {
	width: 1000px;
	margin: auto;
	padding-top: 1px;
}

#top_menu a {
	float: left;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 14px;
	margin: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#top_menu a.active,#top_menu a:hover {
	background: url(../../images/top_menu_bg_hover.png) 50% 50% repeat-x;
	text-decoration: none;
}

#footer {
	margin-top: 10px;
	border-top: 3px solid #DDD;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #BBB;
	font-size: 10px;
}

.box {
	border-bottom: 1px solid #DDD;
	/*background:#f4f4f4;*/
	/*-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius:8px;*/
}

.box .tabs,.box .content,.box .foot {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: #f4f4f4;
}

.box .tabs {
	height: 33px;
	background: url(../../images/tabs_bg.png) 0px 0px repeat-x;
	padding: 0 10px;
}

.box .tabs a {
	float: left;
	display: block;
	padding: 4px 15px;
	margin: 5px 2px 0 2px;
	text-decoration: none;
	color: #51981c;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.box .tabs a.active,.box .tabs a:hover {
	background: url(../../images/tabs_a_bg.png) 50% 50% repeat-x;
	color: #FFF;
}

.box .tabs.small a {
	margin: 5px 1px 0 1px;
	padding: 4px 8px;
}

.box .bar {
	height: 34px;
	background: url(../../images/bar_bg.png) 0px 0px repeat-x;
	padding: 0 15px;
}

.bar_left {
	padding-left: 6px;
	background: url(../../images/bar_bg_left.png) 0% 0% no-repeat;
}

.bar_right {
	padding-right: 6px;
	background: url(../../images/bar_bg_right.png) 100% 0% no-repeat;
}

.box .bar div {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	color: #333;
	text-transform: uppercase;
}

.box .bar span {
	font-weight: normal;
}

.box .content {
	padding: 10px;
}

.box .foot {
	padding: 5px 0;
	text-align: center;
}

.box .tabs .inner {
	padding-top: 8px;
}

.box .foot .inner {
	margin: 0 10px;
	padding-top: 5px;
	border-top: 2px solid #DDD;
}

.add_player {
	height: 16px;
	width: 16px;
	background: url(../../images/add_player.png);
	cursor: pointer;
}

.remove_player {
	height: 16px;
	width: 16px;
	background: url(../../images/remove_player.png);
	cursor: pointer;
}

table.list {
	width: 100%;
}

table.list tr th,table.list tr td {
	padding: 5px;
}

table.list tr th {
	font-weight: bold;
	color: #333;
	text-align: left;
}

table.list tr.odd td, td.odd {
	background: #FFF;
}

table.list tr:hover td {
	cursor: pointer;
	background: #d3dccc;
}

table.list tr.selected td {
	background: #cfeeb6 !important;
	font-style: italic;
	text-decoration: none !important;
	color: #333 !important;
}

/*
table.list tr.disabled td{color:#bba3a3; text-decoration:line-through; font-style:italic;}
*/
table.list tr .remove_player {
	display: none;
}

table.list tr.selected .add_player {
	display: none;
}

table.list tr.selected .remove_player {
	display: block;
}

/*table.list tr.disabled .remove_player{display:none;}
table.list tr.disabled .add_player{display:none;}

table.list tr.disabled.selected .remove_player{display:inline;}
*/
.floats .box_wrapper {
	margin-right: 10px;
	float: left;
}

.floats .box_wrapper:last-child {
	margin-right: 0px;
}

#visual_setup {
	height: 580px;
	width: 430px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../../images/soccer_field.png);
}

.player {
	position: absolute;
	width: 55px;
	height: 65px;
	z-index: 900;
}

.player .remove {
	position: absolute;
	left: 6px;
	top: 6px;
	height: 16px;
	width: 16px;
	font-weight: bold;
	color: #FFF;
	z-index: 980;
	display: none;
	cursor: pointer;
}

.player .info {
	position: absolute;
	right: 5px;
	top: 6px;
	height: 16px;
	width: 16px;
	font-weight: bold;
	color: #FFF;
	z-index: 980;
	display: none;
	cursor: pointer;
}

.player:hover .info,.player:hover .remove,.player.hover .info,.player.hover .remove
	{
	display: block;
}

.team_setup_2\.php .player .remove {
	display: none !important;
}

.player .shirt {
	position: absolute;
	width: 55px;
	height: 65px;
	top: 0px;
	left: 0px;
	background: url(../../images/shirt/shirt.png);
	z-index: 90;
}

.player.hover .shirt_back {
	background: url(../../images/shirt/shirt_back_active.png) !important;
	z-index: 920;
}

.player .shirt_back {
	position: absolute;
	width: 55px;
	height: 65px;
	top: 0px;
	left: 0px;
	background: url(../../images/shirt/shirt_back.png);
}

.player .name {
	font-size: 10px;
	position: absolute;
	top: 60px;
	left: -7px;
	color: #FFF;
	width: 65px;
	padding: 2px;
	z-index: 910;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

.player .name span {
	font-style: italic;
	color: #FF9;
}

.player .name_back {
	font-size: 10px;
	position: absolute;
	top: 60px;
	left: -7px;
	color: #FFF;
	width: 65px;
	padding: 2px;
	background: #000;
	z-index: 900;
	opacity: 0.4;
	filter: alpha(opacity =   40);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.select {
	position: absolute;
	width: 55px;
	height: 65px;
	background: url(../../images/shirt/select.png) 50% 50% no-repeat;
	cursor: pointer;
}

.player_list .list_item {
	padding: 2px 0;
	height: 18px;
}

.player_list .list_item.odd {
	background-color: #FFF;
}

.player_list .list_item:hover {
	cursor: pointer;
	background: #d3dccc;
}

.player_list .header {
	font-weight: bold;
}

.player_list .list_item .l1 {
	float: left;
	width: 25px;
}

.player_list .list_item .l2 {
	float: left;
	width: 60px;
	text-align: center;
}

.player_list .list_item .l3 {
	float: left;
	width: 350px;
}

.player_list .list_item .l4 {
	float: left;
	width: 60px;
	text-align: right;
}

#outer_wrapper {
	background: #FFF;
}

#outer_wrapper .tl {
	background: transparent url(../../images/ie_hack/tl_wb_8.png) 0% 0% no-repeat;
}

#outer_wrapper .tr {
	background: transparent url(../../images/ie_hack/tr_wb_8.png) 100% 0% no-repeat;
}

#outer_wrapper .bl {
	background: transparent url(../../images/ie_hack/bl_wb_8.png) 0% 100% no-repeat;
}

#outer_wrapper .br {
	background: transparent url(../../images/ie_hack/br_wb_8.png) 100% 100%
		no-repeat;
}

#top_menu .tl {
	background: transparent url(../../images/ie_hack/tl_ow_8.png) 0% 0% no-repeat;
}

#top_menu .tr {
	background: transparent url(../../images/ie_hack/tr_ow_8.png) 100% 0% no-repeat;
}

#top_menu .bl {
	background: transparent url(../../images/ie_hack/bl_ow_8.png) 0% 100% no-repeat;
}

#top_menu .br {
	background: transparent url(../../images/ie_hack/br_ow_8.png) 100% 100%
		no-repeat;
}
