
BODY {
    scrollbar-face-color: #FFE061;
    scrollbar-highlight-color: #FFD76B;
    scrollbar-shadow-color: #FFD76B; 
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-arrow-color: #16659E; 
    scrollbar-track-color:#eeeeee;
    scrollbar-darkshadow-color: #ffffff
}
.CollapsiblePanel {
	width: 180px;
	margin: 0px;
	padding: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
    background:url(../fondoMaya.jpg) left top;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
    font-family: Arial,Verdana,Helvetica;
	font-size: 12px;
	color: #023D56;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
    font-family: Arial,Verdana,Helvetica;
	font-size: 12px;
	color: #023D56;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
    font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
	color: #023D56;
	font-weight: bold;
	text-decoration: none;
}
.CollapsiblePanelTab a:hover {
    font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
	font-weight: bold;
	color: #023D56;
	text-decoration: none;
}

/* 
depois que o painel é aberto, o titulo pode ficar com o background da cor escolhida
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
    font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
	font-weight: bold;
	color: #023D56;
	text-decoration: none;
}

/* 
Cor do background quando o mouse passar por cima do titulo.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
    font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
	font-weight: bold;
	color: #023D56;
	text-decoration: none;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */

A:link {
    font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
	font-weight: bold;
	color: #023D56;
	text-decoration: none;
}
A:visited{
	font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
	font-weight: bold;
	color: #023D56;
	text-decoration: none;
}
A:active{
	font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
	font-weight: bold;
	color: #023D56;
	text-decoration: none;
}
A:hover{
	font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
	font-weight: bold;
	color: #023D56;
	text-decoration: none;
}