/* CSS Document */






/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- top inside content pane       --*/ .TopPane { width: 100%; padding: 0 0px 0 0px;}
/*-- top inside content pane 2     --*/ .TopPane2 { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .LeftPane { padding: 0 7px 0 7px; width: 200px; }
/*-- right content pane            --*/ .RightPane { padding: 0 7px 0 7px; width: 50%; }
/*-- left2 content pane            --*/ .LeftPane2 { padding: 3px 2px 0 2px; width: 33%; }
/*-- content2 pane                 --*/ .ContentPane2 { padding: 3px 2px 0 2px; height: 200px; }
/*-- right2 content pane           --*/ .RightPane2 { padding: 0 2px 0 2px; width: 33%; }
/*-- bottom inside pane            --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; }
/*-- left3 content pane            --*/ .LeftPane3 { padding: 0 7px 0 7px; width: 325px; }
/*-- content3 pane                 --*/ .ContentPane3 { padding: 0 7px 0 7px; }
/*-- right3 content pane           --*/ .RightPane3 { padding: 0 7px 0 7px; width: 450px; }
/*-- bottom2 inside pane           --*/ .BottomPane2 { width: 100%; padding: 0 7px 0 7px; }
/*-- image content pane 1 horiz    --*/ .ImagePane01 { height:1px; padding: 0 0px 0px 0px; }
/*-- image content pane 1 vertical --*/ .ImagePane01V { height:1px; padding: 0 0px 0px 0px; }
/*-- image content pane 2          --*/ .ImagePane02 { height:0px; padding: 2px 0px 2px 0px; }
/*-- image content pane 2 vertical --*/ .ImagePane02V { height:1px; padding: 4px 7px 0px 7px; }
/*-- image content pane 3          --*/ .ImagePane03 { height:0px; padding: 0px 7px 0px 7px; }
/*-- footer content pane           --*/ .FooterPane { width: 100%; height: 0px; padding: 0 7px 0 7px; vertical-align:middle; }
/*-- panel pane                    --*/ .PanelPane { padding: 0 0px 0 0px; }

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #FFFFFF; background:  url(file:///C|/Users/Anna/Documents/Clients/Southern Focus Trust/skin/ico-login.gif) no-repeat bottom left;  font-family: verdana; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 2px; margin: 0 0px 0 2px; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { background:  url(file:///C|/Users/Anna/Documents/Clients/Southern Focus Trust/skin/ico-login-over.gif) no-repeat bottom left; color: #FFFFFF; font-family: verdana; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #ffffff; background:  url(file:///C|/Users/Anna/Documents/Clients/Southern Focus Trust/skin/ico-register.gif) no-repeat bottom left;  font-family: verdana; font-size: 12px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 2px;  margin: 0 0px 0 2px; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url(file:///C|/Users/Anna/Documents/Clients/Southern Focus Trust/skin/ico-register-over.gif) no-repeat bottom left; color: #ffffff; font-family: verdana; font-size: 12px; font-weight:bold; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #cccccc; font-family: verdana; font-size: 12px; font-weight:normal; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #cccccc; font-family: verdana; font-size: 12px; font-weight:normal; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #ffffff; font-family: verdana; font-size: 12px; font-weight:normal; text-decoration: none; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #ffffff; font-family: verdana; font-size: 12px; text-decoration: none; font-weight:normal; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects {
	color:#ffffff;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 12px; color:#ffffff; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 12px; color:#ffffff; font-weight:bold; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: verdana; font-size: 12px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana; font-size: 12px; color: #000000; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: verdana; font-weight: bold; font-size: 12px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 12px; color: #000000; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #9f9b74; font-family: verdana; font-weight: normal; font-size: 12px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #9f9b74; font-family: verdana; font-size: 12px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #9f9b74; font-family: verdana; font-weight: normal; font-size: 12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #9f9b74; font-family: verdana; font-size: 12px;	text-decoration: none; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #999999; font-family: verdana; font-size: 12px; font-weight:normal; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #999999; font-family: verdana; font-weight:noraml; font-size: 12px; text-decoration: none; }


/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background-color: #000000; padding: 0px; border: 1px dotted #888; z-index: 500;  cursor: pointer;  cursor: hand; font-weight: normal; filter: none; color: #ffffff;  border: 0px;  }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { background-color: #000000;  color: #ffffff; font-family: verdana; font-size: 12px; font-weight: bold; font-style: normal; padding: 0px 2px 0px 0px; height: 20px; border: 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background-color: #000000; color: #ffffff; font-family: verdana; font-size: 12px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 2px 0px 0px; height: 20px; border: 0;}

.MainMenu_MenuIcon
{
	display: none;}
	
.MainMenu_MenuArrow
{
	display: none;
}
.MainMenu_RootMenuArrow
{
	display: none;
}

.MainMenu_MenuItemSel {
color: #ffffff;
}

.MainMenu_RootMenuItemActive 
{color: #ffffff;}
	
.rootmenuitemactivecssclass  {
color: #ffffff;}
}
	
	


.SkinObject {
    font-weight: normal;
    font-size: 9pt;
    color:#ffffff;
    font-family: verdana;
    text-decoration: none;
	
}

A.SkinObject:link {
    text-decoration:    none;
    color:#ffffff;
	font-weight: bold;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ffffff;
		font-weight: bold;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ffffff;
		font-weight: bold;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ffffff;
		font-weight: bold;
}

H1  {

font-size: 14px;
font-colour: #f27324;

}

H2  {
font-size: 14px;
font-colour: #f27324;
font-weight: bold;
}

H3  {font-size: 14px;
font-colour: #f27324;
}

H4  {
font-size: 14px;
font-colour: #f27324;
}

