#AdminContainer {
	position: relative;
	float: left;
	background-color: #FFFFCC;
}
#ContentContainer {
	background-color: #FFFFCC;
	clear: both;
	padding: 5px;
	height: 100%;
}
#ContentContainera:hover {
	color: blue;
}
#Footer {
	clear: both;
	height: 18px;
	width: 100%;
	font-weight: bold;
	font-size: 8pt;
	border-top: white 1px solid;
	background-color: steelblue;
	color: #CCCCCC;
	font-family: Tahoma, San-Serif;
	text-decoration: none;
}
#host {
	text-align: right;
	padding-right: 20px;
}
/* Banner Styles */

#PortalBanner {
	background-color: white;
}
/*for mozilla */

#PortalContainer {
	border: 5px solid #FF0000;
	border-collapse: collapse;
	height: 100%;
	min-height: 100%;
	/*for mozilla*/
	width: 100%;
}
.ContentPane {
}
/* General .css styles */
/* ==============================================
    CSS STYLES FOR Skin and Construction Kit 1.0
   ==============================================
*/
/* GENERAL */
/* style for module titles */

.Head {
	color: #FFFFFF;
}
.HeaderPane {
}
.LeftPane {
	width: 0%;
}
.LeftSep {
}
.LeftSepActive {
}
.LeftSepBC {
}
.MenuBar {
	cursor: pointer;
	cursor: hand;
	background-position: center;
	text-align: center;
}
.MenuBreak {
	word-spacing: 30em;
}
/* Main Menu */

.MenuContainer {
	border-right: none;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #3D2011;
	border-bottom-color: #3D2011;
	background-position: center;
	text-align: center;
}
.MenuIcon {
}
.MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #3D2011;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.MenuItemActive {
	cursor: pointer;
	cursor: hand;
	color: #B2BB1B;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #B2BB1B;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.MenuPane {
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D2011;
}
.NormalBold {
	font-family: arial, helvetica;
	color: #3D2011;
	font-size: 12px;
	font-weight: bold;
}
.OtherTabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}
.RestMenuItem {
	color: #B2BB1B;
}
.RestMenuTitle {
}
.RightPane {

}
.RightSep {
}
.RightSepActive {
}
.RightSepBC {
}
.RootItem {
	cursor: pointer;
	cursor: hand;
	color: #3D2011;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.RootItemActive {
	cursor: pointer;
	cursor: hand;
	color: #B2BB1B;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.RootItemSel {
	cursor: pointer;
	cursor: hand;
	color: #B2BB1B;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.RootMenuArrow {
}
.Separator {
}
.SubMenu {
	cursor: pointer;
	cursor: hand;
	color: #3D2011;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #FFFFFF;
}
.SubMenuItemActive {
	cursor: pointer;
	cursor: hand;
	color: #B2BB1B;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	text-align: center;
}
.SubMenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #B2BB1B;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	text-align: center;
}
/* ================================
    CSS STYLES FOR Snapsis  NavMenu
   ================================
 *  CSSHover.htc behavior in Body tag is for IE/WIN since it doesn't 
 *  support the :hover pseudoclass on anything except anchor elements
 *   Credit: Peterned - http://www.xs4all.nl/~peterned/
 */

body {
	background-color: #3D2011;
	height: 100%;
	padding: 0px 25px;
	margin-top: 25px;
}
html {
	height: 100;
}
html>body#PortalBorder {
	height: aut;
	/*for mozilla */
	
}
.toppane {
	padding: 5px;
	height: 10px;
}

