﻿

body
{
    font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(image/background.gif);
	background-repeat: repeat;
	font-size: 0.7em;


}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

.nav
{
    position: relative;
    color: Maroon;
	
}
.panels
{
    background: white;

}

.navPanels
{
 
}
#home
{
    width: 1000px;
}
#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 240px;
	height: 100%;
}

.shim
{
    height: 10px;
    width: 100%;
}
.header {
	background-image: url(image/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 816px;
	height: 120px;

	margin-left: auto;
	margin-right: auto;
}

.shim
{
	background-image: url(image/bodyCont.gif);
    background-repeat: repeat-y;
	position: relative;
	width: 816px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
}

.main
{
	background-image: url(image/bodyCont.gif);
    background-repeat: repeat-y;
	position: relative;
	width: 816px;
	margin-left: auto;
	margin-right: auto;
}

.footer
{
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 816px;
	height: 238px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
}

#coollinks {
	margin-left: 320px;
}

.page {
	margin-left: 25px;
	margin-right:25px;
	text-align: left;
	left: 25px;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
	margin-left: 10px;
}
#content {
	margin-left: 25px;
	margin-right: 25px;
}
.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
	color: Yellow;
	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupT 
{
   background-color:transparent;  
   padding:1em 6px;
}

.modalPopupR {
	background-color:white;
	width:500px;
	vertical-align:top;

}
.modalPopup {
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	width:500px;
	padding:3px;
	vertical-align:top;

}

.menua {
	position: absolute;
	right: 400px;
	top: 100px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: Gold;
}

.menua a
{
	color: Gold;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
	width: 694px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}


.dayNumber
{
    float: right;
    color: #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #E8E8E8;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
	background-color: buttonshadow; /*  width: 15%; */
}

.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
	text-align: left;
	height: 60px;
	vertical-align: top; /* needed for positioning the dayNumber part */
	position: relative;
	border-collapse: separate;
	border-spacing: 5px;
	border-right: #6d6d6d 2px solid;
	border-top: #6d6d6d 2px solid;
	border-left: #6d6d6d 2px solid;
	border-bottom: #6d6d6d 2px solid;
}

/* Surrounds the calendar */
.eventmonth
{
	width: 694px;
	margin-right: auto;
	margin-left: auto;
	background: #FEFFAB url(image/background_fullwidth.jpg) repeat-y;
	margin-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 10px;
	text-align: center;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.item {
	padding: 20px 50px;
}
