@charset "UTF-8";
/* CSS Document */

Body
{
background: url('/portals/110/skins/inspirationNow/images/Background.jpg') repeat-x;
    background-color: #f7f2dd;
}

.Normal, .NormalDisabled
{
    font-family: "Arial Narrow", Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
	color:#f8f2dd;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: "Arial Narrow", Arial, Helvetica;
    font-size: 14px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: "Arial Narrow", Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: "Arial Narrow", Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
}


/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:26;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-size: 16px;
	font-family: "Arial Narrow", Arial;
	color: #7d6541;
	font-weight: normal; 
	font-style: normal; 
	border-left: #eddaa8 0px solid; 
	border-bottom: #eddaa8 1px solid; 
	border-top: #eddaa8 1px solid; 
	border-right: #eddaa8 0px solid;
	background-color: Transparent;
}
.rootmenuitemactivecssclass {
	cursor: pointer; 
	cursor: hand; 
	font-size: 16px;
	font-family: "Arial Narrow", Arial;
	color: #7d6541;
	font-weight: normal; 
	font-style: normal; 
	background: url('/portals/110/skins/inspirationNow/images/MenuRollOver.jpg') repeat-x;
	background-color: #eddaa8;
	border-left: #eddaa8 0px solid; 
	border-bottom: #eddaa8 1px solid; 
	border-top: #eddaa8 1px solid; 
	border-right: #eddaa8 0px solid;
	
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #eddaa8; 
	border-left: #eddaa8 0px solid; 
	border-bottom: #eddaa8 1px solid; 
	border-top: #eddaa8 1px solid; 
	border-right: #eddaa8 0px solid;
	text-align: center; 
	width: 1; 
	height: 1;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #f0eee3; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-left: #eddaa8 1px solid; 
	border-bottom: #eddaa8 1px solid; 
	border-top: #eddaa8 1px solid; 
	border-right: #eddaa8 1px solid;
}
.MainMenu_MenuBreak {
	border-left: #eddaa8 0px solid; 
	border-bottom: #eddaa8 1px solid; 
	border-top: #eddaa8 1px solid; 
	border-right: #eddaa8 0px solid;
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-size: 16px;
	font-family: "Arial Narrow", Arial;
	color: #ffffff;
	font-weight: normal; 
	font-style: normal;
	background: #eddaa8;
	border-left: #eddaa8 0px solid; 
	border-bottom: #eddaa8 1px solid; 
	border-top: #eddaa8 1px solid; 
	border-right: #eddaa8 0px solid;
}
.MainMenu_MainMenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-size: 16px;
	font-family: "Arial Narrow", Arial;
	color: #ffffff;
	font-weight: normal; 
	font-style: normal;
	background: url('/portals/110/skins/inspirationNow/images/MenuRollOver.jpg') repeat-x;
	border-left: #eddaa8 0px solid; 
	border-bottom: #eddaa8 1px solid; 
	border-top: #eddaa8 1px solid; 
	border-right: #eddaa8 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #eddaa8 0px solid; 
	border-bottom: #eddaa8 1px solid; 
	border-top: #eddaa8 1px solid; 
	border-right: #eddaa8 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Separator {
	color: Transparent;
	background-color: Transparent; 
	border-left: #eddaa8 0px solid; 
	border-bottom: #eddaa8 1px solid; 
	border-top: #eddaa8 1px solid; 
	border-right: #eddaa8 0px solid;
}

A.Login:link, A.Login:active, A.Login:visited, A.Login:hover {
	font-size: 10px;
	color: #f5eace;
}

.TitleIsPlain1 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#f8f2dd;
}

A.Normal:link, A.Normal:active, A.Normal:visited, A.Normal:hover {

    font-family: "Arial Narrow", Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
	text-decoration:underline;
	color:#f8f2dd;
}