@charset "utf-8";
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	margin-top: 0;
}
#container {
	width: 	988px;
	background: none;
	margin: 0 auto;
	border: 0;
	text-align: left;
	z-index: 10000;
}
#header { 
	background: url(images/mastbak.jpg) repeat-x;
	height: 149px;
	margin: 0;
	padding: 0;
	color: #FFF;
}
#header a:link, #header a:visited { 
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#login {
	width: 988px;
	height: 142px;
	margin: 0 auto;
	text-align: right;
	z-index: 0;
}
#navBar {
	background: url(images/navBak.png) repeat-x;
	height: 38px;
	margin: 0;
	margin-bottom: -3px;
	z-index: 2;
}
#mainContent {
	margin: 0;
	width: 992px;
	padding: 0;
	background: none;
	z-index: 1;
	text-align: left;
}
#footer {
	font-size: 10px;
	text-align: center;
	color: #000;
	padding: 10px;
	height: 50px;
	background: url(images/foot.png) no-repeat center top;
} 
#rightSpotLight {
	margin: 0px;
	padding: 0 10px 10px 0;
	float: right;
	width: 219px;
	height: 627px;
	border: 1px solid #5a5050;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
}
#spotFull {
	background: none;
	background-repeat: repeat-x;
	height: 626px;
}
#spotTop {
	background: none;
	background-repeat: repeat-x;
	height: 328px;
	margin: 0 0 12px 0;
}
#spotBottom {
	background: none;
	height: 278px;
}
#page {
	text-align: center;
	padding: 100px;
}
.leftPix {
	width: 300px;
	float: left;
	padding-right: 20px;
}
.classDesc {
	width: 550px;
	float: right;
	margin-right: 100px;
}

input[type=submit], input[type=button], button { 
	list-style: none;
	padding: 4px 12px;
	-moz-border-radius: 10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid;
	border-color: #960;
	font: Verdana, Geneva, sans-serif bold;
	font-size: 12px !important;
	background: url(images/buttonBak.jpg) repeat-x top left scroll;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, input[type=submit]:active, input[type=button]:active, button:active, input[type=submit]:focus, input[type=button]:focus, button:focus {
	background: url(images/buttonBakOver.jpg) repeat-x top left scroll;
}

input[type=text], input[type=password] { 
	list-style: none;
	padding: 5px 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid;
	border-color: #ccc;
	font-size: 11px !important;
	background: url(images/formBak.jpg) repeat-x top left scroll;
}

input[type=submit].ckbutton, input[type=button].ckbutton, button.ckbutton {
	background: url(images/buttonckBak.jpg) !important ;
	color: #FFF !important;
	font-weight: bold;
	border-color: #000;
	padding-left: 30px;
	padding-right: 30px;
}

select { 
	list-style: none;
	height: 26px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid;
	border-color: #ccc;
	font-size: 11px !important;
	background: url(images/formBak.jpg) repeat-x top left scroll;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/buttonEnd.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/button.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
#rightPix {
	float: right;
}

.WAATK {
	width: 700px;
	margin: 40px auto;
	border: #999 solid 1px;
}

.WAATK p {
	padding: 0 10px;
}

.WAATK table {
	width: 100%;
}

.WAATK form {
	text-align: center;
	margin: 20px auto;
}

.customerNote {
	background: #FFFFCC;
	padding: 10px;
}

#classInstance td {
	padding: 5px 10px;
}

#classInstance th {
	text-align: left;
	padding: 5px 10px;
	border: solid 1px #EEE;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

#classInstance td em {
	font-size: 10px;
	color: #666;
}

table .oddRow {
	background: #EEE;
}

#classInstance {
	text-align: left;
	border: solid 1px #EEE;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.oneseat {
	background-color: #FFC;
	border: solid 1px #999;
	text-align: center;
	padding: 3px;
	padding-top: 0px;
	margin-top: 18px;
	margin-bottom: 5px;
	width: 130px;
}
.oneseat input {
	margin-top: -22px;
}
