/*CollapsiblePanel*/

.ContainerPanel
{
	width: 100%;
	border: 1px solid #D9E7ED;   
	margin-bottom: 5px;
	cursor: hand;
	cursor: pointer;
}

.collapsePanelHeader
{
       background-color: #F2F7F9;
       color:#386F92;
	   padding: 7px;
	   margin:1px;
	   /* order-bottom: 1px solid #D9E7ED; */
	   
}

.HeaderSubject3
{
	padding-top: 5px;
	padding-left: 65px;
	margin-top: 5px;
	border-top: 1px solid #D9E7ED;
}
.HeaderSubject
{
	TEXT-ALIGN: left;
	padding-left: 67px;
	position: relative;
}
.HeaderContent
{
	width: 400px;
	FONT-WEIGHT: bold;
	FONT-SIZE: small;
	COLOR: #276598;
	FONT-STYLE: normal;
	FONT-FAMILY: Georgia;
	TEXT-ALIGN: left;
	padding-left: 10px;
}

.Content
{
	margin: 3px;
	padding: 7px;
	background-color: #FFFFFF;
}

.ArrowExpand
{
    background-image: url(../../images/expand.png);
    width:11px;
    height:11px;
    float:right;
	background-repeat: no-repeat;
}

.ArrowExpand:hover
{
       cursor:hand;
}

.ArrowClose
{
       background-image: url(../../images/collapse.png);
       width:11px;
       height:11px;
       float:right;
	   background-repeat: no-repeat;
}

.ArrowClose:hover
{
       cursor:hand;
}

.SubCategoryLabel
{
       	FONT-WEIGHT: bold;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana;
}
.SubCategory
{
	padding-bottom: 10px;
	padding-right: 15px;
	width: 31%;
	float: left;
	VERTICAL-ALIGN: top;
}
.SubCategoryL
{
	padding-bottom: 10px;
	padding-right: 15px;
	width: 31%;
	float: left;
	VERTICAL-ALIGN: top;
}
.SubCategoryR
{
	padding-bottom: 10px;
	padding-right: 15px;
	width: 31%;
	float: right;
	VERTICAL-ALIGN: top;
}
.SubCategoryM
{
	padding-bottom: 10px;
	padding-right: 15px;
	width: 31%;
	VERTICAL-ALIGN: top;
}
ul
{
list-style-type:none;
padding:0px;
margin:0px;
	padding-bottom: 15px;
}
li
{
background-image:url(../../images/bullet3.gif);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:14px; 
}
.RelatedLinks
{
	width: 35%;
	padding: 5px;
	border: 1px solid #D9E7ED;
	vertical-align: top;
	background-color: #ffffff;
	float: right;
	COLOR: #276598;
	FONT-STYLE: strong;
	FONT-FAMILY: verdana;
}


