/* RESET */
html,ul,li{ margin: 0px; padding: 0px;}
html{	color:#666666; font-family:"Lucida Grande",Verdana,sans-serif; font-size:11px; }

/* TOP CONTAINER : SEARCH + ITEMS PER PAGE */
/*
#ct_top_container{
}
*/

/* SEARCH */
#ct_search_container{
	position: relative;
	float: left;
}

#ct_search{
	width: 200px;
	padding: 0px 25px 0px 5px;
	height: 18px;
}

#ct_search_value{
	position: absolute;
	top: 0px;
	left: 7px;
	opacity:0;
	filter:alpha(opacity=0);
	z-index: 300;
}

#ct_advanced_search{
	position: absolute;
	top: 3px;
	left: 210px;
	z-index: 300;
}

#ct_loader{
	width: 16px;
	height: 16px;
	margin-left: 10px;
	float: right;
}

/* ITEMS_PER_PAGE */
#ct_items_per_page_container{
	float: right;
}

/* TABLE */
#ct {
	width: 625px;
	border-collapse:collapse;
	margin-top: 0px;
	clear: both;
	border: 1px solid #cccccc;
}

#ct th{
	/*border-bottom-color:#DDDDDD;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
	
	border: 1px solid #DDDDDD;
	line-height:normal;
	padding:7px;
	text-align:center;
	/*cursor: pointer;*/
	color: #666666;
}

#ct th span{
	display: block;
	float: right;
	width: 21px;
	height: 9px;
	margin-top: 5px;
}

#ct th span.sort{
	background: url(../images/sort_black.gif) no-repeat right center;
}

#ct th span.sort_asc{
	background: url(../images/sort_asc_black.gif) no-repeat right center;
}

#ct th span.sort_desc{
	background: url(../images/sort_desc_black.gif) no-repeat right center;
}

#ct_multiple_search th{
	padding:0px;
}

#ct_multiple_search th input{
	width: 100%;
	padding: 0px;
	height: 20px;
	border: 0px;
}

#ct td{
	/*border-bottom-color:#DDDDDD;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
	
	border: 1px solid #DDDDDD;	
	line-height:normal;
	padding: 9px;
	text-align:center;
}

#ct td.left {
	/*border-bottom-color:#DDDDDD;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
	
	border: 1px solid #DDDDDD;	
	line-height:normal;
	padding: 9px;
	text-align:left;
}

#ct td h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#ct .odd, #ct_no_results{
	background-color: #FBFBFB;
}

/*
#ct .odd:hover{
	background-color: #d7ffda;
}
*/

#ct .even{
	background-color: #FFFFFF;
}

/*
#ct .even:hover{
	background-color: #e0fee2;
}
*/

/* BOTTOM CONTAINER : ACTIONS + PAGER */
/*
#ct_bottom_container{
}
*/

/* ACTIONS */
#ct_actions_container{
	margin-top: 20px;
	float: left;
}

/* PAGER */
/* YOU MAY DELETE THIS IF YOU DONT USE THE CREATIVE PAGER */
#ct_pager{
	list-style: none;
	float: right;
	clear: both;
}

#ct_pager li{
	display: inline;
}

#ct_pager li a{
	display: inline;
	color:#008EE8;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	border:1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0px 1px;
	padding:3px 6px;
}

#ct_pager li a:hover{
	border-color: #D77011;
	background-color: #EC8526;
	color: #ffffff;
}

#ct_pager li a.selected{
	border-color: #0082D5;
	background-color: #39A3E6;
	color: #ffffff;
}

#ct_pager_info1{
	font-size: 9px;
	height: 20px;
	margin: 5px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
	float: right;
}

#ct_pager_info2{
	font-size: 9px;
  padding: 0px 10px 0px 10px;
	display: block;
	float: right;
}

#ct_pager_pos_first{
	color: #000000;
	font-size: 12px;
	margin-right: 3px;
	padding: 5px;
}

#ct_pager_pre_last{
	color: #000000;
	font-size: 12px;
	margin-right: 3px;
	padding: 5px;
}