/* CSS Document */

a:link, a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover, a:active {
	text-decoration:none;
	color:#666666;
}

body {
	background-color:#ffffff;
	color:#000000;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
	height:auto;
}

#copyright {
	position:absolute;
	bottom:0;
	right:0;
	width:175px;
}

#wrapper {
	position: absolute;
	width:850px;
	height:600px;
	overflow:hidden;
	margin-left:-425px;
	margin-top:-300px;
	background-image:url(../images/fingers_bg.png);
	background-position:center top;
	background-repeat: no-repeat;
	left:50%;
	top:50%;
	z-index:0;
}

#container {
	margin:0px;
	padding-top:20px;
	width:650px;
	height:490px;
	float:left;
	overflow:hidden;
}

#menucolumn {
	margin-top:0px;
	margin-right:0px;
	padding-top:150px;
	float:right;
	width:150px;
	height:300px;
	text-align:left;
}

#logo {
	margin:0px;
	padding-top:15px;
	float:left;
	clear:both;
	width: 250px;
	height:83px;
}

#menulist {
	list-style-type:none;
	list-style:none;
	margin:0px;
	text-align:left;
	padding:0px;
}

#menulist li {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor:pointer;
}

.header {
	float:right;
}

.contents {
	float:left;
	overflow:auto;
	width:460px;
	height:460px;
	padding:5px;
	text-align:left;
	position:relative;
	background:url(../images/trans_bg.png) repeat;
	border:1px solid #C5C5C5;
}

.thumb {
	border: 1px solid white;
}
.thumb:hover {
	border:1px solid black;
	cursor:pointer;
}

#LoadingMsg {
	margin-left:25px;
	margin-top:25px;
}

#ImageWindow {
	position:fixed;
	padding:0px;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:5;
	opacity: 0.7;
	filter:alpha(opacity=70);
	background-color:#444444;
}

#ImageContainer {
	text-align:center;
	position:absolute;
	z-index:100;
	width:600px;
	left:50%;
	margin-left:-300px;
	height:auto;
	padding:0px;
}

#ImageContainer img {
	border:black solid 2px;
}

.PortTitle {
	font-weight:bold;
}

.thumbCell {
	border-bottom: dotted 1px #333333;
}