.photo {color: #CCCCCC; border-color: #CCCCCC}
.n {text-decoration:none}
.nav {font-size: 8pt; font-family: "verdana"}
.form {font-size: 8pt; font-family: "ms sans serif"}
.small {font-size: 11pt; font-family: verdana}
.title {font-size: 13pt; font-family: verdana; font-weight: bold;}
.vsmall {font-size: 7pt; font-family: verdana; font-weight: normal; text-decoration: italics;}

.png {
  behavior: url('img/png.htc');
}
.l:link {
	COLOR: #CCFFFF; FONT-FAMILY: Helvetica, Arial; FONT-SIZE: 10px; TEXT-DECORATION: none
}
.l:visited {
	COLOR: #CCFFFF; FONT-FAMILY: Helvetica, Arial; FONT-SIZE: 10px; TEXT-DECORATION: none
}
.l:hover {
	COLOR: #ffffff; FONT-FAMILY: Helvetica, Arial; FONT-SIZE: 10px; TEXT-DECORATION: none
}
.e:link {
	COLOR: #CCFFFF; FONT-FAMILY: Helvetica, Arial; FONT-SIZE: 12px; TEXT-DECORATION: none
}
.e:visited {
	COLOR: #CCFFFF; FONT-FAMILY: Helvetica, Arial; FONT-SIZE: 12px; TEXT-DECORATION: none
}
.e:hover {
	COLOR: #ffffff; FONT-FAMILY: Helvetica, Arial; FONT-SIZE: 12px; TEXT-DECORATION: none
}
.m:link {
	COLOR: #fff600; TEXT-DECORATION: none
}
.m:visited {
	COLOR: #fff600; FONT-FAMILY: Helvetica, Arial; FONT-SIZE: 12px; TEXT-DECORATION: none
}
.m:hover {
	COLOR: #ffffff; FONT-FAMILY: Helvetica, Arial; FONT-SIZE: 12px; TEXT-DECORATION: none
}
.menu:link    {font-family: Helvetica, Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #333366; text-decoration: none}
.menu:visited {font-family: Helvetica, Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #333366; text-decoration: none}
.menu:hover   {font-family: Helvetica, Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #CCFFFF; text-decoration: none}

.link:link    {font-family: Verdana, Sans Serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.link:visited {font-family: Verdana, Sans Serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.link:hover   {font-family: Verdana, Sans Serif; font-size: 14px; font-style: normal; font-weight: bold; color: #333366; text-decoration: none}

A		{font-family: Helvetica, Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #000099}
A:visited	{font-family: Helvetica, Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #000099}
A:hover	{font-family: Helvetica, Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #3333FF; text-decoration: none}

TD {
	FONT-FAMILY: Helvetica, Arial; FONT-SIZE: 12px
}




input.inputField {
	background:#DBEBF2;
	border:1px solid #c0c0c0;
	width:150px;
	font-size: 80%;
	font-family:tahoma;
	}
input.ac {
	background:#DBEBF2;
	border:1px solid #c0c0c0;
	width:250px;
	font-size: 80%;
	font-family:tahoma;
	}
input.btn {
	background:#DBEBF2;
	border:1px solid #0099CC;
	width:100px;
	font-size: 80%;
	font-family:tahoma;
	}
textarea.messField {
	background:#DBEBF2;
	border:1px solid #c0c0c0;
	width:450px;
	height:150px;
	font-size: 80%;
	font-family:tahoma;
	padding:5 5 5 5px;
	}
textarea.design {
	background:#DBEBF2;
	border:1px solid #c0c0c0;
	width:100%;
	height:400;
	font-size: 80%;
	font-family:tahoma;
	padding:5 5 5 5px;
	}
textarea.answerField {
	background:#DBEBF2;
	border:1px solid #c0c0c0;
	width:450px;
	height:100px;
	font-size: 80%;
	font-family:tahoma;
	padding:5 5 5 5px;
	}
div.smiles {
	width:165x;
	height:46px;
	background:#DBEBF2;
	border:1px dotted #c0c0c0;
	padding: 10 10 10 10px;
	}
a.smenu {
	color:#ffffff;
	text-decoration:none;
}
a.smenu:visited {
	color:#ffffff;
	text-decoration:none;
}
.post2 {
	width:500px;
	background:#DBEBF9;
	font-size:90%;
	}
.post1 {
	border:1px solid #c0c0c0;
	font-size:90%;
	}
.error {
	width:200px;
	height:20%;
	color:red;
	border:1px solid red;
	background:#FFEAEA;
	padding:10 10 10 10px;
	}

.main {
	font-family:tahoma;
	font-size:80%;
	}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.ifooter	{display:none; visibility: hidden; overflow: hidden;}

.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	