
html, body, #container {height:	100% ;}  

body {
	margin:0px;
	font-family: Arial,Verdana,sans-serif;
	background: #F7F7F7 url('/images/newqfback.jpg') top repeat ;
	}

#container {
	margin:auto;
	background-color:#FFFFFF;
	width:980px;
	z-index:3;
	background: #FFFFFF url('/images/whiteback.jpg') top right no-repeat ;
	border-radius:0px 12px 20px 20px;
  border-style: solid;
	border-width: 0px;
	border-color: #BBBBBB;
	overflow: hidden;
	box-shadow:2px 2px 4px #555, -1px 1px 4px #444;
	}

#header {
	height:170px;
	background: url('/images/headback.png') top right no-repeat ;
	border-style: 	ridge;
	border-width: 	0px 2px 0px 2px;
	border-color: 	#BBBBBB;
	border-spacing: 0px;
	border-radius:0px 12px 0px 0px;

	}

.menu {
	font-weight:600;
	text-align:center;
	font-size:18px;
	width:100%;
	height:39px;
	background: url('/images/menu.png') bottom repeat-x ;
	box-shadow: 1px 3px 3px #888;
	}

.menudiv {
	height:32px;
	line-height:32px;
	}

.menuselected{
	background: url('/images/white.png') repeat ;
	}

.maincontent {
	background: url('/images/menu.png') top repeat-x ;
	font-family: Corbel,Arial,Verdana,sans-serif;
	border-style: 	ridge;
	border-width: 	0px 2px 0px 2px;
	border-color: 	#BBBBBB;
	border-spacing: 0px;

	}

.footer {
	color:#FFFFFF;
	height:90px;
	background-color:transparent;
	background: url('/images/foot2.png') bottom center no-repeat ;
	border-width: 	0px 2px 0px 2px;
	border-color: 	#BBBBBB;
	border-spacing: 0px;
	border-radius:0px 0px 20px 20px;
	}

.shadow {
	position:fixed;
	z-index:-1;
	height:100%;
	width:100%;
	margin:auto;
	//background: url('/images/shadow.png') top center repeat-Y ;
	}

.footshadow {
	position:fixed;
	z-index:-2;
	bottom:0px;
	height:65px;
	width:100%;
	background-color:#DFDFDF;
	border-style: 	solid;
	border-width: 	1px 0px 0px 0px;
	border-color: 	#ABABAB;
	}

.greybox {
	border:1px ridge #999;
	padding:8px;
	background: url('../images/mback.png') center repeat-x;
	border-radius:5px;
	box-shadow: 3px 3px 4px #aaa;
	}

.question {
	margin:5px;
	width:100%;
	font-weight:normal;
	font-size:18px;
	height:30px;

	}
.logintext {
	display:none;
	width:0px;
	height:14px;
	font-size:11px;
	margin: 1px;
	}
#login, #shlogin, #logout, .loginbutton {
	font-size:10px;
	height:23px;
	}

div.login {
	position:relative;
	color:#000077;
	//top:-69px;
	top:-200px;
	z-index:6;
	float:right;
	padding:0px;
	padding-right:15px;
	margin: 2px;
	}
div.login input, div.ticketcheck input {
  box-shadow: 2px 2px 2px #999;
  }
	
.loginspace {
	clear:both;
	height:12px;
	padding:0px;
	}
.loginmessage {
	text-align:right;
	position:absolute;
	display:inline;
	z-index:4;
	padding-right:8px;
	padding-top:5px;
	right:248px;
	width:300px;
	height:15px;
	color:#EE0000;
	font-size:12px;
	font-weight:bold;
	}

#logout {
	margin-left:10px;
	}

.loginboxes {
	padding:0px;
	border:0px ridge #999;
	background-color: #E0E0E0;
	}

div.ticketcheck {
	position:relative;
	color:#000077;
	top:-200px;
	left:250px;
	z-index:7;
	float:left;
	padding:0px;
	margin: 2px;
	}

.ticketmessage {
	position:absolute;
	text-align:left;
	display:inline;
	z-index:4;
	left:162px;
	top:5px;
	width:180px;
	height:15px;
	color:#EE0000;
	font-size:12px;
	font-weight:bold;
	}

#mainbody{

}

 a.menulink:link    { text-decoration:none; color:#000000;text-shadow:2px 2px 2px #999;}
 a.menulink:visited { text-decoration:none; color:#000000;text-shadow:2px 2px 2px #999;}
 a.menulink:hover   { text-decoration:none; color:#000055;text-shadow:1px 1x 1px #666;position:relative;top:1px;}
 a.menulink:active  { text-decoration:none; color:#000099;text-shadow:2px 2px 2px #999;}

 a:link    { text-decoration:none; color:#000055;}
 a:visited { text-decoration:none; color:#000055;}
 a:hover   { text-decoration:none; color:#0000AA;}
 a:active  { text-decoration:none; color:#0000CC;}

 a.foot:link	{ text-decoration:none;color:#FFFFFF;}
 a.foot:visited	{ text-decoration:none;color:#FFFFFF;}
 a.foot:active	{ text-decoration:none;color:#FFFFFF;}
 a.foot:hover	{ text-decoration:underline;color:#FFFFFF;}
