/* basic elements */
body {
	margin: 10px;
	background: url(/images/plp/top_bg.gif) top left repeat-x ; 
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
/* self defined elements */
#container1{
	position: relative;
	padding: 5px 5px 5px 5px;  
	top: 10px;
	left: 10px;
	width: 480px;
	height: 200px;
	background: #57768B;
}
#container2{
	position: relative;
	padding: 5px 5px 5px 5px;  
	top: 5px;
	left: 5px;
	width: 420px;
	height: 180px;
	background: #7793A5;
}
#pageheader {
	position: relative;
	height: 163px;
	}
#pageheader h1 { 
	position: relative;
	margin: 0px;
	top: 20px;
	left: 20px;
	height: 39px;
	background: url(/images/plp/top_title.gif) no-repeat top left; 
	}
#pageheader h1 span {
	display:none
	}
#date { 
	position: relative;
	margin: 0px;
	top: 85px;
	left: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
#formblock {
	position: absolute;
	left: 10px;
	top: 10px;
	float: left;
	width: 350px;
	padding:5px 10px 5px 10px;
	border-bottom:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
	border-top:1px dotted #ccc;
	background:#9AAFBE;
	}
#formblock label{
	font-size: 10pt;
	font-weight: bold;
}
#formblock input {
  background:#ffffff;
  border:1px solid #ccc;
  border-color:#cccccc #ffffff #ffffff #cccccc;
  color:#000000s;
  }
#formblock a {
  color:#ffffff;
  }
#formblock input.button{
	padding:2px;
	border:1px solid #000000;
	border-color:#ccc #ccc #000 #000;
	background:#FFFFFF;
	color:#000000;
	font-weight: normal;
	}
#formblock input.button:hover {
  color:#c00;
  background:#000000;
  cursor:hand;
  }
.error {
	position: absolute;
	left: 20px;
	top: 160px;
	width: 250px;
	margin-left: 2px;
	font-size: 8pt;
	font-weight: bold;	
	color: #ff0000;
 }
#moreinfo{
	z-index: 0;
}
#moreinfo {
	position: absolute;
	left: 250px;
	top: 30px;
	width: 250px;
	margin-left: 100px;
	padding:5px 10px 5px 0;
	border-bottom:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
	border-top:1px dotted #ccc;
	background:#000000;
 }
#moreinfo li {
  padding:5px 10px 5px 5px;
  font-size:11px;
  font-weight:normal;
  }
#moreinfo h3{
	position: relative;
	margin: 0px;
	left: 5px;
	top: 2px;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
}
#moreinfo a{
	border-bottom:1px dotted #ccc;
}
#contentcontainer{
	position: relative;
	padding: 5px 5px 5px 5px;  
	top: 140px;
	left: 20px;
	width: 500px;
	background: #ffffff;
	}
#pagetitle h1{
	position: absolute;
	margin: 0px;
	padding: 5px 5px 5px 5px;  
	top: 0px;
	left: 20px;
	height: 25px;
	width: 600px;
	background: #000000;
	font-face: Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	}
#content {
	position: relative;
	padding: 10px;
	top: 50px;
	left: 16px;
	width: 600px;
	background: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
}
#header{
	position: relative;
	padding: 5px 5px 5px 5px;  
	top: 120px;
	left: 16px;
	width: 600px;
	}
#header a{
	color: #0000ff;
	}
#footer {
	position: absolute;
	top: 250px;
	left: 16px;
	width: 600px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-align: left;
	height: 25px;

	}

.leftTableBg {  background-color: #005880}
.menuLinks {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFCC; text-decoration: none}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.pageTitles {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #336699}
.titleBg {  background-color: #CCCCCC}
.boldText {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000}
.white {  background-color: #FFFFFF}
.tableTitles {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFCC; text-decoration: none}
.lightColorBg {  background-color: #EEEEEE}
.variableText {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #990000}
.darkBorder {  border: #000000; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.errorBig {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #FF0000}
.lightText {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #CCCCCC}
.pageTitlebg {  background-color: #FFFFF2}
