

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, input,select {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: lucida Grande, arial;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

em {
font-style: italic; }



/* Hide dotted image outline from Firefox and Netscape */ a {
outline: none; }

body {
	font-family: lucida Grande, arial;
	font-size:10px;
	font-weight:normal;
	font-color:#424242;
	background:url('../images/header_background.gif') repeat-x;
	/*background:url('../images/background_high.gif') repeat-x;*/
	padding:0;
	margin:0;
}

.maincontainer {
	margin:auto;
	width:720px;
}

.commercialcontainer {
	margin: auto;
	width: 720px;
}

.forumcontainer {
	margin:auto;
	width:720px;
}

.left_column {
	width:346px;
	float:left;
}

.right_column {
	width:346px;
	float:right;
}

.commercial_left_column {
	width:225px;
	float:left;
}

.commercial_right_column {
	width:460px;
	float:right;
}

tr {
	color:#000;
	text-align:left;
	background:#ffe7e7;
}

tr.alt {
	background:#fff8f8;
}

tr.transparent {
	background:none;
}

td {
	border-bottom:1px solid #f3cccc;
}

td.viewed {
	color:#707070;
	text-decoration:line-through;
}

td.viewed a{
	color:#707070;
	text-decoration:line-through;
}

.result {
	color:#225400;
}

.noresult {
	color:red;
}

td.noresult a{
	color:red;
}

td.result a{
	color:#225400;
}

td.legend {
	color:#707070;
	font-weight:bold;
}

th {
	color:#707070;
	text-align:left;
}

a {
	color:#8a0b0b;
	text-decoration:none;
}

h1{
	padding:0;
	color:#000;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}

h2{
	padding:0;
	color:#8a0b0b;
	margin:0 0 10px 0;
	font-size:14px;
}

.tb_225 {
	width:225px;
	margin-top:20px;
}

.tb_346 {
	width:346px;
	margin-top:20px;
}

.tb_460 {
	width:460px;
	margin-top:20px;
}

.tb_720 {
	width:720px;
	margin-top:20px;
}

.tb_720 img{
	padding:1px;
	border:1px solid #ccc;
}

.tb_346 img{
	padding:1px;
	border:1px solid #ccc;
}

table.tb_body {
width:100%;
}

table.tb_body td{
font-size:10px;
height:20px;
line-height:20px;
padding:3px 3px 3px 5px;
vertical-align:middle;
}

table.tb_body td.textarea{
font-size:10px;
height:100px;
line-height:20px;
padding:3px 3px 3px 5px;
}

textarea {
	line-height:16px;
}

table.tb_body th{
font-size:10px;
height:20px;
line-height:20px;
padding:3px 3px 3px 5px;
background:#f5f5f5;
border-bottom:2px solid #8a0b0b;
vertical-align:middle;
}

.tb_header {
	background: #000000 url('../images/table_header.gif') repeat-x;
}

.tb_title {
	float:left;
	color:#ffffff;
	font-size:12px;
	margin:6px 0 0 5px;
	padding:4px;
	background:#707070;
}

.tb_title_on {
	float:left;
	color:#ffffff;
	font-size:12px;
	margin:6px 0 0 5px;
	padding:4px;
}

.tb_title a {
	color:#fff;
}

.tb_title a:hover {
	color:#e54b4b;
}

.tb_title_on a {
	color:#fff;
}

.tb_showall {
	float:right;
	text-align:left;
	width:58px;
	height:32px;
	line-height:32px;
	background:url('../images/red_arrows.gif') right 50% no-repeat;
	margin-right:10px;
	padding:0;
}

.tb_showall_comm {
	float:right;
	text-align:left;
	width:58px;
	height:32px;
	line-height:32px;
	background:url('../images/red_arrows.gif') right 60% no-repeat;
	margin-right:10px;
	padding:0;
}

.tb_showall a{
	color:#e54b4b;
	line-height:32px;
}

.glk {
	color:#fff;
	background:url('../images/gk_tiny.gif') 70% 50% no-repeat;
	font-size:9px;
	padding:4px 7px 4px 8px;
	
}

.pl {
	color:#fff;
	background:url('../images/pl_tiny.gif') 70% 50% no-repeat;
	font-size:9px;
	padding:4px 7px 4px 8px;
}

.off {
	color:#fff;
	background:url('../images/off_tiny.gif') 70% 50% no-repeat;
	font-size:9px;
	padding:4px 7px 4px 8px;
}

table.tb_body select {
	padding:3px;
	color:#000;
	width:80%;
	font-size:10px;
	border:1px solid #707070;
}

table.tb_body input.button {
	background:url('../images/table_header.gif');
	padding:3px;
	width:100%;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:3px;
	cursor:pointer;
}

table.tb_body input {
	width:95%;
	color:#000;
	border:1px solid #707070;
	font-size:10px;
	padding:3px;
}

table.tb_body input.file {
	width:100%;
	color:#000;
	border:1px solid #707070;
	font-size:10px;
	padding:3px;
}

table.tb_body input.radio {
	width:12px;
	color:#000;
	border:none;
	font-size:10px;
	padding:3px;
}

table.tb_body input.checkbox {
	width:12px;
	color:#000;
	border:none;
	font-size:10px;
	padding:3px;
}

table.tb_body td.textarea textarea {
	width:95%;
	height:90px;
	color:#000;
	border:1px solid #707070;
	font-size:10px;
	padding:3px;
}

table.tb_body input:hover {
	color:#e54b4b;
}

.tb_report {
	width:100%;
	line-height:20px;
	border-bottom:2px solid #8a0b0b;
}

.tb_report p{
	padding:5px;
	line-height:18px;
}

.tb_report b{
	padding:5px;
	line-height:18px;
}

.tb_report em{
	padding:5px;
	line-height:18px;
}

.tb_article {
	width:100%;
	line-height:20px;
}

.tb_article h1{
	padding:10px 5px 0px 5px;
	color:#000;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}

.tb_article h1 a{
	text-decoration:none;
	color:#000;
}

.tb_article h2{
	padding:0 0 0 5px;
	color:#8a0b0b;
	margin:0 0 10px 0;
	font-size:14px;
}

.tb_article h2 a {
	text-decoration:none;
	color:#8a0b0b;
}

.tb_article p.date{
	padding: 0 0 0 5px;
	font-size:9px;
	color:#9c9c9c;
}

.tb_article p{
	padding:5px;
	line-height:18px;
	text-align:justify;
	color:#000;
}

.tb_article ul{
	margin:10px 10px 10px 30px;
	line-height:18px;
}

.tb_article ol{
	margin:10px 10px 10px 30px;
	line-height:18px;
}

.tb_article li{
	padding:5px;
	line-height:18px;
	text-align:justify;
	list-style:square;
}

.tb_widget {
	width:100%;
	line-height:20px;
}

.tb_widget h1{
	padding:10px 5px 0px 5px;
	color:#000;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}

.tb_widget h2{
	padding:0 0 0 5px;
	color:#8a0b0b;
	margin:0 0 10px 0;
	font-size:14px;
}

.tb_widget p.date{
	padding: 0 0 0 5px;
	font-size:9px;
	color:#9c9c9c;
}

.tb_widget p{
	padding:5px;
	line-height:18px;
	text-align:justify;
}

.tb_widget ul{
	margin:10px 10px 10px 30px;
	line-height:18px;
}

.tb_widget ol{
	margin:10px 10px 10px 30px;
	line-height:18px;
}

.tb_widget li{
	padding:5px;
	line-height:18px;
	text-align:justify;
	list-style:square;
}

.dotted_divide {
	border-bottom:1px dotted #707070;
	height:1px;
	margin:20px 0 20px 0;
}

.clear {
	clear:both;
}

.error {
	background:#eaeaea;
	width:100%;
	
}

.error ul {
	margin:0;
	padding:20px;
	list-style:none;
}

.error li {
	background:url('../images/error.gif') 0 50% no-repeat;
	padding:0 0 0 30px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	list-style:none;
}

.error li a{
	font-color:#424242;
	text-decoration:underline;
}

.voting {
	background:#fff;
	width:100%;
	
}

.voting ul {
	margin:0;
	padding:20px 0px 20px 0px;
	list-style:none;
	border-bottom:2px solid #8a0b0b;
}

.voting li {
	background:url('../images/voting.gif') 0 5px no-repeat;
	padding:3px 0 5px 25px;
	line-height:20px;
	list-style:none;
}

.voting li p{
	line-height:20px;
}

.voting li a{
	font-color:#424242;
	text-decoration:underline;
}

.inform {
	background:#eaeaea;
	width:100%;
	
}

.inform ul {
	margin:0;
	padding:10px;
	list-style:none;
}

.inform li {
	background:url('../images/inform.gif') 0 5px no-repeat;
	padding:0 0 0 25px;
	line-height:18px;
	list-style:none;
}

.inform li a{
	font-color:#424242;
	text-decoration:underline;
}

.commercial {
	background:#eaeaea;
	width:100%;
	
}

.commercial ul {
	margin:0;
	padding:10px;
	list-style:none;
}

.commercial li {
	background:url('../images/inform.gif') 0 5px no-repeat;
	padding:0 0 0 25px;
	line-height:20px;
	list-style:none;
}

.commercial li a{
	font-color:#424242;
	text-decoration:underline;
}


.upgrade {
	background:#eaeaea;
	width:100%;
	
}

.upgrade ul {
	margin:0;
	padding:20px;
	list-style:none;
}

.upgrade li {
	background:url('../images/update.gif') 0 50% no-repeat;
	padding:0 0 0 30px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	list-style:none;
}

.uploadstatus {
	background:#eaeaea;
	width:100%;
	
}

.uploadstatus ul {
	margin:0;
	padding:20px;
	list-style:none;
}

.uploadstatus li {
	background:url('../images/update.gif') 0 50% no-repeat;
	padding:0 0 0 30px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	list-style:none;
}

.success {
	background:#eaeaea;
	width:100%;
	
}

.success ul {
	margin:0;
	padding:20px;
	list-style:none;
}

.success li {
	background:url('../images/valid.gif') 0 7px no-repeat;
	padding:0 0 0 30px;
	line-height:25px;
	font-weight:bold;
	list-style:none;
}

.success li em {
	line-height:25px;
}

.upgrade li a{
	color:#424242;
	text-decoration:underline;
}

.billboard {
	background:#fff;
	width:100%;
	border-bottom:1px solid #333;
	
}

.billboard h2.top {
	font-size:20px;
	text-align:center;
	margin:20px 0 10px 0;
}

.billboard p {
	text-align:center;
	margin:10px 0 10px 0;
}

.billboard h2.bottom {
	font-size:20px;
	text-align:center;
	margin:10px 0 20px 0;
}

tr.tb_subheader a.on {
	border:1px solid #707070;
	background:#fff;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	margin-left:3px;
	color:#8a0b0b;
}

tr.tb_subheader a {
	border:1px solid #707070;
	width:10px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	margin-left:3px;
	color:#707070;
	background:#ccc;
}

.dots {
	border:1px solid #707070;
	width:10px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	margin-left:3px;
	color:#707070;
	background:#ccc;
}


.colour {
	width:15px;
	height:15px;
	margin:auto;
}

div.image {
	padding:0;
	margin:0;
}

div.image img{
	border:none;
	padding:0;
	margin:0;
}

td.comment {
	vertical-align:top;
	color:#000;
}

td.comment img {
	margin-top:4px;
}

.comment_date {
	color:#9c9c9c;
}

tr.tb_commentheader th
{
	font-size:10px;
	height:20px;
	line-height:20px;
	padding:3px 3px 3px 5px;
	background:#f5f5f5;
	border-top:2px solid #8a0b0b;
	border-bottom:2px solid #8a0b0b;
}

#footer {
	width:720px;
	margin:auto;
}

#footer p {
	color:#000;
	text-align:right;
}

/*---------- Nav ----------*/

#topad {
	margin:auto;
	width:720px;
	margin-bottom:5px;
	margin-top:5px;
}

#navbar {
	width:720px;
	height:98px;
	margin:auto;
	position:relative;
}

