/* Generelles */
html * {
    margin: 0;
}
em {
    font-style: italic;
}
.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}
body {
    background: #ffffff;
    color: #030303;
    font: 12px sans-serif;
}
a:link, a:visited {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #456689;
    font-weight: bold;
    text-decoration: none;
}
a img {
	border: 0;
}
h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}
h2 {
    color: #006dba;
    font-weight: normal;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h3 {
    color: #006dba;
    font-weight: normal;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}
small {
    font: 9px sans-serif;
}
strong {
    font-weight: bold;
}
.small {
    font: 9px sans-serif;
}
ol {
    list-style-position: inside;
}
ul {
    list-style-position: inside;
}
fieldset {
    border: 1px solid #e2e2e2;
}
input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    font: 12px sans-serif;
}
select {
    padding: 2px 2px 2px 0;
}
textarea {
    vertical-align: top;
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #4672b4;
}
input.check {
    position: relative;
    top: 2px;
}

td.value textarea {
    width: 100%;
}

td.value {
    width: 100%;
}

/* Tables / Lists */
fieldset {
    margin-top: 5px;
}
fieldset table {
    border: 0;
    width: 100%
}
table {
    border: 1px solid #e2e2e2;
    width: 100%
}
table.noborder {
    border: 0;
}
tr {
    border: 0;
}
td.actions, th.actions {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
    vertical-align: top;
    width: auto;
}
th {
    background: #ffffff url(../images/skin/shadow.jpg);
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}
.odd {
    background: #f0f0f0;
}
.even {
    background: #ffffff;
}

/* Profil usw. Listen */
dt {
    font-style: italic;
}
dd {
    margin-left: 20px;
}

legend {
    color: #909090;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    margin-left: 8px;
}

/* Pagination */
.paginateButtons {
    color: #666666;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    padding: 2px;
}
.paginateButtons a {
    background: #e8e8ff;
    border: 1px solid #e2e2e2;
    color: #666666;
    margin: 0 3px;
    padding: 2px 6px;
    font-weight: bold;
}
.paginateButtons span.currentStep {
    background: #b0c8ff;
    border: 1px solid #e2e2e2;
    font-weight: bold;
    padding: 2px 6px;
}


