body{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #C8C8C8;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    BORDER-RIGHT: #F97723 1px solid; 
    BORDER-TOP: #F97723 1px solid; 
    BORDER-LEFT: #F97723 1px solid; 
    BORDER-BOTTOM: #F977231px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #F97723;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#F97723;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#F97723;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#F97723;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #ADB81E;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #F97723;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #F97723;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color:#F97723;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* 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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #F97723;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #6B7584;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #F97723;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #F97723;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #F97723;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #F97723;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ADB81E;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #842D1A;
	color: #ffffff;
	border-bottom: #C5C5C5 1px solid;
	border-right: #C5C5C5 1px solid;
	border-left: #C5C5C5 1px solid;
	border-top: #C5C5C5 1px solid;
	font-family: Verdana, sans-serif;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #F97723;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #F97723;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #F97723;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #F97723;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #F97723;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #F97723;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #F97723;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #F97723;
}

A:link  {
    text-decoration:    none;
    color: #F97723;
}

A:visited   {
    text-decoration:    none;
    color: #F97723;
}

A:active    {
    text-decoration:    none;
    color: #F97723;
}

A:hover {
    text-decoration:    underline;
    color: #ADB81E
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #F97723;
    height:1pt;
    text-align:left
}
/**/
.InteriorFurniture_left_login{
	background-image: url(InteriorFurniture_left_login.gif);
	width: 8px;
	height: 20px;
	background-repeat: no-repeat;
}
.InteriorFurniture_middle_login{
	background-image: url(InteriorFurniture_middle_login.gif);
	height: 20px;
	background-repeat: repeat-x;
}
.InteriorFurniture_right_login{
	background-image: url(InteriorFurniture_right_login.gif);
	width: 8px;
	height: 20px;
	background-repeat: no-repeat;
}
.InteriorFurniture_searchbg{
	background-image: url(InteriorFurniture_searchbg.gif);
	width: 149px;
	height: 16px;
	background-repeat: no-repeat;
}
.InteriorFurniture_redbg{
	background-image: url(InteriorFurniture_redbg.gif);
	height: 16px;
	background-repeat: repeat-x;
}
.InteriorFurniture_yellowbg{
   background-image: url(InteriorFurniture_yellowbg.jpg);
	height: 37px;
	background-repeat: repeat-x;
}
/**/
.BannerPane{
	padding: 0px;
}
.TopPane{
	padding-top: 10px;
	padding-bottom: 16px;
   padding-left: 22px;
	padding-right: 9px;
}
.LeftPane{
	padding: 13px 0px 17px 5px;
}
.LeftPane02{
	padding: 0px 0px 3px 5px;
}
.TopPane02{
	padding: 13px 9px 17px 24px;
}
.ContentPane{
	padding: 0px;
}
.RightPane{
	padding: 0px;
}
.BottomPane{
	padding: 0px;
}
.BottomPane02{
	padding: 0px 9px 2px 24px;
}
.SearchButton {
   background: transparent;
   padding: 0px 0px 15px 45px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}
 #dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:16px; background: transparent; width: 114px; color: #F97723; padding: 0px 2px 2px 2px; border: 0px solid #FFFFFF; cursor:text; font-size: 11px;}
