/* TABS AND NAVIGATION */
.tab-active{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #E37000;
	font-weight:bold;
	height: 20px;
	text-align: center;
}
.tab-non-active{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	font-weight:bold;
	height: 20px;
	text-align: center;
}
.tab-bottom{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.content-box{
	margin-top:3px;
}

/* IMAGE BOXES */
.thumbs{
	line-height:0px; /* fix for ff(works) and Safari(sort of) -- Forces image boxes to line up correctly (vertical) with big one*/
}
.thumbs a:link .img-thumb{
	border:1px solid #CCCCCC;
	padding: 2px;
	margin-bottom:2px;
}
.thumbs a:visited .img-thumb{
	border:1px solid #CCCCCC;
	padding: 2px;
	margin-bottom:2px;
}
.thumbs a:hover .img-thumb{
	border:1px solid #FF9933;
	padding: 2px;
	margin-bottom:2px;
}
.thumbs a:active .img-thumb{
	border:1px solid #FF9933;
	padding: 2px;
	margin-bottom:2px;
}
.img-large{
	border:1px solid #CCCCCC;
	padding: 2px;
	margin-bottom:2px;
}

/* TEXT AND FONTS */
.text-small-gray{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
}
.text-bold-gray{
	color: #666666;
	font-weight:bold;
}

/* LINK STYLES FOR TABS */
.tab-nav{
	font-size:8pt;
	color:#999999;
	line-height:20px;
	font-weight:bold;
	letter-spacing:0px;
	word-spacing: 0px;
}
.tab-nav a:link{
	text-decoration:none; color:#4693C4;
}
.tab-nav a:visited{
	text-decoration:none; color:#4693C4;
}
.tab-nav a:hover{
	text-decoration:underline; color:#4693C4;
}
.tab-nav a:active{
	text-decoration:none; color:#4693C4;
}