/* main Layout */
div {
    text-align: left;
}
.border {
    background-image: url(../images/tbh/middle_bg.png);
    background-repeat: repeat-y;
    width: 1000px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.footer {
    background-image: url(../images/tbh/footer_bg.png);
    color: #FFFFFF;
    height: 110px;
    width: 1000px;
    text-align: center;
    margin: auto;
    clear: both;
}
.header {
    position: relative;
    background-image: url(../images/tbh/header.jpg);
    width: 1000px;
    height: 140px;
    background-repeat: no-repeat;
}
.header_banner {
    position: absolute;
    left: 246px;
    top: 26px;
    width: 728px;
    height: 90px;
}
.icons {
    background-color: #ffffff;
    width: 1000px;
    height: 16px;
}
.icons2 {
    margin-left: 0px;
    margin-top: 0px;
    width: 179px;
    text-align: right;
}
.middle {
    width: 1000px;
}
.left {
    margin: auto;
    width: 180px;
    float: left;
}
.center {
    margin: auto;
    width: 640px;
    padding-bottom: 25px;
    float: left;
}
.contentDiv {
    margin-right: 19px;
    margin-left: 19px;
    width: 600px;
}
.right {
    margin: auto;
    width: 180px;
    float: right;
}

/* Boxen */
.title {
    width: 100%;
    height: 21px;
    font-weight: bold;
    vertical-align: middle;
}
.title .titletext {
    position: absolute;
    left: 4px;
    top: 3px;
}
.titletext .titleOuterImage {
    vertical-align: top;
}
.box-grey .title a, .box-grey .title a:link, .box-grey .title a:visited {
    color: #000000;
}
.box-grey .title a:hover {
    color: #456689;
}
.box-blue .title a, .box-blue .title a:link, .box-blue .title a:visited {
    color: #FFFFFF;
}
.box-blue .title a:hover {
    color: #c0c0c0;
}
.arrow {
    font-size: 1pt;
    margin-left: 10px;
    width: 11px;
    height: 6px;
}
.boxcontent {
    width: 100%;
    padding-top: 6px;
}
.boxcontent_border {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.boxcontent_border_right {
    border-left: 0px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.boxcontent_border_left {
    border-left: 1px solid #e2e2e2;
    border-right: 0px;
    border-bottom: 1px solid #e2e2e2;
}
.boxmore {
    margin-top: 0px;
    margin-right: 0px;
}
.box-small {
    position: relative;
    width: 180px;
    margin-bottom: 10px;
}
.box-medium {
    position: relative;
    width: 299px;
    margin-bottom: 10px;
}
.box-big {
    position: relative;
    width: 599px;
    margin-bottom: 10px;
}
.box-big-insideTab {
    position: relative;
    width: 587px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.box-grey .title {
    background-image: url(../images/tbh/grey_reiter_bg.png);
}
.box-grey .arrow {
    background-image: url(../images/tbh/grey_reiter_pfeil.png);
    background-repeat: no-repeat;
}
.box-blue .title {
    background-image: url(../images/tbh/blue_reiter_bg.png);
    color: #FFFFFF;
}
.box-blue .arrow {
    background-image: url(../images/tbh/blue_reiter_pfeil.png);
    background-repeat: no-repeat;
}
.boxcontent a {
/*    margin-left: 4px; */
}

.boxLinkMargin a {
    margin-left: 4px;
    font-size: 11px;
}
.accordionToggleItemFake {
    position:absolute;
    right:6px;
    top:3px;
}


table.userListPanel {
    border: 0;
}
table.userListPanel td.userCell {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
table.userListPanel td.userCell div.userCellDiv {
    text-align: center;
    vertical-align: middle;
}

.box-small table.userListPanel {
    width: 178px;
    border-spacing: 2px;
    margin: 0px;
}
.box-small table.userListPanel td.userCell {
    width: 58px;
}
.box-small table.userListPanel td.userCell div.userCellDiv {
    margin: 0px 5px;
    width: 48px;
    height: 48px;
}
.box-small table.userListPanel td.userCell div.emptyCellDiv {
    margin: 0px 5px;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
}

.box-medium table.userListPanel {
    width: 297px;
    border-spacing: 2px;
    margin: 0px;
    margin-left: 1px;
    margin-right: 1px;
}
.box-medium table.userListPanel td.userCell {
    width: 57px;
}
.box-medium table.userListPanel td.userCell div.userCellDiv {
    margin: 0px 4px;
    width: 48px;
    height: 48px;
}
.box-medium table.userListPanel td.userCell div.emptyUserCellDiv {
    margin: 0px 4px;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
}



table.albumListPanel {
    border: 0;
}
table.albumListPanel td.photoCell {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
table.albumListPanel td.photoCell div.photoCellDiv {
    text-align: center;
    vertical-align: middle;
}

.box-medium table.albumListPanel {
    width: 297px;
    border-spacing: 6px;
    margin: 0px;
    margin-left: 1px;
    margin-right: 1px;
}
.box-medium table.albumListPanel td.photoCell {
    width: 91px;
}
.box-medium table.albumListPanel td.photoCell div.photoCellDiv {
    margin: 0px;
    width: 90px;
    height: 90px;
}
.box-medium table.albumListPanel td.photoCell div.emptyPhotoCellDiv {
    margin: 0px;
    width: 90px;
    height: 90px;
    background-color: #ffffff;
}



table.movieListPanel {
    border: 0;
}
table.movieListPanel td.movieCell {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
table.movieListPanel td.movieCell div.movieCellDiv {
    text-align: center;
    vertical-align: middle;
}

.box-medium table.movieListPanel {
    width: 297px;
    border-spacing: 6px;
    margin: 0px;
    margin-left: 1px;
    margin-right: 1px;
}
.box-medium table.movieListPanel td.movieCell {
    width: 91px;
}
.box-medium table.movieListPanel td.movieCell div.movieCellDiv {
    margin: 0px;
    width: 90px;
    height: 90px;
    position: relative;
}
.box-medium table.movieListPanel td.movieCell div.movieCellDiv .movieOverlay {
    position: absolute;
    width: 90px;
    height: 90px;
}
.box-medium table.movieListPanel td.movieCell div.emptyMovieCellDiv {
    margin: 0px;
    width: 90px;
    height: 90px;
    background-color: #ffffff;
}


.thumbBackground {
    background-color: #f0f0f0;
}
/* Coverage */
.box_coverage {
    position: relative;
    width: 600px;
    margin-bottom: 10px;
}
.box_coverage_title {
    width: 100%;
    height: 21px;
    font-weight: bold;
    vertical-align: middle;
    background-image: url(../images/tbh/blue_reiter_bg.png);
    color: #FFFFFF;
}
.box_coverage_title .titletext {
    position: absolute;
    left: 4px;
    top: 3px;
}
.box_coverage_arrow {
/*    background-image: url(../images/tbh/blue_reiter_pfeil.png);*/
    background-repeat: no-repeat;
    background-position: 10px;
    font-size: 1pt;
    margin-left: 0px;
    width: 598px;
    border-left: solid #e2e2e2 1px;
    border-right: solid #e2e2e2 1px;
    height: 6px;
}
.box_coverage_content {
    color: #e2e2e2;
    width: 594px;
    padding-top: 0px;
    border-left: solid #e2e2e2 1px;
    border-right: solid #e2e2e2 1px;
    border-bottom: solid #e2e2e2 1px;
    padding-left: 2px; padding-right: 2px;
}
.box_coverage_content .coverage_league_page_link {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f0f0f0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.matchtime_future {
/*    color: #229922;*/
    color: #006dba;
}
.matchtime_past {
/*    color: #992222;*/
    color: #000000;
}
.match_area {
    margin: 0px;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #f0f0f0;
}
.match_score_big {
    font-weight: bold;
    font-size: 20px;
}
.match_win_score {
    color: #22aa22;
    font-weight: bold;
}
.match_lose_score {
    color: #bb1111;
    font-weight: bold;
}
.match_draw_score {
    color: #F0A070;
    font-weight: bold;
}
.match_no_score {
    color: #707070;
    font-weight: bold;
}
.matchticker a {
    font-weight: normal;
}
.tickerOwnTeam {
    font-weight: bold;
}

.leagueRankingGroup {
    width: 100%;
}

.leagueRankingGroupName {
    background-image: url(../images/tbh/blue_reiter_bg.png);
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}

/* WebsiteMessages */
div.error {
    width: 592px;
    font-weight: bold;
    text-align: left;
    padding-left: 3pt;
    padding-right: 3pt;
    color: #902f2f;
    background-color: #ffffff;
    border: solid 1pt;
    border-color: #e2e2e2;
    margin-bottom: 5px;
}
div.info {
    width: 592px;
    font-weight: bold;
    text-align: left;
    padding-left: 3pt;
    padding-right: 3pt;
    color: #006dba;
    background-color: #ffffff;
    border: solid 1pt;
    border-color: #e2e2e2;
    margin-bottom: 5px;
}


/* SystemMessages */
.systemMessageLatest {
    margin-left: 4px;
    margin-right: 4px;
}
.systemMessageLatest a {
    margin-left: 0px;
}

/* News */
table.newsPreview {
    border-collapse: collapse;
    width: 100%;
    border: 0;
}
tr.newsPreview {
    height: 167px;
}
td.newsPreview {
    padding:0px 0px;
    width: 298px;
    vertical-align: top;
    overflow: hidden;
}
.newsImage {
    float: left;
}
.newsPreviewTitle a:link, .newsPreviewTitle a:visited, .newsPreviewTitle a:hover {
    font-size: 13px;
    color: #456689;
}
.newsReadMoreHelper {
    width: 298px;
    height: 167px;
    position: relative;
}
.newsRead {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 285px;
    height: 150px;
    overflow: hidden;
    padding-left: 7px;
    padding-right: 2px;
}
.newsReadMore {
    position: absolute;
    text-align: right;
    color: #456689;
    background-image: url(../images/tbh/grey_readmore_bg.png);
    background-repeat: repeat-x;
    height: 15px;
    padding-top:2px;
    padding-right:5px;
    width: 195px;
    top: 150px;
    left: 100px;
    clear: both;
}
.newsReadMore a span {
    color: #456689;
    font-weight: normal;
}

.newsContainer {
    width: 600px;
    padding-top: 5px;
}
.newsContainerMessage {
    min-height: 74px;
    width: 600px;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}
.newsContainerBar {
    position: relative;
    width: 600px;
    height: 25px;
    min-height: 20px;
}
.newsContainerButtons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 18px;
}
.newsContainerReadMore {
    position: absolute;
    text-align: center;
    color: #456689;
    background-image: url(../images/tbh/grey_readmore_bg.png);
    background-repeat: repeat-x;
    height: 17px;
    width: 180px;
    right: 0px;
    bottom: 0px;
    clear: both;
}

/* Kommentare */
.commentContainer {
    margin-top: 5pt;
}
.commentAuthor {
    width: 100px;
    float: left;
}
.commentBorder {
    min-height: 50px;
    margin-left: 100px;
    width: 490px;
    border: 1pt solid #e2e2e2;
}
.commentMessage {
    background-image: url(../images/tbh/comment_border.png);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    min-height: 80px;
    width: 484px;
    position: relative;
    left: -13px;
    top: 0px;
    padding-left: 16px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

/* Blogs */
.blogContainer {
    width: 600px;
}
.blogAuthor {
    width: 99px;
    float: left;
}
.blogMessage {
    position: relative;
    margin-left: 101px;
    min-height: 80px;
    width: 497px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.blogReadMore {
    position: absolute;
    text-align: center;
    color: #456689;
    background-image: url(../images/tbh/grey_readmore_bg.png);
    background-repeat: repeat-x;
    height: 17px;
    width: 180px;
    right: 0px;
    bottom: 0px;
    clear: both;
}

/* Forum */

.postContainer {
    margin-top: 5px;
    min-height: 150px;
    border: 1px solid #e2e2e2;
}
.postAuthor {
    width: 100px;
    float:left;
    text-align:center;
}
.postMessage {
    margin-left: 104px;
    width: 494px;
    background-color: #f5f5f5;
}
.postMessageItself {
    min-height: 100px;
    padding: 4px;
    margin-bottom: 20px;
}
.postMessageEditNotice {
    margin-top: 20px;
    color: #404040;
}
.postMessageButtons {
    height: 23px;
    width: 490px;
    text-align: right;
    padding-bottom: 3px;
}

/* User Profile */
td.profileEdit_name {
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 200px;
}
td.profileEdit_value {
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #f0f0f0;
}
td.profileEdit_value input[type="text"], td.profileEdit_value select, td.profileEdit_value textarea {
    width: 100%;
}
td.profileEdit_value .datefield input[type="text"] {
    width: 12em;
}
.profileEdit_permission {
    font-style: italic;
    font-size: 10px;
    vertical-align: middle;
}
.profileEdit_permission input {
    vertical-align: text-top;
}
.profileEdit_permission select {
    font-size: 10px;
}
td.profileShow_name {
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 200px;
    border-bottom: 2px solid #ffffff;
}
td.profileShow_value {
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #f0f0f0;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

/* index.gsp */
.coverage {
    width: 600px;
    height: 250px;
    text-align: center;
}
.contentbox {
    width: 600px;
}
.advertcontent {
    float: left;
    width: 300px;
    height: 250px;
    background-image: url(../images/tbh/rectangle_werbung.jpg);
}

.inlinesearch {
    height: 30px;
}
hr {
    background-color: #e2e2e2;
    color: #e2e2e2;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 0px 0 0 0;
    display: block;
    padding: 0px;
    overflow: hidden;
}
div.hr {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px 0 0 0;
    display: block;
    padding: 0px;
    overflow: hidden;
}


.playerAction-first_blood {
    background-color: #feff9e;
}
.playerAction-kill {
    background-color: #fdc37e;
}
.playerAction-headshot {
    background-color: #ffaf96;
}
.playerAction-defuse {
    background-color: #a0f89a;
}
.playerAction-friendly_kill {
    background-color: #ffc0ff;
}
.playerAction-selfkill {
    background-color: #f862ec;
}



/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
    height: 21px;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #666666;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
div.buttons a.formLinkText {
    margin-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* Formular Links */
div.nav {
    margin-bottom: 5px;
}
a.formLinkText {
    background-repeat: no-repeat;
    background-position: 1px 1px;
    color: #666666;
    border: 1px solid #e2e2e2;
    min-height: 16px;
    min-width: 16px;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-right: 2px;
    padding-left: 21px;
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 2px;
}
a.formLinkText:hover {
    border: 1px solid #456689;
    color: #456689;
}
div.nav a.formLinkText {
    margin-right: 2px;
}
div.nav a.formLinkImage {
    margin: 2px;
}
td span.formLink {
}
.formLinkImage {
}
a.formLinkImage img {
    padding: 1px;
    border: 1px solid #e2e2e2;
}
a.formLinkImage img:hover {
    border: 1px solid #456689;
}


/* Stats Design */
table.leagueStats {
    border: 1px solid #cccccc;
    width: 100%;
    border-collapse:collapse;
    font-size: 10px;
}

table.leagueStats th {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    line-height: 17px;
    vertical-align: middle;
}

table.leagueStats td {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 15px;
    vertical-align: middle;
}

table.leagueStats th.player {
    padding: 0;
    text-align: left;
    padding-left: 5px;
    padding-right: 2px;
}

table.leagueStats td.player {
    width: 100px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}

table.leagueStats td.sort {
    color: #000000;
}

table.leagueStats td.no_sort {
    color: #666666;
}



table.matchStats {
    border: 1px solid #cccccc;
    width: 100%;
    border-collapse:collapse;
    font-size: 10px;
}

table.matchStats th {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    line-height: 17px;
    vertical-align: middle;
}

table.matchStats td {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 15px;
    vertical-align: middle;
}

table.matchStats th.team {
    padding: 0;
    text-align: left;
    padding-left: 5px;
    padding-right: 2px;
}

table.matchStats td.team {
    width: 80px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}
table.matchStats th.player {
    padding: 0;
    text-align: left;
    padding-left: 5px;
    padding-right: 2px;
}

table.matchStats td.player {
    width: 100px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}

table.matchStats td.sort {
    color: #000000;
}

table.matchStats td.no_sort {
    color: #666666;
}



dl.leagueStats dt {
    font-weight: bold;
    font-style: normal;
    font-size: 10px;
    float: left;
    width: 50px;
}

dl.leagueStats dd {
    font-size: 10px;

}

table.playerStats .statsName {
}
table.playerStats .value {
    text-align: center;
    width: 50px;
}
table.playerStats .place {
    text-align: center;
    color: #666666;
    width: 50px;
}
table.playerWeaponStats .value {
    text-align: center;
    width: 120px;
}



.matchtitle1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}
.matchtitle2 {
    color: #006dba;
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    margin-bottom: 10px;
    text-align:right;
    padding-top:4px;
}
.leagueSuccess {
    color: #006dba;
    font-weight: bold;
    font-size: 13px;
    width: 585px;
    background-color: #e2e2e2;
    margin-bottom: 5px;
    margin-left: 4px;
    padding: 4px 2px;
}
.leagueSuccess img {
    vertical-align: top;
}
.teamPlayers {
    margin-left: 3px;
}
.teamPlayers .teamPlayer {
    float: left;
    background-color: #e2e2e2;
    width: 195px;
    height: 60px;
    margin: 1px 1px;
}
.teamPlayers .teamPlayer .teamPlayerPhoto {
    padding-left: 8px;
    float: left;
}
.teamPlayers .teamPlayer .teamPlayerInfo {
    padding-left: 8px;
    float: left;
    font-size: 10px;
}

.box-big-insideTab .teamPlayers .teamPlayer {
    width: 191px;
}
.box-big-insideTab .leagueSuccess {
    width: 573px;
}


#fb_hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/facebook.png');
   background-position: 0px 0px;
   float:left;
}

#fb_hover:hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/facebook.png');
   background-position: 0px -30px;
   float:left;
}

#tw_hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/twitter.png');
   background-position: 0px 0px;
   float:left;
}

#tw_hover:hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/twitter.png');
   background-position: 0px -30px;
   float:left;
}

#ms_hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/myspace.png');
   background-position: 0px 0px;
   float:left;
}

#ms_hover:hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/myspace.png');
   background-position: 0px -30px;
   float:left;
}

#yt_hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/youtube.png');
   background-position: 0px 0px;
   float:left;
}

#yt_hover:hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/youtube.png');
   background-position: 0px -30px;
   float:left;
}
#st_hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/steam.png');
   background-position: 0px 0px;
   float:left;
}

#st_hover:hover {
   display:block;
   width:80px;
   height:30px;
   background-image: url('../images/tbh/followus/steam.png');
   background-position: 0px -30px;
   float:left;
}
.arrsmall {
   padding-left:5px;
}

