@charset "utf-8";

/* Change default html styles */
* {
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}
a img {
  border-style: none;
}

div, p, ul, h1, h2, h3, h4, form{
	margin:0px; 
	padding:0px;
}
ul{
	list-style-type:none;
}


/* General styling ..........................................*/
body {
	margin:0; 
	padding:0;
    color: #666; 
	background:url(../images/listpagebg.jpg) 0 0 repeat-x #fff;
    font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
}

a {
   text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

#contentpan{
	width:550px; 
	position:relative;
    font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto; 
	padding:0;
}

#contentpan div#close1 ul{
	position:absolute;
	left: 468px;
	top: 35px;
	width:80px;
	background-color:#33FF33;
}
#contentpan div#close1 ul li a{
	padding:0 20px 0 0;
	background:url(../images/close1.gif) 100% 50% no-repeat #fff;
	color:#555555;
	font-weight: normal;
    font: 10px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#contentpan div#close1 ul li a:hover{
	background:url(../images/close2.gif) 100% 50% no-repeat #fff;
	color:#555555;
	font-weight: normal;
    font: 10px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#contentpan h1{
	width:550px; 
	height:22px; 
	display:block;
    border-bottom:#000000 solid 2px;
	font:18px/18px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	color:#000;
	padding:40px 0 0 0;
	margin:0 0 20px 0; 
	font-weight:normal;
}

#contentpan table{
    width:530px;
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	color:#555555;
	text-align:center;
	margin-top:10px;
	margin-left:8px;
    border-bottom:#666666 solid 1px;
}

#contentpan table tr{
}

#contentpan table td{
	border-bottom:#edecec solid 1px;
	padding:4px;
}

#contentpan td.hedding{
    padding:5px;
    border-bottom:#666666 solid 1px;
	font-weight:bold;
}

#contentpan p{
    margin:15px 0 15px 0;
}

#contentpan div#close2 ul{
    float:right;
	margin:25px 15px 20px 0;
	width:80px;
	background-color:#33FF33;
}
#contentpan div#close2 ul li a{
	padding:0 20px 0 0;
	background:url(../images/close1.gif) 100% 50% no-repeat #fff;
	color:#555555;
	font-weight: normal;
    font: 10px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#contentpan div#close2 ul li a:hover{
	background:url(../images/close2.gif) 100% 50% no-repeat #fff;
	color:#555555;
	font-weight: normal;
    font: 10px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


#contentpan span.displayback1{
    display:none;
}
#contentpan span.displayback2{
    display:none;
}


