body,
html {
	margin:0;
	padding:0;
}

body {
	min-width: 780px;
	font: 76%/1.4em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;;
	color: #777;
	margin-bottom: 20px;
}

acronym, abbr {
	border-bottom: 1px dotted #60741e;
	cursor: help;
}

p {
	margin-top: 3px;
	margin-bottom: 2px;
}

label {
	cursor: pointer;
	color: #555;
	text-align: left !important;
}

fieldset {
	border: 1px solid #a1b855;
	padding: 10px;
	width: 40%;
	margin: auto;
}

legend {
	font-size: 120%;
	color: #007fb3;
}

a {
	color: #316AC5;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:hover {
	color: #be413b;
}

strong {
	color: #444;
}

input,textarea {
	border: 1px solid #bbb;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
	border: expression(
	this.onfocus = new Function ("this.style.borderColor = '#888';"),
	this.onblur  = new Function ("this.style.borderColor = '#bbb';")
	);	
}

input:focus {
	border: 1px solid #888;
}

#header {
	position: relative;
	width: 90%;
	margin: 0 auto 30px auto;
	border-bottom: 1px solid #858b5b;
	height: 140px;
	}
	
#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	}
#header h1 a {
	display: block;
	width: 169px;
	height: 126px;
	border: none;
	background: url(../images/logo.jpg) no-repeat;
}
#header h1 span {
	display: none;
	}

#header h2 {
	font: 250%/1.5em Georgia, "Times New Roman", Times, serif;
	color: #728144;
	position: absolute;
	left: 250px;
	bottom: 0px;
}

#langs {
	position: absolute;
	right: 30px;
	bottom: 5px;
	}

#main {
	margin: 2px;
	text-align: justify;
}

#main h2 {
	font: 250%/1.5em Georgia, "Times New Roman", Times, serif;
	color: #7C4326;
}

.centro {
	text-align: center !important;
}

.centro img {
	margin: 4px 0px;
	border: 0 !important;
}

.centro a {
	border: 0 !important;
}

.clear {clear: both;}

.required {
	font-weight: bold !important;
	color: red;
}

.fields {
	margin: 2px;
}

form>.fields {
	width: auto;
	margin: 5px;
}

#submit {
	font-size: 140%;
}

#fsres {
	width: 10% !important;
}

form>#fsres {
	width: auto;
}

.cap {
	text-transform: capitalize;
}


/* Sky Theme */
.sky {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF;
	width: 700px;
	margin: auto;
}

.sky caption {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #a35a20;
}

.sky th,
.sky td {
	padding: 10px;
}

.sky .header {
	color: #FFF;
	background: #87b6d9;
	text-align: center;
}

.sky .dayNames th {
	color: #000 !important;
	text-align: center;
}

.sky .calendarDay {
	background: #e0effc;
	color: #2e6e9e;
	text-align: center;
}

.sky .calendarToday {
	background: #fbec88;
	color: #363636;
	text-align: center;
}

.sky .calendarNone {
	background: #fdeaea;
	color: #9e2e2e;
	text-align: center;
}

.sky .dayName {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #6b7983;
}

.sky .daySpaces {
	font-size: 12px;
}

.sky .calendarBlank {
	background: none;
}

.sky tbody td:hover {
	background: #eaf4fd;
}

.sky tbody td.calendarBlank:hover {
	background: none;
}
