﻿/* standard elements */
html { min-height: 100%; overflow-y: scroll; }

a {color: #0E5CA5;}
a:hover {color: #C60;}
a img {border: solid 5px #808080; margin:5px;}

body {
    background: #eae7d2 url(../images/bg-body-top.gif) repeat-x scroll 0% 0%;
	color: #444;
	font: normal 67.5% Tahoma,sans-serif;
}

/*p,code,ul {padding-bottom: 1.2em;}*/

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

h1,h2,h3 {padding-top: 6px;}
p + h2 {padding-top: 20px;}
td {vertical-align: top;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #ffffff;
	font-size: 1.2em;
	line-height:2.0em;
	margin: 30px auto;
	padding: 15px 0 25px;
	width: 950px;
}

/* title */
.header {
	background: #ffffff;
	font-size: 1.2em;
	height: 120px;
	margin: 0 auto;
	padding: 10px;
	width: 930px;
}
.header .left, .header .right {
	background: #ffffff;
	color: #ffffff;
	height: 100px;	
}
.header .left {
	background: #ffffff url(../images/logo.gif) no-repeat;
    font-size: 1px; 
    margin: 0 0 0 30px;
    text-indent:-9000px;
	width: 175px;
}
.header .right {
	background: #ffffff url(../images/header.jpg) no-repeat 50%;
    font-size: 1px;
    margin-right: 100px;
    text-indent:-9000px;
	overflow: auto;
	width: 369px;
}

/* navigation */
.navigation {	
	background-color: #205EA7;
	border: 1px solid #0F75BC;
	clear: both;
	height: 41px;
}
.navigation a {
	border-right: 1px solid #0F75BC;
	color: #fff;
	display: block;
	float: left;
	font: bold 1.0em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-color: #0F75BC; color: #fff;}

/* content */
.content {
	background-color: #ffffff;
	clear: both;
	font-family: "Lucida Sans Unicode",sans-serif;
	margin: 10px 0;
	min-height:450px;
	padding: 10px 20px 30px;
	position: relative;
	width: 910px;
}
.content li {
	list-style: url(../images/bullet.gif);
	margin-left: 18px;
}
.content p {margin-top:10px;}

/* footer */
.footer {
	/*background: url(../images/bgfooter.gif) repeat-x;*/
    margin: 25px auto 50px;
    text-align: center;
    width: 950px;
}
.footer ul
{
    list-style-type: none;
    padding: 0;
    text-align: center;
    width: 950px;
}
.footer ul li
{
    display: inline;
    font-size: 11px;
}
.footer ul li a
{
    background-image: url(../images/Separator.gif);
    background-position: right center;
    background-repeat: no-repeat;
    color: #7E7C6E;
    font-size: 11px;
    padding-left: 4px;
    padding-right: 8px;
    text-decoration: underline;
}
.footer ul li a:hover
{
    color: #333333;
    text-decoration: none;
}
.footer .lastPipe
{
    background: transparent none repeat scroll 0%;
}
.content .subnav{
    float:left;
    width: 190px;
}
.content .mainLeft{
    float:left;
    margin: 0 30px;
    width: 470px;
}
.content .mainLeft2{
    float:left;
    margin: 0 20px;
    width: 680px;
}
.content .mainRight{
    float:right;
    margin:0;
    width: 230px;
}
.content .subnav ul {
    list-style: none;
}
.content .subnav ul li {
    list-style-image: none;
    list-style-type: none;
}



/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    width: 910px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 910px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border-collapse:collapse;
}


.dayNumber
{
    float: left;
    clear: none;
}


.calcurrentmonth
{
    /* no styles needed at this time */
    width:14%;
    border:solid 1px #D0D0D0;
}
.calothermonth
{
    /* background-color: #DCD78E; */
}
.calcurrentday
{
    background-color: #FFFFE2;
}
.calweekend
{
  /*  background-color: #FEEB95;
    width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #D0D0D0;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

.caldays
{
    background-color:#C6CFEB;
    color:#26386D;
    font-family:Verdana,Helvetica,Arial,Geneva;
    font-size:11px;
    line-height:2;
    text-transform:uppercase;
}

.calothermonth .dayNumber
{
    color:#999999 !important;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}


/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

