/* LAN Header Image */
#lanHeaderImage {
	margin-bottom: 10px;
}
/* LAN Nav */
.eventNavList {
	margin-left: 25px;
}
.eventNavList li {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}


.navSeatsAvailable {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.navSeatCount {
	color: #00A810;
	font-style:italic;
}
.navGuestsHeader {
	width: 130px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	line-height: 28px;
}
.navGuestsList {
	font-size: 84%;
}
.navGuestsListItem {
	font-weight: bold;
	line-height: 18px;
}

.eventRegisterButton {
    background-color: #ffffff;
    border: 2px solid #b30000;
	border-radius: 8px;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	
	/* create a glow */
		box-shadow: 0px 0px 3px #b30000;
		-moz-box-shadow: 0px 0px 3px #b30000;
		-webkit-box-shadow: 0px 0px 3px #b30000;
}
.eventRegisterButton:hover {
    background-color: #b30000;
    color: white;
}

/* LAN Sponsors */
#sponsors {
	position: absolute;
	margin-left: 790px;
	border: 2px solid #888;
	background: transparent url("../../images/body-bg.png") repeat top;
	width: 165px;
	text-align: center;
	padding: 10px;
}
#sponsors h2 {
	margin-bottom: 10px;
}

/* LAN Body */
#topEventDate {
	position: absolute;
	margin-left: 0px;
	width: 300px;
	text-align: left;
	line-height: 25px;
	font-size: 22px;
	font-weight: bold;
}
#topSeatsAvailable {
	position: absolute;
	margin-left: 545px;
	width: 200px;
	text-align: right;
	line-height: 25px;
	font-size: 22px;
	font-weight: bold;
}
.seatingAvailable {
	color: #007F0E;
}
.seatingFull {
	color: #7F3300;
}
.clearForContent {
	margin-top: 50px;
}

.introText {
	text-align: center;
	font-size: 120%;
}
.textGreen {
	color: #007F0E;
}
.textOrange {
	color: #CC4E00;
}
.textRed {
	color: #800000;
}

.highlightText {
	font-weight: bold;
}
.smallNote {
	font-size: 80%;
}

.hide{
    display: none;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

h4 {
	margin-top: 14px;
}

.bodyPod {
	float: left;
	height: 200px;
	width: 140px;
	margin: 5px;
	padding-left: 19px;
	padding-right: 19px;
	text-align: center;
	position: relative;
}
.bodyPodIcon {
	background: url("/event/lan201703/images/podIconBg.png") no-repeat center top;
	height: 100px;
	width: 150px;
	display: table-cell;
	vertical-align: middle;
}
.bodyPodText {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
}
.bodyPodText h2{
	font-size: 16px;
	color: #000;
}
.bodyPodText p{
	margin-top: 4px;
}
.bodyPodStatusContainer {
	position: absolute;
	z-index: 10;
	top: 70px;
	right: 35px;
}
.bodyPodComparitorContainer {
	position: absolute;
	z-index: 10;
	top: 35px;
	right: -23px;
}



/* FAQ List */
.faqList h3 {
	margin-top: 25px;
}
.faqList hr {
	margin-top: 3px;
	margin-bottom: 2px;
}

/* LAN Contests */
.prizeImageCellFirst, .prizeImageCellSecond, .prizeImageCellThird {
	width: 256px;
	height: 256px;
	vertical-align: middle;
}
.prizeImageCellFirst {
	background: url("images/prizes/medalGold.png") no-repeat center top;
}
.prizeImageCellSecond {
	background: url("images/prizes/medalSIlver.png") no-repeat center top;
}
.prizeImageCellThird {
	background: url("images/prizes/medalBronze.png") no-repeat center top;
}
.prizeDescriptionCell {
	font-weight: bold;
	font-style: italic;
}

/* LAN Schedule */
.scheduleList {
	margin-top: 5px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.scheduleList li {
	margin-top: 16px;
	/* border: 1px solid #B3CF79; */
	border: 1px solid #011E44;
	font-size: 130%;
	line-height: 34px;
	/* background: #D2D8C3; */
	padding-right: 12px;
	
    background-color: #cccccc;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
	
	/* round the corners */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.scheduleListTime {
	/* border: 1px solid #B3CF78; */
	border: 1px solid #011E44;
	padding: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
	/* background: #BFDE81; */
	background: #115691;
	margin-left: -5px;
	margin-right: 5px;
	font-weight: bold;
	width: 90px;
    background: -webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.70, #115691),
        color-stop(1.1, #011E44)
        );
    background: -moz-linear-gradient(
        left bottom,
        #115691 70%,
        #011E44 110%
        );
	
	/* round the corners */
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

/* LAN Seating */
#seatingFloorPlan {
	background: url("/event/lan201703/images/floorplan-770px.png") no-repeat center top;
	height: 479px;
	padding-left: 450px;
	padding-top: 25px;
}
#seatingChart {
	background: #ccc;
	height: 255px;
	width: 260px;
	padding-top: 10px;
	padding-right: 4px;
}
table.seatingSection {
	margin-left: auto;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	font-size: 87%;
}
td.seatLeft, td.seatRight, td.seatTop, td.seatBottom {
	margin: 0px auto;
	width: 30px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
td.seatLeft {
	border-left: solid 2px;
	border-right: dashed 1px;
	border-top: solid 2px;
	border-bottom: solid 2px;
}
td.seatRight {
	border-right: solid 2px;
	border-left: dashed 1px;
	border-top: solid 2px;
	border-bottom: solid 2px;
}
td.seatTop {
	border-right: solid 2px;
	border-left: solid 2px;
	border-top: solid 2px;
	border-bottom: dashed 1px;
}
td.seatBottom {
	border-right: solid 2px;
	border-left: solid 2px;
	border-top: dashed 1px;
	border-bottom: solid 2px;
}
td.seatStatusOpen {
	border-color: #000;
	background-color: #fff;
}
td.seatStatusPending {
	border-color: #053C82;
	background-color: #5C8FD1;
}
td.seatStatusReserved {
	border-color: #093400;
	background-color: #23C401;
}
td.seatStatusBlocked {
	border-color: #8C0303;
	background-color: #AC1A1A;
}
.seatStatusOpen {
	color: #000;
}
.seatStatusPending {
	color: #053C82;
}
.seatStatusReserved {
	color: #093400;
}
.seatStatusBlocked {
	color: #3D0000;
}
.seatStatusOpenTooltip {
	color: #fff;
}
.seatStatusPendingTooltip {
	color: #0094FF;
}
.seatStatusReservedTooltip {
	color: #00B518;
}
.seatStatusBlockedTooltip {
	color: #3D0000;
}
.seatName {
	font-weight: bold;
	font-size: 80%;
}
td.seatLeft  .seatTooltip, td.seatRight  .seatTooltip, td.seatTop  .seatTooltip, td.seatBottom  .seatTooltip {
	display: none;
	cursor: pointer;
}
td.seatLeft:hover  .seatTooltip, td.seatRight:hover  .seatTooltip, td.seatTop:hover  .seatTooltip, td.seatBottom:hover .seatTooltip {
	display:inline;
	position: absolute;
	margin-top: -20px;
	margin-left: -175px;
	width: 120px;
	line-height: 18px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	font-weight: bold;
}
.seatTooltip span.seatStatus {
	font-size: 140%;
}
.seatTooltip span.gamerTag {
	font-style: italic;
	font-size: 90%;
}
table.seatingLegend {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: separate;
}
table.seatingLegend td, table.seatingLegend th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

ul.seatingChartEventLegend li {
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}
ul.seatingChartEventLegend img {
	margin-right: 5px;
	margin-top: 4px;
}

/* LAN Registration */
/* Form CSS Inspired from http://www.sitepoint.com/style-web-forms-css/ */
#lanRegForm {
	background: -webkit-gradient(linear, bottom, left 1200px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 1200px);
	background-color: #CCCCCC;
	margin:auto;
	position:relative;
	width:600px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#lanRegForm label {
	line-height: 26px;
}

#lanRegForm input, #lanRegForm select {
	display:inline-block;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	font-size: 110%;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
}

#lanRegForm input[type=radio], #lanRegForm input[type=checkbox] {  
	margin-top: 7px;
	margin-left: 15px;
}

