﻿body 
{
    scrollbar-base-color:#a4a8a9;
    background-image: url('PhotoPageBackground.gif');
    background-repeat:repeat;
}
  

#LeftPane
{
	position:absolute;
	left:20px;
	top:30px;
	width:300px;
}

.img-shadow 
{
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img
{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
  
.imgPointer
{
    cursor:pointer;
}
  
.centered
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.centeredScroll
{
	width: 75%;
	height:373px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: auto;
}

.ImageContainer
{
	border-right: #ffffcc thin inset;
	border-top: #ffffcc thin inset;
	border-left: #ffffcc thin inset;
	border-bottom: #ffffcc thin inset;
	background-image: url(../Images/_DSC8010.jpg);
	background-position: center center;
	text-align:center;
}


.button
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, 'Courier New' , 'Times New Roman';
	border-right: blue outset;
	border-top: blue outset;
	border-left: blue outset;
	border-bottom: blue outset;
	background-color: #ffffcc;
	width: 100px;
	cursor:pointer;
	position:absolute;
	z-index:100;
}

.buttonNoDisplay
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, 'Courier New' , 'Times New Roman';
	border-right: blue outset;
	border-top: blue outset;
	border-left: blue outset;
	border-bottom: blue outset;
	background-color: #ffffcc;
	width: 100px;
	display: none;
	cursor:pointer;
	z-index:100;
	position:absolute;
}

#calendarDiv
{
	z-index: 1200;
	width:160px;
	position:absolute;
	top:20px;
	margin-left:auto;
	margin-right:auto;
}
.calendar
{
	border-right: thin inset;
	border-top: thin inset;
	font-weight: normal;
	font-size: 10pt;
	border-left: thin inset;
	color: blue;
	border-bottom: thin inset;
	font-family: 'Times New Roman';
	background-color: #ffffcc;
}

.gridPanel
{
    text-align: left;	
}

.gridHeader
{
	background-color: #EAEAEA;
	height: 30px;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: 'Times New Roman' , Arial, 'Courier New';
}

.gridButton
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, 'Courier New' , 'Times New Roman';
	border-right: dodgerblue outset;
	border-top: dodgerblue outset;
	border-left: dodgerblue outset;
	border-bottom: dodgerblue outset;
	background-color: #ffffff;
}

.expenseTable
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:650px;
	position:relative;	
}

.gridTable
{
	margin-left:auto;
	margin-right:auto;
	top: 20px;
	width:680px;
	position:relative;		
}

.mainDiv
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	top:60px;
	width:750px;
	position:relative;		
}


.MasterPageTitle
{
    position:fixed;
	font-weight: bold;
	font-size: x-large;
	height: 35px;
	background-image: none;
	color: #ffffff;
	border-top-style: none;
	font-style: italic;
	font-family: 'Times New Roman' , 'Courier New' , Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #484848;
	text-align: center;
	border-bottom-style: none;
	width: 100%;
	top: 0px;
	left: 0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.masterPageFooter
{
    
	font-weight: bold;
	font-size:small;
	height:20px;
	background-image: none;
	border-top-style: none;
	font-style: italic;
	font-family: 'Times New Roman' , 'Courier New' , Arial;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	border-bottom-style: none;
	margin-left:auto;
	margin-right:auto;
    margin-top:100px;
	margin-bottom:40px;
	width:100%;

}

.masterPageCentered
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 120px;
	border-top: #3300ff solid;
}
.pageDiv
{

	top:120px;
	position:absolute;
	width:100%;
	text-align:center;
}

.calendarButton
{
	border-right: #0066ff thick outset;
	background-position: center center;
	border-top: #0066ff thick outset;
	background-image: url(Images/CalendarBtn.jpg);
	border-left: #0066ff thick outset;
	border-bottom: #0066ff thick outset;
	background-repeat: repeat;
}

.leftAlign
{
	text-align: left;
}

.centerAlign
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	top:80px;
	position:relative;
}

.TopMenu
{
	background-image: url(../Images/menuBar.png);
	background-repeat: repeat;
	width:100%;
	height: 25px;
	margin-bottom:20px;
	margin-top:15px;
	border: solid 3px yellow;
	border-style:outset;
	vertical-align:middle;
	left:0;
	top:20px;
	position:fixed;
	z-index:100;
}

.MenuBackground
{
	z-index:0;
	top: 35px;
	height: 24px;
	left: 0px;
	width: 100%;
	background-image: url(../Images/menuBar.png);
	background-repeat: repeat;
	padding:2px 0 2px 0;
}

.MenuHeader
{
  font-family: Ariel;
  font-size:16px;
  color:#000000;   
  position:relative; 
}

.MenuBody
{
    float:left;
    margin-right:25px;
    margin-left:5px;
    width:150px;
    position:absolute;
    z-index:500;
}

.MenuBodyImage
{
    float:right;
    left: 600px;
    margin-left:100px;
    padding-left:2px;
    padding-right:2px;
    width:405px;
    position:absolute;
}

