body
{
	background-color : #F7F7F7;
	background-image : url(/images/background.jpg);
}

body,td,a.link,.caption,.footer,.par_title,.sec_title
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

.par_title
{
	font-size : 17px;
	font-weight : bold;
}

.sec_title
{
	font-size : 18px;
	font-weight : bold;
}

.caption
{
	font-size : 11px;
	font-style : italic;
}

body,td,a.link
{
	font-size : 12px;
}

.footer
{
	font-size : 10px;
	color: gray;
}

.navlink
{
	color : black;
	text-decoration : none;
}

.navlink:hover
{
	text-decoration : underline;
}

a
{
	color : #4B7A89;
	font-weight : bold;
}

.dltable,.darktable
{
	background-color : #F5F5F5;
	border: 1px solid Gray;
}

.dltableheader,.darktableheader
{
	background-color: #E8E9EC;
}

.dltable TD
{
	vertical-align: top;
}

hr.p_sep
{
	border-style: dashed;
	width : 100%;
	color : #5F5F5F;
}

/* Lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox/overlay.png", sizingMethod="scale");
	}
