/**
 * rumble.css
 
 * Use this file to overwrite styles here from /javascript/rumbleui/css/rumble.css 
 */
 
/* rumble expander */
.expander-switch {
	background-position: 24px 0px !important;	
}
.expander-switch em {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	margin: 6px 0px 0px 4px;
	background-position: -20px -20px;
	background-image: url("/staticarchive/99eb9e34a138fcd13eab1145f1b8f91050b7dd8a.gif");
}
.expander-switch:hover em {
	background-position: 0px -20px;
}
.expander-expanded em {
	background-position: -20px 0px !important;
}
.expander-expanded:hover em {
	background-position: 0px 0px !important;
}
.expander-panel {
}


/* .rumble accordion */
.accordion-switch {
	padding: 0px 0px 4px 20px;
	cursor: pointer;
}
.accordion-switch em {
	position: absolute;
	background-image: url("/staticarchive/99eb9e34a138fcd13eab1145f1b8f91050b7dd8a.gif");
	background-position: -20px -20px;
	display: block;
	height: 10px;
	margin: 4px 0px 0px -20px;
	width: 10px;
}
.accordion-switch:hover em {
	background-position: 0px -20px;
}
.accordion-expanded em {
	background-position: -20px 0px !important;
}
.accordion-expanded:hover em {
	background-position: 0px 0px !important;
}


/* rumble thebox */
#thebox-background {
	background-color: #ffffff;
}
#thebox-panel {
	border: 10px solid #cccccc !important;
	padding: 0px !important;
}
#thebox-panel #thebox-image-panel {
	margin: 0px auto 0px auto;
}
#thebox-panel .thebox-controls {
	padding: 10px !important;
	background-color: #ffffff;
}
#thebox-panel .thebox-controls span {
	font-size: 12px;
}
#thebox-panel .thebox-controls span.thebox-controls-title {
	margin-right: 20px;
}
#thebox-panel .thebox-controls span.rumbleui-button {
	cursor: pointer;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 2em;
	margin: 0px 3px 0px 0px;
	padding: 0px 6px 0px 6px;
}
#thebox-panel .thebox-controls span.rumbleui-button:hover {
	background-color: #666666;
}


/* Toolbar */
#main-content .format-toolbar {
	width: 27px;
	display: block;
	position: absolute;
	top: 30px;
	right: 15px;
}
#main-content .format-toolbar a {
	background-position: center center;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	margin: 0px 0px 2px 2px;
	padding: 2px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#main-content .format-toolbar a:hover {
	border: 1px solid #000000;
}
.format-toolbar a span {
	display: none;
}
.format-toolbar a.heading1-selection {
	background: url("/staticarchive/e48ff05d727f8231adcefb06768755db98270c45.png");
}
.format-toolbar a.heading2-selection {
	background: url("/staticarchive/f7534bd5c08532a53d37136016283f48102462da.png");
}
.format-toolbar a.heading3-selection {
	background: url("/staticarchive/6e94c0f87b06dd0529d8ed21be6a9ae564282bb7.png");
}
.format-toolbar a.heading4-selection {
	background: url("/staticarchive/1e56a0a09e04d9cdd5fb19d768c4a011fb612054.png");
}
.format-toolbar a.heading5-selection {
	background: url("/staticarchive/73e0eadf19bfae0b080e7abaac8c525d061d7c3e.png");
}
.format-toolbar a.strong-selection {
	background: url("/staticarchive/fbdc3640322525d8b869802638eee3155a1698cc.png");
}
.format-toolbar a.emphasis-selection {
	background: url("/staticarchive/cb888f77ebb1bdbe0172e134a53a8a9dc294d6c3.png");
}
.format-toolbar a.link-internal-selection {
	background: url("/staticarchive/fd9db35caffd264abff861491d28b81102697f9b.png");
}
.format-toolbar a.link-external-selection {
	background: url("/staticarchive/61b5182bf7f10b3e624f5cf856ac402164e20210.png");
}