﻿.collapsiblepanel-container
{
    border: solid 1px #99BBE8;
    margin-bottom:1px;
}

.collapsiblepanel-container-title
{
	background:url('collapsiblepanel/title.png') repeat-x;
	color:#15428b;
    cursor:pointer;
    font-weight:bold;
    height:25px;
}

.collapsiblepanel-container-title-header
{
    padding-top:4px;
    padding-left:10px;
	position:relative;
	float:left;
	height:20px;
}

.collapsiblepanel-container-title-tools
{
	position:relative;
	float:right;
	height:25px;
	width:18px;
}

.collapsiblepanel-container-content
{
    border-top:solid 1px #99BBE8;
    padding:10px;
    clear:both;
}

.collapsiblepanel-container-title-tool-collapse
{
	background:url('collapsiblepanel/tool_collapse.gif') no-repeat 50% 50%;
}

.collapsiblepanel-container-title-tool-expand
{
	background:url('collapsiblepanel/tool_expand.gif') no-repeat 50% 50%;
}

.collapsiblepanel-container-title-tool-close
{
	background:url('collapsiblepanel/tool_close.gif') no-repeat 50% 50%;
}
