/* Στυλς Μενού Αριστερής Στήλης */

.stlSearchButton {
	font-weight: bold;
	text-decoration: none;
}

.stlSearchFormLabel {
	text-decoration: none;
}

.stlSearchFolderTitle {
	background-color: #cbdeec;
	color: #00afdb;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	text-align: center;

	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

#tblsheader td {
	padding-left: 3px;
	padding-right: 3px;
}

#tblsheader td a {
	display: block;
	text-align: center;
	padding: 3px 7px 3px 7px;
	color: #00afdb;
	text-decoration: none;
	font-weight: bold;

	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

#tblsheader td a.stlSearchFormInactiveTitle {
	background-color: #cbdeec;
	color: #00afdb;
}

#tblsheader td a.stlSearchFormTitle {
	background-color: #00afdb;
	color: #ffffff;
}

#tdsform {
	border: 1px solid #00afdb;
	padding: 10px;

	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.tdfolder {
	border: 1px solid #cbdeec;

	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

form.search .input, form.search .select {
	width: 50%;
}
