/* TOOLTIPS */
.tooltip, .tool-tip {
	width: 300px;
	color: #bbb;
	z-index: 20;
	background:#FFF;
	border:1px solid #939393;
}
 
.tool-title {
	width: 320px;
	font-size: 1.3em;
	margin: 0;
	color: #231f20;
	padding:.6em .9em;
}
 
.tool-text {
	font-size: 1.1em;
	padding:0 1em 1em;
	color:#231f20;
}

table#ColTable {
border-collapse: collapse;
width: 660px;
margin:0;
padding: 0;

}

table#ColTable td
{
	text-align: center;
	width: 220px;
	padding-bottom: 5px;
}

table#ColTable td a{
text-decoration: none;
font-size: 14px;
}

table#ColTable td img{
padding-top: 10px;
}


.ifrHelp
{
	display: none;
	position: absolute;
	background-color: #000 !important;
	top: 0;
	left: 0;
	z-index: 5;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	background-image: url(Images/blackspacer.gif);
	margin:0;
	padding:0;
	border: 0;
}

div#ImagePop
{
	width: 400px;
	height: 400px;
	text-align: center;
	visibility: hidden;
	position: absolute;
	top: -1030px;
	left: 20px;
	z-index: 50;
	background-color: #fff;
	border-width: 2px 3px 3px 2px;
	border-color: #fff;
	border-style: solid;
}


div#ImageClose {
	background-color: #292929;
	color: white;
	padding: 3px;
	padding-right: 5px;
	padding-left: 10px;
	text-align: left;
	z-index: 50;
	cursor: pointer;
	text-transform: lowercase;
	letter-spacing: .1em;
}
div#ImageContent { 
text-align: left;
padding: 0;
padding-bottom: 12px;
z-index: 50;
background-color: #f6f6f6;
background: url(Images/shadowAlpha.png) no-repeat bottom right !important;
background: url(Images/spacer.gif.png) no-repeat bottom right;
behavior: url(iepngfix.htc);
margin-bottom: -20px;
margin-right: -12px;
z-index: 30;
}
div#ImageContent img{ 
z-index: 60;
}

div#ImageContent h2{
font-size: 14px;
}
table#GalleryDisplay {
	width: 900px;
	height: 560px;
	border-collapse: collapse;
}


table#GalleryDisplay td#gThumbCell { 
width: 200px;
height: 500px;
}

div#gThumbs{ 
width: 250px;
height: 630px;
overflow:auto;
margin-top: 2px;
display: block;
padding-top: 10px;
z-index: 8000;
}


div#ImageCell { 
width: 670px;
height: 500px;
vertical-align: top;
text-align: center;
padding: 0;
margin:0;
}


table#GalleryDisplay td#gDescription { 
font-size:9px;
}
div.ThumbDiv
{
	width: 62px;
	height: 41px;
	float: left;
	text-align: center;
	vertical-align: middle;
	border: 1px #fff solid;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;

	behavior:url("css/csshover3.htc");
	display: block;
	z-index: 1;
	position: relative;
}

div.ThumbDiv:hover {
	border: 1px #fa2 solid;	
}


table#GalleryList td{
padding-top: 10px;
padding-right: 8px;
padding-left: 8px;
vertical-align: middle;
}