﻿/*.myTable
{
     border: solid 1px #bbbbbb;          
     text-align: left;
}

.myTable thead 
{
     background-color:  #bbbbbb;       
     color: #220000;    
}*/

body {
    font-family: Arial;
    font-size: 0.7em;    
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
    color: White;
    }
    
a
{
    text-decoration: underline;
    color: white;
    font-weight:bold;
     font-style:italic;
}

h1
{
    font-size: 2em;
    
}

h2
{
     font-weight:bold;
      font-style:italic;
}

div.gallerybreadcrumb {
	display: none;
	border: 1px solid #A1A6A9;
	background: #F2F2F2;
	margin: 5px;
	padding: 5px;
}

div.imagegallery ul {
	list-style:none;
	padding:0;
	margin:0;
}

div.imagegallery ul li, .flickr_badge_image {
	width:120px;
	/*height: 120px;*/
	padding: 10px 0 10px 0;
	margin:0 10px 10px 0;
	float:left;
	border: 1px solid #5d2200;
	background: #1e6754;
	text-align: center;
	overflow:hidden;		
}

div.imagegallery ul li:hover, .flickr_badge_image:hover {
	/*background-color: #13604c;	*/
	/* background-color: white;	*/
	background-color: #0a533f;	
}

div.imagegallery img {
	border: 1px solid #5d2200;
}

div.imagegallery p.galleryimageinfo {
	margin:0;
	padding: 5px 0;
	font-size: 1em;
}


.SectionTitle
{
    font-size: large;
    font-weight:bold;
}

.SubTitle
{
    font-weight: bold;
    font-size:11pt;
    font-variant:small-caps;
    padding-bottom:2px;
    text-decoration: underline;
}

table.DataTable {
	border-width: 1px;	
	border-style: outset;
	border-color: #0a533f;
	border-collapse: collapse;
	
	/*background-color: white;*/
}
table.DataTable thead 
{
    background-color: #0a533f;
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #0a533f;
 font-weight: bold;
	/*background-color: white;	*/
}
table.DataTable td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #0a533f;
	/*background-color: white;*/
}


/* Right Content Styles */
.rcTitleLeft
{
    width: 15px; 
    height: 30px;
    background-image:url('images/content/rc/title-left.jpg');
}

.rcContentBg
{
    background-image: url('images/content-bg.jpg');
    background-repeat: repeat-y;
}

.rcTopLeft
{
    background-image: url('images/content/rc/tl.jpg'); 
    background-position-y: bottom;
    height: 14px;
}
.rcTopCenter
{
    background-image: url('images/content/rc/t.jpg'); 
    background-repeat: repeat-x;
    background-position-y: bottom; 
    height: 14px;
}

.rcTopRight
{
    background-image: url('images/content/rc/tr.jpg'); 
    background-position-y: bottom;
    height: 14px;
}

.rcContentLeft
{
    background-image: url('images/content/rc/l.jpg'); 
    background-repeat: repeat-y;
}

.rcContentRight
{
    background-image: url('images/content/rc/r.jpg'); 
    background-repeat: repeat-y;
}

.rcBottomCenter
{
    background-image: url('images/content/rc/b.jpg');
    background-repeat: repeat-x; 
    background-position-y: top;
}

.IE8Fix
{
    z-index:100;
}
