﻿/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	margin: 3px;
	padding: 0px;
	background-color: #777777;
    background-image:url('homebackground.jpg');
    background-attachment:fixed; 
    background-position:top center;
    background-repeat:repeat;	
}

html {
	scrollbar-face-color: #cacaca;
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #444444;
	scrollbar-shadow-color: #777777;
	scrollbar-darkshadow-color: #333333;
	scrollbar-highlight-color: #FAFAFA;
	scrollbar-3dlight-color: #666666;
	scrollbar-track-color: #777777;
	overflow-x: auto;
	/*overflow-y: auto;*/
}

/* Style for the Top bar */
.topbar {
	background-color: #6595D6;
	height: 25px;
}

/* Style for the Top ruler */
.topruler {
	height: 0px;
}

/* Style for the Bottom ruler */
.bottomruler {
	height: 0px;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #FAFAFA;
}

/* Style for the Header */
.bppheader {
	color: #D0D0D0;
}

/* Style for the Footer */
.bppfooter {
	color: #000000;
	font-size: 10px;
}

/* Style for the Page Bottom Shadow */
.shadow {
	visibility: visible;
}

/* Style for the page body */
.index-pagebody, .slide-pagebody, .original-slide-pagebody 
{
	padding: 10px;
}

/* Style for the Image Comment */
.comment {
	color: #000000;
	font-size: 10px;
}

.commentheader 
{
	vertical-align: top;
	font-weight: bold;
	color: #FAFAFA;
	margin-right: 10px;
}

/* Style for any note/comment */
.note {
	color: #000000;
	font-size: 10px;
}

/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #D0D0D0;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

/* Style for photographic meta information */
.photometainfo {
	position: absolute;
	left: 75px;
	top: 100px;
	z-index: 1;
	background-color: #FFFFCC;
	color: #000000;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

.metainfo-header 
{
	font-weight: bold;
}

.metainfo-name {
}

.metainfo-value 
{
    font-style: italic;
}

/* Sytle for display options dialog */
.DisplayOptions 
{
	position: absolute;
	right: 100px;
	top: 175px;
	background-color: #000000;
	color: #FAFAFA;
	visibility: hidden;
	border: 3px solid #FAFAFA;
}

.Datarow 
{
    border-bottom: solid 2px #A0A0A0;
	color: #FAFAFA;
}

.optionRow
{
	padding: 5px 5px 5px 5px;
    color: #FAFAFA;
}

.ButtonRow
{
    margin: 10px 10px 10px 10px;
}

.DisplayOptions td
{
   	padding: 5px 5px 5px 5px;
}

.DisplayOptionsHeader 
{
	background-color: #6595D6;
	height: 25px;
	color: #FAFAFA;
	vertical-align:middle;
	padding: 0px 0px 0px 0px;
    border-bottom: solid 3px #FAFAFA;

}

.small 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.small a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.small a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #0000FF;
}

.smallfixedHeight
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	height: 32px;
	vertical-align:top;
	color: #000000;
}


.smallhighlight
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.smallhighlightunderline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/* Style for server side error messages */
.errorbox {
	background-color: #fcc000;
    border: 1px solid #c00;
    padding: 5px;
    margin: 10px 0px 10px 0px;
}

.errormessage {
	color: #c00000;
}

/* Style for remarks */
.remarksheader {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
    padding: 3px 0px 2px 0px;
    margin: 8px 4px 2px 0px;
	color: #B4D2F8;
	border-bottom: 1px solid #B4D2F8;
}

.remarksbody {
 	width: 80%;
 	visibility: hidden;
 	display: none;
}

.remarksinput {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 5px 1px 5px 1px;
	background-color: #f0f0f0;
 	width: 70%;
}

.remarksadmin {
	border: 1px dashed #3c78b5;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	background-color: #f0f0f0;
}

.remarksadminheader {
	margin: 0px 20px 0px 0px;
	font-weight: bold;
	vertical-align: super;
}

.remarkbox {
	padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    border: 1px #bbb solid;
}

.remarkblock {
	margin: 0px 0px 10px 0px;
	color: #E6E6E6;
}

