/*
mooCollapsibles stylesheet - - - - */
.cllpsHidden{
	display:none;
}

.cllpsClear{
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}


/*
Toggler option - - - - */
.mooCollapsiblesToggler{
	margin:0 0 10px 0;
}

.mooCollapsiblesToggler a, .mooCollapsiblesToggler a:link, .mooCollapsiblesToggler a:visited, .mooCollapsiblesToggler a:hover, .mooCollapsiblesToggler a:active{
	color:#FF9933;
	font-size:80%;
	text-decoration:none;
	outline:none;
}


/*
Collapsible boxes - - - - */
.collapsible{
	margin:2px 0 0 0;
	clear:both;
}

.collapsible .header{
	position:relative;
}

.collapsible .header h2{
	margin:0;
	color: #333333;
	line-height: 25px;
	font-size:12px;
	font-weight:normal;
	padding-left: 13px;
	*margin-top: -2px;
}
.collapsible .header h2 a{
	text-decoration: none;
	color: #333333;
}
.collapsible .header h2 a:hover{
	text-decoration: underline;
}
.collapsible .body
{
	margin-top: 0;
	overflow:hidden;
}

.collapsible p{
	padding:5px 0;
}

.collapsible .body  ul{
	list-style-image: url("../../templates/v2/images/bullets/blue.png");
	margin-top:0;
}


.collapsible .body  ul a
{
	color: #087DA8;
	text-decoration: none;
	font-size: 10px;
}
.collapsible .body  ul a:hover
{
	text-decoration: underline;
}
/*
Collapse/expand button - - - - */
a.OpenCloseButton, a:link.OpenCloseButton, a:visited.OpenCloseButton, a:hover.OpenCloseButton, a:active.OpenCloseButton{
	background:url(../Images/collapsible_Components/CollapseIcon.png) left top no-repeat;
	display:block;
	width:12px;
	height:12px;
	position:absolute;
	top:5px;
	right:12px;
	outline:none;
}

a:hover.OpenCloseButton{
	background-position:left bottom;
}

.RotateButton a.OpenCloseButton, .RotateButton a:link.OpenCloseButton, .RotateButton a:visited.OpenCloseButton, .RotateButton a:hover.OpenCloseButton, .RotateButton a:active.OpenCloseButton{
	background-position:right top;
}

.RotateButton a:hover.OpenCloseButton{
	background-position:right bottom;
}


/*
Alert messages - - - - */
.mooCollapsiblesAlertRed p, mooCollapsiblesAlertGreen p{
	color:#CC0000 !important;
	margin:0;
}

.mooCollapsiblesAlertGreen p{
	color:#00CC00 !important;
}


/*
Toggler - - - - */
.mooCollapsiblesToggler{
	font-size:100%;
	color:#ccc;
}