﻿/*  
    ----------------------------
	   GENERAL BASE STYLES
    ----------------------------
*/


body
{
	font-family: Verdana;
	font-size: small;
	color: #666666;
	background-color: #e9e9d1;
}

td
{
	font-family: Verdana;
	font-size: small;
	color: #666666;
}

a:link
{
	color: #5d7c9c;
}

a:visited
{ 
	color: #5d7c9c;
}

a:hover
{
	color: #cc6666;
	text-decoration: none;
}

a:active
{ 
	color: #5d7c9c;
}

.submenuLink
{
	color: #5d7c9c;
	text-decoration: none;
}

.outsideWhiteLink:link
{
	color: #4b4b4b;
	text-decoration: none;
}

.outsideWhiteLink:hover
{
	color: #cc6666;
	text-decoration: none;
}

.question
{
	font-weight: bold;
	color: Orange;
}

.errorInline
{
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px red;
	background-color: #FFCC99;
	color: Black;
}

h1
{
	font-size: medium;
	font-weight: bold;
}

h2
{
	font-size: small;
	color: #446689;
	font-weight: bold;
}


/*  
    ----------------------------	
*/




/*  
    ----------------------------
	   GALLERY WIDE STYLES
    ----------------------------
*/

.caption
{
	font-size: x-small;
}

.menuMain
{
	width: 760px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	text-align: left;
	background: url(images/menubar.gif) no-repeat left top;
}

.subMainMenu
{
	width: 735px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	text-align: right;	
}

.signout
{
	font-size: xx-small;
}

.pgHeader
{
	font-size: medium;
	font-weight: bold;
}

.compliantCentering
{
	margin-left: auto;
	margin-right: auto;	
}

.textbox
{
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
}

.ddlbox
{
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	font-size: x-small;
	height: 18px;
}


.button
{
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	cursor: pointer;
	font-size: x-small;
	height: 20px;
}

.controlPanel
{
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	padding: 5px 5px 5px 5px;	
	margin-bottom: 10px;	
	background-color: #efefef;
}

.msgBlock
{
	border-width: 1px;
	border-style: solid;
	border-color: Maroon;
	padding: 5px 5px 5px 5px;	
	margin-bottom: 10px;
	width: 350px;
}

.msgError
{
	color: Red;
	font-weight: bold;		
}

.msgInfo
{
	color: Blue;
	font-weight: normal;	
}

.msgWarning
{
	color: Red;
	font-weight: normal;	
}

.mainfooter
{
	font-size: x-small;
	color: #777777;
	text-align: center;
	padding-top: 10px;
}

.gutterTitleBar
{
	background-color: #5d7c9c;
	color: #eeeeee;
	text-align: center;
	font-weight: normal;
	height: 13px;
	font-size: x-small;
	margin: 0px 0px 8px 0px;	
}

/*  
    ----------------------------	
*/


/*  
    ----------------------------
	   PHOTO LISTING STYLES
    ----------------------------
*/

.photoListingDiv
{
	
}

/*  
    ----------------------------	
*/


/*  
    ----------------------------
	   PHOTO THUMBNAIL STYLES
    ----------------------------
*/



/*
   this class is the main outer wrapper for each individual
   thumbnail item
*/
.photoThumbnailItemDiv
{
	overflow: visible;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 10px;
	
	/*  needs to be larger than .photoThumbnailArea width */
	width: 131px;
	
	/* got rid of height constraints for admin tools */
			/*  needs to be larger than .photoThumbnailArea height
				plus .photoThumbnailActionArea height */
			/*height: 990px; */
	
	float: left;
		
	border-width: 1px;
	border-style: solid;
	border-color: White;
}

.photoThumbnailItemDiv:hover
{
	border-color: #999999;	
}

/*
   this class is for action area for each thumbnail
*/
.photoThumbnailActionArea
{
	/* 2px less than .photoThumbnailItemDiv width */
	width: 129px;
	
	/* got rid of height constraints for admin tools */
		/* slightly less than .photoThumbnailItemDiv height minus
		   .photoThumbnailArea height */
		/* height: 38px;	*/
}

.photoThumbnailDiv
{
	
}

/*  this is the thumbnail image area itself (within .photoThumbnailItemDiv) */
.photoThumbnailArea
{
	/*  IE needs this to center DIVs inside any tag with this class */
	text-align: center;
	
	margin-left: auto;
	margin-right: auto;
	
	border-width: 1px;
	border-color: white;
	border-style: solid;
	background-color: white;
	
	/*  3px less than .photoThumbnailItemDiv width */
	width: 128px;
	
	/*  needs to be slightly less than .photoThumbnailItemDiv height
        minus .photoThumbnailActionArea height 
        it also needs to be 2px more than .photoThumbnailCell height  */
	/*height: 160px;*/
	
	overflow: hidden;	
}

