/*************************************
GALLERY
*************************************/
td
{
    font: 12px Arial;
}

h1
{
	font-size: 12pt;
	margin: 0;
	margin-bottom: 5px;
}
h2
{
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #d7d7d7;
}
.header
{
    background:#FFFFFF url(../images/gallery-header.jpg) no-repeat center top;
    height: 31px;
    text-align: right;
    line-height: 20px;
    padding-right: 10px;
    padding-top: 45px;
    color: #FFFFFF;
}
.header a
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.ThumbnailContainer
{
    vertical-align: middle !important;
}	
.Thumbnails
{
	border: solid 1px #CCCCCC;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 100px;
	margin: 2px;
	background-color: #FFFFFF;
}

.Thumbnails .image
{
	padding:3px;
	vertical-align:middle;
	border: 0;
}

*>.Thumbnails
{
	font-size:12px;
}

.LargeImage
{
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	height: 562px;
}

.ImageCaption
{
	text-align: left;
	padding-top: 10px;
	font-size:14px;
	color: #ffffff;
}

.PhotoCredit
{
	font-style: italic;
	clear: both;
	padding-left: 5px;
}

.Galleries
{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 10px;
	margin-top: 13px;
}

.Galleries h2
{
	font-size: 8pt;
	text-transform: uppercase;
	margin: 0;
}

.GalleryContainer
{
	width: 976px;
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	background-color: #FFFFFF;
	margin-top: 5px;
}

.date
{
	color: #999999;
	font-size: 8pt;
	font-weight: normal;
}
.description
{
    font-size: 13px;
    line-height: 20px;
}
.paging
{    
    background-color:#666666;
}
.paging td
{
    padding: 0 5px 0 5px;
    width: 33%;
    font-size: 14px;
    color: #ffffff;
    height:30px;
    /*line-height:15px;*/
    vertical-align: middle;
}
.paging td a
{
    font-weight: bold;
    color: #ffffff;
    letter-spacing: normal !important;
}
.paging td.left
{
    text-align: left;
}
.paging td.center
{
    text-align: center;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.paging td.right
{
    text-align: right;
}
.list-image
{
    float:left;
    width:50px;
    margin-right:10px;
}
.list-text
{
    float:left;
    width:300px;
}
.list-text a
{
    font-weight: bold;
}
.datefrom
{
    font-size: 11px;
    color: #666666;
}
.dot-separator
{
    width: 100%;
    display: block;
    clear: both;
    float:none;
    position:relative;
    border:0px;
    /*border-bottom: 1px dotted #999999;*/
	margin: 0px 0px 14px 0px;
	clear:both;
	height: 12px;
}
td.island
{
    vertical-align: bottom !important;
}
ul.linked-articles
{
    margin: 0 0 0 5px;
    padding: 0;
}
ul.linked-articles li
{
	margin-left: 0px;
	background-image: url(../images/red_triangle.gif);
	background-position: .05em 50%;
	background-repeat: no-repeat;
	padding: .2em .3em .2em .8em;
	list-style-image: none;
	list-style-type: none;
	line-height: 130%;
	color: #000000;
}


/****
FIXES
****/
#datebanner
{
    border-bottom: none;
}
#small-header
{
    background: url(../images/header-bkg-gallery.jpg) top left;
    width:996px;
    height:50px;
}
   
