body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
.bg
{ 
	background-image:url(img/bg.jpg);
	background-repeat: repeat-y;
}
.bg_top
{ 
	background-image:url(img/bg_top.jpg);
	background-repeat: no-repeat;
}
.center
{ 
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-left: 8px;
}
a:link 
{ 
	color: #006600; 
	text-decoration: none; 
}
a:visited 
{ 
	color: #006600; 
	text-decoration: none; 
}
a:hover 
{ 
	color: #ffcc00; 
	text-decoration: none; 
}
a:active { 
	color: #ff0000; 
	text-decoration: none; 
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=245);
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #87C2C2;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-family : Verdana, !important;
font-weight: bold;
font-size : 9pt;
color : #000000;
margin-right: 1px;
}