@import url(style.forms.css);
@import url(style.elementclasses.css);
@import url(style.spans.css);
@import url(style.servicesystem.css);
@import url(style.ids.css);
@import url(style.calendar.css);
@import url(grid.css);

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*padding: 0px;
	margin: 0px;
	background-color: #fff;*/
	color: #493d32;
	text-align: center;
}
a {
	color: #5e73aa;
	background-color: transparent;
	cursor: pointer;
}

a {
color:#43413c;
font-weight:normal;
font-size:12px;
font-family: Arial , sans-serif;
text-decoration:none;
line-height:15px;
}

a:hover {
color:#a19d91;
}
/*modificat */
.link_inactiv {
color:#a19d91;
font-weight:normal;
font-size:12px;
font-family: Arial , sans-serif;
text-decoration:none;
line-height:15px;
}


input[type="text"], input[type="password"] {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 11px;
	border-bottom-width: 1px;
	font-family: Arial, sans-serif;
	border-right-width: 1px;
	padding-left: 1px;
	width: 100px;
    background-color: #f6f6f6;
    z-index: 10;
}

* html input {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 11px;
	border-bottom-width: 1px;
	font-family: Arial, sans-serif;
	border-right-width: 1px;
	padding-left: 1px;
    background-color: #f6f6f6;
    z-index: 10;
}

* html select {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 11px;
	border-bottom-width: 1px;
	font-family: Arial, sans-serif;
	border-right-width: 1px;
	padding-left: 1px;
    background-color: #f6f6f6;
    z-index: 10;
}

input[type="checkbox"] {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 10px;
	border-bottom-width: 1px;
	font-family: Arial, sans-serif;
	border-right-width: 1px;
	width: 13px;
	height: 13px;
	cursor: pointer;
    z-index: 10;
}

input[type="radio"] {
	font-family: Arial, sans-serif;
	width: 15px;
	height: 15px;
	cursor: pointer;
    z-index: 10;
}

input[type="password"]:focus, input[type="text"]:focus {
	border: dotted 1px #6990f8;
}

input[type="button"], input[type="submit"] {
	float: right;
}

input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #6990f8;
	color: #eadfd4;
	cursor: pointer;
}

select {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 11px;
	border-bottom-width: 1px;
	font-family: Arial, sans-serif;
	border-right-width: 1px;
	width: 150px;
    z-index: 0;
    background-color: #f6f6f6;
}

textarea {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 11px;
	border-bottom-width: 1px;
	font-family: Arial, sans-serif;
	border-right-width: 1px;
	width: 300px;
	height: 200px;
    background-color: #f6f6f6;
    z-index: 10;
}

textarea:focus {
	border: dotted 1px #6990f8;
}

* html table {
	width: 60%;
	position: relative;
}

td {
	font-size: 13px;
}


label {
	cursor: pointer;
	padding-right: 10px;
}

legend {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
}

fieldset {
	border: none;
	position: relative;
}

h3 {
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}

li img {
	border: none;
}

pre {
	text-align: left;
}

