body
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background: #fff url(../img/nav/bg.png) repeat-x;
	font-family: verdana, arial;
	color: #192e69;
}

*, .textstyle
{
	font-family: verdana, arial;
	/*font-size: 12px;*/
	line-height: 16px;
}

a.def, a, a.def:visited, a.def:link
{
	color: #192e69;
	font-family: verdana, arial;
	text-decoration: underline;
}

a.def:hover
{
	
}

a.sub, a.sub:hover, a.sub:visited, a.sub:link
{
	color: #1a3f84;
	font-family: verdana, arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

font.def
{
	color: #192e69;
	font-family: verdana, arial;
	font-size: 0.75em;
}

font.subTitle
{
	color: #e9b61c;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 0px 5px 12px;
	position: relative;
	top: -1px;
}


.subNav
{
	padding-top: 2px;
}

.subNav a, .subNav a:hover, .subnav a:visited, .subnav a:link
{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.subNav a:hover
{
	color: #e6c635;
}

.subNav-cont
{
	display: none;
	position: absolute;
	z-index: 10; 
	margin-top: 0px;
	background: #383f4f;
	padding: 6px 30px 8px 6px;
	opacity: 0.88;
	filter:alpha(opacity=88);
}

.sectionTip
{
	position: absolute;
	display: none;
	z-index: 10;
	width: 190px;
	background: #f7f7f7;
	color: #072d6c;
	font-family: verdana, arial;
	font-size: 14px;
	border: 1px solid #072d6c;
	padding: 6px;
	opacity:0.90;
	-moz-opacity:0.90;
	filter:alpha(opacity=90);
	text-align: center;
}

/* ============ Seating CSS ============= */

font.legend
{
	font-weight: bold;
	padding-right: 1.5em;
	font-size: 0.75em;
}

.s, .s-s, .t, .a, .a-s, .a-t, .ac, .ac-s, .v, .u, .f, .f-s
{
	width: 9px;
	height: 11px;
	border: 1px solid #7e7e7e;
	font-size: 8px;
	margin-right: 2px;
	float: left;
}

/* Disabled */
.row .d, .row .a-d
{
	width: 9px;
	height: 11px;
	font-size: 8px;
	float: left;
	margin-right: 4px;
}

.row-wide .d, .row-wide .a-d
{
	width: 11px;
	height: 11px;
	font-size: 8px;
	float: left;
	margin-right: 4px;
}

.row-wide .s, .row-wide .s-s, .row-wide .t, .row-wide .a, .row-wide .a-s, .row-wide .a-t, .row-wide .ac, .row-wide .ac-s, .row-wide .v, .row-wide .u, .row-wide .f, .row-wide .f-s
{
	width: 11px !important;
	margin-right: 2px !important;
}

/* Seat */
.s, .a-s, .f-s
{
	background: #cbcbcb;
}

/* Selected Seat */
.s-s
{
	background: #e6c635;
}

/* Taken Seat */
.t, .a-t
{
	background: #121849;
}

/* Student Seat */
.u
{
	background: #ffd421;
}

/* Faculty Seat */
.f
{
	background: #f6a200;
}

/* Accessible Seat */
.a
{
	background: #1355b9;
}

/* Visitor */
.v
{
	background: #AD0707;
}

/* Seat row label */
.sr, .sr_on
{
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, arial;
	color: #fff;
	background: #f1c615;
	width: 17px;
	text-align: center;
	margin-left: 12px;
	margin-top: 3px;
}

.sr_on
{
	color: #fff;
	background: #121849;
}
