﻿/* Shared Link Styles*/
A:link      { text-decoration:none; }
A:visited 	{ text-decoration:none; }
A:active 	{ cursor:hand; text-decoration:none; }
A:hover 	{ cursor:hand; text-decoration:"underline"; }


/*  Shared Heading Styles */
h1
{
	font-size: 14pt;
	padding-left: 5;
}

h2, .SectionHead
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bolder;
	margin-top: 20;
	margin-bottom: -10;
}

h3
{
	font-size: 10pt;
	margin-bottom: -15;
	padding-left: 5;
}


.PageContent{
    background-color:#ffffff;
	margin:5px;
	font-size: x-small;
}

/* Table Styles */
table
{
	font-size: x-small;
}



/* A full width block on the page */

.fullwidth, #loginbanner
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(../images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}


/* Picture at the top of the site */
#poster, table.poster
{
    /*background: url(../images/lambs.jpg) no-repeat;*/
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 107px;
    margin-top: 0px;
}


/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Navigation strips */
#navtop, #navbottom
{
   /* background: url(../images/background_nav_main.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;*/
}
#navbottom
{
    margin-top: 15px;
}

#footer, table.footer, td.footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
    font-size:x-small;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 5px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 15px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}



/*** Calendar specific formatting **********************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(../images/background_fullwidth.jpg) repeat-y;
    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: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95;
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}


.ButtonSmallText {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: normal;
}

.TinyText {
    font-size: xx-small; 
    color: black; 
    text-decoration: none; 
}
