/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea h1 {
	margin-bottom: 0;
}

/* Tabs */
#textarea #tabsys {
	margin: 4px 0 18px 0;
}
#textarea #tabsys ul.tabs {
	display: block;
	margin: 0 0 8px 0;
	width: 100%;
	height: 40px;
	border-bottom: 4px solid #25C0D6;
	background-color:#DADEDF;
/*	background: #838E92 url(../images/h1_decorator.gif) top;*/
}
#textarea #tabsys ul.tabs li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 30px;
	float: left;
	background: none;
}
#textarea #tabsys ul.tabs li.selected {
	background: url(../images/tab_background_cyan.gif) bottom right no-repeat;
	color: white;
}
#textarea #tabsys ul.tabs li.selected a {
	color: white;
}
#textarea #tabsys ul.tabs li a {
	display: block;
	color: #47545D;
	margin: 8px 34px 5px 12px;
	font-weight: bold;
}

/* Searchbox */
#textarea .searchbox {
	padding: 0 0 4px 7px;
	text-align: right;
	margin-bottom: 6px;
}
#textarea .searchbox label {
	float: none;
	position: relative;
	padding-left: 15px;
	margin: 0;
	background-image: url(../images/icn_search.png);
	background-repeat: no-repeat;
}
#textarea .searchbox input {
	width: 120px;
	border: #838E92 1px solid;
	font-size: 0.9em;
	color: #47545D;
	padding: 4px 6px 4px 6px;
}

/* List */
#textarea .listblock .letters a {
	text-align: center;
	padding: 4px 6px 4px 6px;
	border-left: 4px solid white;
	color: #838E92;
	font-weight:bold;
}
	#textarea .listblock .letters a:hover {
		background-color: #D63231;
		color: white;
	}
	
#textarea .listblock h3 {
	margin: 12px 0 12px 0;
	padding-left: 6px;
}
#textarea .listblock h3 .top {
	float: right;
	font-size: 0.8em;
	text-transform: none;
	margin-top: -5px;
}
#textarea .listblock div {
	padding-bottom: 3px;
}
#textarea .listblock div a {
	padding-left: 18px;
	margin-left: 6px;
}
#textarea .listblock div span.date {
	float: right;
	color:#838E92;
	font-size: 0.9em;
}

