/* Border Layout */
.borderLayout {

}
.borderLayout div {
}

.bl_north {
	background-color: #ffd;
}

.bl_center {
	margin-left: 1px !important;
	margin-right: 180px !important;
	overflow: auto;
}

.bl_west {
	width: 1px;
	float: left;
}

.bl_east {
	width:180px;
	float:right;
	clear: right;
	border-left: 1px solid #999;
	overflow: auto;
	height: 430px;
	
}

.bl_south {
	display: none;
}








/* sidebars - adapted from mochaui.com desktop sidebar */

.sidebarWrapper {
}

#sidebar1 {
	float: left;
	overflow: hidden;	
}

#sidebar2 {
/*	float: left;*/
	overflow: hidden;	
}

.sidebarContentWrapper {
	margin: 1px;
	border: 1px solid #fff;
}

.sidebarContent {
	padding: 15px;
}

.sidebarHandle {
	float: left;
	position: relative;
	background: #eeeeef;
	border: 1px solid #fff;
	width: 4px;
	margin: 0 1px 0 1px;
	cursor: e-resize; /* This is for Opera which does not support the col-resize cursor */
	cursor: col-resize;
}

* html .sidebarWrapper {
	margin-right: -4px; /* Fix for IE6 3px jox bug */
}

* html .sidebarHandle {
	margin-right: 1px; /* Fix for IE6 3px jox bug */
}

.columnControlWrapper {
	position: absolute;
	left: -1px;
	top: 150px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;		
}

.columnControl {
	background: #ddd;
	border: 1px solid #fff;
	width: 4px;
	height: 8px;
	cursor: pointer;
	font-size: 1px; /* For IE6 */	
}







#refresh {
	position: absolute;
	top: 14em; left: 300px;
	width: 98px; height: 98px;
	background-image: url(images/refresh.png);
	display: none;
	cursor: pointer;
}

#pleaseWait {
	position: absolute;
	top: 14em; left: 300px;
	width: 170px; height: 45px;
	background-image: url(images/24-0.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 3px double #afafaf;
	background-color: #ffffff;
	display: none;
	cursor: wait;
	z-index: 1998;
}

#pleaseWait em {
	display: block;
	margin: 14px auto;
	width: 80px;
	font-size: 12px; font-style: normal; font-weight: bold;
}

/*

#footer {
	text-align: center;
	margin: 0.4em 0em 0em 0em;
	height: 2em;
}
#footer table {
}
#footer ul {
}
#footer ul li {
	width: 2em;
	vertical-align:middle;
	color: #333;
	border: 1px dotted #cacaca;
	margin: 0em 0.2em 0em 0.2em;
	padding: 0.3em;
	cursor: pointer;
}
#footer ul li:hover {
	background-color: #fbfbfb;
	color: #000;
	border: 1px dotted #9a9a9a;
}
#footer .elp { border: 1px solid #fff !important; background-color: #ffffff; width: 1em; }
#footer .mb { border: 1px solid #fff !important; }
.backOff { background: url(images/backOff.gif) no-repeat center; }
.backOn { background: url(images/backOn.gif) no-repeat center; }
.forwOff { background: url(images/forwOff.gif) no-repeat center; }
.forwOn { background: url(images/forwOn.gif) no-repeat center; }

#fdSpecificPage {
	margin-left: 3em;
	cursor: pointer;
	color: #333;
}
#fdSpecificPage:hover {
	color: #006;
}
*/
