﻿a
{
	/*border-bottom: dashed 1px #b3b3b3;*/
	color: #5aabff;
	text-decoration: none;
}

a:hover
{
	/*border: none;*/
	color: #b3b3b3;
	text-decoration: none;
}

body 
{
	font-family: helvetica,arial,sans-serif;
	margin: 0;
	padding: 0;
}

#clientlist 
{
	cursor: pointer;
	margin: 0;
	padding: 0;	
}
 
#clientlist li 
{	
	display: block;	
	margin: 0;
	padding: 4px;
	width: 130px;
	background: #e5e5e5;
	color: #888;
}

#clientlist a
{
	color: #888;
}

#clientlist a:hover
{
	color: #ffffff;
}	

#container
{
	background: #d6d6d6;
	border: solid 1px #cccccc;
	height: 331px; 
	/*left: 135px;*/
	overflow: hidden;
	position: relative;
	width: 369px; 
}

#content
{
	background: #e5e5e5 url(pics/content-shadow.gif) repeat-x;
	color: #808080;
	margin: 0 auto;
	height: 400px;
	padding: 20px;
	width: 800px;
}

#contentfooter
{
	margin: 0 auto; 
	width: 800px;
}

#contentmiddle
{
	background:url(pics/content-middle.gif) repeat-x;
	margin: 0 auto;
	height: 8px;
	padding-left: 12px;
	padding-right: 12px;
	width: 800px;
}

#footer
{
	color: #b3b3b3; 
	font-size: 0.8em; 
	height: 20px; 
	margin: 0 auto; 
	padding-top: 0.3em;
	text-align: center; 
	width: 450px; 
}

#header
{
	margin: 0 auto;
	width: 700px;
}

#header a
{
	border: none;
}

#menu
{
	background-image: url(pics/menu-bkgd.gif);
	height: 30px; 
	width: 100%; 
}

#menushadow
{
	background: url(pics/menu-shadow.gif) repeat-x;
	height: 6px; 
	width: 100%; 
}

#portlink a
{
	color: #b3b3b3;
	text-decoration: none;	
}
	
#portlink a:hover
{
	color: #5aabff;
	text-decoration: underline;
}
		
#strip
{
	float: left; 
	height: 331px; 
	left: 0px; 
	overflow: hidden;
	position: relative; 
	/*width: 1480px;*/
}

#strip img
{
	float: left; 
	padding-right: 1px;
}

.light
{
	color: #b3b3b3;
}

.li
{
	background: url(pics/li-hover.gif) no-repeat; 
	color: white;
	cursor: pointer;
	font-size: 0.7em;
	float: left; 
	height: 18px; 
	margin-top: 1px;
	padding-top: 0.4em;
	padding-right: 2px;
	text-align: center; 
	width: 18px;
}

.li:hover
{
	background: url(pics/li.gif) no-repeat;
	color: black;
}

.menu
{
	font-weight: bold;
	margin: 0 auto;
	padding-top: 4px;
	width: 400px;
}

.menuitem
{
	height: 22px;
	text-align: center;
	width: 80px;
}

.menuhover
{
	color: white;
	background: url(pics/menu-hover.gif) no-repeat center;
	height: 22px;
}

.menuhover a
{
	color: white;
	text-decoration: none;
}

.menuselect
{
	background: url(pics/menu-select.gif) no-repeat center;
	height: 22px;
}

.menuselect a
{
	color: white;
}		

