@charset "utf-8";
/* CSS Document */

#calendar {
        width:250px;
	margin:50px 0 0 10px;
	padding:5px;
	float:left;
	background:#F3F5FF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#calendar .title {
	width:100%;
	font-size:14px;
	padding:3px 0 3px 0;
	background:#D3D7EA;
	border:1px solid #C3C5CF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#calendar .arrowLeft {
	background:url(../imagens/icons/arrow_left-out.gif) no-repeat;
	width:16px;
	height:17px;
	margin:0 0 0 8px;
	float:left;
	cursor:pointer;
}

#calendar .arrowLeft:hover {
	background:url(../imagens/icons/arrow_left-over.gif) no-repeat;
	color:#FF0000;
}

#calendar .arrowRight {
	background:url(../imagens/icons/arrow_right-out.gif) no-repeat;
	width:16px;
	height:17px;
	margin:0 8px 0 0;
	float:right;
	cursor:pointer;
}

#calendar .arrowRight:hover {
	background:url(../imagens/icons/arrow_right-over.gif) no-repeat;
	color:#FF0000;
}

#calendar .contentDays th {
	font-size:12px;
}

#calendar .contentDays td {
	width:30px;
	height:30px;
	font-size:16px;
	background:#B8BFE0;
	border:1px solid #C3C5CF;
}

#calendar .contentDays b {
	color:#000000;
}

#calendar .contentDays b.today {
	color:#990000;
}

#listEventos {
	width:660px;
	height:395px;
	position:relative;
	overflow:hidden;
	float:left;
}

#listEventos .up {
	width:12px;
	height:18px;
	border:0;
	background:url(../imagens/icons/arrows-up-down.png) no-repeat 0 0;
	cursor:pointer;
	position:absolute;
	right:0;
	top:15px;
}

#listEventos .down {
	width:12px;
	height:18px;
	background:url(../imagens/icons/arrows-up-down.png) no-repeat 0 -18px;
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:10px;
}

#listEventos ul {
	padding:0 0 0 15px;
	height:20000em;
	position:relative;
}

#listEventos li {
	height:395px;
	position:relative;
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}

#listEventos p {
	color:#727070;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	margin:0 25px 0 0;
}

#listEventos .title {
	padding-top:10px;
}

#listEventos .title a {
	font-weight:bold;
	font-size:16px;
	color:#CC9900;
	text-decoration:none;
}

#listEventos .title a:hover {
	color:#EE9900;
	text-decoration:underline;
}

#agenda-view {
	background-image:url(../imagens/text-concha.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	text-align:justify;
	color:#735B13;
	letter-spacing:1px;
	margin:20px 0 20px 0;
	padding:0;
}

#agenda-view h1 {
	text-align:center;
	font-weight:bold;
	font-size:24px;
	letter-spacing:1px;
	color:#cc9900;
	margin:0 10px 0 10px;
	padding-bottom:30px;
}


#agenda-view .content {
	margin-top:0 20px 0 20px;
}

#agenda-view img {
	margin:3px 10px 3px 10px;
	background-color:#fff;
	padding:5px;
	border:2px solid #735B13;
}

#agenda-view p {
	text-align:left;
	margin:0;
}

#agenda-view .caption {
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 0;
}

#agenda-view .coments {
	text-align:right;
	font-size:12px;
	letter-spacing:1px;
	margin:5px 10px 5px 10px;
}

#agenda-view .coments a {
	text-decoration: none;
	color:#CC9900;
}

#agenda-view .coments a:hover {
	text-decoration: underline;
	color:#F90;
}
