﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: normal;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(  '../images/body_bg.jpg' );
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007cc2;
	text-decoration: underline;
}

h1 
{
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


table
{
	border: 0;
	
}


img 
{
	border-style: none;
	border-color: inherit;
	border-width: 0;

}

p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#BlueText
{
		color: #007cc2;
}


#PageWrapper
{
	width: 991px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
}

#OptionsTop
{
	background-image: url( '../images/top.png' );
	width: 991px;
	height: 9px;
	float: left;
}

#OptionsContent
{
	width: 991px;
	float: left;
	background-image: url( '../images/content.png' );
}


#OptionsBottom
{
	width: 991px;
	height: 9px;
	float: left;
	background-image: url( '../images/bottom.png' );
}


#OptionsPadding
{
	width: 950px;
	padding-left:20px;
	padding-right:21px;
	padding-top:10px;
	padding-bottom:10px;
}



#PagePadding
{
	width: 950px;
	padding-left:20px;
	padding-right:21px;
	padding-top:10px;
	padding-bottom:10px;
}

#PageTop
{
	background-image: url( '../images/top.png' );
	width: 991px;
	height: 9px;
	float: left;
}

#PageContent
{
	width: 991px;
	float: left;
	background-image: url( '../images/content.png' );
}


#PageBottom
{
	width: 991px;
	height: 9px;
	float: left;
	background-image: url( '../images/bottom.png' );
}



.under
{
position:absolute;

z-index:5;
}
.over
{
position:absolute;
cursor: pointer;
z-index:10;
}



.PhotoLayer
{
position:absolute;

z-index:5;
}
.PhotoOver
{
position:absolute;
cursor: pointer;
z-index:10;
}




#DirectoryMainPhoto
{
	border: 1px solid #C0C0C0;
	padding: 5px;
	background-color: #FFFFFF;
	width: 606px;
	height: 204px;
	z-index: 5;

}




#PictureBox
{
	border: 1px solid #C0C0C0;
	padding: 5px;
	background-color: #FFFFFF;
	width: 70px;
	height: 70px;
	z-index: 5;

}

#GalleryBox
{
	border: 1px solid #C0C0C0;
	padding: 5px;
	background-color: #FFFFFF;
	width: 182px;
	height: 182px;
}

.Calendar
{
	padding-top: 4px;
	padding-left:2px;
	background-image: url(   '../Images/calendar_icon.png' );
	width: 40px;
	height: 46px;
}


.DataPages 
{
	  font: 11px Arial;
        color: #000000;
	
	}


      .PagerNormal
{
	font: 11px Arial;
	color: #000000;
	border: solid 1px #dfdfdf;
	padding: 3px 6px;
	text-decoration: none;
	background-color: #CCCCCC;
}
      .PagerCurrent
{
	font: 11px Arial;
	border: solid 1px #dfdfdf;
	padding: 3px 6px;
	color: #FFFFFF;
	background-color: #007cc2;
}


.PleaseWait
    {
    height: 52px;
    width: 250px;
    background-image: url( '../Images/spinner.gif' );
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 32px;
    }

