/* --------------------------------- generic objects definition --------------------------------- */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

div { 
	position: relative; 
}


/* --------------------------------------------- */

textarea {
	width: 100%;
	height: 400px;
	padding: 3px;
	border: 1px solid silver;	
}

textarea.adm_keywords {
	height: 100px;
}

fieldset {
	border: 1px solid #E4DF94;
	margin: 0 5px 10px 5px;
	color: #000;
	background: #FFFBC0;
	padding: 10px 8px;
}

fieldset legend {
	border-top: 1px solid #E4DF94;
	color: #6f5537;
	background-color: #FFFBC0;
	padding: 3px 5px 0 5px;
	font-weight: bold;
	vertical-align: middle;
}

input[type=text], input[type=password] {
	color: #000;
	background-color: #fff;
	border: 1px solid silver;
	margin: 0 0 2px 0;
}

select {
	color: #000;
	background-color: #fff;
	border: 1px solid silver;
	margin: 0 0 2px 0;	
	padding: 1px;
}

label {
	font-size: 11px;
	color: #6f5537;
	margin: 3px 0 6px 0;
}

input.buttons, input.em, input.underline, input.del {
	background-color: #DBD7C1;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #A2995D;
	border-right: 1px solid #A2995D;
	color: #000;
	padding: 1px;
	cursor: pointer;
	margin: 3px 0 10px 6px;
}

input.button {
	color: #000;
	background-color: #DBC7C1;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #A26F5D;
	border-right: 1px solid #A26F5D;
	padding: 1px;
	cursor: pointer;
	margin: 3px 0 10px 6px;
}

.lab_l120 {
	width: 120px;
	text-align: right;
	font-weight: bold;
	float: left;
}

a.subcat, a.subcat:link, a.subcat:visited, a.subcat:hover {
	font-weight: bold;
	color: #6f5537;
	text-decoration: underline;
}