.top_ea_logo {
	position:absolute;
	top:5px;
	right:5px;
	width:255px;
	height:40px;
}

.top_ea_logo img {
	border:none;
}

.little_nav {
	position:absolute;
	top:50px;
	right:5px;
	height:20px;
	width:390px;
}

.little_nav ul {
	margin:0;
	padding:0;
}

.little_nav li {
	display: block;
	text-align:right;
	float:right;
	margin: 0px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
	height:21px; 
	list-style: none;
	background: url(../images/white_arrows.gif) center right no-repeat;
}
.little_nav .messages {
}

.little_nav a {
	padding-right: 10px;
	color:#fff;
	line-height:20px;
	display:block;
	text-align: right;
	vertical-align: top;
}

#largenav {
 	float:left;
 	width: 324px;
 	height: 38px;
 	margin:0 0 0 0;
 	padding: 0;
 	position: relative;
}

#largenav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}

#largenav li, #largenav a {
	height: 38px; 
	display: block;
	text-indent:-5000px;
}

#largenav1b {background: transparent url(../images/dashboard_nav.gif) 0 -38px no-repeat; left: 0; width: 108px;}
#largenav2b {background: transparent url(../images/team_nav.gif) 0 -38px no-repeat;left: 108px; width:108px;}
#largenav3b {background: transparent url(../images/society_nav.gif) 0 -38px no-repeat;left: 216px; width: 108px;}