.pub-name-ip{
    color:#000000;
    font-weight:bold;
}
.pub-map-players1{
    text-align:left;
    float:left;
}
.pub-map-players2{
    text-align:right;
    float:right;
}

/* CUP CSS TEMPORÄR */
.cup-white {
	text-align: center;
	width: 22px;
	font-family: Arial;
	font-size: 8pt;
}

.cup-white-big {
	text-align: left;
	width: 70px;
	font-family: Arial;
	font-size: 8pt;

}

.cup-head {
	text-align: center;
	border-left: #000000 1px solid;
	background-color: #e0e0e0;
	font-variant: normal;
	font-style: normal;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.cup-flag {
	text-align: center;
	background-color: #e0e0e0;
	width: 22px;
	font-family: Arial;
	font-size: 8pt;
}

.cup-team {
	text-align: left;
	background-color: #e0e0e0;
	width: 70px;
	font-family: Arial;
	font-size: 8pt;
}

.cup-score {
	text-align: center;
	background-color: #e0e0e0;
	width: 22px;
	font-family: Arial;
	font-size: 8pt;
}

.cup-border {
	text-align: center;
	border-left: #000000 1px solid;
	width: 22px;
	font-family: Arial;
	font-size: 8pt;
}


.gui-box-toggler {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
}
.gui-box-toggler0 {
	background-image: url('../images/tbh/plusminus.png');
	background-position: 0px 0px;
}
.gui-box-toggler1 {
	background-image: url('../images/tbh/plusminus.png');
	background-position: 0px -14px;
}

.gui-box-content0 {
	display: none;
}
.gui-box-content1 {
	display: block;
}

.ui-autocomplete {
	background-color: #eeeeee;
	border: 1px solid #E2E2E2;
	color: #000000;
}

.ui-autocomplete .ui-menu-item {
	color: #000000;
}

.ui-autocomplete .ui-menu-item a {
	color: #000000;
}







.yui-skin-sam .yui-panel {
    border-width: 0px;
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
.yui-skin-sam .yui-panel .bd {
    padding: 0px;
}
.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
    background-color: #ffffff;
}
.yui-skin-sam .yui-panel .hd, .yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
    border-width: 0px;
    margin: 0px;
}
.yui-skin-sam .yui-cms-accordion .yui-cms-item .bd .fixed {
    padding: 0px;
}
.yui-skin-sam .yui-cms-accordion .yui-cms-item .actions {
    position: absolute;
    right: 2px;
    text-align: right;
    top: 3px;
}



