/* CSS Document */
#body { background-image: url(img/page_bg.gif); }
.HeaderExpand {
	background-image: url(img/sl_expand.gif);
	background-repeat: repeat-x;
}
.FooterExpand {
	background-image: url(img/pg_footer_expand.gif);
	background-repeat: repeat-x;
}

.ContentTable {	
	width: auto;
	padding: 3px;
	border: 0px;
	margin: 0px;
}

.top_pane {
/*
	border-top: 0px;
	border-bottom: 0px;
	border-left: 2px solid #0072bc;
	border-right: 2px solid #0072bc;
*/
	border: 0px;
	padding: 5px;
}
.Left_Pane {
	padding: 3px;
	padding-left: 5px;
}
.Right_Pane {
	padding: 3px;
	padding-right: 5px;
}
.Low_Dash, .Both_Sides {
	border-left: 2px solid #0072bc;	
	border-right: 2px solid #0072bc;
}
.Low_Dash {
	border-bottom: 1px dashed #0072bc;
}
/* All the content boxes belong to the content class. */
.Content {
	position:relative;
	width:auto;
	min-width:120px;
	margin: 10px 10px 10px 10px;
	border:1px solid #EFEFEF;
	background-color:white;
	padding:10px;
	z-index:3;
	}

/* Main Menu */

.MainMenu_MenuContainer {
	border-top: 1px solid #88bddd;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	height: 25px;
	background-color: #0072bc;
	padding: 0px;
}

.MainMenu_MenuBar {
	background-color: #0072bc;
}

.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #0072bc;
	border-left: 0px solid #0072bc;
	border-right: 0px solid #0072bc;
	border-bottom: 1px solid #0072bc;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom:0px;
	height: 20px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	background-color: #0072bc;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/sel_bg.gif);
/*	background-color: #88bddd; */
	border-top: 0px solid #FF0000;
	border-left: 0px solid #FF0000;
	border-right: 0px solid #FF0000;
	border-bottom: 0px solid #FF0000;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom:0px;
	height: 20px;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}