/* Tiny Scrollbar */
#scrollbar1 { width: 720px; margin: 20px 5px 2px 0; }
#scrollbar1 .viewport { width: 700px; height: 350px; overflow: hidden; position: relative; }
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 0px 2px 20px; ;
	margin: 0;
	width: 678px;
}
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }

html, body {height: 100%;margin: 0;                                                                     
padding: 0;}

form{margin:0px;}


div#top {visibility: hidden;width: 100%;height: 50%;margin-top: -262px;float: center;}
 
 
div#login {width: 100%;height: 525px;clear: both;position: relative;top: -275px;position: static;}




#main{
	position:relative;
	width:380px;
	margin:0 0 0 40px;
}

#holder{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0 0 10px 0;
	margin:0;
}

.swControls{
	position:absolute;
	margin-top:10px;
}

a.swShowPage{
	background-color:#444444;
	float:left;
	height:15px;
	margin:4px 3px;
	text-indent:-9999px;
	width:15px;
}

a.swShowPage:hover,
a.swShowPage.active{
	background-color:#2993dd;
}

#holder li{
	list-style:none outside none;
	margin:0;
	padding:0 0 0 15px;
	width:185px
	float:left;
	background:url(../images/bullet.png) left center no-repeat;
}

.clear{
	clear:both;
}

.projectshidden{
font-family: Arial, Helvetica, sans-serif;
text-align:left;
font-size: 11px; color:#dbd6d0;
text-decoration: none;
}
.projectshidden:hover{
font-family: Arial, Helvetica, sans-serif;
text-align:left;
font-size: 11px; color:#dbd6d0;
text-decoration: none;
}
.projects{
font-family: Arial, Helvetica, sans-serif;
text-align:left;
font-size: 11px; color:#433c3c;
text-decoration: none;
}
.projects:hover{
color: #64a8cb;
text-decoration: underline;
}


