/* PortVista LX Series 1.0 :: Design by Jason Honingford ( PortVista.com ) Copyright (c) 2006 */

/* Portal Elements: Body, Links */
body{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
	background-color: #CCCCCC;
	height: 100%;
	width: 100%;
}

A{
	font-weight: bolder;
	font-family: Tahoma, Arial, Helvetica;
}
A:link, A:visited, A:active{
	color: #003399;
	text-decoration: none;
	border;
	border: none;
}
A:hover{
    color: #557be3;
    text-decoration: none;
}

/* Portal Elements: Module & Links */
.Normal, TD {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
}
.NormalBold
{
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
}
.NormalRed
{
    font-weight: bold;
    color: #dd0000;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
}
A.Normal,{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}
A.Normal:link, A.Normal:visited, A.Normal:active{
	color: #003399;
	text-decoration: underline;
}
A.Normal:hover{
    color: #557be3;
	text-decoration: underline;
}
/* Skin Layout */
.MainTableFull{
	background-color: #CCCCCC;
}
.MainTableFixed{
	background-color: #FFFFA4;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	height: 100%;
}
.HeaderTable{
	/*background-image:url('images/header_bg.gif');
	background-repeat:repeat-x; */
	background-color: #66CC66;
}
.UserTable{
	padding-top: 0px;
	padding-right: 4px;
}
.BannerTable{
	padding-top: 2px;
	padding-right: 4px;
}
.MenuTable{
	background-image:url('images/menu_bg.gif');
	background-repeat:repeat-x;
	height: 23px;
}
.SubHeaderTable{
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	height: 25px;
}
.BottomMenuTable{
    text-align: center;
    padding: 4px;
}
.footer{
	background-image:url('images/footer_bg.gif');
	height: 20px;
	background-repeat:repeat-x;
}
.FooterLeft{
	background-image:url('images/footer_bg.gif');
	background-repeat:repeat-x;
	padding-left: 5px;
	font-size:10px;
}
.FooterMiddle{
	background-image: url('images/footer_mid_bg.gif');
	background-repeat:repeat-x;
}
.FooterRight{
	background-image:url('images/footer_bg.gif');
	background-repeat:repeat-x;
	padding-right: 5px;
	font-size:10px;
}
/* Bottom Menu, Breadcrumbs */
.MidText{
	font-weight: normal;
	font-size: 10px;
	color: #003399;
	font-family: Tahoma, Arial, Helvetica;
}
A.MidText:link, A.MidText:visited, A.MidText:active{
	color: #666666;
	text-decoration: underline;
}
A.MidText:hover{
	color: #999999;
	text-decoration: underline;
}
/* User & Login */
.TopText{
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
}
A.TopText:link, A.TopText:visited, A.TopText:active{
	color: #FFFFFF;
	text-decoration: underline;
}
A.TopText:hover{
	color: #DDDDDD;
	text-decoration: underline;
}
/* Copyright, CurrentDate, Terms, Privacy, & Help */
.CopyrightText{
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
}
.BottomText{
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
}
A.BottomText:link, A.BottomText:visited, A.BottomText:active{
	color: #FFFFFF;
	text-decoration: none;
}
A.BottomText:hover{
	color: #DDDDDD;
	text-decoration: none;
}
/* Language ComboBox */
#LanguageCB SELECT{
	font-size: 9px;
	width: 140px;
	height: 14px;
}
/* Search TextBox */
#SearchTextBox INPUT{
	font-weight: normal;
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica;
	border-right: #AAAAAA 1px solid;
	border-top: #AAAAAA 1px solid;
	border-left: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	background-color: #EEEEEE;
	vertical-align: middle;
	height: 16px;
	margin-top: 0px;
	padding: 2px;
}
/* Search Command Button */
.SearchButton{
	font-weight: normal;
	font-size: 9px;
	text-transform: capitalize;
	font-family: Tahoma, Arial, Helvetica;
	vertical-align: middle;
	text-align:center;
	background-color: #EEEEEE;
	border-right: #AAAAAA 1px solid;
	border-top: #AAAAAA 1px solid;
	border-left: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	height: 16px;
}
A.SearchButton:link, A.SearchButton:visited, A.SearchButton:active{
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
A.SearchButton:hover{
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
}


/* Panes -------------------------------------------- */
.toppane{
	width: 100%;
	height: 0%;
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
}
.leftpane{
	padding-left: 10px;
	background-color: transparent;
}
.contentpane{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
}
.contentpane_admin{
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
}
.rightpane{
	padding-right: 10px;
	background-color: transparent;
}
.leftpaned{
	padding-left: 10px;
	padding-right: 5px;
	background-color: transparent;
}
.rightpaned{
	padding-left: 5px;
	padding-right: 10px;
	background-color: transparent;
}
.bottompane{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
}


/* Menu System ----------------------------------------- */

/* MenuContainer, MenuBar not used, since we do this in the layout */
.MainMenu_MenuContainer{}
.MainMenu_MenuBar{}

/* Root menu item: unselected */
.MainMenu_RootMenuItem{
	font-weight: bold;
	padding-right: 4px;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	background-color: transparent;
}
/* Root menu item: active (current page) */
.MainMenu_RootMenuItemActive{
	font-weight: bold;
	padding-right: 4px;
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	/* background-color: #55AE55; */
	background-image:url('images/menu_selected_bg.gif');
	background-repeat:repeat-x;
}
/* Root menu item: hover */
.MainMenu_RootMenuItemSel{
	height: 20px;
	color: #55AE55;
	background-color: transparent;
}
/* Every menu item: unselected, overrides RootMenuItem */
.MainMenu_MenuItem{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	height: 20px;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
/* Every menu item: hover, overrides MainMenu_RootMenuItemSel */
.MainMenu_MenuItemSel{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
	background-color: transparent;
}
/* Menu Icon: replace display:none; with commented code to enable menu icons */
.MainMenu_MenuIcon{
	display: none;
/*
	width: 15px;
	height: 20px;
	background-color: #CCCCCC;
	border-color: #CCCCCC;	*/
}
/* The right side of the sub menus: this allows for only the rightarrow to display when needed */
.MainMenu_MenuArrow{
	width: 0px;
	border-color: #CCCCCC;
	background-color: transparent;
}
/* the space between menu items for horz menu: this allows for only the right separator to show */
.MainMenu_MenuBreak{
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
/* the space between menu items for vert menu */
.MainMenu_MenuBreak_Vert{
	height: 0%;
	width: 0%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #999999;
}
/* the submenu box */
.MainMenu_SubMenu{
	margin-left: 0px;
	background-color: #CCCCCC;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;
}
/* submenu item: hover, overrides MainMenu_MenuItemSel */
.MainMenu_SubMenuItemSel{
	font-size: 11px;
	height: 20px;
	background-color: #EEEEEE;
}
/* provides padding for the downarrow */
.MainMenu_RootMenuArrow{
	padding-right: 2px;
	padding-left: 2px;
}

