@import url(MenuHWDropDown.css);
@import url(MenuHWLeft.css);
@import url(ModuleSupport.css);
@import url(TabsSubTabs.css);

/* Standard HTML tags */
BODY
{
	padding-left: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-image: url(img/main_page_bg.gif);
	background-repeat: repeat;
	padding-right: 0px;
	color: #53250d;;
}

.LC_COMPACT, .LC_COMPACT a:visited, .LC_COMPACT a:link
{
	color:white;
	font-size:8pt;
}

.LC_COMPACT .Greetings
{
	color:#cccccc;
	font-size:8pt;
}

.SendAlert label
{
	color:white;
}

P
{
	margin-top: 1px;
	font-size: 10pt;
	color: #53250d;
	padding-top: 0px;	
}

#PhotoDescription
{
	color:white;
	text-align:center;
}

span.LongDescription
{
	color:white;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
A:link
{
	font-size: 10pt;
	color: #ee7a35;
	text-decoration: none;
}
A:visited
{
	font-size: 10pt;
	border-left: none;
	color: #ee7a35;
	text-decoration: none;
}
A:hover
{
	color: #999999;
	text-decoration: none;
}
A:focus
{
	color: #999999;
	text-decoration: none;
}
A:active
{
	color: #f9ccb0;
	text-decoration: none;
}

div.Sitemap_ascx A:link
{
	font-size: 10pt;
	color: #53250d;
	text-decoration: none;
}
div.Sitemap_ascx A:visited
{
	font-size: 10pt;
	border-left: none;
	color: #ee7a35;
	text-decoration: none;
}
div.Sitemap_ascx A:hover
{
	color: #FF6600;
	text-decoration: underline;
}
div.Sitemap_ascx A:focus
{
	color: #999999;
	text-decoration: none;
}
div.Sitemap_ascx A:active
{
	color: #f9ccb0;
	text-decoration: none;
}
DIV
{
	font-size: 10pt;
}
H1
{
	font-weight: bold;
	font-size: 15pt;
}
H2
{
	font-weight: bold;
	font-size: 14pt;
}
H3
{
	font-weight: bold;
	font-size: 13pt;
}
H4
{
	font-weight: bold;
	font-size: 12pt;
}
H5
{
	font-weight: bold;
	font-size: 11pt;
}
H6
{
	font-weight: bold;
	font-size: 10pt;
}
HR
{
	color: #999999;
	height: 1pt;
	text-align: center;
}
IMG
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
INPUT.CommandButton
{
	border-right: #333333 thin solid;
	padding-right: 3pt;
	border-top: #cccccc thin solid;
	padding-left: 3pt;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 3pt;
	border-left: #cccccc thin solid;
	color: #ffffff;
	line-height: 7pt;
	padding-top: 3pt;
	border-bottom: #333333 thin solid;	
	background-color: #999999;
	text-decoration: none;
}
INPUT
{
	font-size: 8pt;	
}
TABLE
{
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
THEAD
{
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TR
{
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TH
{
	font-size: 10pt;
	vertical-align: baseline;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TD
{
	
}
TFOOT
{
	font-size: 10pt;
}
TEXTAREA
{
	font-size: 8pt;
	
}
OL
{
	font-size: 10pt;
}
UL
{
	font-size: 10pt;
	list-style-image: url(img/bulleye.gif);
}


/* Standard Rainbow Classes */

/* Command buttons */
.CommandButton
{
	font-size: 8pt;
	font-weight: 600;
	color: #333333;
	background-color: #f3a372;
	text-decoration: none;
	white-space: nowrap;
	line-height: 18pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: #ee7a35 2px solid;
	border-left: #f9ccb0 2px solid;
	border-top: #f9ccb0 2px solid;
	border-right: #ee7a35 2px solid;
	display: inline;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */

A.CommandButton:link
{
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
A.CommandButton:visited
{
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
A.CommandButton:hover
{
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
A.CommandButton:focus
{
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
A.CommandButton:active
{
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

.EnhancedHtmlTitlePage /* Enhanced module support */
{
	font-weight: normal;
	font-size: 12pt;
	color: #333333;	
}
.EnhancedHtmlLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #333333;	
}
A.EnhancedHtmlLink:link
{
	color: #000000;
	text-decoration: none;
}
A.EnhancedHtmlLink:visited
{
	color: #999999;
	text-decoration: none;
}
A.EnhancedHtmlLink:hover
{
	color: #cccccc;
	text-decoration: none;
}
A.EnhancedHtmlLink:focus
{
	color: #cccccc;
	text-decoration: none;
}
A.EnhancedHtmlLink:active
{
	color: #333333;
	text-decoration: none;
}

.Error /* Error and warning messages */
{
	color: #FF0000;
}
.Grid_Header, .Grid_Header TD, .Grid_Header TH /* Search Modules */
{
	background-color: #d3ba9b;
	font-weight: 600;
}
.Grid_Footer
{
}
.Grid_Item
{
}
.Grid_Item TD A
{
	font-weight: 600;
}
.Grid_AlternatingItem
{
	background-color: #4e1907;
}
.Grid_AlternatingItem TD A
{
	font-weight: 600;
}
.Grid_SelectedItem
{
}
.Grid_Pager
{
}
.Head /* Add, announcements, articles, blog, ecc ecc */
{
	font-weight: bold;
	font-size: 12pt;
	color: #EEEEEE;	
}
INPUT.NormalTextBox, .NormalTextBox
{
	font-size: 10pt;	
}
SELECT, SELECT.NormalTextBox
{
	font-size: 10pt;	
}
OPTION
{
	font-size: 10pt;	
}
.ItemTitle
{
	font-weight: bolder;
	font-size: 10pt;
	color: #999999;
}
.ItemDate
{
	font-size: 10pt;
	color: #999999;	
}

.Message /* Informative messages */
{
	font-weight: normal;
	font-size: 10pt;
	color: #ee7a35;
	background-color: #ffcc00;
}
.ModuleTitle /* Title of each module */
{
	font-weight: 600;
	font-size: 10pt;
	color: #333333;
	line-height: 14pt;	
	white-space: nowrap;
	overflow: hidden;
}
.ModuleTitleAlt /* Title of each module */
{
	font-weight: 600;
	font-size: 10pt;
	color: #333333;
	line-height: 14pt;	
	white-space: nowrap;
	overflow: hidden;
}
.Module /* Module */
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
}
.ModuleAlt /* Module variant */
{
	background-color:#FFFFFF;
}

.ModuleWhatsNew
{
	color: #53250d;
}

.Normal
{
	padding-right: 0pt;
	font-size: 10pt;
	color: #EEEEEE;	
	line-height: normal;
	letter-spacing: normal;
}

td.Module td.Normal
{
	color: #000000;
}

.Tabs_ascx .ModuleTitle, .Tabs_ascx .SubHead
{
	color: #000000;
}

.SiteSettings_ascx .ModuleTitle, .SiteSettings_ascx .SubHead, .SiteSettings_ascx .SubHead label
{
	color: #000000;
}

.PermissionManager_ascx .ModuleTitle, .PermissionManager_ascx .SubHead, .PermissionManager_ascx .SubHead label
{
	color: #000000;
}

div.settings-table .Normal
{
	color: #000000;
}

.Normal_bc
{
	padding-right: 0pt;
	font-size: 10pt;
	color: #4e1907;	
	line-height: normal;
	letter-spacing: normal;
}

label
{
	color: #000000;
}

table#authRoles label, table.SettingsTableGroup label
{
	color: #EEEEEE;
}

table#authViewRoles label,table#authEditRoles label, table#authAddRoles label, table#authDeleteRoles label, table#authPropertiesRoles label, table#authMoveModuleRoles label, table#authDeleteModuleRoles label, table#authApproveRoles label, table#authPublishingRoles label 
{
	color: #EEEEEE;
}

div.RegisterFull_ascx .Head, div.RegisterFull_ascx .Subhead, tr#_ctl3_EditPasswordRow span, span#_ctl3_InLabel, span#_ctl3_ThisCountryLabel
{
	color: #000000;
}

.NormalBold
{
	padding-left: 5pt;
	font-weight: bold;
	font-size: 10pt;
	color: #4e1907;
}
.NormalItalic
{
	font-size: 10pt;
	font-style: italic;
}

/* Styles for default pages */
.rb_DefaultLayoutTable 
{
}
.rb_DefaultPortalHeader.Norwich
{
	background-color: none;
	display:none;
}


.rb_DefaultLayoutDiv
{
}
.rb_DefaultPortalFooter.Norwich
{
display:none;
}
/* Alternate styles for admin and edit pages */
.rb_AlternateLayoutTable
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.rb_AlternatePortalHeader
{
	background-color: none;
}
.rb_AlternateLayoutDiv
{
}
.rb_AlternatePortalFooter
{
}

.rb_mod_btn /* Buttons support */
{
	display: block;
	margin: 0px 0px 0px 2px;
}
.btn-img-txt
{
}
.btn-img-only
{
}
.btn-img-txt
{
	overflow: hidden;
}
.btn-img-only-css
{
	overflow: hidden;
}
DIV.btn-img-only
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-only-css
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-txt
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-txt-only
{
	font-size: 9pt;
	line-height: 0.8;
}
.rb_mod_btn
{
	display: block;
	margin: 0px 0px 0px 2px;
}

.SiteLink /* Used on Header menu in Layouts */
{
	font-weight: normal;
	font-size: 7pt;
	color: #ee7a35;	
	background-image: url(img/main_page_bg.gif);
	text-align: center;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SiteLink A:link
{
	display: block;
	font-size: 7pt;
	color: #DDDDDD;
	text-align: center;
	text-decoration: none;
}
.SiteLink A:visited
{
	color: #DDDDDD;
	font-size: 7pt;
}
.SiteLink A:hover
{
	color: #ee7a35;
	font-size: 7pt;
}
.SiteLink A:focus
{
	color: #EEEEEE;
	font-size: 7pt;
}
.SiteLink A:active
{
	color: #333333;
	font-size: 7pt;
}

.SiteTitle /* Portal title in Header, in layout file */
{
	padding-right: 0px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 22pt;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-top: 0px;	
	text-decoration: none;
}
.SubHead
{
	font-weight: 600;
	font-size: 10pt;
	color: #EEEEEE;
	padding-top: 4px;	
}
.SubSubHead
{
	margin-top: 10pt;
	font-weight: 600;
	font-size: 10pt;
	color: #ee7a35;
}

/* Three panes */
.LeftPane
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.RightPane
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.ContentPane
{
	border-right: none;
	padding-right: 0px;
	border-top: none;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: none;
	padding-top: 0px;
	border-bottom: none;	
}

.DefaultBanner1 /* Graphics */
{
	background-color: #ee7a35;
}
.DefaultBanner2 /* Graphics */
{
	background-color: #333333;
}
.DefaultTD /* Graphics */
{
	background-color: #cccccc;
}
.DefaultTDSub /* Graphics */
{
	background-color: #999999;
}

/* =============================
   BreadCrumbs styles
   ============================= */
.bc_Row
{
	padding-left: 28px;
	border-bottom: solid 1px #f3a372;
	background-color: #f9ccb0;
}
.bc_Text
{
	font-size: 7pt;
}
.bc_Link, .bc_Link:link, .bc_Link:visited
{
	padding-left: 10px;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
.bc_Link:hover
{
	color: #f3a372;
}

/* The Date Element in the Header */
.dateCurrent
{
	padding-right: 4px;
	font-size: 7pt;
	line-height: 7pt;
}

/* The Last Visit Element in the Header */
.dateLastVisit
{
	padding-right: 4px;
	font-size: 7pt;
	line-height: 7pt;
}


/* =============================
   SolpartNavigation menu styles for TOP NAV MENU
   ============================= */

.spm_MenuContainer
{
	background-color: #f3e4d1;
	border-collapse: collapse;
	height: 60px;		
}

.spm_MenuBar
{
	color: #000000;
	font-size: 10pt;	
}

.spm_SubMenu
{
	background-color: #e9d8c3;
	border-top: solid 2px f3e4d1;
	border-bottom: solid 2px f3e4d1;
	color: #4e1907;	
}


.spm_SubMenu .spm_MenuItemSel, .spm_SubMenuspm_DefaultItem .spm_MenuItemSel  
{
	background-color: #e5c59b;	
	border-top: solid 1px #caa894;
	border-bottom: solid 1px #caa894;
	color: #FFFFFF;	
	padding-left: 6px;	
	padding-right: 6px;
	cursor: hand;
}

.spm_SubMenu .spm_MenuItem, .spm_SubMenuspm_DefaultItem .spm_MenuItem 
{
	color: #53250d;
	font-size: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	border-top: solid 1px #efdbc1;
	border-bottom: solid 1px #efdbc1;
	font-weight: bold;	
	background-color: #efdbc1;
	cursor: hand;
}

.spm_MenuBreak
{
	height: 0px;
}

.spm_MenuIcon
{
	display: none;
}

.spm_MenuStyle
{
}

.spm_MenuArrow
{
	font-family: webdings, Fantasy;
	font-size: 10pt;
	cursor: pointer;
	display: none;
}
.spm_RootMenuArrow
{
	font-size: 10pt;
	cursor: pointer;
	font-family: webdings, Fantasy;
	display: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------*/

/* =============================
   SolpartNavigation menu styles FOR LEFT NAV MENU
   ============================= */

.spm_MenuContainer
{
	background-color: #f3e4d1;
}

.left_spm_MenuContainer
{
	border-collapse: collapse;
	width: 242px;	
}
.left_spm_MenuBar
{
	color: #000000;
	font-size: 10pt;		
}

.left_spm_SubMenu
{
	background-color: #e9d8c3;
	border-top: solid 2px f3e4d1;
	border-bottom: solid 2px f3e4d1;
	color: #4e1907;	
}

.left_spm_DefaultItem
{
	background-color: #e9d8c3;
	border-top: solid 2px f3e4d1;
	border-bottom: solid 2px f3e4d1;
	color: #4e1907;	
}

.left_spm_SubMenu .left_spm_MenuItemSel 
{
	background-color: #e5c59b;	
	border-top: solid 1px #caa894;
	border-bottom: solid 1px #caa894;
	color: #FFFFFF;	
	padding-left: 6px;
	width: 242px;
	padding-right: 6px;
	cursor: hand;
}

.left_spm_SubMenu .left_spm_MenuItem 
{
	color: #53250d;
	font-size: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;	
	width: 242px;
	background-color: #efdbc1;
	cursor:hand;
}

.left_spm_MenuBreak
{
	height: 0px;
}

.left_spm_MenuItem
{
	color: #53250d;
	font-size: 10pt;
	padding-right: 6px;
	font-weight: bold;	
	width: 242px;
	cursor: hand;				
}

.left_spm_MenuItemSel
{
	color: #FFFFFF;
	font-size: 10pt;	
	padding-right: 3px;
	font-weight: bold;	
	width: 242px;
	background-color: #e5c59b;
	cursor: hand;		
}

.left_spm_MenuItemSel TD
{
	border-top: solid 1px #caa894;
	border-bottom: solid 1px #caa894;
	padding-left: 3px;
	text-indent: -8px;
}

.left_spm_MenuItem TD
{
	border-top: solid 1px #f3e4d1;
	border-bottom: solid 1px #f3e4d1;
	padding-left: 3px;
	text-indent: -8px;
}

.left_spm_MenuIcon
{
	display: none;
}

.left_spm_MenuStyle
{
}


.left_spm_MenuItemSel TD
{
	width:242px;
}

.left_spm_MenuItem TD
{
	width:242px;
}
.left_spm_MenuArrow
{
	font-family: webdings, Fantasy;
	font-size: 10pt;
	cursor: pointer;
	display: none;
}
.left_spm_RootMenuArrow
{
	font-size: 10pt;
	cursor: pointer;
	font-family: webdings, Fantasy;
	display: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------*/
/*  CoolBusiness Module  style                                                      
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
.CB_Sub_Title
{
	font-weight: bold;
	font: Arial;
	font-size:10pt;
	Color:#0B4F93;
	margin-bottom: 15px;
}
.CB_Grid_Header, .CB_Grid_Header TD, .CB_Grid_Header TH 
{
	font:arial;
	font-size:8pt;
	font-weight: bold; 
	color:black;
	background-color:#BA9068;
	border: none;
}
.CB_Grid_Footer
{
}
.CB_Grid_Item
{
	font-family:arial;
	font-size:8pt
	color:#0A6AAD;
}
.CB_Grid_AlternatingItem
{
	font-family:arial;
	font-size:8pt;
	background-color: WhiteSmoke;
}
.CB_Grid_SelectedItem
{
}
.CB_Grid_Pager TD
{
	border: none;
}
.CB_Grid_Footer
{
}
CB_Grid_HyperLink
{
	color:#0A6AAD;
}
.CB_Grid_HyperLink:link
{
	text-decoration: none;
	font: Arial;
	font-size: 8pt;
	color:#000000;
}
.CB_Grid_HyperLink:visited
{	
	text-decoration: none;
	font: Arial;
	font-size: 8pt;
	color:#000000;
}
.CB_Grid_HyperLink:hover
{
		color:#ee7a35
}
.CB_GRID_1stColumn
{
	width: 230pt;
	border: none;
}
.CB_GRID_2ndColumn
{
	width: 78pt;
	font: Arial;
	font-size: 8pt;
	color:#000000;
	border: none;
}
.CB_GRID_3rdColumn
{
	width: 70pt;
	font: Arial;
	font-size: 8pt;
	color:#000000;
	border: none;
}
.CB_GRID_4thColumn
{
	width: 42pt;
	border: none;
}
.CB_GRID_5thColumn
{
	width: 23pt;
	border: none;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
/*  End of CoolBusiness module style
/* ---------------------------------------------------------------------------------------------------------------------------------------------------*/

.footer
{
	text-align:center;
	width:100%;
	height:24px;;
}

.footer span
{
	color:#f3e4d1;
}

