body {
	background-color: #FFFFFF;
	background-image: url(/Portals/116/Skins/TileRemovalSkin1/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
}


.SiteWidth {
	align: center;
	width: 760px;
}


a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #7B7B7B;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.LoginLink:hover {
	color: #111;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding: 5 0px 0 0px;
}

.HeaderLeft {
	height: 36px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

.HeaderRight {
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

.AdminColumn {
	padding: 0 0 0 75px;
}

.OneColumn {
	width: 760PX;
	padding: 0 10px 0px 10px;
}
.LeftColumn {
	width: 60%;
	padding: 0 0px 0 10px;
}
.RightColumn {
	width: 40%;
	padding: 0px 20px 20px 20px;
}

.TopRow1 {
	background: url(/Portals/116/Skins/TileRemovalSkin1/C_1x1.jpg) no-repeat top center;
	height: 22px;
	width: 760px;
	padding: 0px 0px 0 0px;
	text-align: right;
}
.TopRow2Left {
	background: url(/Portals/116/Skins/TileRemovalSkin1/C_2x1.jpg) no-repeat top center;
	height: 101px;
	width: 35px;
	padding: 0px 0px 0 0px;
}
.TopRowMiddle {
	background: url(/Portals/116/Skins/TileRemovalSkin1/C_2x2.jpg) no-repeat top center;
	height: 101px;
	width: 682px;
	padding: 0px 0px 0 0px;
}
.TopRow2Right {
	background: url(/Portals/116/Skins/TileRemovalSkin1/C_2x3.jpg) no-repeat top center;
	height: 101px;
	width: 43px;
	padding: 0px 0px 0 0px;
}

.MiddleRow {
	height: 221;
	width: 760;
	background: url(/Portals/116/Skins/TileRemovalSkin1/C_3x1.jpg) center no-repeat;
	padding: 185px 0px 0px 46px;
}
.ContentRow {
	width: 760px;
	background: url(/Portals/116/Skins/TileRemovalSkin1/C_4x1.jpg) center repeat-y;
	padding: 0px 0px 0px 0px;
}
.BottomRow {
	height: 24;
	width: 760;
	background: url(/Portals/116/Skins/TileRemovalSkin1/C_5x1.jpg) center no-repeat;
	padding: 0px 0px 0px 0px;
	text-align: right;
}





table, tr, td, p {
	font-family: tahoma;
	font-size: 12px;

}

.normal, .Normal {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.ContainerHeadLeft {
	background: url(/Portals/116/Skins/TileRemovalSkin1/header_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerHeadActions {
	background: url(/Portals/116/Skins/TileRemovalSkin1/header_bg.gif) repeat-x bottom;
	padding: 0 0 10px 0;
	width: 1px;
}

.ContainerHeadTitle {
	background: url(/Portals/116/Skins/TileRemovalSkin1/header_bg.gif) repeat-x bottom;
	padding: 0 0 17px 5px;
}

.ContainerHeadRight {
	background: url(/Portals/116/Skins/TileRemovalSkin1/header_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerContent {
	padding: 5px 15px 35px 20px;
}

select, input {
	font-family: tahoma;
	font-size: 12px;
	color: #333;
}




/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}


/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active {
    text-decoration:    none;
    color: #E9D99F;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.OtherTabs:hover    {
    text-decoration:    underline;
    color: #E9D99F;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}


/*=============== START DEFAULT MENU STYLES ============================================*/
/*== main menu styles ======================================*/
/*==========================================================*/


/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 640px;
}


/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: #fff;
	width: 100%;
	height: 27px;
}


/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #FFFFF6;
	font-size: 12px;
	background: url(/Portals/116/Skins/TileRemovalSkin1/sub_item_bg.gif) no-repeat;
	font-weight: bold; 
	font-style: normal; 
	border: #0B1E5F 1px solid;
	padding: 0px 8px 0px 2px;
	font-weight: bold;
	height: 21px;
}


/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #E8E4DB;
	background: #808080;
	border-left: #BCA675 1px solid;
	border-right: #BCA675 1px solid;
	padding: 0px 8px 0px 2px;
	font-weight: bold;
	height: 21px;
}


/*-- submenu container --*/
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 10px 0 0 0;
	background: #0B1E5F;
	padding: 2px;
	border: 1px solid #BCA675;
	font-weight: normal;
	filter: none;
}


/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #31738D;
	background: url(/Portals/116/Skins/TileRemovalSkin1/menu_item_bg.gif) repeat-x;
	padding: 0px 0px 7px 0px;
	height: 27px;
	font-weight: bold;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #000;
	background: url(/Portals/116/Skins/TileRemovalSkin1/menu_item_over.gif) repeat-x;
	padding: 0px 0px 7px 0px;
	height: 27px;
	font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #C60000;
	background: url(/Portals/116/Skins/TileRemovalSkin1/menu_item_over.gif) repeat-x;
	padding: 0px 0px 7px 0px;
	height: 27px;
	font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}



/*== module menu styles ====================================*/
/*==========================================================*/


/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #E9D99F;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
}


/*-- menu items --*/
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #888;
	font-size: 12px;
	background: url(/Portals/116/Skins/TileRemovalSkin1/sub_item_bg.gif) no-repeat;
	font-weight: bold; 
	font-style: normal; 
	border: #eee 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 8px 0 0 -4px;
	background: #eee;
	padding: 1px;
	border: 1px solid #aaa;
	font-weight: normal;
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #695833;
	border-left: #695833 1px solid;
	border-right: #695833 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon    {
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited, a.SubHead:active {
	color: #020572;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #0000C0;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #FFF9F8;	
	border-top: 1px solid #9CBC34;
	border-bottom: 1px solid #536B03;
	border-left: 1px solid #9CBC34;
	border-right: 1px solid #536B03;
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: #D71E00;
	height: 20px;
}

a.CommandButton:hover {
	color: #fff;	
	border-top: 1px solid #7C9C15;
	border-bottom: 1px solid #3F5100;
	border-left: 1px solid #7C9C15;
	border-right: 1px solid #3F5100;
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: #AB1800;
	height: 20px;
}

a.Normal:link, a.Normal:visited {
	color: #020572;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover {
	color: #0000C0;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #020572;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #0000C0;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}




.Head {
	font-size: 12px;
	color: #333;
	background: transparent;
	font-weight: bold;
	padding: 0;
}


.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
}

a.BottTxt {
	color: #0B1E5F;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
}
a.BottTxt:hover {
	color: #BA9A53;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
}
a.BottTxt:visited {
	color: #0B1E5F;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
}
.BottomText {
	color: #0B1E5F;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
}




.NormalBold {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

.NormalTextBox {
	color: #333;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	border: 0;
}

h1 {
	color: #0B1E5F;
	font-family: tahoma;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	margin 3px 0 0 0;
}
h2 {
	color: #0B1E5F;
	font-family: tahoma;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

h3 {
	color: #0B1E5F;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


.h2 {
	color: #0B1E5F;
	font-family: tahoma;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.sitemap {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	white-space: nowrap;
}
.sitemap img {
	border: 0px;
	vertical-align: middle;
}
.sitemap a, .sitemap a:visited {
	color: #FFF;
	text-decoration: none;
}
.sitemap a.node, .sitemap a.nodeSel{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.sitemap a.node:hover, .sitemap a.nodeSel:hover {
	color: #FFF;
	text-decoration: underline;
}
.sitemap a.nodeSel {
	background-color: #c0d2ec;
}
.sitemap .clip {
	overflow: hidden;
}
