/* eZeeGallery.css noTheme 4LevelWebs 2005 */

/*-------------------------------------------------------------------------------
 Here is where spacing can be given around the individual thumbnails.
 Setting the margin will adjust the spacing.
 All 3 of the following rules margins will need to be set equally.
 thumbNorm,thumbDown, and thumbOver.
*/
.thumbNorm {
	margin: 2px;
	padding: 0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #67594c;
	border-right-color: #dcd7d1;
	border-bottom-color: #dcd7d1;
	border-left-color: #67594C;
}


.thumbDown {
	margin: 2px;
	padding: 0px;
	border: 2px solid #dcd7d1;
}


.thumbOver {
	margin: 2px;
	padding: 0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dcd7d1;
	border-right-color: #67594C;
	border-bottom-color: #67594C;
	border-left-color: #DCD7D1;
}


/*-------------------------------------------------------------------------------
 The Nav Links styles. Images have been applied to the background of the nav links.
 The colors are solid and can be changed in the included png file.
*/
 .linksNorm { color: #000; text-decoration: none;}
 .linksDown {
	font-weight: bold;
	background-color: #67544c;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
 .linksOver { color: #FF0000; text-decoration: none;}


/*-------------------------------------------------------------------------------
 The Gallery Title div.
*/
#gallerytitle {
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #000;
}


#ezeeWrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: 0 solid #CCC;
}


/*-------------------------------------------------------------------------------
 The thumbimages div contains the thumbnails.
*/
#thumbimages {
	margin: 0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: bottom;
}


/*----------------------------------------------------------------------------
 The div containing the Nav Links.
*/
#thumbnavLinks {
	margin: 0;
	padding: 4px 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #FFF;
	border: 0px solid #FFF;
}


/*----------------------------------------------------------------------------
 A little padding for the Nav Links. Gives them some room. 
*/
#thumbnavLinks a {
	padding: 0 4px;
}


/*----------------------------------------------------------------------------
 The div that contains the "Image Loading" text. 
*/
#wait {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


#wait p {
	margin: 0;
	padding: 0;
}


#fullimage {
	z-index:1000;
	margin: 0;
	padding: 0;
}


/*-------------------------------------------------------------------------------
 This style is applied directly to the full image.It's purpose
 is to provide a border around the full image.
 The padding allows the background color to show around the edges.
*/
.imgwrap {
	padding: 0px;
	border: 2px solid #67594C;
}


/*-------------------------------------------------------------------------------
 The caption div styles. Simple font styles.
*/
#caption {
	margin: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #000;
}


/*-------------------------------------------------------------------------------
 The caption text is encased in a <p> tag. No margin and 4px padding
*/
#caption p {
	margin: 0;
	padding: 0 2px;
	border: 1px dotted #999;
}

