﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #d32525;
}
/*a:visited {
	color: #999999;
}*/

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}



img {
	border-width: 0;
}

/* 1 HEADER */

.header
{
   position : absolute; 
             width: 990px; 
             height: 90px; 
             left: 36px; margin-left:auto; margin-right:auto ; top: 5px;
             text-align: center;
             border: 1px;
             background-color:Black;
}

.headerAdmin
{
   position : absolute; 
             width: 1062px; 
             height: 90px; 
             left: 36px; margin-left:auto; margin-right:auto ; top: 5px;
             text-align: center;
             border: 1px;
             background-color:Black;
}

.date
{
    position: absolute; 
      width: 185px; 
      height: 45px;
      margin-right:auto; border: 1px; left: 37px; top: 97px;
      font-size:xx-small;
      background-color:Red
}

h1
{
    position: absolute;
    left: 37px;
    top: 12px;
    text-transform: uppercase;
    font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}


Date1{
      position: absolute;
      width: 185px; 
      height: 45px;
      margin-right:auto; border: 1px; left: 37px; top: 97px;
      font-size:xx-small;
      background-color:Lime      
}

.subHeader 
{
    position: absolute;
    left: 0px; 
    width: 889px; 
    top: 0px;
    text-transform: uppercase;
    font-size: 18px;
    text-align:center;
    border-style:double;
    border-left: none;
    border-right : none;
}

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}


/* 2.2 ALBUMS PAGE */
#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #00688B;*/
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url(images/topside.jpg); 
}



.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
   /* background-color: #2290AD;*/
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none;
     background-image: url(images/topside.jpg); 
}

.accordionContent
{
    background-color: #B4CDCD;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionHeader a
{
	color: white;
   
    font-weight: bold;
	
}

.accordionHeader a:hover
{
	color: white;
    
    font-weight: bold;
	text-decoration: underline;
}

.accordionHeaderSelected a
{
    
    color: white;
   
    font-weight: bold;
    text-decoration: underline;
}


.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