#largenav1b a:hover {background: transparent url(../images/dashboard_nav.gif) 0 -76px no-repeat;}
#largenav2b a:hover {background: transparent url(../images/team_nav.gif) 0 -76px no-repeat;}
#largenav3b a:hover {background: transparent url(../images/society_nav.gif) 0 -76px no-repeat;}

#largenav1b_on {background: transparent url(../images/dashboard_nav.gif) 0 0 no-repeat; left: 0; width: 108px;}
#largenav2b_on {background: transparent url(../images/team_nav.gif) 0 0 no-repeat;left: 108px; width:108px;}
#largenav3b_on {background: transparent url(../images/society_nav.gif) 0 0 no-repeat;left: 216px; width: 108px;}

#smallnav {
 	float:right;
 	width: 380px;
 	height: 25px;
 	margin: 13px 0 0 0;
 	padding: 0;
 	position: relative;
}

#smallnav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}

#smallnav li, #smallnav a {
	height: 25px; 
	display: block;
	text-indent:-5000px;
}

#smallnav1b {background: transparent url(../images/article_nav.gif) 0 -25px no-repeat; left: 0; width: 76px;}
#smallnav2b {background: transparent url(../images/groups_nav.gif) 0 -25px no-repeat;left: 76px; width:76px;}
#smallnav3b {background: transparent url(../images/forum_nav.gif) 0 -25px no-repeat;left: 152px; width: 76px;}
#smallnav4b {background: transparent url(../images/shop_nav.gif) 0 -25px no-repeat;left: 228px; width: 76px;}
#smallnav5b {background: transparent url(../images/search_nav.gif) 0 -25px no-repeat;left: 304px; width: 76px;}

#smallnav1b a:hover {background: transparent url(../images/article_nav.gif) 0 -50px no-repeat;}
#smallnav2b a:hover {background: transparent url(../images/groups_nav.gif) 0 -50px no-repeat;}
#smallnav3b a:hover {background: transparent url(../images/forum_nav.gif) 0 -50px no-repeat;}
#smallnav4b a:hover {background: transparent url(../images/shop_nav.gif) 0 -50px no-repeat;}
#smallnav5b a:hover {background: transparent url(../images/search_nav.gif) 0 -50px no-repeat;}

