body
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background: #003d7e url(../img/nav/bg.gif) repeat-x;
	font-family: verdana, sans-serif;
	color: #4E3B19;
}

a, a.def, a:link, a.def:link
{
	color: #003d7e;
	font-family: verdana, sans-serif;
}

a.def:hover
{
	
}

font.def
{
	color: #4E3B19;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
}

.subNav
{
	border-top: 1px solid #003d7e; border-left: 1px solid #003d7e; border-right: 1px solid #003d7e;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 40px;
}

.subNav a, .subNav a:hover, .subnav a:visited, .subnav a:link
{
	color: #003d7e;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

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

.subNav-cont
{
	text-align: left;
	display: none;
	position: absolute;
	z-index: 10; 
	border-bottom: 1px solid #003d7e; background: #fff; 
	margin-top: -3px;
}

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

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

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

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

.row-wide .d, .row-wide .a-d
{
	width: 11px;
	height: 6px;
	font-size: 4px;
	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: #fff;
}

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

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

/* 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: 12px;
	line-height: 13px;
	font-family: verdana, sans-serif;
	color: #fff;
	background: #d11041;
	width: 23px;
	text-align: center;
	margin-left: -2px;
}

.sr_on
{
	margin-left: -4px;
	color: #333;
	background: #d2d2d2;
}

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

h2 { font-size: 24px; }

.copyright {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: white;
}