/* CSS Document */

body {
	background-image: url(or_bar.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:no-repeat;
}

/*========================================================*/
/*  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: 7px 7px 7px 4px; width: 25%; }
/*-- content2 pane                 --*/ .ContentPane2 { padding: 7px 7px 7px 7px; width:  }
/*-- right2 content pane           --*/ .RightPane2 { padding: 7px 7px 7px 7px; width: 25%; }
/*-- bottom inside pane            --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; }
/*-- left3 content pane            --*/ .LeftPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- content3 pane                 --*/ .ContentPane3 { padding: 0 7px 0 7px; }
/*-- right3 content pane           --*/ .RightPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom2 inside pane           --*/ .BottomPane2 { width: 100%; padding: 0 7px 0 7px; }
/*-- image content pane 1 horiz    --*/ .ImagePane01 { height:1px; padding: 7px 7px 7px 3px; }
/*-- image content pane 1 vertical --*/ .ImagePane01V { height:1px; padding: 0 7px 0px 7px; }
/*-- image content pane 2          --*/ .ImagePane02 { height:0px; padding: 7px 3px 7px 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: 26px; 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/aap3/skin/ico-login.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; font-weight:normal; 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/aap3/skin/ico-login-over.gif) no-repeat bottom left; color: #ffffff; font-family: tahoma; font-size: 11px; font-weight:normal; 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/aap3/skin/ico-register.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; font-weight:normal; 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/aap3/skin/ico-register-over.gif) no-repeat bottom left; color: #444444; font-family: tahoma; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #8b8a8a; font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #8b8a8a; font-family: tahoma; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-family: tahoma; font-size: 10px; font-weight:normal; text-decoration: none; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: tahoma; font-size: 13px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects {
	color:#FFFFFF;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 13px; color:#ffffff; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 13px; color:#CCCCCC; font-weight:bold; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: tahoma; font-size: 13px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 13px; color: #ffffff; text-align: left; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 13px; font-weight: bold; color: #ffffff; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: bold; font-size: 13px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 13px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 13px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #015cab; font-family: tahoma; font-weight: normal; font-size: 13px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #015cab; font-family: tahoma; font-size: 13px; text-decoration: underlined; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #015cab; font-family: tahoma; font-weight: normal; font-size: 13px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #015cab; font-family: tahoma; font-size: 13px;	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: #FFF; font-family: tahoma; font-size: 13px; font-weight:normal; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: tahoma; font-weight:bold; font-size: 13px; text-decoration: none; }


/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background-color: transparent; margin-left: 8px; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { background-color: transparent; margin-left: 8px;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel, { background-color: transparent; }


.MainMenu_SubMenuItemActive { background-color: #192742; color: #ffffff; font-family: "Tahoma"; font-size: 13px; font-weight: normal; cursor: pointer; cursor: hand; padding: 2px; margin-left: 0px;  border: 0; height: 30px; vertical-align: center;}

.MainMenu_SubMenuItem { margin-left: 0px; background-color: #192742; color: #ffffff; font-family: "Tahoma"; font-size: 13px; font-weight: normal; cursor: pointer; cursor: hand; padding: 0px;  border: 0; height: 30px; vertical-align: centre; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=6); z-index: 1000}

.MainMenu_RootMenuItemBreadcrumb {background-color: transparent; color: #ffffff; font-family: "Tahoma"; font-size: 13px; font-weight: normal; cursor: pointer; cursor: hand; padding: 2px;  border: 0; height: 45px; vertical-align: bottom; }

.MainMenu_SubMenuItemBreadcrumb { background-color: transparent; color: #ffffff; font-family: "Tahoma"; font-size: 13px; font-weight: normal; cursor: pointer; cursor: hand; padding: 2px;  border: 0; height: 30px; vertical-align: bottom;}

.MainMenu_RootMenuItem { margin-left: 0px; background-color: transparent; color: #ffffff; font-family: "Tahoma"; font-size: 13px; font-weight: normal; cursor: pointer; cursor: hand; padding: 2px;  border: 0; height: 45px; vertical-align: bottom;}

.MainMenu_RootMenuItemActive { background-color: transparent; color: #ffffff; font-family: "Tahoma"; font-size: 13px; font-weight: normal; cursor: pointer; cursor: hand; padding: 2px;  border: 0; height: 45px; vertical-align: bottom;}

.MainMenu_RootMenuItemSelected { background-color: transparent; color: #ffffff; font-family: "Tahoma"; font-size: 13px; font-weight: normal; cursor: pointer; cursor: hand; padding: 2px;  border: 0; height: 45px; vertical-align: bottom;}

.MainMenu_SubMenuItemSelected {background-color: #192742; color: #ffffff; font-family: "Tahoma"; font-size: 13px; font-weight: normal; cursor: pointer; cursor: hand; padding: 2px;  border: 0; height: 30px;  }

.MainMenu_SubMenuItemActive { background-color: #192742; color: #ffffff; font-family: "Tahoma"; font-size: 13px; font-weight: normal; cursor: pointer; cursor: hand; padding: 2px;  border: 0; height: 45px; }


.MainMenu_MenuArrow
{ display: none; }

.MainMenu_RootMenuArrow {
display: none;}

.MainMenu_MenuBreak { 
    border-bottom: transparent 1px solid; 
    border-left: transparent 3px solid; 
    border-top: transparent 1px solid;  
    border-right: transparent 3px solid; 
    background-color: transparent; 
    height: 1px;
	width: 5px;}


.SkinObject {
    font-weight: bold;
    font-size: 12pt;
    color: #66CC33;
    font-family: Tahoma;
    text-decoration: none;
	
}

A.SkinObject:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#fffffff;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ffffff;
}.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	background-position: center;
	text-align: center;
	width: 845px;

}


H1  {
font: tahoma;
color: ffffff;
font-weight: normal;
font-size: 16px;
}

H2  {
font: tahoma;
color: #ffffff;
font-weight: normal;
font-size: 16px;
}

H3  {font: tahoma;
color: #ffffff;
font-weight: bold;
font-size: 14px;
}

H4  {
font: tahoma;
color: ffffff;
font-weight: normal;
}

H5, DT  {
}

H6  {
}

top_links { color: #66CC33; font-family: Tahoma; font-size: 13px; font-weight:bold; text-decoration: none; }

.top_links, a.top_links:link, a.Ftop_links:visited, a.top_links:active { color: #66CC33; font-family: Tahoma; font-size: 13px; font-weight:bold; text-decoration: none; }

.bgimage { 
}
.backgroundskyline {
	background-image: url(http://www.meoncreative.com/Portals/0/skyline.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


