/*body{
	margin:0;
	color:#000;
	background:#dbdcde;
}*/
img{border-style:none;}
a
{
	text-decoration:none;
	color:#1b337a;
}
a:hover
{
    text-decoration:underline;
}
input,textarea,select
{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper
{
	width:1024px;
	margin:0 auto;
	overflow:hidden;
	padding:3px 0 15px;
}
/* main-column */
.main-column
{
	float:left;
	width:647px;
	margin-left: 8px;
}
/* box */
.box
{
	background:#fff url(../images/NewLobby/bg-box.png) repeat-y -667px 0;
	width:647px;
	margin:0 0 6px;
	font-family: Arial, Verdana;
}

.box-holder
{
	background:url(../images/NewLobby/bg-box.png) no-repeat;
}

.box-frame
{
	background:url(../images/NewLobby/bg-box.png) no-repeat -1334px 100%;
	padding:12px 18px 12px 12px;
}

.section-holder{margin:-6px -10px -1px -6px;}
/* section */
.section{
	background:url(../images/NewLobby/separator2.png) repeat-x;
	padding: 10px 0 0px;
}
.section:first-child{
	background:none;
	padding-top:0;
}
.section .heading{
	background:#022f52 url(../images/NewLobby/bg-heading.png) no-repeat;
	width:591px;
	height:30px;
	overflow:hidden;
	color:#fff;
	padding:8px 9px 0 33px;
	text-align:left;
}
.section .alt
{
    background:#03467a url(../images/headingalt2.png) no-repeat;
}
.section .heading .new{
	float:right;
	font-size:9px;
	line-height:12px;
	text-align:center;
	margin:-4px 0 0;
}
.section .heading .new span{
	display:block;
}
.section .heading .new strong{
	font-size:17px;
	line-height:20px;
	margin:-3px 0 0;
	display:block;
}
.section .heading h2{
	color:#fff;
	font-size:18px;
	line-height:22px;
	margin:0;
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
}
/* game-list */
.game-list{
	padding:6px 8px 0 13px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.game-list li{
	overflow:hidden;
	margin:0 0 6px;
}
.game-list .partner-logo{
	float:left;
	margin:4px 9px 0 0;
}
.game-list .holder
{
    height: 51px;
	overflow:hidden;
	padding:6px 0 7px 11px;
	background:#e7e8ea url(../images/NewLobby/separator.png) repeat-y 458px 0;
}
.game-list .holder:hover{
	background:#d2e1ed url(../images/NewLobby/separator.png) repeat-y 458px 0;
}
.game-list .info{float:right;}
.game-list .holder img
{
	float:left;
	margin:6px 4px 0 0;
}
.game-list .date{
	float:left;
	width:78px;
	padding:2px 11px 0 21px;
	font-style:normal;
	font-size:11px;
	line-height:14px;
	text-align: center;
	font-family: Arial;
}
.game-list .description
{
	overflow:hidden;
	padding:5px 10px 0 3px;
}
.game-list h3{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	margin:0 0 0 0;
}
.game-list p{margin:0;}
/* two-columns */
.two-columns:after{
	content:'';
	display:block;
	clear:both;
}
/* content-holder */
.content-holder{
	width:369px;
	float:left;
	padding:0 11px;
}
.content-holder .title{
	position:relative;
	width:391px;
	height:69px;
	margin:0 -11px 11px;
}
.text-xpert-daily{
	background:url(../images/NewLobby/text-xpert-daily.png) no-repeat;
	width:391px;
	height:69px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
.content-holder .date{
	position:absolute;
	top:26px;
	right:5px;
	width:38px;
	z-index:10;
	font-size:10px;
	line-height:15px;
	font-style:normal;
	text-align:center;
}
.content-holder .date span{
	display:block;
	font-weight:bold;
}
.content-holder .date strong
{
	font-size:12px;
	line-height:18px;
	display:block;
	margin:-1px 0 0;
}
/* posts */
.posts{padding:0 0 3px;}
/* post */
.post{
	overflow:hidden;
	background:url(../images/NewLobby/separator3.png) no-repeat 50% 0;
	padding:16px 0 7px;
	font:11px/13px Arial, Verdana, sans-serif;
}
.post:first-child{
	background:none;
	padding-top:0;
}
.post .alignleft{
	float:left;
	margin:0 8px 0 0;
}
.post .alignright{
	float:right;
	margin:0 2px 0 8px;
}
.post .description
{
    overflow:hidden;
    color: black;
}
.post h3{
	font:bold 15px/16px Arial, Helvetica, sans-serif;
	margin:0 0 3px;
	word-spacing:-1px;
}
.post h3 a{color:#000;}
.post p{margin:0;}
.post .more{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.older-news{
	background:url(../images/NewLobby/bg-older-news.png) repeat-x 0 5px;
	text-align:center;
}
.older-news a{
	padding:0 0 12px;
	display:inline-block;
	width:73px;
	font-size:9px;
	line-height:11px;
	font-weight:bold;
	word-spacing:-1px;
	text-transform:uppercase;
	color:#000;
	background:#fff url(../images/NewLobby/arrow2.png) no-repeat 50% 100%;
}
.older-news a:hover{text-decoration:none;}
/* aside */
.aside
{
	float:right;
	width:204px;
	padding:0px 0 0;
	letter-spacing:-1px;
	margin:0 0 -7px;
}
.aside h2{
	color:#929292;
	font-size:28px;
	line-height:34px;
	text-transform:uppercase;
	text-decoration:underline;
	margin:0 0 20px;
	text-align:center;
}
/* box2 */
.aside .box2{
	background:#e7d08c url(../images/NewLobby/bg-box2-t.png) repeat-y;
	width:204px;
	margin:0 0 11px;
	font-family: Arial;
}
.box2 .holder{
	background:url(../images/NewLobby/bg-box2.png) no-repeat 0 100%;
	padding:8px 8px 23px;
	position:relative;
}
.box2 .heading{
	background:url(../images/NewLobby/separator4.png) no-repeat 50% 100%;
	padding:0 14px 8px;
	margin:0 -8px 3px;
}
.box2 h3{
	font-size:20px;
	line-height:24px;
	color:#968553;
	margin:0;
}
.box2 h3 .mark{color:#000;}
.box2 ol{
	font-size:14px;
	line-height:17px;
	margin:0 0 -2px;
	padding:0 0 2px 27px;
	background:url(../images/NewLobby/separator4.png) no-repeat 50% 100%;
	position:relative;
	z-index:2;
}
.box2 ol li{
	padding:0 0 9px;
}
.bottom-section{
	background:#c4ae6c;
	position:absolute;
	bottom:1px;
	left:0;
	height:32px;
	width:195px;
	padding:6px 9px 0 0;
	z-index:1;
}
.bottom-section .next{
	background:url(../images/NewLobby/arrow.png) no-repeat 100% 0;
	color:#fff;
	font-size:9px;
	line-height:12px;
	float:right;
	padding:6px 31px 0 0;
	height:20px;
}
/* side-column */
.side-column
{
	float:right;
	width:353px;
	padding:5px 0 0;
	margin-right: 15px;
}
/* box3 */
.box3{
	background:#fff url(../images/NewLobby/bg-box3-c.png) repeat-y;
	margin:0 0 20px;	
}
.box3 .holder{
	background:url(../images/NewLobby/bg-box3-b.png) no-repeat 0 100%;
}
.box3 .noheading{
	min-height: 11px;
	background:url(../images/NewLobby/bg-box3-t.png) no-repeat 0 100%;
}
.box3 .heading{
	background:#e9eaec url(../images/NewLobby/bg-heading4.png) no-repeat;
	border-bottom:1px solid #b5b6b8;
	overflow:hidden;
	padding:3px 0 0 22px;
	min-height:47px;
}
.box3 .heading .description{
	float:right;
	width:127px;
	padding:10px 3px 0 41px;
	background:url(../images/NewLobby/bg-description.png) no-repeat;
	min-height:36px;
	font-size:11px;
	line-height:13px;
	margin-bottom: 0px;
}
.box3 .heading .description strong{
	display:block;
}
.box3 .heading h2{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin:12px 0 0;
	float:left;
	font-family: Arial, Verdana;
}
.box3 .frame{
	overflow:hidden;
	padding:4px 0 8px 12px;
	font-family: Arial, Verdana;
    font-size: 11px;
}
.box3 img{
	float:left;
	margin:0 12px 0 0;
}
.box3 .col1{
	float:left;
	width:128px;
	padding:5px 15px 0 0;
	font-weight:bold;
}
.box3 .col2{
	float:left;
	width:125px;
	padding:5px 0 0;
}
.box3 ul{
	padding:0;
	margin:0px 0 0;
	list-style:none;
}
.col2 ul:first-child,
.col1 ul:first-child{margin:0;}
.box3 ul li{padding:0 0 4px;}
/* block */
.block{padding:0 0 0 3px;}
.blockGN{padding:22px 0 0 3px;}
.block h2{
	font-size:22px;
	line-height:27px;
	text-transform:uppercase;
	margin:0 0 14px 7px;
	font-family: Arial, Verdana;
}
.button-list{
	margin:0;
	list-style:none;
	font-size:12px;
	line-height:16px;
	background:url(../images/NewLobby/separator5.png) no-repeat;
	padding:2px 0 0;
	width:339px;
	font-family: Arial, Verdana;
}
.button-list a{
	color:#000;
	height:55px;
	background:#e8eaed url(../images/NewLobby/bg-button.png) no-repeat;
	display:block;
	padding:4px 31px 3px 7px;
}
.button-list a:hover{
	text-decoration:none;
	background-position:0 -62px;
}
.button-list .title{
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	margin:0;
	display:block;
}
.button-list span{display:block;}

.teamfont
{
    color: black;
    font-family: Arial;
}
.smallteamfont
{
    font-size: 11px;
}
.bigteamfont
{
    font-size: 14px;
}
.teamlogoimg
{
    width: 48px; 
    height: 64px; 
    float: left;
}
.pressmatch 
{
    font-family: Arial;
    font-size: 12px;
    background-color: #032F52;
    color: white;
    height: 28px;
    padding-left: 8px;
}
.pressmatchmargin
{
    padding-left: 10px;
}
.FriendsNewsDate 
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.pressmatchlink
{
    font-family: Arial;
    font-size: 11px;
    color: black;
}
.pressicon 
{
    float: left;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: -1px;
}
.post2 
{
    overflow: hidden;
    background: url(../images/NewLobby/teamofthemonthdivider.png) no-repeat 50% 0;
    padding: 16px 0 7px;
    font: 11px/13px Verdana, Arial, sans-serif;
}
.motw 
{
    float: left;
    width: 180px;
    font-family: Arial;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
}


.blue 
{
    color: #26507C;
}

.totm 
{
    float: right;
    width: 180px;
    font-family: Arial;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
}

.winners 
{
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
}
.Motw
{
	text-decoration:none;
	color:#000000;
}
.XDHeader
{
    font-size:15px;
    font-family: Arial;
    font-weight: bold;
    color: #26507C;	
    line-height: 19px;
}
.box2 a {	
color: black;
}

/* section */
.blue-title .section,
.news-box .section{padding:1px 0 0;}
/*.news-box .section{background:url(../images/NewLobby/separator7.png) 17px 0 no-repeat;}*/
.box.blue-title .section .heading{
	margin:-1px 0 0;
	width:604px;
	padding:8px 4px 2px 25px;
	background:#297dc8 url(../images/NewLobby/bg-heading3.png) -2px -3px no-repeat;
}
.box.blue-title .heading h2,
.boxes .news-box .heading h2{
	font-size:22px;
	line-height:26px;
	font-family: Arial, Verdana;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}
.box.blue-title .heading .new{margin-top:-2px;}

.box.blue-title .heading a
{
    font-size:22px;
	line-height:26px;
	font-family: Arial, Verdana;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    color:White;
}
    
/* info-list */
.info-list{
	font-size:12px;
	line-height:14px;
	overflow:hidden;
	padding:0;
	margin:5px 6px 1px 6px;
	list-style:none;
	font-family: Arial, Verdana;
}
.info-list li{
	margin:0 0 4px;
	background:#f7f7f7;
	padding:4px 5px 0px;
}
.info-list img{
	margin:0px 7px 0 0;
}
.info-list h3{
	margin:0 0 -1px;
	line-height:16px;
	font-size:14px;
}
.info-list h3 a{color:#000;}
.info-list p{margin:0;}
.info-title{
	text-align:center;
	padding:15px 5px 17px;
	background:#f3f3f3;
	line-height:12px;
	font-size:10px;
}
.info-title a{color:#4e505e;}
/* boxes */
.boxes{
	margin:0 0 9px;
	overflow:hidden;
	font-family: Arial, Verdana;
}
/* news-box */
.news-box{
	float:left;
	background:#fff;
	width:310px;
}
.boxes .news-box:first-child{margin:0px 11px 0px 7px;}

.news-box .frame{
	padding:0px 0px 0px 0px;
	
}
.news-box .heading{
	text-transform:uppercase;
	color:#fff;
	background:#447f00 url(../images/NewLobby/bg-heading3.png) -3px -3px no-repeat;
	padding:9px 7px 5px 26px;
	height: 26px;
}
.boxes .news-box:first-child .heading{background-color:#0f3d64;}
.boxes .news-box:first-child .calendar-holder{background-position:58px 0;}
/* calendar-post */
.calendar-post{
	min-height:35px;
	overflow:hidden;
	background:url(../images/NewLobby/separator2.png) repeat-x;
	margin:0;
	padding:15px 0 6px;
}
/* calendar-list */
.calendar-list{
	line-height:14px;
	font-size:12px;
	overflow:hidden;
	height:220px;
	color:#757575;
	margin:19px 1px 0 10px;
}
.calendar-list p{margin:0;}
.calendar-list ul{
	padding:0;
	overflow:hidden;
	margin:0;
	list-style:none;
}
.calendar-list li{
	margin:5px 0 0;
	padding:0 0 0 10px;
	background:url(../images/NewLobby/bullet.gif) 0 3px no-repeat;
}
.without-bullet li{
	background:none;
	padding:0;
}
.calendar-list li:first-child{margin:0;}
.calendar-list a{
	color:#010101;
	font-family: Arial;
}
.calendar-list .date{
	float:left;
	width:53px;
	color:#757575;
	font-size:10px;
	text-transform:uppercase;
	line-height:12px;
	margin:-6px 15px 0 0;
	text-align:center;
	font-family: Arial;
}
.letter{
	line-height:11px;
	font-size:9px;
	float:left;
	width:60px;
	color:#000;
	margin:0 14px 0 -10px;
	text-align:center;
	padding:35px 0 0;
	text-transform:uppercase;
	background:url(../images/NewLobby/ico2.png) 50% 0 no-repeat;
}
/*.locked .letter{
	color:#b8b8b8;
	background:url(../images/NewLobby/ico3.png) 50% 0 no-repeat;
}*/
.locked{
	line-height:11px;
	font-size:9px;
	float:left;
	width:60px;
	color:#b8b8b8;
	margin:0 14px 0 -10px;
	text-align:center;
	padding:35px 0 0;
	text-transform:uppercase;
	background:url(../images/NewLobby/ico3.png) 50% 0 no-repeat;
}
.calendar-list .date span{
	display:block;
	font-size:40px;
	margin:0 0 -3px;
	line-height:44px;
}
.calendar-list .calendar-post:first-child{
	background:none;
	padding-top:0;
	margin:0;
}
.calendar-holder{background:url(../images/NewLobby/separator6.png) 48px 0 repeat-y;}
.calendar-holder:after{
	content:'';
	display:block;
	clear:both;
}
.calendar-text{overflow:hidden;}
/* box-side */
.box-side{
	width:353px;
	background:#fff url(../images/NewLobby/bg-box3-c.png) repeat-y;
	margin:0 0 15px;
    font-family: Arial, Verdana;
}
.box-side .holder{background:url(../images/NewLobby/bg-box3-b.png) no-repeat 0 100% ;}
.box-side .heading{
	background:#e9eaec url(../images/NewLobby/bg-headingnew3.png) no-repeat;
	border-bottom:1px solid #b5b6b8;
	overflow: hidden;
	padding: 10px 6px 4px 20px;
	height: 27px;
}
.box-side .heading h2{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	float:left;
}
.box-side .heading img{
	margin:-2px 0 0;
	float:right;
}
.box-side .frame{
	min-height:65px;
	overflow:hidden;
	padding:0 1px 2px 1px;
}
/* sponcor-lists */
.sponcor-lists{
	line-height:15px;
	font-size:12px;
}
/* sponcor-block */
.sponcor-block img{
	float:left;
	margin:2px 12px 0 0;
}
.sponcor-block p{margin:0;}
.sponcor-title{
	text-transform:uppercase;
	display:block;
	margin:0 0 4px;
}
.sponcor-block{overflow:hidden;}
.sponcor-block:after,
.sponcor-block> a:after{
	content:'';
	display:block;
	clear:both;
}
.sponcor-block>a{
	padding:11px 34px 4px 16px;
	float:left;
	text-decoration:none;
	color:#000;
}
.sponcor-block a:hover{
	background:#d3e2ec url(../images/NewLobby/bghover.png) 0 100% no-repeat;
	cursor:pointer;
}
.more{
	float:right;
	margin:21px -29px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/NewLobby/btn.png) no-repeat;
	width:22px;
	height:22px;
}
a.more{margin:-3px 3px 3px 0;}
.box-side dl{
	font-size:12px;
	line-height:14px;
	margin:15px 0 0 18px;
	overflow:hidden;
	font-family: Arial;
}
.box-side dt{
	width:107px;
	font-weight:bold;
	float:left;
	clear:left;
}
.box-side dd{
	margin:0 0 6px;
	float:left;
}
.slimScrollRail{
	-webkit-border-radius:0 !important;
	-mox-border-radius:0 !important;
	border-radius:0 !important;
	background:none !important;
}
.active.slimScrollRail{
	background:url(../images/NewLobby/line.gif) repeat-y !important;
}
.inner-news-box .calendar-list {
	margin:0;
}
.inner-news-box .calendar-list .col-holder{
	margin: 10px 1px 0 3px;
	overflow: auto;
	max-height: 210px;
	font-family: Arial;
}
#leagueboss
{
   padding: 10px 10px 10px 19px;
}
.leagueInvite 
{
    padding: 10px 10px 3px 19px;
    font-size: 12px;
    font-family: Arial;
}

.brotext10 
{
    font-family: Arial;
    font-size: 12px;
    padding: 15px; 
    background: white;
    line-height: 15px;
}
.AlternatingItemStyleTalent
{
	
	font-family: Arial;
	background-color:#DEE3E7;
	font-size: 10px;
	vertical-align:middle;
	padding:2px;
}
.ItemStyleTalent
{
	color:#000000;
	font-family: Arial;
	background-color:#f5f5f5;
	font-size: 12px;
	vertical-align:middle;
	line-height:18px; 
}
.ItemStyleEcon 
{
    color: black;
    font-family: Arial;
    background-color: white;
    font-size: 12px;
    vertical-align: middle;
    line-height: 18px;
}

.AlternatingItemStyleEcon 
{
    font-family: Arial;
    background-color: #DEE3E7;
    font-size: 12px;
    vertical-align: middle;
    padding: 2px;
    line-height: 18px;
}
.box-frame2
{
	background: url(../images/NewLobby/bg-box.png) no-repeat -1334px 100%;
    padding: 6px 18px 12px 12px;
}
.tableinsection 
{
    font-family: Arial;
    font-size: 12px;
    padding: 5px 9px 9px 15px;
    border: none;
    line-height: 18px;
}
.transfer_table
{
    font-family: Arial;
    font-size: 12px;
    border: none;
    line-height: 18px;
	background: url(../images/NewLobby/separator2.png) repeat-x;
	padding-top: 18px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.transfer_table td
{
	padding-left: 2px;
	padding-right: 2px;
}

.ContentPlaceLobby .AlternatingItemStyle
{
	font-family: Arial;
	background-color:#DEE3E7;
	font-size: 10px;
	vertical-align:middle;
	padding:2px;
}
.ContentPlaceLobby .ItemStyle
{
	color:#000000;
	font-family: Arial;
	background-color:#f5f5f5;
	font-size: 10px;
	vertical-align:middle; 
}
.ContentPlaceLobby .spaceBox
{
	vertical-align:middle;
	margin:0px 1px  0px  0px;
}
.ContentPlaceLobby .spaceBoxLeft
{
	vertical-align:middle;
	margin: 0px 0px 0px 1px;
}
.ContentPlaceLobby .tdSpecial
{
   padding: 0px 0px 0px 0px;	
}
.subheading 
{
    margin: 0px 0 0;
    width: 618px;
    padding: 1px 4px 1px 11px;
    background: whiteSmoke -2px -3px no-repeat;
    height: 34px;
}
.subheadingmenu {
    font-family: Arial;
    font-size: 14px;
    line-height: 32px;
    float: left;
}
.subheadingmenuseparator {
    background: #BDBDBD;
    width: 1px;
    height: 25px;
    float: left;
    margin: 3px 10px 0px 10px;
}
.ItemStyleGrey {
    color: black;
    font-family: Arial;
    background-color: #F3F3F3;
    font-size: 12px;
    vertical-align: middle;
    line-height: 18px;
}

.tactics_name {
    width: 95px;
    float: left;
    padding-right: 5px;
}

.tactics_age {
    float: left;
    width: 12px;
    padding-right: 6px;
}

.tactics_skill {
    width: 122px;
    float: left;
    margin-top: 3px;
}

.tactics_special {
    float: left;
    margin-top: 2px;
}

.tactics_status {
    float: right;
    padding: 1px 2px 0px 0px;
}

.tactics_headline {
    font-weight: bold;
}

.ItemStyleGreyTactics {
    float: left;
    width: 334px;
    background-color: #F3F3F3;
    margin-bottom: 1px;
    vertical-align: middle;
}
.fixedSelect150
{
	width: 150px;
	font-size: 10px;
	font-family: Arial;
}
.fixedSelect250
{
	width: 250px;
	font-size: 10px;
	font-family: Arial;
}
.dropDSmall
{
	font-size: 10px;
	font-family: Arial;
	color:Black;
	width:120px;
	background-color:White;
}
.borderTopDashed
{
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#003366;
	border-style:dashed;
}
.borderTopSolid
{
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#003366;
	border-style:solid;
}
.borderBottomSolid
{
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#003366;
	border-style:solid;
}
.borderBottomDashed
{
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-color:#003366;
	border-bottom-style:dashed;
}
.noBorder
{
	border: solid 0px; 
}
.percBar
{
	border-color:Navy;
	border-width:1px;
	border-style:solid;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.NoMargImg
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.X11Field
{
	BORDER-TOP: white 1px solid;
	BORDER-BOTTOM: white 1px solid;
	padding:5px;
	background-image:url(../GRAPHICS/xpertgrass.jpg);
}
.X11Box
{
	border-color:#003366;
	height:100px;
	width:125px;
	background-color:#ffffff;
	border-width:3px;
	border-style:double;
	padding: 3px 2px 3px 2px !important;
}
.ItemStylePromoReleg
{
	color:black;
	font-family: Arial;
	background-color:#ebebeb;
	font-size: 12px;
	vertical-align:middle;
	line-height: 18px;
}
.rubrik10
{
	font-size: 10px;
	font-weight:bold;
}
.tdHeader
{
	background-image:url(../images/round/tdheader5.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-family:Arial;
	font-size: 10px;
	font-weight:bold;
	width:100%;	
	height:18px;
	padding-left: 10px;
	padding-bottom:4px;
	text-align:left;
	vertical-align:top;
}
.contentTD
{
	padding: 2px;
	font-size: 11px;
	font-family:Verdana;
	vertical-align:middle;
}
.hide
{
	visibility:hidden;
}

.show
{
	visibility:visible;
}
.testR
{
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#a9a9a9;
	border-style:solid;
	padding: 2px 2px 2px 2px;
}
.rubrik18
{
	font-size: 18px;
	font-weight:bold;
}

 .playerFace
{
	BORDER-RIGHT: #003366 1px solid; 
	BORDER-TOP: #003366 1px solid; 
	BORDER-LEFT: #003366 1px solid; 
	BORDER-BOTTOM: #003366 1px solid;
	width:90px;
	height:120px;
	border-collapse:collapse; 
	background-position:right;
}

.playerFace td
{
	padding-bottom:2px;
	padding-right:2px;
}
.shirtBox
{
	border-color:#003366;	
	background-color:#ffffff;
	border-width:3px;
	border-style:double;
	width:110px;
}

.legAdminBox_progressbar_textfield
{
	text-align: center;
	float: left;
	width: 43px;
}

.legAdminBox_progressbar_bar
{
	background-image: url(../images_2/teams_progress_bar.png);	
	float: left;
	width: 44px;
	height: 17px;
	margin-left: -1px;
}

.ItalicBold
{
    font-weight:bold;
    font-style:italic;
}

.playerFaceNew
{
	width: 165px;
	height: 132px;
	background-repeat: no-repeat;
}