/* Universal */
body {
	background-color: #EDECEB;
	font-family: sans-serif;
	font-size: 14px;
}

td {
	vertical-align: top;
}

/* Sliding Panel */
#panel_container {
	margin: 0px;
	padding: 0px;
	/*position: absolute;*/
	position: relative;
	width: 100%;
}
#panel {
	background: #87CEEB;
	display: none;
}
.panel_table {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

.slider {
	/*border-top: solid #87CEEB;*/
	margin: 0px;
}
.slide_table {
	border: 0px;
	border-collapse: collapse;
}
.slide_td_left {
	background: url(images/glossy/menu-top-left-inverted.png) no-repeat;
	margin: 0px;
	padding: 0px;
}
.slide_td_right {
	background: url(images/glossy/menu-top-right-inverted.png) no-repeat;
	margin: 0px;
	padding: 0px;
}
.slide_td {
	background: #87CEEB url(images/glossy/menu-top-inverted.png);
	height: 20px;
	padding-top: 2px;
	padding-left: 24px;
	padding-right: 24px;
}
.slide_button {
	/*background: url(images/glossy/menu-maximize-inverted.png) no-repeat;*/
	margin: 0px;
	padding: 0px;
}

.active {
	/*background: url(images/glossy/menu-minimize-inverted.png) no-repeat;*/
}

/* Menus */
 table.tablize {border-collapse: collapse; border: none;}
 tr.foot {font-size:8px;}
 td.bottomright {background:#EDECEB url(/images/glossy/menu-bottom-right.png) repeat-x;overflow:hidden;}
 td.menubottom {background:#EDECEB url(/images/glossy/menu-bottom.png) repeat-x;overflow:hidden;}
 td.bottomleft {background:#EDECEB url(/images/glossy/menu-bottom-left.png) repeat-x;overflow:hidden;}
 td.menuright {background:#EDECEB url(/images/glossy/menu-right.png) right repeat-y;overflow:hidden;}
 td.contenttd {background:#EDECEB; font-size:12px;width:100%}
 td.menuleft {background:#EDECEB url(/images/glossy/menu-left.png) repeat-y;overflow:hidden;}
 td.topright {background:url(/images/glossy/menu-top-right.png) no-repeat;overflow:hidden;vertical-align:top; margin: 0px; padding: 0px;}
 td.caption {background:#65a5e1 url(/images/glossy/menu-top.png);}
 div.captiondiv {overflow:hidden;height:14px;font-size:12px;margin:4px;text-align:center;font-weight:bold;color:#ffffff;}
 td.topleft {background:url(/images/glossy/menu-top-left.png) no-repeat; overflow:hidden;vertical-align:top; margin: 0px; padding: 0px;}