#smallnav1b_on {background: transparent url(../images/article_nav.gif) 0 0 no-repeat; left: 0; width: 76px;}
#smallnav2b_on {background: transparent url(../images/groups_nav.gif) 0 0 no-repeat;left: 76px; width:76px;}
#smallnav3b_on {background: transparent url(../images/forum_nav.gif) 0 0 no-repeat;left: 152px; width: 76px;}
#smallnav4b_on {background: transparent url(../images/shop_nav.gif) 0 0 no-repeat;left: 228px; width:76px;}
#smallnav5b_on {background: transparent url(../images/search_nav.gif) 0 0 no-repeat;left: 304px; width: 76px;}

#subnav {
	width:720px;
	height:28px;
	margin:auto;
}

#largenav a:active, #smallnav a:active {
outline: none;
}

#subnav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#subnav li, #subnav a {
	height:20px; 
	margin: 0px;
	padding: 0px;
	display:block; 
	line-height:20px;
	text-align:center;
	float:left;
}

#subnav li {
	margin:2px 4px 0px 5px;
	padding:0px;
}

#subnav li a{
	background:#e54b4b;
	color:#fff;
	height:20px;
	padding:0 5px 0 5px;
	width:100px; 
}

#subnav li a:hover {
	background:#a12121;
	color:#fff;
	height:20px;
	padding:0 5px 0 5px;
}

#subnav li.navon a {
	background:#a12121;
	color:#fff;
	height:20px;
	padding:0 5px 0 5px;
}

#subnav li.navon a:hover {
	background:#a12121;
	color:#fff;
	height:20px;
	padding:0 5px 0 5px;
}

#combar {
	width:720px;
	height:70px;
	margin:auto;
	margin-top:30px;
	clear:both;
	background:#eaeaea;
}

#combar ul{
	margin:0;
	padding:13px 0 0 15px;
	list-style:none;
}

#combar li {
	height:46px;
	padding:6px 0 0 55px;
	margin:0 0 0 14px;
	line-height:16px;
	color:#000;
	font-size:10px;
	background:url('../images/tv.gif') 0 0 no-repeat;
	display:block; 
	float:left;
	width:64px;
}

#combar li a {
	font-size:12px;
	color:#8a0b0b;
	text-decoration:none;
}

#combar li.com1 {
	background:url('../images/podcast.gif') 0 0 no-repeat;
}

#combar li.com2 {
	background:url('../images/tv.gif') 0 0 no-repeat;
}

#combar li.com3 {
	background:url('../images/chat.gif') 0 0 no-repeat;
}

#combar li.com4 {
	background:url('../images/wiki.gif') 0 0 no-repeat;
}

#combar li.com5 {
	background:url('../images/camera.gif') 0 0 no-repeat;
}

#combar li.com6 {
	background:url('../images/heart.gif') 0 0 no-repeat;
}

#sitemap {
	width:720px;
	margin:auto;
}

#sitemap h2{
	width:720px;
	margin:auto;
}

#sitemap ul{
	margin:10px 45px 0 0;
	padding:0;
	list-style:none;
	float:left;
}

#sitemap ul.sitemapend{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	float:left;
}

#sitemap li {
	padding:5px 5px 5px 10px;
	background:url('../images/red_arrows.gif') 0 50% no-repeat;
	margin:0;
	font-size:10px;
}

#sitemap li.sitemapheader {
	padding:5px 5px 10px 0;
	background:none;
	margin:0;
	font-size:12px;
}

#sitemap li a {
	color:#707070;
}


.nd_comments {
	width:100%;
	padding:0;
	
}

.nd_comment_content {
	width:100%;
	background:#ffe7e7;
	color:#000;
	border-bottom:1px solid #f3cccc;
}

.nd_comment_content_alt {
	width:100%;
	background:#fff8f8;
	color:#000;
	border-bottom:1px solid #f3cccc;
}

.comment_avatar {
	float:left;
	width:30px;	
}

.comment_avatar img {
	padding:1px;
	border:1px solid #ccc;
	margin:3px;
}

.comment_text {
	float:right;
	width:300px;
}

.comment_text p {
	line-height:17px;
	padding:5px;
}

.comment_text p.date {
	padding: 2px 0 8px 5px;
	font-size:9px;
	color:#9c9c9c;
}

p.textbutton {
	border:3px solid #ccc;
	background:#fff;
	font-size:14px;
	font-weight:bold;
	width:140px;
	margin:auto;
	margin-bottom:15px;
	padding:7px;
	text-align:center;
}

p.exclaimer {
	font-size:10px;
	color:#707070;
	padding:0px 15px 15px 32px;
	font-style:italic;
}

.legend {
	color:#8a0b0b;
}

.teamselector tr {
	color:#064600;
	text-align:left;
	background:#BCFFB6;
}

.teamselector tr.alt {
	background:#E1FFDF;
}

.teamselector td {
	border-bottom:1px solid #BAD8B7;
}

.teamselector a {
	color:#064600;
}

.teamselector li {
	color:#fff;
	text-align:center;
	background:green;
	padding:3px;
	font-size:9px;
}

.teamselector .clearplayer {
	background:#E1FFDF;padding:3px;text-align:center;font-size:9px;
}



.forumpageno {
	font-size: 9px;
	padding: 1px 3px;
	border:1px solid #707070;
	line-height:20px;
	text-align:center;
	margin-left:3px;
	color:#707070;
	background:#ffffff;
}

.preview {
	width:100%;
	line-height:20px;
	background:#eaeaea;
}

