body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

:link,
:visited,
:active
{
	color: #606060;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div,
select,
table,
form,
img,
p,
ul,
h1,
h2,
h3,
dd,
object
{
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

ul{
	list-style: none;
}

input,
textarea,
select
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

button
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}


.delimiter{
	clear: both;
}

.unvisible_delimiter{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}

.hidden{
	display: none;
}

.invisible{
	visibility: hidden;
	position: absolute;
}


#root{
	text-align: left;
	background-color: white;
	padding-bottom: 4px;
	margin: 0 auto;
	border: 15px solid white;
	border-top: 7px solid white;
	border-bottom: 4px solid white;
}

#logo{
	text-align: center;
}

input,
textarea
{
	border: 1px solid #bdc2c6;
	background-color: white;
}


#bottom_frame{
	color: #4c3502;
	height: 1.4em;
	margin-top: 20px;
}

#bottom_frame :link,
#bottom_frame :active,
#bottom_frame :visited
{
	color: #4c3502;
	text-decoration: underline;
}

#bottom_frame em{
	font-style: normal;
}

#credits{
	padding-left: 6px;
	float: left;
}

#copyright{
	float: right;
	padding-right: 6px;
}

#htmleditor p{
        margin-bottom: 10px;
        font-size: 11px;
}

#htmleditor h1{
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
}

#htmleditor h1.message{
        font-size: 12px;
        padding-bottom: 200px;
}

#htmleditor h2{
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 10px;
}

#htmleditor h3{
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 10px;
}

#htmleditor table{
        border-collapse: collapse;
        border-top: 1px solid #aeaeae;
        border-bottom: 1px solid #aeaeae;
        margin-bottom: 10px;
        vertical-align: top;
        font-size: 11px;
}

#htmleditor td{
        border-right: 1px solid #9f9f9f;
        border-left: 1px solid #9f9f9f;
        padding: 3px;
}

#htmleditor thead{
        background-color: #c2ad7e;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
}

#htmleditor tr.odd{
        background-color: #e6cb91;
}

#htmleditor ul{
        list-style-type: disc;
        margin-left: 30px;
        margin-bottom: 10px;
}

.admin{
	display: none;
}

ul.functions{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

ul.functions a#printable_back{
	float: left;
}


#schedule{
	padding-left: 2px;
	padding-right: 2px;
}

#schedule h1{
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
}

#schedule h2{
	font-size: 12px;
	text-align: center;
	background-color: #eeeeee;
	padding-top: 4px;
	padding-bottom: 4px;
}

#schedule table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}


#schedule table tbody td{
	vertical-align: middle;
	border-bottom: 1px solid #eeeeee;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#schedule table.schedule_month_list thead{
	color: #7e5c11;
	background-color: #dad1b1;
}

#schedule table.schedule_month_list thead td{
	padding-top: 2px;
	padding-bottom: 2px;
}

#schedule table.schedule_month_list  tbody td.title a,
#schedule table.schedule_month_list  tbody td.title :link,
#schedule table.schedule_month_list  tbody td.title :active,
#schedule table.schedule_month_list  tbody td.title :visited
{
	color: #941400;
}

#schedule p{
	margin-top: 10px;
	margin-bottom: 10px;
}

#schedule ul.admin li{
	float: right;
	margin-left: 10px;
}


#schedule table input{
	border: none;
}
