/*-----------------------------------------------------------------------------

Basic typography for browsers. This file imports the other CSS files. 

-----------------------------------------------------------------------------*/

@import url("layout.css");

/* =General Typography
-----------------------------------------------------------------------------*/

body,form,p,h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 140%;
}

img
{
	border: 0;
	margin: 0;
}

ul
{
	margin: 0;
	padding: 0;
}

/* =Link Styles
-----------------------------------------------------------------------------*/

a:link,a:visited,a:hover,a:active
{
	text-decoration: none;
	color: #999999;
}

a:hover { text-decoration: underline; }
.clear { clear: both; }

.detailcontentcontainer
{
	position: absolute;
	top: 10px;
	left: 490px;
	height: 400px;
	width: 430px;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	background: url(../images/bg/470whiteBackground.gif) left top no-repeat;
	
}

 .detailcontent
{
	position: absolute;
	top: 10px;
	left: 490px;
	height: 400px;
	width: 430px;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	display: none;
	background: url(../images/bg/470whiteBackground.gif) left top no-repeat;
	
}
.detailcontenttext
{
	position: absolute;
	top: 20px;
	left: 20px;
	height: 360px;
	width: 420px;
	margin: 0px;
	padding: 20px;
	padding: 0px 20px 0px 0px;
	overflow: auto;
	
}
.detailcontent h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 10px 0px;
}