html, body, div, span, applet, object, iframe, h1, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; 
	padding:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:bottom; 
	background:transparent;
	}
ol, ul{list-style:none;} 
blockquote, q{quotes:none;} 
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} 
ins{text-decoration:none;} 
del{text-decoration:line-through;} t
able{border-collapse:collapse; border-spacing:0;}

body {
   padding:20px;
   margin:0px;
   background-color: #fff;
   font-family:Arial, Helvetica, sans-serif;
}

#shelf table tr:hover {background:#e0e0e0;}
#shelf td a {
  width: 100%;
  display: block;
}
#shelf .ball {
	font-weight:bold;
}
#shelf .ballcolor {
	color:#333;
}
#costs table tr:hover {background:#FFFFCC;}
#costs {background-color:#f8f8f8;}
#test {
	border:double; 
	padding-left:5px;
}
#legend {
	width:120px;
	float:right; 
	background:#dddddd; 
	border-left:groove; 
	border-bottom:groove; 
	padding-left:2px;
}
#iconbutton {
	width:16px; 
	height:16px; 
	position:relative; 
	top:-6px;
	font-size:0px; 
	border:none; 
}
#question {
	border:solid #EEEEEE;
	height:250px;
	width:450px;
	position:relative;
	background:#FFFFFF
}
#question #button {
	position:absolute;
	bottom:0px;
}
#container {
/*	margin: auto;*/
	width: 1000px;
	border:1px solid #111;
	border-top:0px;
	background-color: #f8f8f8;
    padding:0px;
}

/* HEADER */
#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}

#container #header #header_main {
	float: left;
	padding: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #f6f6f6;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #header #header_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 46px;
}
#container #header #header_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 30px;
	float: right;
}

/* FOOTER */
#container #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #404040;
	color: #f8f8f8;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
   clear:both;
}
#container #footer a {
	color: #f8f8f8;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container #main{
   padding:5px;
   width:780px;
   margin-left:150px;
}
#container #main h1{
   font-family:Arial, Helvetica, sans-serif;
   font-size:20px;
   color:red;
   font-weight:bold;
   padding:5px;
   margin:0px;
}
#container #main h2{
   font-family:Arial, Helvetica, sans-serif;
   font-size:18px;
   font-weight:bold;
   padding:5px;
   margin:0px;
}

.table tr:hover{background-color:ffc;}

#container #sidebar {
   width:150px;
   height:100%;
   float:left;
   background-color:#dfdfdf;
   border-right:1px solid #999999;
   border-bottom:1px solid #999999;
   padding-bottom:10px;
}

/* Menu link styles */
.mainMenuLink{
   display:block;
   width:130px;
   padding:2px 5px;
   text-decoration:none;
   color:#ee0f0f;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
}

.mainMenuLinkSelected{
   display:block;
   width:130px;
   padding:2px 5px;
   text-decoration:none;
   color:#f0f0f0;
   background-color:#000000;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
}

.mainMenuLink:hover{
   background-color:#f1f1f1;
   color:#ee0f0f;
}

.mainMenuLinkSelected:hover{
   background-color:#f1f1f1;
   color:#ee0f0f;
}

.subMenuLink{
   display:block;
   text-indent:15px;
   width:130px;
   padding:2px 5px;
   text-decoration:none;
   color:#ee0f0f;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
}

.subMenuLinkSelected{
   display:block;
   text-indent:15px;
   width:130px;
   padding:2px 5px;
   text-decoration:none;
   color:#f0f0f0;
   background-color:#000000;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
}

.subMenuLink:hover{
   background-color:#f1f1f1;
   color:#ee0f0f;
}

.subMenuLinkSelected:hover{
   background-color:#f1f1f1;
   color:#ee0f0f;
}
.fileSelect button{
    padding:5px 8px;
    background:#d11; 
	min-width:70px;
	color: #fff;
    border:0 none;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
	font-weight:bold;
	font-size: 80%;
	margin: 1px;
}
.fileSelect button:hover {
    background:#911; 
	color: #fff;
}
.fileSelect label {
	display:inline-block;
	width:100px;
}
.files td {
	padding:1px 5px;
	vertical-align:middle;
}
#dialogoverlay{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	z-index: 10;
}
#dialogbox{
	display: none;
	position: fixed;
	background: #000;
	border-radius:7px; 
	width:600px;
	z-index: 10;
}
#dialogbox > div{ background:#911; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #333; font-size:150%; padding:2px 10px; color:#F00; }
#dialogbox > div > #dialogboxbody{ background: #666; font-size:125%; padding:5px 20px; color:#FFF; }
#dialogbox > div > #dialogboxfoot{ background: #666; padding:2px 10px; text-align:right; }
#dialogbox button{
    padding:3px 8px;
    margin:0px 10px;
    background:#c62127; 
	color: #fff;
    border:0 none;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
	font-weight:bold;
	font-size: 125%;
}
#dialogbox button:hover {
    background:#911; 
	color: #fff;
}
.ballalert{
	color:#ee0000;
	font-weight:bold;
}
.balllist td{
	overflow:hidden;
}
.pilot {
  color:blue;
}
.hidden {
  display:none;
}
.cutforward {
  color:red;
}
.cutback {
  color:green;
}