body {
    background: #da521e;
    font-size: .75em;
    font-family: Arial, sans-serif;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
	
}

img {
    border: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

ul {
    list-style: none;
}

li {
    margin-bottom: .3em;
}

#page {
    border: 1px solid #fab534;
    width:729px;
    margin-left: auto;
    margin-right: auto;
}

#menu {
    margin: 0;
    width: 729px;
    height: 45px;
}

#dropshadow {
    position: absolute;
    top: 0;

    width: 729px;
    height: 475px;

    margin-top: 67px;
    margin-left: auto;
    margin-right: auto;

    background: #222222;

/*
    filter:alpha(opacity='80');
    opacity: 0.8;
    display: none;
*/
    filter:alpha(opacity='0');
    opacity: 0;

    border: 0;

    z-index: -1;
}

#overlay {
    position: absolute;
    top: 0;

    width: 729px;
    height: 475px;

    margin-top: 67px;
    margin-left: auto;
    margin-right: auto;

    filter:alpha(opacity='0');
    opacity: 0;

    overflow: auto;

    z-index: -1
}

#container {
    margin-left: auto;
    margin-right: auto;

    padding: 2em;

    color: #000000;

    background: none;
}

#content {
    padding: 1em;
    background: white;
    color: #000000;
    margin: 3em;
    border: 1px solid black;
    text-align: left;
}

#content p {
    margin: .5em 1em;
    font-size: .95em;
}

#content h1 {
    font-size: 2em;
    color: #fba534;
    margin: .5em;
    margin-bottom: .25em;
    padding: 0;
}

#content h2 {
    font-size: 1.5em;
    color: #405b88;
    margin:  .25em .5em
}

#body { 
    margin: 0;
/*    float: left;*/
    background: #405b88;
}

#mainimgs img {
    float: left;
    border-style: none;
}

#ads {
    width: 100%;
}

#ads img {
    margin: 5px;
}

#login {
    bottom: 22px;
    left: 30px;
    width: 500px;
}

#login a {
    border: 1px solid #fff;
    color: #C30;
    background: #F8C75D;
    padding: 2px;
    text-decoration: none;
    font-weight: bold;
}

#login a:hover {
    background: #C30;
    color: #F8C75D;
}

#footer {
    clear: both;
}

.bottommenu {
    border-bottom: 1px #F8C75D dashed;
}

.colleft {
    width: 50%;
    float: left;
}

.colright {
    width: 50%;
    float: right;
}

.approved {
    color: #000;
    background: #0f0;
    border: 1px solid #000;
    padding: 3px;
    font-weight: bold;
    font-family: fixed;
}

.pending {
    color: #000;
    background: #ff0;
    border: 1px solid #000;
    padding: 3px;
    font-weight: bold;
    font-family: fixed;
}

.hour
{
	background: #ffe;
	color: #c66;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 65px;
}

.odd
{
	background: #f2f2f2;
}

.print
{
	letter-spacing: 0;
	padding: 0;
	text-transform: uppercase;
	border-style: solid;
	border-width: 0 0 1px 1px;
}

.print a
{
	color: #999;
	display: block;
	height: 100%;
        margin: 0;
	padding: .3em .5em .3em .5em;
}

.print a:hover
{
	color: #000;
	text-transform: uppercase;
}

.calBody
{
	background: #ddc url(../images/body.gif) repeat-y top center;
	color: #666;
	font: 9px Verdana, sans-serif;
}

caption
{
/* 	background: url(../images/logo.gif) no-repeat center left; */
	font: 17px/50px Georgia, serif;
	letter-spacing: 5px;
	margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
}

caption a
{
	color: #c66;
	font: bold 19px Verdana, sans-serif;
	letter-spacing: 0;
}

caption a:hover
{
	color: #000;
}

p#footer
{
	background: url(../images/footer.jpg) no-repeat top center;
	color: #987;
	letter-spacing: 1px;
	margin: 2px 0 0;
	padding: 10px 0 20px;
	text-align: center;
}

p#footer a
{
	color: #987;
}

p#footer a:hover
{
	color: #000;
}

.calTable
{
	background: #fff;
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: 0 auto;
        text-align: center;
}

.calTd
{
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 5px;
	vertical-align: middle; 
	width: 100px;
}

.calTd a
{
	color: #33f;
}

.calTd a:hover
{
	text-decoration: underline;
}

.calTh
{
	background: #fff url(../images/th.gif) repeat-x bottom left;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #933;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	text-transform: uppercase;
}

tr:hover td,
tr:hover td.Sun,
tr:hover td.Mon,
tr:hover td.Tue,
tr:hover td.Wed,
tr:hover td.Thu,
tr:hover td.Fri,
tr:hover td.Sat
{
	background: #ff9;
	color: #000;
}
