/**
	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;
}

/**
	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;
}
select{
	margin: 1px;
	font-family: courier;
}
.required{
	padding-left: 25px;
	background: url(../layout/images/required.gif) no-repeat;
}
/**
	classes
*/
.main_bg {
	background-color: #CCCCCC;
}
.outer{
	position: relative;
	width: 1000px;
	background-color: white;
	margin: 0px auto;
	margin-top: 15px;
}
.floatLeft{
	float: left;
	display: inline;
}
.floatRight{
	float: right;
	display: inline;
}
.page_title{
	margin: 5px;
	width: 856px;
}
.page_title span{
	float: left;
	width: 100%;
	display: inline;
	font-size: 20px;
	color: #333333;
	border-bottom: red double 3px;
	text-align: center;
}
.page_content{
	margin: 5px;
	width: 856px;
	overflow: auto;
	font-size: 12px;
	text-align: left;
}
.season_style{
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 55px;
	left: 330px;
	width: 465px;
	height: 105px;
	padding-top: 30px;
	padding-right: 35px;
	color: Red;
	font-size: 24px;
}
.page_footer{
	width: 856px;
	border-top: 3px double red;
	margin: 5px;
	height: 35px;
	color: #333333;
	font-size: 11px;
}

.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{
	background-color: Black;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.anchor_4:hover{
	color: #1E90FF;
}

.login_button{
	width: 82px;
	height: 22px;
	border: 2px #666666 solid;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.login_button:hover{
	color: Red;
}
.menu_item{
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	width: 120px;
	text-align: center;
}
.menu_item:hover{
	color: Red;
}
.block_top{
	background: url(../layout/images/blocks/block_top.jpg) no-repeat;
	width: 150px;
	height: 37px;
	border-bottom: white solid 1px;
}
.block_top a{
	width: 100%;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	color: white;
}
.block_top a:hover{
	text-decoration: underline;
}
.block_body{
	background: url(../layout/images/blocks/block_body.jpg) no-repeat;
	width: 140px;
	height: 64px;
	padding: 5px;
	font-size: 13px;
}
.block_bottom{
	background: url(../layout/images/blocks/block_bottom.jpg) no-repeat;
	width: 150px;
	height: 37px;
	border-top: white solid 1px;
}
.block_bottom a{
	color: white;
	text-decoration: none;
}
/**
	id's
*/
.color_preview{
	background-color: Red;
}