.photoThumbnailArea:hover
{
	border-color: white;
}

.photoThumbnailCell
{
	/*  needs to be 2px less than .photoThumbnailArea height */
	height: 158px;	
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.photoThumbnailMatte
{
	border-width: 12px;
	border-style: solid;
	border-color: white;
	
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.photoThumbnailOuterBorder
{
	border-width: 2px;
	border-style: solid;
	border-color: #555220;
	
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.photoThumbnailOuterBorder:hover
{
	border-color: #336699;
	cursor: pointer;
}
 
.photoThumbnailImage
{
	/* compliant browsers use the following for centering DIVs  */
	margin-left: auto;
	margin-right: auto;
}

/*  
    ----------------------------	
*/




/*  
    ----------------------------
	   PHOTO PAGE STYLES
    ----------------------------
*/


.photoPageBody
{
	/* IE needs this for centering DIVs */
	text-align: center;	
	
	/* compliant browsers use this for centering */
	margin-left: auto;
	margin-right: auto;
}

.photoPageContent
{
	background-color: White;
	
	border-color: #777777;
	border-width: 0px;
	border-style: solid;	
	
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
	
	display: table;
	
	/*  works in conjunction with columnTwo width in most cases  */
	/*  this also needs to closely match #photo + .photoInformationArea below            */
	width: 545px;
}

#photo
{
	border-width: 0px;
	border-color: #999999;
	border-style: solid;
	
	/* fits WITHIN .photoPageContent - photoInformationArea  */
	width: 355px;
	/* height: 400px; */
	
	text-align: left;
	
	overflow: hidden;
}

.photoInformationArea
{
	width: 190px;
	border-style: solid;
	border-width: 0px;
	border-color: Black;
}

.photoInformationFieldTitle
{
	font-weight: bold;
}

.photoInfoMetadata
{
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;	
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: #f7f7f7;
	color: #5d7c9c;
}

.photoInfoKeywords
{
	margin-bottom: 10px;	
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #555555;
	font-size: xx-small;
}

.photoImage
{
	border-width: 5px;
	border-color: #555555;
	border-style: solid;
	outline: black solid 5px;	
}

#caption
{
	padding-top: 3px;
	font-size: x-small;
}

/*  
    ----------------------------	
*/


/*  
    ----------------------------
	   SITE PAGE LAYOUT STYLES
    ----------------------------
*/


.siteColumnLayoutsBody
{
	/* IE needs this for centering DIVs */
	text-align: center;	
	
	/* compliant browsers use this for centering DIVs  */
	margin-left: auto;
	margin-right: auto;
}

.siteColumnLayoutsContent
{
	text-align: center;
	background-color: White;
	width: 708px;
	display: table;
}

.siteColumnLayoutsContent .columnOne
{
	text-align: left;	
	margin-top: 10px;
	border-right-color: #aaaaaa;
	border-right-width: 1px;
	border-right-style: solid;
	width: 125px;
	float: left;
}

.siteColumnLayoutsContent .columnTwo
{
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 10px;
	width: 562px;
	float: left;
	border-style: solid;
	border-width: 0px;
	border-color: black;
}

.siteColumnLayoutsContent .onlyOneColumn
{
	text-align: left;
	width: 700px;
	overflow: auto;
}

/*  
    ----------------------------	
*/



/*  
    ----------------------------
	   SITE TOC STYLES
    ----------------------------
*/


.siteTOCBody
{
	/* IE needs this for centering DIVs */
	text-align: center;	
	
	/* compliant browsers use this for centering DIVs  */
	margin-left: auto;
	margin-right: auto;
}

.siteTOCContent
{
	text-align: center;
	background-color: White;
	border-color: #777777;
	border-width: 0px;
	border-style: solid;
	width: 708px;
	display: table;
}

.siteTOCContent .columnOne
{
	text-align: left;
	border-right-color: #aaaaaa;
	border-right-width: 1px;
	border-right-style: solid;
	width: 150px;
	float:left;
	overflow: auto;
}

.siteTOCContent .columnTwo
{
	text-align: left;
	padding-left: 5px;
	border-color: red;
	border-width: 0px;
	border-style: solid;
	width: 550px;
	float: left;		
}

/*  
    ----------------------------	
*/


/*
---------------------------------------------------------------------------------------------
       FRAME - GENERAL STYLES APPLIED TO ALL FRAMES
---------------------------------------------------------------------------------------------
*/


div.frame
{ 
	text-align: left;
	
	/* compliant browsers use this for centering */
	margin-left: auto;
	margin-right: auto;
}


/*
---------------------------------------------------------------------------------------------
       FRAME - STANDARD GRAY BORDER / NO TITLE BAR
---------------------------------------------------------------------------------------------
*/

div.frameStandard
{ 
	background-color: White;		
}

div.frameStandard .fmeTopSpacerDiv
{
	height: 8px;
}

div.frameStandard .fmeTitle
{
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

div.frameStandard #left
{
	background: url(images/fme_left.gif) repeat-y left top;
	float: none;
}

div.frameStandard #right
{
	background: url(images/fme_right.gif) repeat-y right top;
	float: none;
}

div.frameStandard #top
{
	background: url(images/fme_top.gif) repeat-x top;
	float: none;
}
div.frameStandard #bottom
{
	background: url(images/fme_bottom.gif) repeat-x bottom;
	float: none;
}
div.frameStandard #up_left
{
	background: url(images/fme_up_left.gif) no-repeat left top;
	float: none;
}
div.frameStandard #up_right
{
	background: url(images/fme_up_right.gif) no-repeat right top;
	float: none;
}
div.frameStandard #down_left
{
	background: url(images/fme_down_left.gif) no-repeat left bottom;
	float: none;
}
div.frameStandard #down_right
{
	background: url(images/fme_down_right.gif) no-repeat right bottom;
	float: none;
}

div.frameStandard #fmeContent
{
	color: #666666;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 25px;	
}

/*
---------------------------------------------------------------------------------------------
*/



/*
---------------------------------------------------------------------------------------------
       FRAME - BLUE TITLE BAR
---------------------------------------------------------------------------------------------
*/

div.frameBlue
{ 
	background-color: White;		
}

div.frameBlue .fmeTitle
{
	font-size: small;
	font-weight: bolder;
	color: White;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.frameBlue #left
{
	background: url(images/fme_blue_left.gif) repeat-y left top;
	float: none;
}

div.frameBlue #right
{
	background: url(images/fme_blue_right.gif) repeat-y right top;
	float: none;
}

div.frameBlue #top
{
	background: url(images/fme_blue_top.gif) repeat-x top;
	float: none;
}
div.frameBlue #bottom
{
	background: url(images/fme_blue_bottom.gif) repeat-x bottom;
	float: none;
}
div.frameBlue #up_left
{
	background: url(images/fme_blue_up_left.gif) no-repeat left top;
	float: none;
}
div.frameBlue #up_right
{
	background: url(images/fme_blue_up_right.gif) no-repeat right top;
	float: none;
}
div.frameBlue #down_left
{
	background: url(images/fme_blue_down_left.gif) no-repeat left bottom;
	float: none;
}
div.frameBlue #down_right
{
	background: url(images/fme_blue_down_right.gif) no-repeat right bottom;
	float: none;
}

div.frameBlue #fmeContent
{
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 25px;	
}

/*
---------------------------------------------------------------------------------------------
*/


/*
---------------------------------------------------------------------------------------------
       FRAME - TRANSPARENT TITLE BAR WHITE BACKGROUND
---------------------------------------------------------------------------------------------
*/

div.frameWhiteBG
{ 
	background-color: White;		
}

div.frameWhiteBG .fmeTitle
{
	font-size: small;
	font-weight: bolder;
	color: #666666;
	padding-bottom: 10px;
}

div.frameWhiteBG #left
{
	background: url(images/fme_w_left.gif) repeat-y left top;
	float: none;
}

div.frameWhiteBG #right
{
	background: url(images/fme_w_right.gif) repeat-y right top;
	float: none;
}

div.frameWhiteBG #top
{
	background: url(images/fme_w_top.gif) repeat-x top;
	float: none;
}
div.frameWhiteBG #bottom
{
	background: url(images/fme_w_bottom.gif) repeat-x bottom;
	float: none;
}
div.frameWhiteBG #up_left
{
	background: url(images/fme_w_up_left.gif) no-repeat left top;
	float: none;
}
div.frameWhiteBG #up_right
{
	background: url(images/fme_w_up_right.gif) no-repeat right top;
	float: none;
}
div.frameWhiteBG #down_left
{
	background: url(images/fme_w_down_left.gif) no-repeat left bottom;
	float: none;
}
div.frameWhiteBG #down_right
{
	background: url(images/fme_w_down_right.gif) no-repeat right bottom;
	float: none;
}

div.frameWhiteBG #fmeContent
{
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 25px;	
}

/*
---------------------------------------------------------------------------------------------
*/