/*  8. Main Menu and Module Menus                         */
/*========================================================*/
/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background-color: transparent;  width: 226px;}
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; width:226px;}
/*-- submenu container        --*/ .MainMenu_SubMenu{ z-index: 1000; cursor: pointer; cursor: hand; background-color: #842d1a; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); border-bottom: #FFFFFF 0px solid; border-left: #FFFFFF 0px solid; border-top: #FFFFFF 0px solid; border-right: #FFFFFF 0px solid; font-family: Tahoma; font-weight: bolder; color: #ffffff; font-size:12px; }
/*-- submenu items idle       --*/ .MainMenu_MenuItem{cursor: pointer; cursor: hand; color:#ffffff; font-family: Tahoma; font-size: 11px ; font-weight: bolder; font-style: normal; border-left: #FFF 0px solid; border-right: #FFF 0px solid;background-color: transparent; padding: 0px 0px 0px 0px; border-bottom: #FFF 0px solid; border-top: 0px solid #000;}
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel{cursor: pointer; cursor: hand; color: #9E0C0C; font-family: Tahoma; font-size: 11px; font-weight: bolder; font-style: normal;background-color: #F97723; padding: 0px 0px 0px 0px; border-top: #FFF 0px solid;border-bottom: #FFF 0px solid;}
/*-- menuitems idle           --*/ .MainMenu_Idle {color: #1D1D1D; background: url(InteriorFurniture_links_menu.jpg) no-repeat; padding: 0px 0px 2px 0px; height: 28px;width: 226px; font-weight: bolder; font-family: Arial, Helvetica, sans-serif font-size: 11px;}
/*-- menuitems over           --*/ .MainMenu_Selected { color: #FF9A00; background: url(InteriorFurniture_hover_menu.jpg) no-repeat; padding: 0px 0px 0px 0px; height: 28px;width: 226px; font-weight: bolder; font-family: Arial, Helvetica, sans-serif font-size: 11px;}
/*-- menuitems active         --*/ .MainMenu_Active{color: #FF9A00; background: url(InteriorFurniture_hover_menu.jpg) no-repeat; padding: 0px 0px 0px 0px;height: 28px; width: 226px; font-weight: bolder; font-family: Arial, Helvetica, sans-serif font-size: 11px;}
/*-- menuitems active         --*/ .MainMenu_BreadcrumbActive {color: #FF9A00; background: url(InteriorFurniture_hover_menu.jpg) no-repeat; padding: 0px 0px 0px 0px;height: 28px; width: 226px; font-weight: bolder; font-family: Arial, Helvetica, sans-serif font-size: 11px;}
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow{ display: none;}
/*-- not needed - main menu   --*/ .MainMenu_RootMenuArrow{ display: none;}
/*-- not needed - main menu   --*/ .MainMenu_MenuIcon  {	cursor: pointer; cursor: hand; background-color: #F97723; border-left: #EEEEEE 0px solid; border-bottom: #FFF 0px solid; border-top: #ffffff 0px solid; text-align: center; width: 15; height: 20;}
/*-- not needed - module menu --*/ .MainMenuSeperator{background: transparent;}
/*-- not needed - module menu --*/ .MainMenu_MenuBreak{border-bottom: #EEEEEE 0px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 0px solid;  border-right: #EEEEEE 0px solid; background-color:#cccccc; height: 0px; color: #FFF;}

/*-- submenu moduletitle      --*/ .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0px 0px 0px 0px; background: #842d1a; padding: 0px 0px 0px 0px; border-top: #FFFFFF 0px solid;border-bottom: #FFFFFF 0px solid; font-weight: bolder; filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=125, Strength=2);padding: 1px 0px 1px 0px; color:#ffffff; font-family: Tahoma; font-size: 12px;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem{cursor: pointer; cursor: hand; color:#ffffff; font-family: Tahoma; font-size: 11px; font-weight: bolder; font-style: normal; border-left: white 0px solid; border-bottom: #FFF 0px solid; border-top: white 0px solid; border-right: white 0px solid;background-color: transparent;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak{border-bottom: #EEEEEE 0px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 0px solid;  border-right: #EEEEEE 0px solid; background-color: #842d1a; height: 0px; color: #FFF; height: 1px;}
/*-- submenu items hover      --*/ .ModuleTitle_MenuItemSel { font-family: Tahoma; font-size: 11px; font-weight: bolder; cursor: pointer; cursor: hand; color: #9E0C0C; background-color: #F97723; padding: 0px 0px 0px 0px; height: 20px; border: 0px;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuArrow{border-bottom: #FFF 0px solid; border-left: #EEEEEE 0px solid; border-top: #EEEEEE 0px solid;  border-right: #EEEEEE 0px solid;}
/*-- not needed - module menu --*/ .ModuleTitle_RootMenuArrow{ font-family: Tahoma;  font-size: 11px; cursor: pointer; cursor: hand;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuIcon {cursor: pointer; cursor: hand; background-color: #F97723; border-left: #EEEEEE 0px solid; border-bottom: #FFF 0px solid; border-top: #EEEEEE 0px solid; text-align: center; width: 15; height: 20;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
/**/
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.user{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
   font-weight: normal;
}
A.user:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
A.user:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
A.user:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
A.user:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6f6f6;
   font-weight: normal;
}
A.breadcrumb:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6f6f6;
	font-weight: normal;
}
A.breadcrumb:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6f6f6;
	font-weight: normal;
}
A.breadcrumb:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6f6f6;
	font-weight: normal;
	text-decoration: underline;
}
A.breadcrumb:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6f6f6;
	font-weight: normal;
}
.current{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
   font-weight: normal;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
   font-weight: normal;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
   font-weight: normal;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
	font-weight: normal;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
   text-decoration: underline;
	font-weight: normal;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
	font-weight: normal;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
   font-weight: normal;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
   font-weight: normal;
}
A.privacy:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
	font-weight: normal;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
   text-decoration: underline;
	font-weight: normal;
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
	font-weight: normal;
}
