BODY {  
	background: #15171C;
        background-image: url('../images/f5.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	margin: 0px;
}

.MAIN {
	margin: 14px 20px 5px 20px;
	min-width: 700px;
	background: #dfdede;
	border-width: 3px;
	border-color: #929292;
	border-style: solid;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-box-shadow: 10px 10px 8px black;
	-webkit-box-shadow: 10px 10px 8px black;
}

A { text-decoration:none; color: black;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

.TTBAR {
        margin: 30px 0px 0px 0px; padding: 0px;
        font-family: Bodoni, Georgia, Arial, Helvetica;
        text-align: center;
        font-size: 36px; font-weight: normal; 
	color: #4e2583;
}

img.TIMG {
	vertical-align:middle;
	padding: 0px 0px 9px 0px;
}

.TBAR {
        margin: 0px;
        padding: 0px 0px 2px 0px;
        font-family: Verdana, Arial, Helvetica;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
	opacity: 0.8;
}

.CALENDAR {
	border-width: 2px;
        border-color: #6E6855;
        border-style: solid;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
}

.SIMPLE {
	width: 40%;
	margin-top: 10px;
}

.FOOTER {
        color: black;
	width: 80%;
        margin-top: 0px; margin-bottom: 2px;
	padding-top: 5px; padding-bottom: 5px;
        margin-left: auto; margin-right: auto;
        font-family: Verdana, Arial, Helvetica;
        text-align: center;
        font-size: 10px;
        font-weight: normal;
}
.FOOTER a {color: black; padding-bottom: 50px;}

img {
     	border: none;
}

/* dock - top */
.dock {
       	position: relative;
        height: 50px;
        text-align: center;
}
.dock-container {
        position: absolute;
        height: 60px;
        background: url('../images/dock-bg2.gif');
        padding-left: 20px;
}
a.dock-item {
	display: block;
        width: 40px;
        color: #000;
        position: absolute;
        top: 0px;
        text-align: center;
        text-decoration: none;
        font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
        border: none;
        margin: 5px 10px 0px 10px;
        width: 100%;
}
.dock-item span {
        display: none;
        padding-left: 20px;
}

.DAYNUMBER {
	background: url('../images/icons/classic/calendar-small.png');
	background-repeat: no-repeat;
        width: 19px; height: 16px;
	margin: 0px;
        font-family: Verdana, Arial, helvetica;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        color: white;
        padding: 6px 2px 2px 3px;
}

.N_DAYNUMBER {
        width: 19px; height: 16px;
        font-family: Verdana, Arial, helvetica;
        font-size: 11px;
        font-weight: bold;
 	text-align: center;
        color: #5E9007;
        padding: 2px;
        margin: 0px;
}

ul, li{ margin:0;
 	padding:5;
        font-family: Verdana, Arial, helvetica;
        font-size: 12px;
        font-weight: normal;
        color: black;}

