
#photo_gallery {
    background-color:  #333;
    color: #fff;
    clear: both;
}

#gallery_uppernavbar {
	float:       right; 
	margin-top:  5px; 
	margin-right: 5px; 
	background-color: #333; 
	color:       white;
	font-size:  10pt;
}
#gallery_uppernavbar a {
	color:       white;
	text-decoration: none;
}
#gallery_uppernavbar a:hover {
	color:  #89f;
	text-decoration: underline;
}

#gallery_lowernavbar {
	margin-top: 20px;
	background-color: #333; 
	color:       white;
	font-size: 10pt;
}
#gallery_lowernavbar a {
	color: white;
	text-decoration: none;
}
#gallery_lowernavbar a:hover {
	color:  #89f;
	text-decoration: underline;
}

TD {
    font-family: Arial, Verdana, sans-serif;
}

.photoThumbFrame {
   text-align: center; 
   padding: 5px;
   background-color: #444; 
   border-top:     1px solid #555;
   border-left:    1px solid #555;
   border-right:   1px solid #222;
   border-bottom:  1px solid #222;
   margin-bottom:  5px;
   margin-left: auto;
   margin-right: auto;
}
.photoThumb {
   border-top:     1px solid #222;
   border-left:    1px solid #222;
   border-right:   1px solid #555;
   border-bottom:  1px solid #555;
}

.gallery h2 {
    xfont-family:      Georgia,Times New Roman,Times,serif;
    font-family:      arial, sans serif;
    font-size:  18pt;
    font-weight: bold;
    line-height: 100%;
    margin: -2px 0px 5px 0px;
}
.gallery h3 {
    xfont-family:  georgia, times new roman;
    font-family:      arial, sans serif;
    font-size:  10pt;
    font-weight:  normal;
    line-height: 100%;
    margin: -2px 0px 15px 0px;
}

.gallery p {
    padding-left: 20px;
    font-family:  arial, sans serif;
    font-size: 9pt;
    line-height: 160%;

}

.galleryImage {
	border: 3px solid white;
}

.gallery_links {
	color: #aaa;
}
.gallery_links a {
	color: #aaa;
	text-decoration: none;
}
.gallery_links a:hover {
	color: #aaa;
	text-decoration: underline;
}

#galleryListContainer {
    background-color: #333;
    clear: both;

}
#galleryListContainer td {
	padding: 10px;
}

.galleryList h3 {
	padding: 0px;
	margin: 5px 0px 2px 10px;
	font-size: 12pt;
	line-height: 100%;
}
.galleryList p {
	font-size: 10pt;
	margin: 0px 0px 2px 10px;
	color: #aaa;
}

.galleryList a {
        color: white;
	text-decoration: none;
}

.galleryList a:hover {
	text-decoration: underline;
}


/***
 ***  MULTIMEDIA HEADER
 ***/

#multimedia_header {
    background-color:  #333;
    height:  18px;
    padding:           8px 0px 3px 0px;
    border-bottom:     1px solid #666;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.multimedia_tab {
    background-color:  #333;
    float:             left;
    width:             150px;
    xpadding:           3px auto 5px auto;
    border:            1px solid #666;
    margin-right:      8px;
    height:  18px;
    xpadding:           8px 0px 1px 0px;
}
.multimedia_tab a {
    color:            #aaa;
    font-weight:      bold;
    text-decoration:  none;
    white-space:      nowrap;
    padding:           8px 0px 1px 0px;
}

.multimedia_tab_selected {
    background-color:  #777;
    border-bottom:     1px solid #333;
}
.multimedia_tab_selected a {
    color:   #fff;
}