.remarksource {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B2B2B2;
 	width: 98%;
}

.remarkstatusbox {
    border: 1px dashed red;
	background-color: #f0f0f0;
    font-size: 11px;
	font-style: italic;
    padding: 10px 5px 10px 5px;
    margin: 5px 0px 5px 0px;
}

/* Custom link styles */

a.footer:active {
	text-decoration: none;
	color: #B4D2F8;
}

a.footer:visited {
	text-decoration: none;
	color: #B4D2F8;
}

a.footer:link {
	text-decoration: none;
	color: #B4D2F8;
}

a.note:active {
	text-decoration: none;
	color: #FAFAFA;
}

a.note:visited {
	text-decoration: none;
	color: #FAFAFA;
}

a.note:link {
	text-decoration: none;
	color: #FAFAFA;
}

a.path:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:link {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.searchLink:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.searchLink:visited {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.searchLink:link {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.footer:hover {
	text-decoration: none; 
	color: red;
}

a.note:hover {
	text-decoration: none;
	color: red;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

.thumbImage
{
/*    filter:light(); */
}

.cmmtColumnHeader
{
    background-color:#5D7B9D;
    font-weight: bold;
    color:#FFFFFF;
    height:25px;
    text-align:left;
    vertical-align:bottom;
}

.cmmtPagerButton
{
    font-family: arial; 
    font-size: 12px; 
    font-weight: bold; 
    color: #FFFFFF;
}

.captionLabel
{
    color: #222222; 
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    font-size: 12px;
    font-weight:bold;
    padding: 0px 0px 0px 0px;
    vertical-align:middle;
    text-align:right;
}

.captionTextbox
{
    color: #000000; 
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    font-size: 12px;
    font-weight:normal;
    padding: 0px 7px 0px 0px;
    vertical-align:baseline;
    text-align:left;
}

.captionButton
{
    color: #000000; 
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    font-size: 12px;
    font-weight:normal;
    vertical-align:baseline;
    text-align:center;
}

/* Style for help tips */
.help {
	position: absolute;
	right: 40px;
	top: 175px;
	z-index: 1;
	background-color: #000000;
	color: #FAFAFA;
	visibility: hidden;
	border: 1px solid #FAFAFA;
}

.helpTable
{
    vertical-align:top;
    border: solid 2px #FAFAFA;
}

.helpHeader
{
    text-align:center;
    border: solid 2px #FAFAFA;
    padding: 5px 0px 3px 0px;
}






body 
{
    background-image:url('homebackground.jpg');
    background-attachment:fixed; 
    background-position:top center;
    background-repeat:repeat;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
}

.headerrow
{
    border-bottom: solid 1px #000000;
    border-top: solid 1px #000000;
    padding-bottom:5px;
    padding-top:5px;
}

p 
{
    color:#000000;
    font-size:11pt;
}

td 
{
    color:#000000;
    font-size:8pt;
}

ul 
{
    margin-top: 5pt;
    font-size:10pt; 
    font-weight: bold; 
    color:#000000;
}

li 
{
    margin-top: 1pt;
    font-size:10pt; 
    font-weight: normal; 
    color:#000000;
}

.pagetitle 
{ 
    margin-top: 0pt;
    margin-bottom: 12pt;
    font-size:24px; 
    color:#999999; 
}

.welcome 
{
    padding-top:12pt;
    color:#000000;
    font-size:16pt;
}

.std 
{ 
    font-size:12px; 
    color:#000000; 
}

.footer 
{
    font-size:8pt; 
    color:#333333;
    font-weight:normal;
    margin-top: 5px;
}

.smallblue 
{ 
    font-size:8pt; 
    color:#000099; 
    font-weight:bold; 
    margin-top: 5px;
    margin-bottom: 5px;
}

.newsheader 
{ 
    margin-top: 0pt;
    margin-bottom: 3pt;
    font-size:8pt; 
    color:#CC0000; 
    font-weight:bold; 
}

.newsbody 
{ 
    margin-top: 0pt;
    margin-bottom: 5pt;
    font-size:10pt; 
    color:#000000; 
    font-weight:normal; 
}

.newsrule 
{
    color:#CC0000; 
    margin-top: 0pt;
    margin-bottom: 0pt;
}

.footerrule 
{
    color: #000099;
    margin-top: 0px;
    margin-bottom: 0px;
}

.menu 
{
    color:#ffffff; 
    font-weight:bold;
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    text-align: right
}

.messagehead 
{
    font-size:14px;
    font-weight: bold;
}

.message 
{
    font-size:11px;
}

.messagebold 
{
    font-size:11px; 
    font-weight:bold;
}

.pn 
{
    font-size: 11px; 
    font-style: normal; 
    font-weight: bold; 
    color: #FF6600; 
}

.menuclass 
{
    position:absolute; left:0px; top:0px; width:165px; height:300px; z-index:1
}

.tinyBlue 
{
    font-size:10px; 
    color:#3333FF;
    font-weight:bold;
}

.hnb
{
    padding-top:6px;
    padding-right:15px;
    text-align:right;
}

.bannerrow 
{
    color:#000000;
    font-size:8pt;
}

.list 
{ 
    margin-top: 0pt; 
    margin-bottom: 5pt; 
    font-size:10pt; 
    font-weight: bold; 
    color:#000000;
}

.listheader 
{ 
    margin-top: 0pt; 
    margin-bottom: 5pt; 
    color:#000000; 
    font-weight: bold; 
    font-size:10pt;
}

.nomargin 
{
    margin-top: 0pt; 
    margin-bottom: 0pt;
}

.navBackground
{
    color: #000099;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: 30px;
}

.navLink
{
    color: #000099;
    font-size: 11px;
    font-weight:600;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin: 2px 2px 2px 2px;
    width: auto;
    border-top: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
    text-decoration: none;
    line-height: 20px;
    behavior: url('ButtonHighlight.htc');
}

.breadcrumb
{
    color: #555555;
    font-size: 11px;
    font-weight: bold;
}

.stdLink 
{
	text-decoration: underline;
	color: #0000FF;
}

.stdLink:hover
{
	text-decoration: underline;
	color: #0000BB;
}

/* Search Page Styles */


.gridColumnHeader
{
    background-color:#5D7B9D;
    font-weight: bold;
    color:#FFFFFF;
    height:25px;
    text-align:left;
    vertical-align:bottom;
    text-decoration:none;
}

.gridSortColumnHeader
{
    background-color:#5D7B9D;
    font-weight: bold;
    color:#FFFFFF;
    height:25px;
    text-align:left;
    vertical-align:bottom;
    text-decoration:underline;
}

.dataGridItem
{
    text-align:left;
    border: solid 1px #000000;
    vertical-align:middle;
    padding: 0px 0px 0px 5px;
}

.gridItemRowAlt
{
    background-color:#FFFFFF;
    color:#284775;
    vertical-align:top;
}

.gridItemRowSelected
{
    background-color:#E2DED6;
    font-weight:bold;
    color:#333333;
    vertical-align:top;
}

.gridItemRow
{
    Color:#333333;
    background-color:#F7F6F3;
    vertical-align:top;
}

.dataGridItemHeader
{
    text-align:left;
    border: solid 1px #000000;
    vertical-align:middle;
    padding: 0px 0px 0px 5px;
}

.dataGridButton
{
    text-align:center;
    border: solid 1px #000000;
    vertical-align:middle;
    padding: 0px 0px 2px 5px;
}

.pager
{
    background-color:#294775;
    color:#FFFFFF;
} 
 
.searchRowLeft
{
    border-bottom: solid 1px #777777;
    border-top: solid 1px #777777;
    border-left: solid 1px #777777;
    
}

.searchRowCenter
{
    border-bottom: solid 1px #777777;
    border-top: solid 1px #777777;
}

.searchRowRight
{
    border-bottom: solid 1px #777777;
    border-top: solid 1px #777777;
    border-right: solid 1px #777777;
}

.searchContainer
{
    border: solid 1px #777777;
}