/* project-1-menu */
.transparent-image-link
{
	border: 1px solid #999999;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

}

.transparent-image-link:hover
{
	border: 1px solid #FF9DCE;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.seperate-line
{
	padding: 8px 0px 0px 0px;
	margin: 4px 0px 0px 0px; 
	border-style: solid; 
	border-width: 1px 0px 0px 0px; 
	border-color: #CCCCCC;
	width:372px
}







/* activity */
#iconbar img
{
	visibility:hidden;
	display:none;
}

#iconbar li
{
	margin: auto 0px auto auto;
	background-position: #E8E8F9;
	border-width: 0px;
	float: left;
	position: relative;
	background: #E8E8F9;
	overflow: hidden;
	height: 34px;
	
}

#iconbar a
{
	text-decoration: none;
	outline: none;
	color: #d00000;
	display: block;
	width: 14px;
	padding: 1px 1px 1px 6px;
	cursor: pointer;
	height: 34px;
}

#iconbar span
{
	width: 120px;
	position: absolute;
	display: none;
	color: #333333;
	height: 34px;
	left: 0;
	top: 0;
	margin-top: 2px;
	margin-left: 2px;
}













/* next back top */
.navigator-button-image
{
	border: 0px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color:AliceBlue;
}

.navigator-button-image:hover
{
	border: 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color:AliceBlue;
}
