@charset "UTF-8";
#outerWrapper #contentWrapper #right2Col {
	float: right;
	padding: 0px 62px 30px 0px;
	width: 645px;
}
#accordion {
	width: 644px;
}

/* accordion header */
#accordion h2 {
	background:#757575 url(../images/h30.png);
	margin:10px 0px 0px;
	padding:5px 15px;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
	width: 340px;
	color: #FFF;
	text-transform: uppercase;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	width: 614px;
	background: #ed2939;
	color: #FFF;
	font-weight: bold;
}
#accordion h2.current:hover {
	background: #ed2939;

}

/* accordion pane */
#accordion div.pane {
	display:none;
	padding:0px;
	color:#555;
	font-size:12px;
	overflow: auto;
	height: 410px;
	width: 644px;
	background: #EEE;
	border-width: 0px;
	border-style: none;
}
#accordion h2:hover {
	background: #444;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#showCase1, #showCase2, #showCase3, #showCase4, #showCase5 {
	height: 410px !important;
	width: 644px !important;
	line-height: 14px !important;
	}
#subBar {
	margin: 10px;
	width: 604px !important;
	height: auto !important;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;	
}

/* specific for loadmask.js */
.loadmask {
	z-index: 20000;
	position: absolute;
	top:0px;
	left:0px;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-color: #CCC;
	width: 645px;
	height: 100%;
	zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
	padding:5px 10px 5px 25px;
	/*background: #fbfbfb url(../images/loading.gif) no-repeat 5px 5px;*/
	line-height: 16px;
	border:1px solid #a3bad9;
	color:#222;
	font:normal 11px tahoma, arial, helvetica, sans-serif;
	cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