.preview h1{
	padding:10px 5px 0px 5px;
	color:#000;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}

.preview h1 a{
	text-decoration:none;
	color:#000;
}

.preview h2{
	padding:10px;
	color:#8a0b0b;
	margin:0 0 10px 0;
	font-size:14px;
}

.preview h2 a {
	text-decoration:none;
	color:#8a0b0b;
}

.preview p{
	padding:0 10px 10px 10px;
	line-height:18px;
	text-align:justify;
	color:#000;
}

.preview ul{
	margin:10px 10px 10px 30px;
	line-height:18px;
}

.preview ol{
	margin:10px 10px 10px 30px;
	line-height:18px;
}

.preview li{
	padding:5px;
	line-height:18px;
	text-align:justify;
	list-style:square;
}


.marquee {
	width:720px;
	margin:auto;
	height:30px;
	color:#000;
	line-height:30px;
	margin-top:10px;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	background:#eaeaea
}

.marquee p {
	float:left;
	width:90px;
	line-height:30px;
	text-indent:10px;
}

.ticker {
	width:620px;
	float:right;
	margin-right:10px;
	margin-top:10px;
}


#popup_bg_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10000;
}
#popup_bg {
	height: 100%;
	width: 100%; 
	position: fixed; 
	background: #000; 
	-moz-opacity: 0.5; 
	filter: alpha(opacity=50); 
	opacity: 0.5;
}
#popup_box_bg {
	height: 100%; 
	width: 100%; 
	position: absolute; 
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px;
	z-index: 10001; 
}
#popup_box {
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 50px;
	background: #ffffff; 
	width: 346px;
	border:1px solid #8a0b0b;
	border-bottom: 0px;
}

#popup .closelink {
	padding: 13px 10px;
	float:right;
}
#popup .closelink a {
	padding-right: 10px;
	background:url('../images/red_arrows.gif') right 50% no-repeat;
}

#popup .tb_346 {
	margin-top: 0px;
}

tr.separator {
border-bottom: 2px dotted #8A0B0B;
}

/*---payment widget---*/

label.price {
	padding:5px;
	background:#eaeaea;
	border:3px solid #ccc;
	color:black;
	float:left;
	margin:10px 10px 100px 0;
	width:100px;
	text-align:center;
}

.pricespan {
	font-weight:bold;
}

#messages_to {
	margin-top: 4px;
}
/* Safari fix - recipient list likes going outside the max width allowed, unless width is limited */
.tb_346 #messages_to {
	width: 270px;
}
.tb_720 #messages_to {
	width: 580px;
}

.message_contact_list {
	max-width: 100px;
	min-width: 40px;
	overflow: hidden;
	padding: 4px;
	margin-bottom: 4px;
	margin-right: 5px;
	white-space: nowrap;
	float: left;
	border: 1px solid #cccccc;
}
.messages_special {
	float: right;
	width: 25px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #555555;
	background: #cccccc;
	padding: 4px 2px;
}
.tb_720 .messages_special {
	margin-right: 4%;
}
.messages_special_popup {
	position: absolute;
	width: 100px;
	background: #dddddd;
	margin-left: -75px;
}
.messages_special_popup li {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.messages_special_popup a {
	display: block;
	padding: 5px;
}


.imgCrop_wrap {
	/* width: 500px;   @done_in_js */
	/* height: 375px;  @done_in_js */
	position: relative;
	cursor: crosshair;
}

/* an extra classname is applied for Opera < 9.0 to fix it's lack of opacity support */
.imgCrop_wrap.opera8 .imgCrop_overlay,
.imgCrop_wrap.opera8 .imgCrop_clickArea { 
	background-color: transparent;
}

/* fix for IE displaying all boxes at line-height by default, although they are still 1 pixel high until we combine them with the pointless span */
.imgCrop_wrap,
.imgCrop_wrap * {
	font-size: 0;
}

.imgCrop_overlay {
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	width: 100%;
	height: 100%;
}

.imgCrop_selArea {
	position: absolute;
	/* @done_in_js 
	top: 20px;
	left: 20px;
	width: 200px;
	height: 200px;
	background: transparent url(castle.jpg) no-repeat  -210px -110px;
	*/
	cursor: move;
	z-index: 2;
}

/* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */
.imgCrop_clickArea {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.01;
	filter:alpha(opacity=01);
}

.imgCrop_marqueeHoriz {
	position: absolute;
	width: 100%;
	height: 1px;
	background: transparent url(marqueeHoriz.gif) repeat-x 0 0;
	z-index: 3;
}

.imgCrop_marqueeVert {
	position: absolute;
	height: 100%;
	width: 1px;
	background: transparent url(marqueeVert.gif) repeat-y 0 0;
	z-index: 3;
}

/* 
 *  FIX MARCHING ANTS IN IE
 *	As IE <6 tries to load background images we can uncomment the follwoing hack 
 *  to remove that issue, not as pretty - but is anything in IE?
 *  And yes I do know that 'filter' is evil, but it will make it look semi decent in IE
 *
* html .imgCrop_marqueeHoriz,
* html .imgCrop_marqueeVert {
	background: transparent;
	filter: Invert; 
}
* html .imgCrop_marqueeNorth { border-top: 1px dashed #000; }
* html .imgCrop_marqueeEast  { border-right: 1px dashed #000; }
* html .imgCrop_marqueeSouth { border-bottom: 1px dashed #000; }
* html .imgCrop_marqueeWest  { border-left: 1px dashed #000; }
*/

.imgCrop_marqueeNorth { top: 0; left: 0; }
.imgCrop_marqueeEast  { top: 0; right: 0; }
.imgCrop_marqueeSouth { bottom: 0px; left: 0; }
.imgCrop_marqueeWest  { top: 0; left: 0; }


.imgCrop_handle {
	position: absolute;
	border: 1px solid #333;
	width: 6px;
	height: 6px;
	background: #FFF;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 4;
}

/* fix IE 5 box model */
* html .imgCrop_handle {
	width: 8px;
	height: 8px;
	wid\th: 6px;
	hei\ght: 6px;
}

.imgCrop_handleN {
	top: -3px;
	left: 0;
	/* margin-left: 49%;    @done_in_js */
	cursor: n-resize;
}

.imgCrop_handleNE { 
	top: -3px;
	right: -3px;
	cursor: ne-resize;
}

.imgCrop_handleE {
	top: 0;
	right: -3px;
	/* margin-top: 49%;    @done_in_js */
	cursor: e-resize;
}

.imgCrop_handleSE {
	right: -3px;
	bottom: -3px;
	cursor: se-resize;
}

.imgCrop_handleS {
	right: 0;
	bottom: -3px;
	/* margin-right: 49%; @done_in_js */
	cursor: s-resize;
}

.imgCrop_handleSW {
	left: -3px;
	bottom: -3px;
	cursor: sw-resize;
}

.imgCrop_handleW {
	top: 0;
	left: -3px;
	/* margin-top: 49%;  @done_in_js */
	cursor: w-resize;
}

.imgCrop_handleNW {
	top: -3px;
	left: -3px;
	cursor: nw-resize;
}

/**
 * Create an area to click & drag around on as the default browser behaviour is to let you drag the image 
 */
.imgCrop_dragArea {
	width: 100%;
	height: 100%;
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
}

.imgCrop_previewWrap {
	/* width: 200px;  @done_in_js */
	/* height: 200px; @done_in_js */
	overflow: hidden;
	position: relative;
}

.imgCrop_previewWrap img {
	position: absolute;
}

#forum_container {
	width:560px;
}



