﻿/*CollapsiblePanel*/
.collapsePanel
{
	overflow: hidden;
	border-right: whitesmoke 1px solid; /*border-top: gray 1px solid;*/
	border-bottom: whitesmoke 1px solid;
	/*border-top: whitesmoke 1px solid;*/
	border-left: whitesmoke 1px solid;
	width: 100%;
	color: #000;
	clear:right;
	background-color:#f8f8ff;
}

.collapsePanelHeader
{
    background-color:#7b869a;
	width: 100%;
	height: 25px; /*background-image: url(imagens/bg-snippet.png);*/
	/*border-right: whitesmoke 1px solid;
	border-top: whitesmoke 1px solid;
	border-left: whitesmoke 1px solid;
	border-bottom: whitesmoke 1px solid;*/
	/*color: #191970;*/
	color:White;
	font-weight: bold;
	font-size: 8pt;
	clear:right;
}

#master_content .collapsePanelHeader a {color:#000;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}