﻿/*CollapsiblePanel*/
.ContainerPanel
{
padding-left:15px;
text-align:left;
}

.collapsePanelHeader
{
       width:100%;       
       color:#000;
       font-weight:bold;
}

.HeaderContent
{
       float:left;
       padding-left:20px;
}

.Content
{ 
	width:100%;
	text-align:left;
	float:inherit;
}

.ArrowExpand
{
       background-image: url(images/expand_blue.jpg);
       width:13px;
       height:13px;
       float:left;
       margin-top:3px;
       margin-right:5px;
       position:absolute;
       left:15px;
}

.ArrowExpand:hover
{
       cursor:hand;
}

.ArrowClose
{
       background-image: url(images/collapse_blue.jpg);
       width:13px;
       height:13px;
       float:left;
       margin-top:3px;
       margin-right:5px;
       position:absolute;
       left:15px;
}

.ArrowClose:hover
{
       cursor:hand;
}