/* Body class */
.loginname {
	background:#FFFBE1; 
	color:#000; 
	padding-top:5px; 
	padding-bottom:10px; 
	border-bottom:1px solid #D6CE95; 
}

.gbody{
	margin: 0px;
}

.forumcontainer td {
	background:#fff;
	color:#000;
}

.forumcontainer input.button {
	background:url('../images/table_header.gif');
	padding:3px;
	width:150px;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
}

.forumcontainer input.button:hover{
	color:#e54b4b;
}

.forumcontainer input.fadebutton {
	background:url('../images/table_header.gif');
	padding:3px;
	width:150px;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
}

.forumcontainer input.fadebutton:hover{
	color:#e54b4b;
}

.forumcontainer input {
	width:100%;
	color:#000;
	border:1px solid #707070;
	font-size:11px;
	font-weight:bold;
	padding:3px;
}

.forumcontainer select {
	width:40%;
	color:#000;
	border:1px solid #707070;
	font-size:11px;
	font-weight:bold;
	padding:3px;
}

.forumcontainer input.file {
	width:100%;
	color:#000;
	border:1px solid #707070;
	font-size:11px;
	font-weight:bold;
	padding:3px;
}

.forumcontainer input.radio {
	width:12px;
	color:#000;
	border:none;
	font-size:10px;
	font-weight:bold;
	padding:3px;
}

.forumcontainer input.checkbox {
	width:12px;
	color:#000;
	border:none;
	font-size:10px;
	font-weight:bold;
	padding:3px;
}

.forumcontainer textarea {
	width:100%;
	height:90px;
	color:#000;
	border:1px solid #707070;
	font-size:11px;
	font-family: lucida Grande, arial;
	padding:3px;
}

/* General smart tables class */

table.forums, table.forumsmb {	
	width: 100%;
	border: 0px #ddd solid;
	display: table;
	color: #000000;
	padding:4px;
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
} 

