/*
#########################################################
########################### BASIC #########################
#########################################################
*/


* { margin: 0; padding: 0;}
body {
	font-family: "trebuchet ms", Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; color: #454545;
	background: #454545;
}

/*
######################### about
*/
table { border:0; }
acronym {  border-bottom: 1px dashed #19630E; cursor: help; color:#19630E; font-family: Tahoma, Verdana, Arial; font-size: 11px; }
div.hr { line-height: 1px; height: 1px; background:url('../img/separador_h.gif') center center repeat-x; width:100%; margin: 5px 0 5px 0; }

/*
######################### links
*/
a { text-decoration: none; color: #454545; }
a:hover { text-decoration: underline; color: #454545; }
a:link { color: #454545; }
a:visited { color: #454545; }
a:active { color: #454545; }

/*
######################### images
*/
img { border: 0; }
img.left { margin-right: 5px; float: left; clear: left; }
img.right { margin-left: 5px; float: right; clear: right; }
img.border { border: 1px dotted #F56E00 }
img.middle { vertical-align: middle; }

/*
######################### text format
*/
H1 { font-family: Georgia, "Book Antiqua", Tahoma, sans-serif; font-size: 22px; font-weight: normal; padding: 0 0 5px 0; color: #619C1C }
H2 { font-family: "Trebuchet MS", tahoma, sans-serif; font-size: 16px; font-weight: normal; padding: 0 0 1px 0; color: #454545 }
H3 { font-family: "Trebuchet MS", Tahoma, sans-serif; font-size: 15px; font-weight: normal; padding: 0 0 1px 0; line-height: 14px; }
H4 { font-family: "Trebuchet MS", Tahoma, sans-serif; font-size: 11px; font-weight: normal; padding: 0 0 1px 0; color: #506175; }
H5 { font-family: "Trebuchet MS", tahoma, sans-serif; font-size: 11px; padding:5px 0 0 0; margin: 0; font-weight: normal; line-height: 12px; color: #506175; }
H6 { font-family: Verdana, Tahoma, sans-serif; font-size: 9px; padding: 0; margin: 0; font-weight: normal; }
.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left }
.justify { text-align:justify; padding-right:10px; }
.abscenter { margin-left: auto; margin-right:auto; text-align:center; }
div.center { margin-left: auto; margin-right:auto; text-align:center; }
div.right { float:right; }
div.left { float:left }
.top { vertical-align:top; }
.middle { vertical-align: middle; }
.highlight { font-weight: bold; color: #FB9C07; }
.b { font-weight: bold; }
.i { font-style:italic }
.u { text-decoration:underline }
.t { text-decoration:line-through }
.blue { color:#333399; }
.white { color:#FFFFFF; }
.red { color: #FF0000; }
.green { color:#619C1C; }
.orange { color:#F56E00; }
.black { color:#000000; }
.red { color:#EA3A00; }
.blue { color:#3333CC; }
.white { color: #FFFFFF }
.olive { color:#889F00 }
.gray { color: #C1C0BD; }
.graydark { color: #959595; }
.blacklight { color: #666666; }
.upp { text-transform: uppercase; }
.low { text-transform: lowercase; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.tree { margin: 0 30px 0 30px; }
.bigcomiles { font-size: 18px; font-weight:bold; font-family: "times new roman", verdana, tahoma, sans-serif; line-height: 14px; vertical-align:middle; }
.commentauthor { font-size: 11px; color: #999; }
.both { clear: both; font-size: 0; line-height: 0; height: 0; }
/*
######################### forms
*/
input {
	margin: 0; padding: 2px; 
	font-family: 'trebuchet ms', serif; font-size: 13px; color: #464646; font-weight: normal;
	border-right: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; border-top: 1px solid #CAC9C9; border-left: 1px solid #CAC9C9; 
	background: #FFF;
	vertical-align: middle;
}
textarea {
	margin: 0; padding: 2px; 
	font-family: 'trebuchet ms', serif; font-size: 13px; color: #464646; font-weight: normal;
	border-right: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; border-top: 1px solid #CAC9C9; border-left: 1px solid #CAC9C9; 
	background: #FFF;
	vertical-align: middle;
}
input.checkbox {
	width: 14px; margin: 0; padding: 0; border: 0;
}

input.hidden {
	width: 0; height: 0; margin: 0; padding: 0; border: 0;
}


/*
######################### cursors
*/
.hand { cursor: pointer; }

/*
######################### main tables
*/
div.tbl_cage { 
	margin: 0 auto 0 auto; text-align: center;
	background: url('../images/background_cage_noie.jpg') center center repeat-y !important;
	*background: url('../images/background_cage.jpg') center center repeat-y;
}
#tbl_header {
	margin:0 auto 0 auto;
	height: 360px;
	text-align: center;
	background: url('../images/background_header.jpg') 0 0 repeat-x;
}
#tbl_headersmall {
	margin:0 auto 0 auto;
	height: 138px;
	text-align: center;
	background: url('../images/background_header.jpg') 0 0 repeat-x;
}
#tbl_middle {
	margin: 0 auto 0 auto; padding: 0;
	width: 900px;
	font-size: 12px; font-weight: normal; color: #454545; text-align: left;
	clear: both;
}
#tbl_body {
	width: 880px;
	padding: 10px 10px 4px 10px;
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif; font-size: 13px; font-weight: normal; color: #454545; text-align: left;
}
#tbl_footer {
	margin: 0 auto 30px auto;
	clear: both;
	height: 10px; font-size: 0; line-height: 0;
	background: #454545 url('../images/background_footer_noie.jpg') center bottom no-repeat !important;
	*background: #454545 url('../images/background_footer.jpg') center bottom no-repeat;
}


/*
######################### home
*/
#tbl_home {
	color: #454545;
}
#tbl_home a {
	display: block;
	color: #454545;
	cursor: pointer;
}
#tbl_home a:hover {
	display: block;
	color: #FF6600; text-decoration: none;
	cursor: pointer;
}
#tbl_home span.h1 {
	display: block;
	width: 197px;
	color: #619C1C; font-family: Georgia, "Book Antiqua", Tahoma, sans-serif; font-size: 18px; font-weight: normal; padding: 0 0 5px 0;
}
#tbl_home div.div {
	float: left;
	width: 30px; height: 200px;
	background: url('../images/home_div.jpg') center center no-repeat;
}

#tbl_home div.cld_box1 {
	float: left;
	width: 197px;
}
#tbl_home div.cld_box2 {
	float: left;
	width: 197px;
}
#tbl_home div.cld_box3 {
	float: left;
	width: 197px;
}
#tbl_home div.cld_box4 {
	float: left;
	width: 180px;
}