body {
	background-color: #FFCB7A;
	margin: 0px;
	padding: 0px;
}

body.chatbanner {
	background-color: #FFFFFF;
}
a.menu {
	color: #004284;
}

h1,h2 {
	border: 0;
	background-color: #FFFFFF;
	color: #004284;
	font-family: arial, helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	margin: 0px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	padding-left: 50px;
}
ol.rules, ul.rules {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
}
p {
	margin-left: 50px;
	margin-right: 50px;
}
p.fsresources {
/*	color: #004284; */
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 7px;
	margin-top: 0px;
}
.llresources {
	color: #004284;
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 7px;
	margin-top: 0px;
}
.llresources div {
	display: inline;
}
.llresources a {
	padding: 0px 5px 0px 5px;
	color: #004284;
}
pre {
	margin-left: 50px;
	margin-right: 50px;
}
span.announcement-title, span.schedule-title {
    display: block;
	font-weight: bold;
}
span.chatcommand {
	color: #004284;
}
span.chatoption {
	color: #004284;
	font-family: arial, helvetica, sans-serif;
}
span.chatopen {
	color: green;
}
span.chatclosed {
	color: red;
}
span.rule-byline {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}
span.rules {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
div.users {
	text-align: center;
	margin: 20px;
}
div.statusbox {
	display: inline-block;
	background: white;
	width: 200px;
	padding: 10px;
	border: solid black 1px;
	color: black;
}
span.guidelines, span.vol {
	color: #004284;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
span.prompt {
	border: 0px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
table.announcement {
	border: 0;
	background-color: #FFDFAA;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}
p.slot {
	text-align: left;
}
div.colorblock {
	display: inline-block;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin: 10px 50px 10px 50px;
	padding: 5px 20px 8px 20px;
}
div.colorblock form {
	display: inline;
}
div.infolist {
	margin: 50px;
}
table.banner {
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	width: 100%;
}
div.emoticons {
	display: inline-block;
	border-collapse: collapse;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin: 10px 50px 10px 50px;
	text-align: center;
}
div.emoticons span.emoticon {
	display: inline-block;
	background-color: #E0F0FF;
	padding: 2px;
	margin: 0;
	border: solid gray 1px;
}
div.emoticons span.emoticon img {
	vertical-align: bottom;
}
table.prompt {
	border: 0px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
}
table.visitors {
	border: 0px;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 66%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
}
table.vollist {
	border: 0px;
	background-color: #FFDFAA;
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	width: 90%;
}
table.fsheader, table.fsfooter {
	border: 0px;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table.fsfooter {
	font-size: smaller;
	text-align: center;
}
#schedule {
    position: relative;
    width: 800px;
    height: 626px;
    margin: auto;
}
.title {
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    width: 600px;
    margin: 20px auto 0px;
}
#col_0 {
    position: absolute;
    width: 100px;
    height: 624px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    left: 100px;
    z-index: 1;
}
#col_1 {
    position: absolute;
    width: 100px;
    height: 624px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    left: 200px;
    z-index: 1;
}
#col_2 {
    position: absolute;
    width: 100px;
    height: 624px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    left: 300px;
    z-index: 1;
}
#col_3 {
    position: absolute;
    width: 100px;
    height: 624px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    left: 400px;
    z-index: 1;
}
#col_4 {
    position: absolute;
    width: 100px;
    height: 624px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    left: 500px;
    z-index: 1;
}
#col_5 {
    position: absolute;
    width: 100px;
    height: 624px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    left: 600px;
    z-index: 1;
}
#col_6 {
    position: absolute;
    width: 99px;
    height: 624px;
    border: 1px solid #999;
    left: 700px;
    z-index: 1;
}
#row_0 {
    position: absolute;
    width: 715px;
    height:25px;
    border-top: 1px solid #999;
    top: 25px;
    left: 85px;
    z-index: 3;
}
#row_1 {
    position: absolute;
    width: 715px;
    height:25px;
    border-top: 1px dotted #999;
    top: 50px;
    left: 85px;
}
#row_2 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 75px;
    left: 85px;
}
#row_3 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 100px;
    left: 85px;
}
#row_4 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 125px;
    left: 85px;
}
#row_5 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 150px;
    left: 85px;
}
#row_6 {
    position: absolute;
    width: 715px;
    height 25px;
    border-top: 1px dotted #999;
    top: 175px;
    left: 85px;
}
#row_7 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 200px;
    left: 85px;
}
#row_8 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 225px;
    left: 85px;
}
#row_9 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 250px;
    left: 85px;
}
#row_10 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 275px;
    left: 85px;
}
#row_11 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 300px;
    left: 85px;
}
#row_12 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 325px;
    left: 85px;
}
#row_13 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 350px;
    left: 85px;
}
#row_14 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 375px;
    left: 85px;
}
#row_15 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 400px;
    left: 85px;
}
#row_16 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 425px;
    left: 85px;
}
#row_17 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 450px;
    left: 85px;
}
#row_18 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 475px;
    left: 85px;
}
#row_19 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 500px;
    left: 85px;
}
#row_20 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 525px;
    left: 85px;
}
#row_21 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 550px;
    left: 85px;
}
#row_22 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 575px;
    left: 85px;
}
#row_23 {
    position: absolute;
    width: 715px;
    height: 25px;
    border-top: 1px dotted #999;
    top: 600px;
    left: 85px;
}
.row p {
    font-size: 10px;
    font-family: sans-serif;
    position: relative;
    margin: 10px auto 0px;
    top: -16px;
    left: -45px;
    color: #666;
}
#colhead_0 {
    position: absolute;
    width: 100px;
    height: 25px;
    left: 100px;
    background-color: #ccc;
    z-index: -1;
}
#colhead_1 {
    position: absolute;
    width: 100px;
    height: 25px;
    left: 200px;
    background-color: #ccc;
    z-index: -1;
}
#colhead_2 {
    position: absolute;
    width: 100px;
    height: 25px;
    left: 300px;
    background-color: #ccc;
    z-index: -1;
}
#colhead_3 {
    position: absolute;
    width: 100px;
    height: 25px;
    left: 400px;
    background-color: #ccc;
    z-index: -1;
}
#colhead_4 {
    position: absolute;
    width: 100px;
    height: 25px;
    left: 500px;
    background-color: #ccc;
    z-index: -1;
}
#colhead_5 {
    position: absolute;
    width: 100px;
    height: 25px;
    left: 600px;
    background-color: #ccc;
    z-index: -1;
}
#colhead_6 {
    position: absolute;
    width: 101px;
    height: 25px;
    left: 700px;
    background-color: #ccc;
    z-index: -1;
}
.colhead p {
    font-size: 10px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    margin: 10px auto 0px;
}
.slot_0 {
    position: absolute;
    width: 100px;
    left: 100px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.slot_1 {
    position: absolute;
    width: 100px;
    left: 200px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.slot_2 {
    position: absolute;
    width: 100px;
    left: 300px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.slot_3 {
    position: absolute;
    width: 100px;
    left: 400px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.slot_4 {
    position: absolute;
    width: 100px;
    left: 500px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.slot_5 {
    position: absolute;
    width: 100px;
    left: 600px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.slot_6 {
    position: absolute;
    width: 100px;
    left: 700px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.time_scheduled {
    font-size: 10px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    margin: 10px auto 0px;
    z-index: 2;
}
.time_scheduled form {
    display: inline;
}
.time_unscheduled {
    font-size: 10px;
    font-family: sans-serif;
    text-align: center;
    margin: 10px auto 0px;
    z-index:2;
}
.cancel {
    font-size: 8px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    height: 13px;
    width: 13px;
    color:#ff2222;
    border:1px solid #333333;
    background:#dddddd;
    padding:0px 3px;
}
.tzlist {
    position: relative;
    width: 274px;
    margin: 0;
}
.tzlist p {
    width:274px;
    height:21px;
    background:#ffcc77;
    color:#ff0000;
    margin:0;
}
.tzlist ul {
    width:272px;
    background:#ffccaa;
    border:1px solid #ffddbb;
    border-width:0 1px 1px 1px;
    position:absolute;
    left:0;
    top:21px;
    margin:0;
    padding:0;
    list-style:none;
}
.tzlist ul a:link, .tzlist ul a:visited {
    display:block;
    width:252px;
    padding:2px 10px 2px 10px;
    text-decoration:none;
    color:#333333;
    font-weight:normal;
}
.tzlist ul a:hover, .tzlist ul a:active {
    background:#dd8888;
}
.tzlist {
    height:21px;
    overflow:hidden;
}
.tzlist:hover {
    overflow:visible;
}
.tzlist {
    display:none;
}
html>body .tzlist {
    display:block;
}