table.forumsmb{
	margin-bottom:12pt;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent, .tbTransparentmb{
	width: 100%;
	background: #eaeaea;
	font-size:12px;
	line-height: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

.tbTransparentmb{
	margin-bottom:12pt;
}

.tbTransparentCell{
	text-align: left;
}

/* Small analog text, used usually with SPAN */

.txtSm,.txtSm *{	
	text-decoration: none;	
	font-size:10px;
	color:#707070;
	line-height:15px;
}

.txtSm a {	
	text-decoration: none;	
	font-size:10px;
	color:#8a0b0b;
}

/* Normal analog text, used usually with SPAN */

.txtNr{
	text-decoration: none;	
	font-size:12px;
}

/* Views color */

.views{
	color:#9A9A9A;
}

/* Warning text */

.warning{
	color:#8a0b0b;;	
	font-size:12px;
	font-weight: bold;
	display:block;
	padding:5px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #cccccc;
	background:#eaeaea;
}

/* Supscript class */

.navCell{
	font-size:10px;
}

/* Class for select boxes */

.selectTxt {
	font-size:12px;
	background-color: #FFFFFF;
}

/* List style - user's info */

.limbb{
	list-style: circle;
	font-size:12px;
	margin-left: 10pt;
}

/* Input areas - boxes, textareas... */

.inputButton {
	font-size:12px;
	font-weight:bold; 
	margin-top:5px; 
	color:#383838; 
	padding:2px;
}
	
.inputButton2 {
	font-size:12px;
	font-weight:bold; 
	margin-top:5px; 
	color:#383838; 
	padding:2px;
}

.textForm2 {
	background: #FFFFFF;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	height:23px;
	margin-bottom:8px;
	font-size:12px;
}

.textForm {	
	background: #FFFFFF;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	font-size:12px;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
	border: 1px #E3E3E3 none;
	font-size:12px;
	line-height:15px;
	padding: 6px 6px 6px 6px;
	text-align: left;
	overflow-x:hidden;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
	border: 1px #CCCCCC dotted;
	padding: 4px;
	height: 20px;
	font-size:12px;
	font-weight: bold;
	line-height: 15px;
	margin-top:10px;
	margin-bottom:15px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
	padding: 6px 6px 6px 6px;
	height: 20px;
	color:#000;  
	font-size:12px;
	line-height: 15px;
	vertical-align: top;
	width: 100%;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

td.caption4a {
	background-color: #EEEDEB;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size:12px;
	font-weight: bold;
	color: #838281;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	width:250px;
}

td.caption4 {
	background-color: #EEEDEB;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size:12px;
	font-weight: bold;
	color: #838281;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
}

td.caption4b {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size:12px;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
	padding: 6px 10px 6px 0;
	height: 20px;
	font-size:12px;
	line-height: 15px;
	vertical-align: top;
}

td.caption5b {
	padding: 6px 10px 6px 5px;
	height: 20px;
	font-size:13px;
	line-height: 15px;
	vertical-align: top;
}

/* Caption 6 (this one is for displaying title headers (search, stats, user reg/prefs) ) */

td.caption6 {
	padding: 4px;
	height: 18px;
	font-size:12px;
	font-weight: bold;
}

/* Font for displaying username in each thread */

.username{
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1 td{
	background: #ffffff;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2 td{
	background: #eaeaea;
}

.formStyle{
	margin: 0px;
}

/* Stats bar */

.tbStBar{
	border: #CCCCCC 1px solid;
	margin: 1px;
	padding: 1px;
	background: #F0F0F0;
	font-size:12px;
}

#postcontent1 a:link {
	color: #006699;
	text-decoration: underline;
}
#postcontent1 a:active {
	color: #006699;
	text-decoration: underline;
}


#postcontent1 a:visited {
	color: #006699;
	text-decoration: underline;
}

#postcontent1 a:hover {
	background: #0D83DD;
	color: #fff;
	text-decoration: underline;
}

.forumcategory {
	font-size:18px; 
	font-weight:bold; 
	color:#2c5781; 
	padding-top:15px; 
	padding-bottom:15px; 
	padding-left:4px; 
}

a {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol.mbb, ul.mbb, blockquote.mbb{
	margin-bottom: 0px;
}

.quote{
	background: #fafafa;
	border: 1px dotted #000;
	border-left: 3px solid #000;
	color: #000;
	line-height:15px;
	font-style: italic;
	font-size:11px;
	margin: 8px auto 0 auto;
	padding: 3px;
	width:95%;
}

.quoting{
	background: #707070;
	font-style: normal;
	font-weight: bold;
	line-height:15px;
	border-left: 2px solid #000;
	border-top: 0;
	color: #ffffff;
	padding: 4px;
	margin: 0 auto 8px auto;
}


td.tbTransparentCell b{
	border:1px solid #707070;
	background:#fff;
	line-height:20px;
	text-align:center;
	float:left;
	margin:5px 0 5px 3px;
	color:#8a0b0b;
	padding:1px 5px 1px 5px;
}

td.tbTransparentCell a {
	border:1px solid #707070;
	line-height:20px;
	text-align:center;
	float:left;
	margin:5px 0 5px 3px;
	color:#707070;
	background:#ccc;
	padding:1px 5px 1px 5px;
}

td.tbTransparentCell a.on{
	border:1px solid #707070;
	background:#eaeaea;
	line-height:20px;
	text-align:center;
	float:left;
	margin:5px 0 5px 3px;
	color:#8a0b0b;
	padding:1px 5px 1px 5px;
}

strong{
	font-weight:bold;
	line-height:18px;
}

a.link{
	color:#8a0b0b;
}


/*------Team Selector------------

These are the main css for the Team selector only.

*/

#pitch_container {
	width:346px;
	float:right;
	background:url('../images/pitch2.jpg') no-repeat;
}

#pitch {
	width:346px;
	height:400px;
	margin:0 30px 0 30px;
	position:relative;
	font-family:arial;
}

#pitch select {
	width:140px;
	padding:3px;
	border:1px solid #ccc;
	text-align:left;
}

#pitch input {
	width:35px;
	padding:3px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	border:2px solid #ccc;
	background:#707070;
}

#pitch p{
	padding:0 0 5px 3px;
	margin:0;
	font-weight:bold;
	text-align:left;

}

#pitch ul, #pitch .clearplayer{
	text-align:center;
	margin:0 0 0 6px;
	padding:0;
	width:100%;
}

#pitch li,#pitch .clearplayer a {
	display:block;
	padding:3px;
	text-align:center;
	margin:0;
	background:#457114;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	width:84px;
	text-decoration:none;
}

#pitch li.red {
	background:#ce1414;
}

#pitch li a{
	text-decoration:none;
	color:#fff;
}

#formation_change {
	position:absolute;
	height:80px;
	width:200px;
	top:607px;
	left:-10px;
}

