/* LAN Header Image */
#lanHeaderImage {
	margin-bottom: 10px;
}
/* LAN Nav */
.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;
}


/* 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: 138px;
	margin: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	position: relative;
}
.bodyPodIcon {
	height: 100px;
	width: 150px;
	display: table-cell;
	vertical-align: middle;
}
.bodyPodText {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.bodyPodText h2{
	font-size: 16px;
	color: #000;
	text-align: center;
}
.bodyPodText p{
	margin-top: 4px;
	text-align: center;
}
.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;
}

/* Schedule */
.scheduleList {
	margin-top: 5px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.scheduleList li {
	margin-top: 16px;
	border: 1px solid #011E44;
	font-size: 130%;
	line-height: 34px;
	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 #011E44;
	padding: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
	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;
}


/* Exhibit List */
.exhibitList {
	margin-top: 5px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.exhibitList li {
	margin-top: 24px;
	border: 1px solid #011E44;
	font-size: 120%;
	line-height: 20px;
	padding: 0 8px 8px 8px;
    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;
}
.exhibitName {
	border: 1px solid #011E44;
	padding: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
	background: #115691;
	margin-left: -20px;
	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;
}
