@charset "utf-8";
/* CSS Document */

#complist_container {
	margin:0 auto;
	width:600px;	
	text-align:center;
}

#complist_container h2 {
	padding:0; margin:0;
	color:#000000;
	font-size:22px;
	font-weight:normal;
}

#complist_container h1 {
	padding:0; margin:0;
	color:#FFFFFF;
	font-size:56px;
	font-weight:normal;
}

.complist_panel {
	background-color:#6A798A;
	height:30px;
	line-height:30px;
	margin:10px auto;
}

.complist_search {
/*	background-color:#FFF;*/
	line-height:30px;
	margin:10px auto;
	border:1px solid #8ABFF0;
}

h4 {
	color:#0089E1;
	font-size:24px;
	padding:0;
	margin:0;
	text-align:center;
	font-weight:normal;
}

.complist_textbox {
	width:300px;
	font-size:12px;
	margin-top:5px;
	margin-left:140px;
	float:left;
	border:1px solid #000000;
}

#complist_c_wrapper {
  width:600px;
  margin:0px auto;
  * margin:0px auto; /* IE 5,6,7 hack */
  padding-top:10px;
  position: relative;
  z-index: 2; /* needed for Opera 6 */
}
#complist_c_content {
  position: relative;
  z-index:100;
  width:572px;
  margin:0 auto;
  background:transparent;
}

#complist_c_content table {
	width:100%;
	background:none;
}

table td {
	text-align:left;
}

table .slice2 {
	text-align:right;
	padding-right:4px;
	font-size:14px;
}
table .slice1 {
	font-weight:bold;
	padding-left:4px;
	font-size:14px;
}
table .shortdesc {
	font-style:italic;
	font-size:10px;
	padding-left:4px;
	padding-right:4px;
}

table .lr_col {
	width:20%;
	text-align:center;
	line-height:100%;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	padding-top:10px;
}

table .rr_col {
	width:20%;
	text-align:center;
	line-height:100%;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	padding-top:10px;
}

table .mid_col {
	border-bottom:1px solid #000;
	padding-bottom:10px;
	padding-top:10px;
}


.btn_moredetail {
	background:url(Imgs/btn_moredetails.gif) top left no-repeat;
	width:102px;
	height:37px;
	line-height:33px;
	text-align:center;
}

.btn_moredetail a {
	width:102px;
	height:33px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

.lr_col img {
/*	border:1px solid #0099FF;*/
}

#complist_c_bg {
  position: absolute;
  z-index:1;
  width: 100%;
  left:0;
  top:0;
  bottom: -10px;
  background: #FFFFFF;
  min-height: 1px; /* to trigger hasLayout in IE7 */
}
