hr {
	display: block;
}

#header {
	background: url(../images/layout/logo.png) no-repeat left top;
	height: 80px;
	margin: 10px 0px 0px 12px;
}


#header ul.menu {
	width: 865px;
}

	#header ul.menu li {
		padding: 25px 0px 28px 0px;
		display:inline;
		float: right;
		list-style: none;
	}
	
	#header ul.menu li a {
		color: #fff;
		font: 11px "Undotum", "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Verdana", sans-serif;
		text-decoration: none;
		display:inline;
		list-style: none;
	}
	




#content .coluna {
	float: left;
	padding: 10px 5px 20px 0px;
	width: 285px;
}

	#content #calendario {
		width: 306px;
		padding: 18px 5px 0px 12px;
	}
	
	#content #player {
		width: 293px;
		height: 220px;
		padding-bottom: 10px;
		padding-left: 10px;
		background: url(../images/home/bkg_flash.png) no-repeat left top;
	}

#content h2 {
	color: #18507D;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

#content p {
	line-height: 20px;
	color: #006699;
	font-size: 10px;
}

#content .coluna-noticias {
	border: 1px solid #006699;
	float: left;
	height: 390px;
	margin-bottom: 16px;
	margin-top: 16px;
	margin-left: 11px;
	margin-bottom: 16px;
	padding-left: 12px;
	padding-right: 12px;
	width: 250px;
}

#content .coluna-noticias h2 {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	padding-top: 35px;
}
#content .coluna-noticias h2.primeiro {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	padding-top: 10px;
}

#content .coluna-noticias dl {}

	#content .coluna-noticias dt {
		color: #006699;
		font-size: 10px;
	}
	
	#content .coluna-noticias dd {
		margin-bottom: 15px;
	}
	
	#content .coluna-noticias dd a {
		font-size: 11px;
		color: #006699;
		line-height: 15px;
		text-decoration: none;
	}
	#content .coluna-noticias span {
        color: #C00;
	text-decoration: none;
	font-size: 11px;
        }
	
	#content .coluna-noticias span.red a {
        color: #006699;
	font-weight: bold;
	text-decoration: none;
        }
	
	#content .coluna-noticias span.author {
        color: #C00;
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
    }

#content .coluna#calendario p {
    color: #C00;
    font-style: italic;
    line-height: 15px;
}

    #content .coluna#calendario span.author {
        color: #C00;
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    #content .coluna#calendario a {
        color: #18507D;
        line-height: 14px;
        font-size: 11.5px;
        font-weight: bold;
        text-decoration: none;
    }
    
        #content .coluna#calendario a:hover span {
            text-decoration: underline;
        }
    
    #content .coluna#calendario a span {
        color: #C00;
    }

.areaprotegida {
	float: left;
	margin-right: 15px;
}

#content .coluna ul {
    margin-left: 18px;
    margin-top: 10px;
}

    #content .coluna ul li {
        color: #C00;
    }
    
    #content .coluna ul li a {
        text-decoration: none;
    }
    
    #content .coluna ul li a:hover {
        text-decoration: underline;
    }

#footer {
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	margin-bottom: 20px;
	padding: 15px 20px;
	height: 38px;
}

	#footer dl {
		color: #006699;
		float: left;
		padding-left: 80px;
		margin-top: 3px;
		margin-right: 15px;
	}

	#footer dl dt {
		font-size: 11px;
	}

	#footer dl dd {
		font-weight: bold;
	}
	
table {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

	table td, 
	table th {
		padding: 4px;
		text-align: center;
	}
	
	table thead th {
		background: #FAFAFA;
		border-bottom: 1px solid #CCC;
	}
	
	table tbody td {
		border: 1px solid #CCC;
	}
	
	table .hoje {
		background: #FAFAFA;
	}
	
	table a {
		display: block;
		height: 100%;
		text-decoration: none;
		width: 100%;
	}
	
.event-box {
	background: #C00;
	display: none;
	margin-bottom: 15px;
	padding: 10px;
	position: absolute;
	z-index: 100;
	width: 150px;
}

	.event-box ul li {
		list-style: none;
	}

	.event-box ul li a {
		color: #FFF;
		font-size: 10px !important;
	}

#footer .login {
    color: #FFF;
    float: right;
    font-size: 11px;
    text-decoration: none;
    text-align: right;
    width: 140px;
}
#content #calendario h2 {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	margin-left: 10px;
}
#content #calendario h2.primeira {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	padding-top: 2px;
	margin: 10px;
}
form {
	float: left;
}

form label {
	
	font-size: 11px;
	margin-left: 10px;
}

form label input {

	float: inherit;
	width: 70px;
	margin-left: 5px;
}


.error {
	background: #EEE;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
}


#password {
	color: #666;
	font-size: 11px;
	text-align: right;
	display: block;
	text-decoration: none;
}

	#password:hover {
		color: #999;
	}

#forgot-password {
	font-size: 10px;
	color: #006699;
	width: 200px;
	padding-left: 22px;
	padding-right: 22px;
	float: left;
}

#forgot-password a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
#vinheta {
	margin: 0px;
	background: url(../images/home/vinheta.png) no-repeat left top;
	height: 366px;
	padding-left: 19px;
	padding-top: 18px;
}
