body {
	background-color: #99CCFF;
	margin: 0px;
	padding: 0px;
}
body.vols {
	background-color: #DFDFDF;
	background-image: url(/lifers/background.jpg);
}
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;
}
p.llresources {
	color: #004284;
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 7px;
	margin-top: 0px;
}
pre {
	margin-left: 50px;
	margin-right: 50px;
}
span.announcement-title, span.schedule-title {
	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;
}
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: #E0F0FF;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}
table.banner {
	background-color: #FFFFFF;
	background-image:url(/ll-en-banner.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	width: 100%;
}
table.emoticons {
	background-color: #E0F0FF;
	border-collapse: collapse;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
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: #E0F0FF;
	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_sun {
    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_mon {
    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_tue {
    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_wed {
    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_thu {
    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_fri {
    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_sat {
    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;
}
.sun {
    position: absolute;
    width: 100px;
    left: 100px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.mon {
    position: absolute;
    width: 100px;
    left: 200px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.tue {
    position: absolute;
    width: 100px;
    left: 300px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.wed {
    position: absolute;
    width: 100px;
    left: 400px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.thu {
    position: absolute;
    width: 100px;
    left: 500px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.fri {
    position: absolute;
    width: 100px;
    left: 600px;
    z-index: 1;
    opacity: 0.85;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sat {
    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_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:#aabbff;
    color:#0000ff;
    margin:0;
}
.tzlist ul {
    width:272px;
    background:#aaccff;
    border:1px solid #bbddff;
    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:#88dd88;
}
.tzlist {
    height:21px;
    overflow:hidden;
}
.tzlist:hover {
    overflow:visible;
}
.tzlist {
    display:none;
}
html>body .tzlist {
    display:block;
}