.MenuList
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: small;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	background-repeat: repeat;
	background-image: url(../images/menuItem.png);
    border: inset 2px white;
	background-color: transparent;
	display:none;
}

.MenuListItem
{
	color: #000000;
	font-size: 12pt;
	display:block;
	page-break-after:avoid;
	padding-bottom:0;
	padding-top:0;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:0;
	cursor:pointer;	
}

.MenuListItemImage
{
	color: #000000;
	font-size: 12pt;
	page-break-after:avoid;
	padding-bottom:0;
	padding-top:0;
	padding-left:0;
	padding-right: 0;
	margin-top:0;
	margin-bottom:0;
	cursor:pointer
}

.topOrder
{
	z-index:120;
}

.dropDown
{
	border-right: #330000 thin inset;
	border-top: #330000 thin inset;
	font-weight: bold;
	border-left: #330000 thin inset;
	color: #0033ff;
	border-bottom: #330000 thin inset;
	font-family: Vivaldi, 'Times New Roman';
	background-color: #ffffcc;
	font-size: 14pt;
}

#LeftPane
{
	position:absolute;
	left:20px;
	top:30px;
	width:300px;
}

.label
{
	border-right: #663300 thin outset;
	border-top: #663300 thin outset;
	border-left: #663300 thin outset;
	color: #0066ff;
	border-bottom: #663300 thin outset;
	font-family: Vivaldi, 'Times New Roman' , 'Courier New';
	background-color: #ffffcc;
}

.label2
{
	border-right: #663300 thin outset;
	border-top: #663300 thin outset;
	border-left: #663300 thin outset;
	color: #0066ff;
	border-bottom: #663300 thin outset;
	font-family: 'Times New Roman' , 'Courier New';
	background-color: #ffffcc;
}

.package
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	color: #0000ff;
	border-bottom: thin inset;
	font-family: Arial, 'Courier New';
	background-color:Black;
	width:350px;
	height:300px;
}

.tableHeader
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
	font-family: 'Times New Roman' , Arial, 'Courier New';
	background-color: #ccffff;
	font-weight: bold;
	font-size: 12pt;
}

.tableRow
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
	font-family: 'Times New Roman' , Arial, 'Courier New';
	background-color: #ffffcc;
	color: #0000ff;
	line-height: 25px;
}

.menuHeading
{
	color: blue;
	font-family: 'Times New Roman' , Arial, 'Courier New';
}


.AboutTable
{
	position: absolute;
	width: 800px;
	left: 15%;

	background-color: black;
	color: White;
}

.linkImg
{
   cursor: pointer;	
}

.AdBorder
{
	border-right: #ffffff ridge;
	border-top: #ffffff ridge;
	border-left: #ffffff ridge;
	border-bottom: #ffffff ridge;
}

.AdLink
{
	color: white;
	font-family: 'Lucida Calligraphy' , Arial;
	background-color: Transparent;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.whiteText
{
	color: white;
	text-decoration: none;
}

.noBorder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}



.calendarStyle
{

	border-right: white thin ridge;
	border-top: white thin ridge;
	border-left: white thin ridge;
	color: yellow;
	border-bottom: white thin ridge;
	font-family: 'Times New Roman' , Arial, 'Courier New';
	background-color: #0099ff;

}

.gridStyle
{
	left: 400px;
	clear: none;
}

.showTitle
{
	background: transparent;
	color: #ffff66;
	font-family: 'Lucida Calligraphy' , Alba;
	font-size: 14pt;
}

.onTop
{
	z-index:400;
}

.textFloatLeft
{
	float: right;
	margin-right: 20px;
}

.textFloatRight
{
	clear: none;
	float: left;
}

.alignRight
{
	text-align: right;	
	width: 85px;
}

.alignRightSmallFont
{
	text-align: right;	
	width: 65px;
	font-size: 11px;
}

.tenPxText
{
    font-size:11px;
    width:130px;
}

.imageDownloadButton
{
	color: #ffffff;
	font-family: 'Times New Roman';
	background-color: #000000;
}

.thumbsFrame
{
   border-color: White;
   border-style:ridge;
   border-width:3px;
   margin-right:auto; 
   margin-left:auto; 
   margin-bottom:5px; 
   text-align:center; 
   width:75%; 
   height:120px; 
   overflow:auto;   
}

.ImageFrame
{
  border-style:solid;
  border-color:White;
  border-width:3px;
  width:auto;
}

.PricingDisplay
{
    width: 500px;
    height:300px;
    overflow:scroll;
    background-color: white;
    position: absolute;
    z-index: 50;
    border: solid 3px black;
    color:black;
    padding: 10px 0 5px 10px;
    left: 500px;
    top: 100px;
    display:none;
}

.PricingCellDisplay
{
    border: solid 1px blue;
    padding: 0 5px 0 5px;
}