html 
{
	height:100%;
}
coltd
{
	width:980px;
}
body {
	height: 100%;
	width: 100%;
	font-family:verdana;
	font-size:12px;
	background-color:#ece9d8; 
	text-align:left;
	margin:0px;
}
.MainContainer
{
	height:100%;
	position: absolute;
}
.MainContainerContent
{
	padding-top:140px;
	padding-bottom:30px;
	height:100%;
}
/* CONTENT AREA */
.PageContentHolder
{
	width:100%;
	display:inline;
}
.MenuLeft
{
	width:152px;
	padding-right: 5px;
	float: left;
}
.MenuRight
{
	width:200px;
	float: left;
}
.MenuRightScroll
{
	overflow:hidden;
}
.ContentAreaHolder
{
	padding-right:5px;
	float: left;
	width: 618px;
}
.ContentAreaHolderLarge
{
	width:100%;/*823px;*/
}
/* CONTENT AREA END */
#Content
{
	width:980px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.PageContent
{
	padding: 0;
	margin: 0;
	position: absolute;	
	top: 140px;
	left: 230px;
	right: 20px;
	bottom: 35px;
	overflow: hidden;
	width:750px;
}
.PageContentWithMenu
{
	padding: 0;
	margin: 0;
	position: absolute;	
	top: 140px;
	left: 230px;
	right: 230px;
	bottom: 35px;
	overflow: hidden;
	width:520px;
}

#MainHolder
{
	width:980px;
}
/* MENU GROUP ITEM */

.MenuGroupTop{
	position:relative;
	background-image: url(/SystemLayout/images/ContentPane_2_Bg_top.gif);
	height:1px;
	background-color:white;
	height:6px;
	top:10px;
}
.MenuGroupTopRight {
	right:0px;
}
.MenuGroupBottom
{
	position:relative;
	background-image: url(/SystemLayout/images/ContentPane_2_Bg_Bot.gif);
	height:6px;
	bottom:0px;
	padding-bottom:3px;
	background-position: top;
	background-repeat: repeat-x;
	z-index:1;
}
.MenuGroupTopLeft{position:relative;float:left;}
.MenuGroupTopRight{position:relative;float:right;}

.MainBodyContents
{
	position:relative;
	font-family:verdana;
	font-size:10px;
	background-color:#ffffff;
	margin:10px 0px 0px 0px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	Background-color:white;
	border-Left:1px solid gray;
	border-right:1px solid gray;
	right:0px;
	left:0px;
	z-index:2;
}

/* MENU GROUP ITEM END */

/* Content Area */
.ContentArea
{
	/*position:relative;
	font-family:verdana;
	*/
	
	font-size:11px;
	padding-left:5px;
	padding-right:20px;
	padding-top:8px;
	Background-color:white;
	border-Left:1px solid gray;
	border-right:1px solid gray;
	margin:10px 0px 0px 0px;
	min-height: 300px;
}
.ContentGroupTop
{
	background-image: url(/SystemLayout/images/ContentPane_2_Bg_top.gif);
	height:1px;
	background-color:white;
	height:6px;
	top:10px;
}
.ContentGroupTopRight {
	right:0px;
	position:relative;
	float:right;
}
.ContentGroupTopLeft{
	position:relative;
	float:left;
}
.ContentGroupBottom
{
	background-image: url(/SystemLayout/images/ContentPane_2_Bg_Bot.gif);
	height:6px;
	bottom:0px;
	padding-bottom:3px;
	background-position: top;
	background-repeat: repeat-x;
}
.ContentItem
{
	position:relative;
}
.ContentTitle
{
	position:absolute;
	font-weight:bold;
	font-size:11px;
	height:16px;
	display: block;
	padding-left:10px;
}
.ContentTitleTxt
{
	padding-top:2px;
	padding-right:5px;
	padding-left:5px;
	float:left;
	background-color:White;
	background-image: url(/SystemLayout/images/ContentPane_2_Bg_Top.gif);
	background-repeat: repeat-x;
}
.ContentTitleLeft
{
	background-image: url(/SystemLayout/images/ContentPane_1_Tab_Left.gif);
	background-position: left;
	background-repeat: no-repeat;
	width:4px;
	height:16px;
	float:left;
}
.ContentTitleRight
{
	background-image: url(/SystemLayout/images/ContentPane_1_Tab_right.gif);
	background-position: left;
	background-repeat: no-repeat;
	width:4px;
	height:16px;
	float:left;
}

/* Content Area END */
/*Content Area Title Bars */
.GroupItem
{
	position:relative;
}
.GroupTitleTxt
{
	position:relative;
	top:0px;
	padding-top:2px;
	padding-right:5px;
	padding-left:5px;
}
.GroupTitleLeft
{
	background-image: url(/SystemLayout/images/ContentPane_1_Tab_Left.gif);
	background-position: left;
	background-repeat: no-repeat;
	width:4px;
	height:16px;
	position:absolute;
	left:0px;
}
.GroupTitleRight
{
	background-image: url(/SystemLayout/images/ContentPane_1_Tab_right.gif);
	background-position: left;
	background-repeat: no-repeat;
	width:4px;
	height:16px;
	position:absolute;
	right:0px;
	top:0px;
}

.GroupTitle
{
	position:absolute;
	top:1px;
	font-weight:bold;
	font-size:11px;
	left:12px;
	height:16px;
	background-color:White;
	background-image: url(/SystemLayout/images/ContentPane_2_Bg_Top.gif);
	background-repeat: repeat-x;
	z-index:1;
}

/* Content Area Title Bar End */

#PageFooter
{
	width:980px;
	height:26px;
	bottom:4px;	
	height:26px;
	z-index:0;
}
#PageFooter DIV
{
	position: relative;
	z-index:0;
}

.FooterBar
{
	background-image: url(/SystemLayout/images/Footer_Bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 26px;
	margin-bottom: 10px;
}
#Tabs
{
	margin: 4px 0 0 24px;
}

a
{
	color:black;
	text-decoration:none;
}
a:hover
{
	color: #FF8C00;
}
a:active
{
	color: #FF8C00;
	text-decoration:underline;
}
/* Classes for the Module Grouping Bar */
.ListTabs
{
	padding: 0;
	margin: 4px 0 0 44px;
	list-style: none;
	position: relative;
}

.Tab_On, .Tab_Off, .Tab_On span, .Tab_Off span, .ListTabs
{
	height: 17px;
	display: block;
}
.Tab_Off span span
{
	padding-top: 5px;
	height: 12px;
}
.Tab_On span span
{
	padding-top: 7px;
	height: 14px;
}

.Tab_On, .Tab_Off
{
	float: left;
}

.Tab_On
{
	background-image: url(/SystemLayout/images/Tab_Bg_On.gif);
	font-weight:bold;
}
.Tab_Off
{
	background-image: url(/SystemLayout/images/Tab_Bg_Off.gif);
	font-size:10px;
}

.Tab_On span, .Tab_Off span
{
	background-position: left top;
	background-repeat: no-repeat;
}

.Tab_On span
{
	font-size:12px;
	background-image: url(/SystemLayout/images/Tab_Left_On.gif);
}

.Tab_Off span
{
	font-size:10px;
	font-weight:normal;
	background-image: url(/SystemLayout/images/Tab_Left_Off.gif);
}

.Tab_On span span, .Tab_Off span span
{
	background-position: right top;
	background-repeat: no-repeat;
	padding-left:10px;
	padding-right:8px;
}

.Tab_On span span
{
	background-image: url(/SystemLayout/images/Tab_Right_On.gif);
}
.Tab_Off span span
{
	background-image: url(/SystemLayout/images/Tab_Right_Off.gif);
}

.Tab_On a, .Tab_Off a
{
	vertical-align: baseline;
	float: left;
}

/* Classes for the Header Bar */
.SiteLogo
{
	float: right;
	margin-right:8px;
}
.HeaderBar_Left
{
	float:left;
}
.HeaderBar_Right
{
	float:right;
}
.HeaderTop
{
	width:100%;
	height:11px;
	margin-top: -1px;
}
.HeaderBar_Top_Left
{
	padding-left:9px;
	height:11px;
	background: transparent url(/SystemLayout/images/HeaderBar_Top_Left.gif) no-repeat top left;
}
.HeaderBar_Top_Right
{
	padding-right:9px;
	height:11px;
	background: transparent url(/SystemLayout/images/HeaderBar_Top_Right.gif) no-repeat top right;
}
.HeaderBar_Top
{
	width: 100%;
	background-color: white;
	border-top: 1px solid #8c8c8c;
	height:11px;
}
.HeaderBottom
{
	height:8px;
}
.HeaderBar_Bot_Left
{
	float:left;
}
.HeaderBar_Bot_Right
{
	float:right;
}

.HeaderBar_Content
{
	padding:5px 10px 5px 10px;
}

.HeaderBar_Content_Left
{
	background: transparent url(/SystemLayout/images/HeaderBar_Bg_Left.gif) repeat-y;
	padding-left: 9px;
	margin: 0;
}

.HeaderBar_Content_Right
{
	background: transparent url(/SystemLayout/images/HeaderBar_Bg_Right.gif) repeat-y scroll right;
	padding-left: 9px;
	margin: 0;
}

.TabsContent
{
	border-bottom: 1px solid #8c8c8c;
	background-color: #fff;
}
/* Classes for the Module Links */
.TabLinks
{
	font-size:10px;
	background-image: url(/SystemLayout/images/Spacer_Header.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left:10px;
	white-space:normal;
	text-align:left;
	margin: 0 180px 0 84px;
}
.TabLnk 
{
	position:relative;
	margin-right:16px;
	padding: 0px 2px 0px 2px;
	height: 16px;
	white-space: nowrap;
	font-size: 10px;
	border:1px solid white;
	text-align:left;
}
.TabLnk img
{
	margin-right:5px;
	padding-top:2px;
	border:0px;
}
a.TabLnk:hover
{
	border: 1px solid #A9A9A9;
	background-color: #ECECEC;
	color: black;
}
/* Classes for the User Bar */
.UserBar
{
	margin: 0 20px 10px 20px;
	border:0px solid black;
	height:24px;
	clear: both;
}
.User
{
	width:548px;
	height:24px;
	float: left;
}
.UserBarLeft
{
	float:left;
}
.UserBarRight
{
	float:right;
}
.UserDetails
{
	padding-top:3px;
	font-size:10px;
	background-image: url(/SystemLayout/images/UserBar_Bg.gif);
	margin: 0 6px 0 6px;
	height:21px;
}
/* Classes for the Quick Links Bar */
.QuickLinks
{
	width:390px;
	background: transparent url(/SystemLayout/images/UserBar_Bg.gif) repeat-x;
	height: 24px;
	float: right;
}

.QuickLinks img
{
	border: 0;
}

.QuickLinks ul
{
	padding: 0;
	list-style:none;
	display: block;
	margin: 0;
	display: block;
	padding-top: 3px;
}

.QuickLinks li
{
	display: block;
	float: left;
	margin: 0 4px 0 2px;
}

.QuickLinkTab span
{
	margin-left:5px;
	padding-right:5px;
}

li.QuickLinkTabSep 
{
	background-image: url(/SystemLayout/images/Spacer_LightGray_1.gif);
	background-repeat: repeat-y;
	width:7px;
}

.QuickLinkTab
{
	font-size:10px;
}

.QuickLinkLeft{float:left; }
.QuickLinkRight{float:right;}


/* Classes for the Container Boxes */

.MenuGroup a{font-size:10px;}
#ContentWindow .MenuGroupTitleLeft
{
	position:absolute;
	margin-left:0px;
}
#MenuListRight .MenuGroupTitleLeft
{
	position:absolute;
	margin-left:0px;
}
.MenuGroupBody UL
{
	margin-left:10px;
	margin-top:0px;
	margin-Bottom:5px;
	list-style:none;
}
/**/
#ContentWindow
{
	padding-top:15px;
	padding-left: 5px;
	height:100%;
	overflow:hidden;
}
#ContentWindow .MenuGroup .MenuGroupBody
{
	height:100%;
}
.BarLeft
{
	float:left;
	width: 5px;
}
.BarRight
{
	float:left;
	width: 6px;
}
.BarDetails
{
	width:969px;
	height:26px;
	vertical-align: middle;
	margin-top:2px;
}
.SiteFrameBorder
{
	margin: 0 auto;
	width: 980px;
}
