body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input{
    font-family: Arial, Helvetica, sans-serif;
}

body{
    font-size: 110%;
    color: orange;
    background-color: black;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

img{
    border: none;
}

img.homelogo{
	float: left;
	display: block;
/*	background-image: url(ruckus_robot_logo.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
*/
}

img.nonhomelogo{
	border: none;
/*	background-image: url(ruckus_robot_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
*/
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.date_0{
    text-align: center;
    font-size: 80%;
    margin: auto;
}
div.date_1{
    text-align: center;
    font-size: 140%;
    margin: auto;
}
div.webcast{
    text-align: center;
    font-size: 100%;
    margin: auto;
}

div.menuandcontents{
    clear: both;
    /* border: thin solid white; */
}

div.ruckuscontents{
    margin-left: 330px;
    margin-right: 0%;
    text-align: center;
     width: auto; 
    padding: 0px;
  /*  border: thin solid orange; */
}

div.ruckuscontents h1{
    padding-bottom: 1em;
    border-bottom: thin solid white;
}

div.ruckuscontents h2.lodginfo{
    font-size: 120%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div.ruckuscontents div.lodginfo{
    padding-bottom: 20px;
}

div.ruckuscontents table{
    border: thin solid white;
    margin: auto;
    padding: 1em;
    margin-top: 0;
    margin-bottom: 2em;
}

img.ruckussplash{
    /*margin: auto; */
}

a{
    color: white;
    text-decoration: none;
}

div.footer{
	clear: both;
	text-align: center;
	background-image: url(Bender_fallen.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;

}

div.navlist{
    width: 330px;
    float: left; 
    margin: 0px;
/*    position: absolute;
    padding: 10px 0px 0px 0px;
    left: 0;
    overflow: auto;
    /*border: thin white solid; */
}

#navlist ul {
margin: 0px; /*removes indent IE and Opera*/
padding: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
list-style: none; /*turns off display of bullet*/
font-size: .9em;
}

#navlist li {
margin: 0px;
padding-top: 0.3em;
padding-bottom: 0.3em;
list-style: none; /*turns off display of bullet*/
}

#navlist a {
display: block;
padding: 10px 2px 10px 4px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(benderOff.png);
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
color: #EEE;
text-decoration: none;
}

/* Orange color that looks ok for selected - dc982a */
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #555555;
background-image:  url(benderOn.png);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEE;
}

span.indent{
    display: block;
    margin-left: 105px;
    font-size: 115%;
}

div.ruckusform{
    text-align: center;
    padding: 20px;
    margin: auto;
}

div.ruckusform table{
    border: thin solid white;
    margin: auto;
    padding: 1em;
    margin-top: 0;
    margin-bottom: 2em;
}

div.ruckusform form table tbody tr td{
    text-align: left;
}

div.ruckusform form table tbody tr td.fieldname{
    padding-right: 1.5em;
    white-space: nowrap;
    vertical-align: top;
}

div.ruckusform span.requiredmark{
    color: red;
}

div.ruckusform h2{
    text-align: center;
    font-size: 125%;
    font-weight: bold;
}

div.ruckusform h3{
    text-align: center;
    font-size: 100%;
    font-weight: normal;
}

div.ruckusform div.poofs{
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    padding-bottom: 2em;
    border-bottom: thin solid white;
}

div.ruckusschedule{
    padding: 20px;
    margin: auto;
}

div.ruckusschedule table{
    border: thin solid white;
    margin: auto;
    padding: 1em;
}

div.ruckusschedule h1{
    text-align: center;
    font-size: 135%;
    font-weight: normal;
}

div.ruckusschedule h2{
    font-size: 115%;
    font-weight: normal;
}

div.ruckusschedule td{
    padding: 5px;
}

div.ruckusschedule td.lego{
    background-image:  url("/schedule/legoblocks.jpg");
}
div.ruckusschedule td.lego p{
    color: black;
    background-color: orange;
}

div.ruckusresults table{
    border: thin solid white;
    margin: auto;
    padding: 1em;
}

div.ruckusresults h1{
    text-align: center;
    font-size: 135%;
    font-weight: normal;
}

div.ruckusresults h2{
    font-size: 115%;
    font-weight: normal;
}

div.ruckusresults td{
    padding: 5px;
    border-bottom: thin solid white;
}

div.ruckusrules {
    text-align: left;
    padding-left: 5em;
    padding-right: 5em;
}

p.redfont {
    color: red;
}
