/*
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:0 0 10px 0;
	clear:both;
}

.collapsible .header{
	position:relative;
	background:#eee;
	padding: 2px 2px 2px 20px;
}

.collapsible .header h2{
	margin:0;
	font-size:100%;
}

.collapsible .body{
	overflow:hidden;
	padding-left:30px;
}

.collapsible p{
	margin:10px 0;
	font-size:100%;
}


/*
Collapse/expand button - - - - */
a.OpenCloseButton, a:link.OpenCloseButton, a:visited.OpenCloseButton, a:hover.OpenCloseButton, a:active.OpenCloseButton{
	background:url(assets/CollapseIcon.gif) left top no-repeat;
	display:block;
	width:12px;
	height:12px;
	position:absolute;
	top:5px;
	left:3px;
	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:#D61A0E !important;
	margin:0 0 5px 0;
}

.mooCollapsiblesAlertGreen p{
	color:#CCCCCC !important;
}


/*
Toggler - - - - */
.mooCollapsiblesToggler{
	font-size:120%;
	color:#ccc;
}
