﻿body 
{
    font-family: Calibri;
    font-size: 12px;
 	margin: 0;
 	padding: 0;
 	text-align: center;
}

#MasterTable
{
    width: 849px;
    background-color: #d5e6f8;
    text-align: center;
}

.dg1
{
    width: 570px;
    border: solid 1px black;
    color: #29435f;
    font-size: medium;
    margin-left: 15px;
    padding: 5px;
}

.dg1 TD
{
    border: solid 1px black;
}

.dg_header_1 TD
{
    border: solid 1px black;
}
    
h1
{
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: large;
    font-weight: bold;
    color: #29435f;
}

h2
{
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 15px;
    font-size: small;
    font-weight: normal;
    color: #2f69a8;
}

h3
{
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: x-large;
    font-weight: bold;
    color: #ffe163;
}

h4
{
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: large;
    font-weight: normal;
    color: #29435f;
}

h5
{
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: x-large;
    font-weight: bold;
    color: #2F69A8;
}

h6
{
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: x-large;
    font-weight: bold;
    color: #2f69a8;
}

p.leftmenu_lightbluetext
{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: large;
    font-weight: normal;
    color: #8DB8E6;
}

p.textarea_darkbluetext
{
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: medium;
    font-weight: normal;
    color: #29435f;
}

p.textarea_browntext
{
    margin-left: 15px;
    margin-right: 15px;
    font-size: large;
    font-weight: normal;
    color: #ae7c49;
}

p.footer_medbluetext
{
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 15px;
    font-size: small;
    font-weight: normal;
    color: #2f69a8;
}   
    
.copyr
{
    font-size:82%
}

/* PNG Shadow Style */
.shadow-one
{
	position: absolute;
    left: 50%;
    margin-left: -454px;
	padding-top: 50px;
	padding-left: 50px;
}
 
.corner-a
{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(images/dropshadow.png) right top;
}

.corner-b
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: url(images/dropshadow.png) left bottom;
}

.shadow-two 
{
    background: url(images/dropshadow.png) right bottom;
}

.shadow-three
{
    position: relative;
    left: -50px;
	top: -50px;
    background: url(images/dropshadow.png) left top;
}
 
.shadow-four
{
    position: relative;
	left: 25px;
	top: 25px;
}

/* Event Calendar Style */
/* Surrounds the calendar */
.eventmonth
{

    width: 589px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: left;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 589px;
    border: 1px solid #666666;
    margin-bottom: 6px;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    color: #666666;
    clear: none;
    padding: 2px;
}

.dashedline
{
    border-bottom: 1px dashed #666666;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Lightbox CSS */
#lightbox{position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;}
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #2f69a8; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #294461; }

