/**
	Body and other general stuff
*/
html, body{
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Verdana, Geneva, Helvetica, Arial, sans-serif;
	margin: 0px;
	height: 100%;
}
img{
	border: none;
}
p{
	margin-top: 8px;
	margin-bottom: 0px;
}

/**
	tables
*/
table{
	width: auto;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	vertical-align: top;
	text-align: left;
}
td{
	background-color: transparent;
	text-align: left;
	width: auto;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

/**
	divs
*/
div{
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	color: Black;
	overflow: hidden;
}

/**
	general classes
*/
.warning{
	color: Red;
	font-variant: small-caps;
	font-size: 14px;
	font-family: verdana;
}

.attention{
	color: #1E90FF;
	font-variant: small-caps;
	font-size: 14px;
	font-family: verdana;
}
.attention_form{
	color: #1E90FF;
	font-variant: small-caps;
	font-style: italic;
	font-family: verdana;
}

/**
	a's
*/
a{
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: Blue;
}
a#porta_tela{
	font-weight: bold;
}

a.save{
	background: url(../layout/images/save.gif);
	height: 20px;
	width: 20px;
}
a.cut{
	background: url(../layout/images/cut.gif);
	height: 20px;
	width: 20px;
}
a.undo_cut{
	background: url(../layout/images/undo_cut.gif) center center;
	height: 20px;
	width: 20px;
}
a.paste{
	background: url(../layout/images/paste.gif) center center no-repeat;
	height: 20px;
	width: 20px;
}
a.arrow_up_1{
	background: url(../layout/images/arrow_up_1.jpg) center center no-repeat;
	height: 20px;
	width: 18px;
	margin-top: 5px;
}
a.arrow_up_1:hover{
	background: url(../layout/images/arrow_up_1_active.jpg) center center no-repeat;
}

a.arrow_down_1{
	background: url(../layout/images/arrow_down_1.jpg) center center no-repeat;
	height: 20px;
	width: 18px;
	margin-top: 5px;
}
a.arrow_down_1:hover{
	background: url(../layout/images/arrow_down_1_active.jpg) center center no-repeat;
}

a.arrow_up_1_double_head{
	background: url(../layout/images/arrow_up_1_double_head.jpg) center center no-repeat;
	height: 20px;
	width: 18px;
	margin-top: 5px;
}
a.arrow_up_1_double_head:hover{
	background: url(../layout/images/arrow_up_1_double_head_active.jpg) center center no-repeat;
}

/**
	forms
*/
form{
	margin: 0px;
	padding: 0px;
}
legend{
	color: Blue;
	margin: 3px;
	padding: 3px;
}
fieldset{
	margin: 0px;
	padding: 2px;
	padding-top: 0px;
}
input{
	margin: 1px;
	padding: 0px;
}
select{
	margin: 1px;
	font-family: "Courier New", Courier, monospace;
}
.required{
	padding-left: 25px;
	background: url(../layout/images/required.gif) no-repeat;
}

/**
	classes
*/
.main_bg {
	background-color: #CCCCCC;
}
.outer{
	position: relative;
	background-color: White;
	margin: 0px auto;
}
.floatLeft{
	float: left;
	display: inline;
}
.floatRight{
	float: right;
	display: inline;
}
.page_title{
	margin-left: 40px;
	height: 28px;
	text-align: left;
}
.page_title span{
	float: left;
	display: inline;
	font-size: 20px;
	color: #333333;
	border-bottom: red solid 2px;
}
.page_content{
	margin-top: 5px;
	font-size: 12px;
	text-align: left;
}

.anchor_1{
	color: blue;
	font-size: 11px;
	text-decoration: none;
}
.anchor_1:hover{
	color: red;
}

.anchor_2{
	color: #555753;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.anchor_2:hover{
	color: red;
}

.anchor_3{
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.anchor_3:hover{
	color: blue;
}

.anchor_4{
	color: Black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.anchor_4:hover{
	color: blue;
}

.anchor_5{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
.anchor_5:hover{
	color: #333333;
}

.form_button_1{
	width: 100px;
	border: 1px solid blue;
	background-color: #CCCCCC;
	color: black;
	text-align: center;
	text-decoration: none;
}
.form_button_1:hover{
	background-color: #DCDCDC;
}

.toolTip{
	position: absolute;
	width: 160px;
	border: 1px solid red;
	background-color: #FFFFFF;
	padding: 1px 5px 1px 5px;
	font-size: 12px;
	text-align: left;
}

.toolTip_icon{
	background: url('../layout/images/info_q_mark.gif') no-repeat;
	height: 16px;
	width: 16px;
}
.toolTip_icon:hover{
	background: url('../layout/images/info_q_mark_animated.gif') no-repeat;
}

.guestbook_message{

}