.collapsibleContainer
{
    border: solid 0px #9BB5C1;
	margin-top:20px;
}

.collapsibleContainerTitle
{
    cursor:pointer;
}

.collapsibleContainerTitle div
{
	border: 1px solid #0c0c0c;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #0c0c0c;
	border-bottom-color: #0c0c0c;
	border-left-color: #0c0c0c;
	padding: 5px 14px 7px 14px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(../../images/collapsible_panel/panel_bg.jpg) repeat-x left top;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight:normal;
	text-shadow: 0 2px 0 #000;
}

.collapsibleContainerContent
{
    padding: 10px 20px 10px 20px;
	border: solid 1px #878787;
	border-top: solid 0px #9BB5C1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}

.collapsibleContainerContent2
{
    padding: 10px 10px 10px 10px;
	border: solid 1px #CCC;
	border-top: solid 0px #9BB5C1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.collapsible_progress_bar{
	display:block;
	float:right;
	height:19px;
	width:72px;
	border:0px !important;
	padding:0px !important;
	background: url(../../images/collapsible_panel/loading_bar.gif) no-repeat center center !important;
		
}

.collapsible_down_icon{
                display:block;
                float:right;
                height:18px;
                width:30px;
                margin-top:4px;
                margin-right: -12px;
                border:0px !important;
                padding:0px !important;
                background: url(../../images/collapsible_panel/p_down_icon.png) no-repeat center center !important;
				
}

.collapsible_up_icon{
                display:block;
                float:right;
                height:18px;
                width:30px;
                margin-top:4px;
                margin-right: -12px;
                border:0px !important;
                padding:0px !important;
                background: url(../../images/collapsible_panel/p_up_icon.png) no-repeat center center !important;                     
}