.box{height:20px; border: 1 solid #CCCCCC; background:transparent; color: #CCCCCC; font-size:11px; font-family : Verdana;}	 

.box2{ border: 1 solid #5E5E5E; background:transparent; color: #CCCCCC; font-size:11px; font-family : Verdana;}	 

.wall {
 border: 1 solid #CCCCCC;
}

.link{
    font-family: Verdana; 
	font-size:11px;
	color: #CCCCCC;
	text-decoration: none;
}
.link:hover{
    font-family: Verdana; 
	font-size:11px;
	color: #ffffff;
	text-decoration: none;
}

.text{
    font-family: Verdana; 
	font-size:11px;
	color: #CCCCCC;
}


.mini{
    font-family: Verdana; 
	font-size:10px;
	color: #CCCCCC;
}

.text2{
    font-family: Verdana; 
	font-size:10px;
	color: #CCCCCC;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:  url(img/scroll.gif) ;
}
.jScrollPaneDrag {
	position: absolute;
	background:  url(img/scroll2.gif) ;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


a.jScrollArrowUp {
	background: url(img/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(img/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
	
.holder {
	float: left;
	margin: 5px;
}

.scroll-pane {
	color: #362F2D; font-size:12px; font-family : Arial; text-decoration:none;
	width: 230px;
	height: 300px;
	overflow: auto;
	float: left;
}

.wide {
	width: 150px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	height: 180px;
}

#pane2 {
	height: 160px;
}

#pane3 {
	height: 180px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	border-width: 1px 0;
	padding: 0;
	height:25px;
}

ul li a {
	text-decoration: none;
	padding: 0px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}

li#first {
	padding: 0;
}

li#last {
	padding: 0;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0;

}

li>ul {
	top: auto;
	left: auto;
	padding: 0;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	padding: 0;
}

li:hover ul, li.over ul {
	display: block;
	padding: 0;
}

/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; height: 0; }
	* html ul { float: left;  height: 0; }
	* html li { float: left;  height: 0; }
	* html ul li a { float: left;  height: 0; }
	* html li li { float: left;  height: 0; }
	* html li ul { float: left;  height: 0; }
	* html li:hover ul, li.over ul { float: left;  height: 0; }
/* End */


/********************* destaque ****************************/
.destaque{
	margin-bottom:15px;
}
.destaqueheader{
	background-image:url(img/posttop.gif);
	display:block;
	width:450px;
	height:33px;
}
.destaquecontent{
	background-image:url(img/postmiddle.gif);
	background-repeat: repeat-y;
	font-family: Verdana; 
	font-size:11px;
	color: #CCCCCC;
	padding: 5px 5px 5px 5px;
	width:450px;
	height:200px;
}
.destaquefooter{
	background-image:url(img/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:450px;
	height:15px;
}

/********************* noticias ****************************/
.noticias{
	margin-bottom:15px;
}
.noticiasheader{
	background-image:url(img/noticiastop.gif);
	display:block;
	width:280px;
	height:33px;
}
.noticiascontent{
	background-image:url(img/noticiasmiddle.gif);
	background-repeat: repeat-y;
	font-family: Verdana; 
	font-size:11px;
	color: #CCCCCC;
	padding: 10px 0px 10px 10px;
	width:280px;
	height:220px;
}
.noticiasfooter{
	background-image:url(img/noticiasfooter.gif);
	background-repeat: no-repeat;
	display:block;
	width:280px;
	height:15px;
}

/********************* agenda ****************************/
.agenda{
	margin-bottom:15px;
}
.agendaheader{
	background-image:url(img/agendatop.gif);
	display:block;
	width:250px;
	height:33px;
}
.agendacontent{
	background-image:url(img/agendamiddle.gif);
	background-repeat: repeat-y;
	font-family: Verdana; 
	font-size:11px;
	color: #CCCCCC;
	padding: 5px 0px 5px 5px;
	width:250px;
	height:200px;
}
.agendafooter{
	background-image:url(img/agendafooter.gif);
	background-repeat: no-repeat;
	display:block;
	width:250px;
	height:15px;
}

/********************* mural ****************************/
.muralheader{
	background-image:url(img/muraltop.gif);
	display:block;
	width:250px;
	height:33px;
}

/********************* enquete ****************************/
.enqueteheader{
	background-image:url(img/tit_cadastro.gif);
	display:block;
	width:250px;
	height:33px;
}