#lanRegForm input:focus, #lanRegForm select:focus {
	border: 1px solid #09C;
	box-shadow: 0px 0px 5px #006295;
	-moz-box-shadow: 0px 0px 5px #006295;
	-webkit-box-shadow: 0px 0px 5px #006295;
}

#lanRegForm span.formNote {
	font-size: 80%;
	font-weight: none;
}

#lanRegForm .formNote img {
	margin-top: 5px;
}

#lanRegForm span.formNote .tooltip {
	display: none;
}

#lanRegForm  .formNote:hover .tooltip {
	display: inline;
	position: absolute;
	margin-left: 10px;
	margin-top: auto;
	line-height: 18px;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	font-style: normal;
}

#lanRegForm  p.subNote {
	line-height: 14px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#lanRegForm input[type=submit] {
	width:240px;
	background:#800000;
	color:#fff;
	height:40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 115%;
	margin: auto;
	display: block;
}
#lanRegForm input[type=submit]:hover {
	background:#ddd;
	color:#800000;
}

p.errorMessage {
	color: #800000;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
}

/* LAN Registration Confirmation */
#paymentOptionsTable {
	padding: 0px;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}
#paymentOptionsTable th {
	text-align: left;
	padding: 5px;
	border: 0px;
}
#paymentOptionsTable td {
	width: 240px;
	text-align: center;
	padding: 15px;
	border: 0px;
}


table.regDetailsTable{
    font-weight: bold;
    border-collapse: separate;
	margin: auto;
}
.regDetailsTable thead th:empty{
    background: transparent;
    border: none;
}
.regDetailsTable tbody th{
	font-size: 110%;
	vertical-align: middle;
    color: #fff;
	text-align: right;
    text-shadow: 1px 1px 1px #000;
    background-color: #115691;
    border: 1px solid #011E44;
    border-right: 3px solid #115691;
    padding: 0px 10px;
    background: -webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.70, #115691),
        color-stop(1.1, #011E44)
        );
    background: -moz-linear-gradient(
        left bottom,
        #115691 70%,
        #011E44 110%
        );
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.regDetailsTable tbody td{
    padding: 10px;
    background-color: #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
	vertical-align: middle;
}