#formation_change p{
	color:#457114;
	line-height:15px;
}

img.player_image {
	padding:3px;
	background:#fff;
	border:1px solid #457114;
}

.small_position,#pitch .clearplayer a {
	color:#b7f86f;
	font-weight:normal;
}

.small_out {
	color:#f6a9a9;
}

.gk {
	width:60px;
	height:60px;
	position:absolute;
	top:38px;
	left:142px;
	text-align:center;
}

.gk img{
	margin:0 7px 5px 7px;
	border:none;
}

.gk_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:108;
}

.lb {
	width:60px;
	height:60px;
	position:absolute;
	top:155px;
	right:10px;
	text-align:center;
}

.lb img{
	margin:0 7px 5px 7px;
	border: none;
}

.lb_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:105;
}

.lb_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.lb_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}

.rb {
	width:60px;
	height:60px;
	position:absolute;
	top:155px;
	left:10px;
	text-align:center;
}

.rb img{
	margin:0 7px 5px 7px;
	border: none;
}

.rb_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:101;
}

.rb_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.rb_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
	}

.cb1 {
	width:60px;
	height:60px;
	position:absolute;
	top:135px;
	left:76px;
	text-align:center;
}

.cb1 img{
	margin:0 7px 5px 7px;
	border: none;
}

.cb1_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:102;
}

.cb1_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.cb1_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}

.cb2 {
	width:60px;
	height:60px;
	position:absolute;
	top:135px;
	left:142px;
	text-align:center;
}

.cb2 img{
	margin:0 7px 5px 7px;
	border: none;
}

.cb2_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:103;
}

.cb2_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.cb2_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}

.cb3 {
	width:60px;
	height:60px;
	position:absolute;
	top:135px;
	left:210px;
	text-align:center;
}

.cb3 img{
	margin:0 7px 5px 7px;
	border: none;
}

.cb3_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:104;
}
.cb3_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.cb3_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}

.lm {
	width:60px;
	height:60px;
	position:absolute;
	top:260px;
	right:10px;
	text-align:center;
}

.lm img{
	margin:0 7px 5px 7px;
	border: none;
}

.lm_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:110;
}

.lm_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.lm_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}

.rm {
	width:60px;
	height:60px;
	position:absolute;
	top:260px;
	left:10px;
	text-align:center;
}

.rm img{
	margin:0 7px 5px 7px;
	border: none;
}

.rm_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:106;
}
.rm_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.rm_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}

.cm1 {
	width:60px;
	height:60px;
	position:absolute;
	top:235px;
	left:76px;
	text-align:center;
}

.cm1 img{
	margin:0 7px 5px 7px;
	border: none;
}

.cm1_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:109;
}
.cm1_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.cm1_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}

.cm2 {
	width:60px;
	height:60px;
	position:absolute;
	top:235px;
	left:142px;
	text-align:center;
}

.cm2 img{
	margin:0 7px 5px 7px;
	border: none;
}

.cm2_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:109;
}
.cm2_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.cm2_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}
.cm3 {
	width:60px;
	height:60px;
	position:absolute;
	top:235px;
	left:210px;
	text-align:center;
}

.cm3 img{
	margin:0 7px 5px 7px;
	border: none;
}

.cm3_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:109;
}
.cm3_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.cm3_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}
.cf1 {
	width:60px;
	height:60px;
	position:absolute;
	top:350px;
	left:60px;
	text-align:center;
}

.cf1 img{
	margin:0 7px 5px 7px;
	border: none;
}

.cf1_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:102;
}
.cf1_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.cf1_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}
.cf2 {
	width:60px;
	height:60px;
	position:absolute;
	top:320px;
	left:142px;
	text-align:center;
}

.cf2 img{
	margin:0 7px 5px 7px;
	border: none;
}

.cf2_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:105px;
	z-index:108;
}
.cf2_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.cf2_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}

.cf3 {
	width:60px;
	height:60px;
	position:absolute;
	top:350px;
	left:228px;
	text-align:center;
}

.cf3 img{
	margin:0 7px 5px 7px;
	border: none;
}

.cf3_selector {
	width:180px;
	height:30px;
	position:absolute;
	top:220px;
	left:85px;
	z-index:109;
	
}

.cf3_selector select {
	font-size:10px;
	width:160px;
	margin-left:2px;
}

.cf3_selector input.button {
	width:40px;
	font-size:10px;
	margin:0 2px 0 2px;
}

.gk,.lb,.cb1,.cb2,.cb3,.rb,.lm,.cm1,.cm2,.cm3,.rm,.cf1,.cf2,.cf3,#save_team,#formation_change {
	z-index: 99;
}
#ts_greyout, .team_grey {
	float:right;
	width: 346px;
	text-align:left;
	position:relative;
}
.team_grey {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter:alpha(opacity=60);
	background: #444444;
	position:absolute;
	height:468px;
	z-index: 200;
}
.team_grey_top {
	position:absolute;
	left:40px;
	top:80px;
	background:#eaeaea;
	width:260px;
	border:3px solid #666;
	z-index:201;
	
}

.popbgbord h1{
	margin:0;
	padding:10px 0 0 0;
	color:#8a0b0b;
	margin:0 0 10px 0;
	font-size:16px;
	text-align:center;
}

.popbgbord ul {
	padding:0;
	margin:10px 20px 10px 20px;
}


.popbgbord li {
	color:#000;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	margin-bottom:20px;
}

