div#copy_dialog {
	/*width:150px;*/
	padding:10px;
	background:#FFF;
	border:1px solid #A7D4F1;
}

div#list_view_container {
	padding:10px 0 10px 0;
	clear:left;
}

	table#list_view {
	}
	
		table#list_view td {
			padding:1px 10px;
			color:#4FACE3;
			font-weight:bold;
			vertical-align:top;
			border-bottom:1px solid #A7D4F1;
            
            /* border:1px solid lime; */
		}
		
		table#list_view tr.entry td {
			color:#CB2227;
			border-bottom:1px solid #CB2227 !important;
		}
		
			table.single_view {
				margin:5px 0 10px 0;
			}
			
				table#list_view td table.single_view td {
					color:#666;
					font-weight:normal;
					border-bottom:1px solid #EAEAEA;
				}

fieldset.hc_top {
	height:135px;
	float:left;
}

	fieldset.hc_top ul,
	fieldset.hc_top ul li {
		margin:0 !important;
		padding:0 !important;
	}

	fieldset.hc_top ul li {
		background:transparent !important;
	}

fieldset#l_legend {
	width:150px;
	margin:0 10px 0 0;
}

div.hc_nav {
	width:445px;
	height:40px; 
	position:relative;
}

	div.hc_nav p {
		position:absolute;
		top:0;
	}
	
	div.hc_nav a {
		font-weight:bold;
	}

div.hc_reiter {
	padding:20px 4px 0 4px;
	margin:0;
	clear:left;
	border-bottom:1px solid #A7D4F1;
	height:20px;
}
	div.hc_reiter a {
		padding:2px 8px 0 8px;
		margin:0;
		display:block;
		float:left;
		border:1px solid #A7D4F1;
	}
	div.hc_reiter a:hover, 
	div.hc_reiter a.hit {
		border-bottom-color:#FFF;
		text-decoration:none!important;
		color:#CC1E13!important;
	}


form#add_form {
	color:#666;
	font-weight:normal;
}

	dl#add_form_left {
	}
	
		/*dl#add_form_left dt,
		dl#add_form_left dd {
		}*/
	
		dl#add_form_left dt {
			float:left;
			clear:left;
		}
		
		dl#add_form_left dd {
			margin:0 0 5px 100px;
		}
        
    form#add_form textarea {
        width:155px;
        height:60px;
        border:1px solid #DDE3E8;
    }
		
		