@charset "utf-8";

#tickTitle {
width:670px;
height:44px;
background-image:url(images/title_tick.gif);
}

table#liveTable {
width: 667px;
background-color:#2a2623;
border: 1px #200d07 solid;
border-collapse:separate;
border-spacing: 1px;
margin-top:20px;
color:#e3e3e3;
}

table#liveTable th {
padding: 5px;
border-right:#200d07 1px solid;
border-bottom:#200d07 1px solid;
background: #542618;
font-weight: bold;
line-height: 120%;
text-align: center;
white-space: nowrap;
color:#DDD;
}

table#liveTable td {
padding: 5px;
border-right: 1px #151515 solid;
border-bottom: 1px #151515 solid;
background-color:#3a3a3a;
text-align: center;
white-space: nowrap;
}

h2 {
text-indent:-9999px;
}

h3 {
color:#ff9e00;
margin-top:30px;
}

p {
color:#CCCCCC;
}

#live-wrap {
padding-left:20px;
}

p.alC {
	text-align:center;
}

span.tredB {
	color:#C06;
	font-weight:bold;
}

* {
	font-size:12px;
}

.td01 {
	background:#000000;
	border:#999999 1px solid;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:125px;
	padding:10px 0px 10px 0px;
}

.td02 {
	border:#999999 1px solid;
	border-left:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 0px 10px 10px;
	text-align:left;
}

.td03 {
	background:#000000;
	border:#999999 1px solid;
	border-top:none;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:125px;
	padding:10px 0px 10px 0px;
}

.td04 {
	border:#999999 1px solid;
	border-left:none;
	border-top:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 0px 10px 10px;
	text-align:left;
}

.td05 {
	border:#999999 1px solid;
	border-top:none;
	color:#FFFFFF;
	padding:10px 0px 10px 0px;
	text-align:center;
}

.td06 {
	background:#000000;
	border:#999999 1px solid;
	color:#FFFFFF;
	width:125px;
}

.button01 {
	width:110px;
	border:#666666 solid 1px;
	background:#333333;
	height:25px;
	color:#FFFFFF;
}

.button02 {
	width:200px;
	border:#666666 solid 1px;
	background:#333333;
	height:25px;
	color:#FFFFFF;
}

.table-ticket {
	font-size: 12px;
	color: #B4B4B4;
	background-color:#000;
	width: 70%;
	margin-bottom: 10px;
	border: 1px solid #333333;
	border-collapse: separate;
	border-spacing: 1px;
	white-space: normal;
	margin-left:90px;
}

th {
        padding: 5px;
        border-right: 1px solid #171717;
        border-bottom: 1px solid #171717;
		border-top: 1px solid #666666;
		border-left: 1px solid #666666;
        background-color: #373737;
		color:#FFF;
}

td {
		color:#fff;
        padding: 5px;
        border-right: 1px solid #414141;
        border-bottom: 1px solid #414141;
		border-top: 1px solid #CCC;
		border-left: 1px solid #CCC;
        background-color: #666666;
}

#ticket02 {
background-color:#000000;
}

#ticket02 td {
color:#000000;
        padding: 5px;
        border-right: 1px solid #414141;
        border-bottom: 1px solid #414141;
		border-top: 1px solid #CCC;
		border-left: 1px solid #CCC;
        background-color: #666666;
		color:#FFF;
}

/*#footer {
position:absolute;
bottom:0px;
}*/

.orange {
color:#CC6600;
}

.tickBox {
	width:500px;
	border:#CCC 1px solid;
	background-color:#333;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:10px;
	clear:both;
}

.center {
	text-align:center;
}