/* TabView */

.yui-skin-sam .noTabMargin .yui-navset {
    margin-top: 0px;
}
.yui-skin-sam .yui-navset {
    margin-top: 10px;
}
.yui-skin-sam .yui-navset .yui-content {
    background-image: url(../images/tbh/blue_reiter_pfeil.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    border-top: 0;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}
.insideTabPadding {
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
/*    border-color:#375a94;*/
    border-color:#395f98;
    border-style:solid;
    border-width:0 0 3px;
    height: 22px;
}
.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected a {
    background: url(../images/tbh/blue_reiter_bg.png) repeat-x;
    color: #FFFFFF;
    height: 21px;
    border-width: 0;
    text-decoration: none;
}
.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus,
.yui-skin-sam .yui-navset .yui-nav .selected a:visited {
    background: url(../images/tbh/blue_reiter_bg.png) repeat-x;
    color: #FFFFFF;
    height: 21px;
    border-width: 0;
    text-decoration: none;
}
.yui-skin-sam .yui-navset .yui-nav .selected a:hover {
    background: url(../images/tbh/blue_reiter_bg.png) repeat-x;
    color: #c0c0c0;
    height: 21px;
    text-decoration: none;
}
.yui-skin-sam .yui-navset .yui-nav a:focus,
.yui-skin-sam .yui-navset .yui-nav a:hover {
    background: url(../images/tbh/grey_reiter_bg.png) repeat-x;
    color: #456689;
    text-decoration: none;
}
.yui-skin-sam .yui-navset .yui-nav a,
.yui-skin-sam .yui-navset .yui-nav a:visited,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a:visited {
    background: url(../images/tbh/grey_reiter_bg.png) repeat-x;
    color: #000000;
    height: 21px;
    border-width: 0;
}
.yui-skin-sam .yui-navset .yui-nav a em,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
    border-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}
.yui-skin-sam .yui-navset .yui-nav .selected a em {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}
.yui-skin-sam .yui-navset .yui-nav li,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.yui-skin-sam .yui-navset .yui-nav .selected,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected {
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: -1px;
    margin-left: 0px;
}
/* grails-ui */
.datePicker {
    display:inline;
}
.datefield {
    left:0px;
    padding:0px;
    position:relative;
    top:0px;
    white-space:nowrap;
    width:15em;
    display:inline;
}
.datefield input {
    width:12em;
}
.datefield input, .datefield button, .datefield label {
    vertical-align:top;
}
.datefield button {
    margin-left:0px;
    padding:0px;
}






.yui-ac-bd ul {
    z-index: 50;
    list-style-position: outside;
    z-index: 12220;
}
