/*
  The original theme for POUSADA DO CANÁRIO website version 1+
  Created by Sedisoft
  http://www.sedisoft.com.br
*/


/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
	/*scrollbar-face-color: #DFDFDF;
	scrollbar-arrow-color: #4D090E;
	scrollbar-track-color: #3AAC4C;
	scrollbar-3dlight-color: #992525;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #4D090E;
	scrollbar-darkshadow-color: #000000;*/
}

/* General font families for common tags */
p { text-align: left; line-height : 130%; }
li { text-align: left; line-height : 130%; }
a:link,a:active,a:visited { text-decoration: none; color : #F57225; }
a:hover { text-decoration: underline; color : #F57225; }
hr { height: 0px; border: solid #000000 0px; border-top-width: 1px; }

/* This is the outline round the body table */
.outline { background-color: #FFFFFF; border: 1px #7A8C7E solid; }

/* Main color pallete */
/* neutral */
.c01 { color: #FFFFFF; } 
.c02 { color: #F2F2F2; }
.c03 { color: #DFDFDF; }
.c04 { color: #000000; }
/* tones */
.c05 { color: #FBF9ED; } /* light yellow */
.c06 { color: #F57225; } /* orange */

/* Main table cell colours and backgrounds */
/* neutral */
.bgc01 { background-color: #FFFFFF; } 
.bgc02 { background-color: #F2F2F2; }
.bgc03 { background-color: #DFDFDF; }
.bgc04 { background-color: #000000; }
/* tones */
.bgc05 { background-color: #FBF9ED; } /* light yellow */
.bgc06 { background-color: #F57225; } /* orange */

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
	font-weight: normal; font-size: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 1px; text-decoration: none; color: #F57225;
}
.subtitle,h1,h2 {
	font-weight: bold; font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 1px; text-decoration: none; color: #000000;
}

/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #000000; }
a.gen,a.genmed,a.gensmall { color: #F57225; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #F57225; text-decoration: underline; }

/* The top */
.menu1 { font-size: 10px; font-weight: bold; color: #FFFFFF; }
a.menu1,a.menu1:active,a.menu1:visited,a.menu1:hover { text-decoration: none; color: #FFFFFF; }
a.menu1:hover { text-decoration: none; color: #000000; }

/* The left and right navigation menus */
.menu2 { font-size: 10px; font-weight: bold; color: #FFFFFF; }
a.menu2,a.menu2:active,a.menu2:visited,a.menu2:hover { text-decoration: none; color: #FFFFFF; }
a.menu2:hover { text-decoration: underline; color: #FFFFFF; }

/* Footer */
.footer { font-size: 9px; font-weight: normal; color: #FFFFFF; }
a.footer,a.footer:active,a.footer:visited { text-decoration: none; color: #FFFFFF; }
a.footer:hover { text-decoration: none; color: #DFDFDF; }

/* Image margins */
.imgleft { margin-top: 0px; margin-bottom: 8px; margin-left: 0px; margin-right: 8px; }
.imgright { margin-top: 0px; margin-bottom: 8px; margin-left: 8px; margin-right: 0px; }


/* Form elements */
input {
	color: #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color: #000000;
}

textarea {
	color: #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color: #000000;
}

select {
	color: #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color: #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color: #000000;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #DFDFDF;
	color: #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color: #DFDFDF;
	font-weight: bold;
}

/* None-bold submit button */
input.liteoption {
	background-color: #DFDFDF;
	font-weight: normal;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
