.alert_layer_back {
	position: fixed !important;
	position: absolute;
	z-index: 99998;
	width: 100%;
	height: 100% !important;
	height: 5000px;
	top: 0px;
	left: 0px;
	bottom: -94px;
	right: 0px;
	background-color: #000000;
	filter: Alpha(opacity =           20);
	opacity: 0.20;
	display: none;
}

.alert_layer_front {
	position: fixed !important;
	position: absolute;
	z-index: 99999;
	top: 200px;
	left: 330px;
	position: absolute;
	width: 331px;
	height: 122px;
	font-size: 13px;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 4px;
	display: none;
}

.displayQuoteUpdates {
	display: block;
}

.alert_layer_front td {
	text-align: center;
	vertical-align: middle;
}

.quoteUpdatesText {
	line-height: 16px;
	padding: 10px 10px 3px;
}

.loadingText {
	margin-top: 5px;
	text-align: left;
	font-size: 12px;
	height: 66px;
	padding-top: 27px;
	padding-left: 72px;
	background: url(../img/loader.gif) #ffffff no-repeat;
}

.tooltip_lwk {
	border: 1px solid #999999;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

.c_but_base {
	width: 39px;
	height: 24px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 0;
	cursor: pointer;
}

.c_but_base:hover {
	font-weight: bold;
}

/*nich gedruckt*/
.c_but {
	background: transparent url(../img/conference/but.gif) 50% 50% no-repeat
		;
}

/*nicht gedruckt, quote steigt hoch*/
.c_but_up {
	background: transparent url(../img/conference/but_up.gif) no-repeat
		scroll 50% 50%;
}

/*nicht gedruckt, quote geht runter*/
.c_but_down {
	background: transparent url(../img/conference/but_down.gif) no-repeat
		scroll 50% 50%;
}

/*gedruckt*/
.c_but_on {
	background: transparent url(../img/conference/but_on.gif) no-repeat
		scroll 50% 50%;
	color: #ffffff;
	font-weight: bold;
}

/*gedruckt, quote steigt hoch*/
.c_but_on_up {
	background: transparent url(../img/conference/but_on_up.gif) no-repeat
		scroll 50% 50%;
	color: #ffffff;
	font-weight: bold;
}

/* gedruckt, quote geht runter*/
.c_but_on_down {
	background: transparent url(../img/conference/but_on_down.gif) no-repeat
		scroll 50% 50%;
	color: #ffffff;
	font-weight: bold;
}

/*gesperrt, nicht gedruckt*/
.c_but_paused {
	color: #AAAAAA;
	cursor: default;
}

/*gesperrt, gedruckt*/
.c_but_on_paused {
	color: #444444;
	cursor: default;
}

/********ÜBERNOMMEN VON DER ALTEN CONFERENCE***********/ /* table */
table .fixedLayout {
	table-layout: fixed;
}

table .conferenceWidth {
	width: 762px;
}

table .conference td {
	vertical-align: middle;
}

table .headerRowEmpty {
	line-height: 27px;
	height: 27px;
}

table .headerRowEmpty td {
	line-height: 27px;
	height: 27px;
}

table .headerRowEmptyTall {
	line-height: 54px;
	height: 54px;
}

table .headerRowEmptyTall td {
	line-height: 54px;
	height: 54px;
}

table .wteHeaderWidth {
	width:118px;
	}

table .headerRow {
	line-height: 27px;
	height: 27px;
	text-align: center;
	font-weight: bold;
	background-color: #d6d6d6;
	background-image: url('../img/conference/img_th_bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

table .headerRow table {
	width: 100%;
}

table .emptyCell {
	line-height: 27px;
	height: 27px;
	/*genauso wie in resultCell*/ /*border-top: 1px solid #FFFFFF;*/
}

table .headerRowChoiceParams {
	line-height: 27px;
	height: 27px;
	text-align: center;
}

table .headerRowCell {
	width: 100%;
}

table .embeddedHeaderImage {
	width: 37px;
	text-align: center;
	margin-bottom: 3px;
	margin-left: 3px;
}

table .embeddedHeaderText {
	width: 100%;
	text-align: center;
}

table .imageMargin {
	margin-top: -2px;
}

table .headerRow td div {
	text-align: center;
}

table .timeCell {
	text-align: center;
	/*genauso wie in teamCell, betCell*/ /*border-top: 1px solid #FFFFFF;*/
	width: 40px;
	white-space: nowrap;
}

table .timeCellRunning {
	color: #ffffff;
	background-color: #558496;
}

table .timeCellRunning.even {
	color: #ffffff;
	background-color: #6390a3;
}

table .timeCellNotRunning {
	background-color: #ececec;
}

table .timeCellNotRunning.even {
	background-color: #ffffff;
	color: #000000;
}

table .hzwette {
	background-color: #e29b25;
	color: #ffffff;
}

table .borderRight {
	border-right: 2px solid #ffffff;
	/*border-right: 2px solid black;*/
}

/*wo mannschaften und spieltand stehen*/
table .teamCell {
	width: 227px;
	/*border-top: 1px solid #FFFFFF;*/
	/*kein padding, sonst kommt eine spalte zwischen überschriftstabellen*/
	/*padding: 0 2px 0 2px;*/
}

/*soll bissschen kürzer als teamCell sein, wird von TeamWidget-Grid benutzt*/
table .teamCellEmbedded {
	width: 205px;
	padding: 0 0 0 0;
}

table .betCell {
	width: 120px;
}

table .betCellWTE {
	width: 120px;
}

table .specialBetCell { /*für IE, um Sonderwette linksbündig zu machen*/
	text-align: left;
}

/*mannschaftsname soll abgeschnitten werden, wenn nicht passt (overflow:hidden)*/
table .teamName {
	white-space: nowrap;
	width: 91px;
	padding: 0 3px;
	text-align: left;
	overflow: hidden;
	cursor: default;
}

table .teamNameWithRedCard {
	width: 76px;
}

/*roteKarte wird vor dem Mannschaftsnamen angezeigt*/
table .teamNameRedCard1 {
	padding-left: 17px;
	background-image: url(../img/conference/icon-redcard1.gif);
	background-repeat: no-repeat;
}

table .teamNameRedCard2 {
	padding-left: 17px;
	background-image: url(../img/conference/icon-redcard2.gif);
	background-repeat: no-repeat;
}

table .teamNameRedCard3 {
	padding-left: 17px;
	background-image: url(../img/conference/icon-redcard3.gif);
	background-repeat: no-repeat;
}

table .teamNameRedCard4 {
	padding-left: 15px;
	background-image: url(../img/conference/icon-redcard4.gif);
	background-repeat: no-repeat;
}

table .betName {
	white-space: nowrap;
	width: 300px;
	text-align: left;
	overflow: hidden;
}

table strong {
	padding: 0px;
	font-weight: normal;
	color: #ABABAB;
}

table .imageCell {
	width: 28px; /*sport-Icon statt score*/
	text-align: center;
}

/*damit score in gemerged zellen zentriert steht*/
table .scoreCentered {
	margin: 0px auto;
}

table .currentScoreCell {
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
}

table .scoreCell {
	white-space: nowrap;
	width: 11px;
	text-align: center;
	overflow: hidden;
}

/*angewendet wenn score blinkt*/
table .scoreInvisible {
	visibility: hidden;
}

/*score-Styles braucht man um Spielstand anzuzeigen*/
table .scoreCellLeft {
	font-weight: bold;
	white-space: nowrap;
	/*margin: 0 0 0 4px;*/
	margin: 0 0 0 0;
	text-align: center;
	overflow: hidden;
	width: 11px;
}

table .scoreCellRight {
	font-weight: bold;
	white-space: nowrap;
	width: 11px;
	/*margin: 0 4px 0 0;*/
	margin: 0 0 0 0;
	text-align: center;
	overflow: hidden;
}

table .scoreCell.small {
	width: 3px;
	padding: 0px;
	margin: 0 1px;
	font-weight: bold;
}

table .scoreCell.tall {
	width: 17px;
}

table .conferenceRow {
	/*sonst bewegt sich die Row wenn Quoten angelegt werden, weil table-layout:fixed wegen ie  entfernt wrude*/
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #ececec;
	/*braucht man sowohl an tds als auch an trs, weil sonst in firefox zu dick erscheint/in ie gar nicht angezeigt*/
	/*border-top: 1px solid #FFFFFF;*/
}

/*alternierungsstyle*/
table .conferenceRow.even {
	background-color: #ffffff;
}

.underlined {
	border-bottom: solid 1px #aeaeae;
}

.lineTop {
	border-top: solid 1px #aeaeae;
	}

.ticker {
	background: url(../img/warning_inline.gif) 10px 7px no-repeat;
	padding: 4px 4px 4px 19px;
	width: 731px;
	border: 1px solid #db0036;
	background-color: #fcd6e0;
}

table .resultCell {
	text-align: center;
	width: 40px;
	overflow: hidden;
	/*auch entsprechend in emptyCell ändern*/
	/*border-top: 1px solid #FFFFFF;*/
}

table .debugArea {
	background-color: white;
	/*font-size: 11pt;*/
	color: black;
}

/* RESULT 

beeinflusst die Weite des teamName DIV: 

z.B. 0:0 = result2 (default) | 10:1 = result3 |11:13 = result4 | 120:19 = result5 | 109:101 = reslut6 

*/
table .scoreCellResult2 {
	width: 17px;
}

table .teamNameResult2 {
	width: 85px;
}

table .teamNameResult2WithRedCard {
	width: 70px;
}

table .scoreCellResult3 {
	width: 23px;
}

table .teamNameResult3 {
	width: 81px;
}

table .teamNameResult3WithRedCard {
	width: 66px;
}

.gwt-Label {
	line-height: 27px;
	text-align: center;
}

.blinkingColumn1 {
	background: url("../img/conference/blink.gif") repeat scroll 0% 0%
		transparent;
}

.blinkingColumn1 div {
	color: #FFFFFF;
}

.blinkingColumn2 {
	background: url("../img/conference/blink2.gif") repeat scroll 0% 0%
		transparent;
}

.blinkingColumn2 div {
	color: #FFFFFF;
}

.redCardLegend {
	margin-right: 20px;
}

.legendText {
	padding-left: 5px;
	padding-right: 20px;
}

.topEventsHeader {
	height: 36px;
	background: url("../img/conference/topEvent_Header.gif") repeat scroll
		0% 0% transparent;
}

.topGameHeaderText {
	color: white;
	font-size: 18px;
	font-weight: bolder;
	padding-left: 10px;
}

.topGameTeaser {
	color: white;
	font-weight: bolder;
	padding-right: 10px;
	text-align: right;
}

.contentSide {
	width: 4px;
	background-color: rgb(161, 161, 161);
}

.topEventsFooter {
	height: 7px;
	background: url("../img/conference/topEvent_Footer.gif") no-repeat
		scroll 0% 0% transparent;
}

.sheetHeader {
	background: url("../img/conference/slider_m_head.gif") no-repeat scroll
		0% 0% transparent;
}

.sheetContent {
	width: 745px;
	background: url("../img/conference/slider_body.gif") repeat scroll 0% 0%
		transparent;
}

.sheet_slider_content_topGame {
	line-height: 24px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-right: 5px;
	margin-left: 5px;
	width: 724px;
}

.sheetFooter {
	background: url("../img/conference/sheet_slider_foot.gif") no-repeat
		scroll 0% 0% transparent;
}

.sheet_slider_m_on {
	background: url("../img/conference/slider_m_on.gif") no-repeat scroll 0%
		0% transparent;
}

.sheet_slider_m_of {
	background: url("../img/conference/slider_m.gif") no-repeat scroll 0% 0%
		transparent;
}

.bgImageBottom {
	background-position: left 2px;
	vertical-align: top;
}

.alignRight {
	text-align: right;
}

.resultTypeContainer td {
	border-style: none;
}

.smallMarginLeft {
	margin-left: 5px;
}

.timeCellFix {
	text-align: center;
	overflow: hidden;
	width: 40px;
}

.firstHalfTimeLabel {
	text-align: left;
	padding-left: 3px;
	height: 27px;
}

table .teamCellTopEvent {
	width: 220px;
}

.bgWhite {
	background-color: #ffffff;
}

.miniPadding {
	padding: 2px;
}

.legendBox {
	height: 24px;
	line-height: 24px;
	width: 40px;
}

.penalty {
	color: #558496;
}

.penaltySpecialBet {
	line-height: 27px;
	padding: 0 3px;
}

.penaltyOverwritingQuoteText {
	height:52px;
	padding-top:2px;
	padding-left:5px;
	overflow: hidden;
	width: 113px;
}

.additionalPenaltyHeader {
	color: #558496;
}

.pipeBackground1 {
	background: url("../img/conference/pipe_1.gif") no-repeat scroll 0% 0%
		transparent;
}

.pipeBackground2 {
	background: url("../img/conference/pipe_2.gif") no-repeat scroll 0% 0%
		transparent;
}

.legendTable {
	}
	
.textAlignRight {
	text-align: right;
	}
	
.conferenceResultSet {
	height:27px;
	}
