/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #656565;
	
}

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/


/*-- left content pane            --*/ .LeftPane { padding: 7px 7px 7px 7px; width: 30%; }
/*-- content2 pane                 --*/ .ContentPane { padding: 7px 7px 7px 7px; width: 70%; background-color: #FFFFFF;  }


/*========================================================*/
/*  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: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/aap3/skin/ico-login-over.gif) no-repeat bottom left; color: #ffffff; font-family: tahoma; 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/aap3/skin/ico-register.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; 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/aap3/skin/ico-register-over.gif) no-repeat bottom left; color: #ffffff; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #000000; font-family: tahoma; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #000000; 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: 12px; text-decoration: none; font-weight:bold; }

/*-- date token idle                   --*/ .news_object, a.news_object:link, a.news_object:visited, a.news_object:active { color: #ffffff; font-family: tahoma; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- date token hover                  --*/ a.news_object:hover { color: #ffffff; font-family: tahoma; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects {
	color:#ffffff;
	font-size: 13px;
	font-family: tahoma;
	font-weight: normal;
}
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 7px; color:#cccccc; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 7px; color:#CCCCCC; font-weight:normal; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: tahoma; font-size: 7px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 12px; color: #ffffff; text-align: left; line-height: 1.5; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 12px; font-weight: bold; color: #ffffff; line-height: 1.5;}
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: bold; font-size: 12px; line-height: 1.5;}
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 12px; font-weight: bold; color: #ffffff; padding: 0; line-height: 1.5;}
/*-- headings - mostly in admin        --*/ .Head { font-size: 12px; color: #ffffff; background: transparent; font-weight: bold; padding: 0; line-height: 1.5;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #ffffff; font-family: tahoma; font-weight: normal; font-size: 12px; text-decoration: none;   }
/*-- default links hover               --*/ a:hover { color: #FFFFFF; background-color: #88c8ff; padding: 0px;  font-family: tahoma; font-size: 12px; text-decoration: none; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #000000; font-family: tahoma; font-weight: normal; font-size: 12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #000000; font-family: tahoma; font-size: 12px;	text-decoration: none; }
/*-- search button in search form      --*/ .SearchButton {     text-decoration: none;
    color: #ffffff;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	width: 78px;
	background: url(http://www.aap3.com/portals/0/skins/april09/redbar_bg.jpg);  }
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #FFF; font-family: tahoma; font-size: 12px; font-weight:normal; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: tahoma; font-weight:bold; font-size: 12px; text-decoration: none; }


/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/* Main Menu */
.MainMenu_MenuContainer
{
 background-color: transparent;
}
.MainMenu_MenuBar
{
	
	height: 34px;

}
.MainMenu_MenuItem
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: #9c9c9c;
	height: 34px;
	cursor:pointer;
	text-transform: uppercase;
	background-image: url(/portals/57/skins/ap/sep.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align: center;
	padding-right: 13px;
	
}
.MainMenu_MenuIcon
{
	display: none;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	height: 34px;
	background-color:#9c9c9c;
		text-transform: uppercase;
}
.MainMenu_MenuBreak
{
	display: none;
}
.MainMenu_MenuItemSel
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	background-color: #818181;
	height: 34px;
	cursor:pointer;
		text-transform: uppercase;
		background-image: url(/portals/57/skins/ap/sep.gif);
	background-position:right;
	background-repeat:no-repeat;
		text-align: center;
			padding-right: 13px;
}
.MainMenu_MenuArrow
{
	display: none;
}
.MainMenu_RootMenuArrow
{
	display: none;
}

.MainMenu_RootMenuItemActive 
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	background-color: #818181;
	height: 34px;
	text-transform: uppercase;
		background-image: url(/portals/57/skins/ap/sep.gif);
	background-position:right;
	background-repeat:no-repeat;
		text-align: center;
			padding-right: 13px;
}



.submenuitemactivecssclass {
	background-color: #cccccc;
}

.MainMenu_RootMenuItem
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	background-color:#000000;
	height: 34px;
	width: 70px;
	background-color: #cccccc;

}


.MySeparator { 
	font: arial;
	color: #ffffff;
	}


/* Module Title Menu */
.ModuleTitle_MenuContainer {
background-color: #000000;
color: #ffffff;
font: Arial, Helvetica, sans-serif;
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
background-color: #000000;
color: #ffffff;
font: Arial, Helvetica, sans-serif;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
background-color: #000000;
color: #cc0000;
font: Arial, Helvetica, sans-serif;
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


.SkinObject {
    font-weight: normal;
    font-size: 9pt;
    color: #cccccc;
    font-family: tahoma;
    text-decoration: none;
	
}

A.SkinObject:link {
    text-decoration:    none;
    color: #cccccc;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #cccccc;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #cccccc;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #cccccc;
}.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;

}
.grad2 {
	background-color: 9e9e9e;
	background-image: url(/portals/0/skins/skin/grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, sans-serif;
    font-weight: normal;
		background: url(/Portals/0/greenbar_bg.jpg);
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: none;
    color: #ffffff;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
background-color: #88c8ff;
padding: 5px;
}

A.CommandButton:visited  {
    text-decoration: none;
    color: #ffffff;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
background-color: #88c8ff;
padding: 5px;
}

A.CommandButton:active   {
    text-decoration: none;
    color: #ffffff;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
background-color: #88c8ff;
padding: 5px;
}

A.CommandButton:hover    {
    text-decoration: none;
    color: #ffffff;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
background-color: #88c8ff;
padding: 5px;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
background-color: #88c8ff;
padding: 5px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	    font-size: 11px;
}


H1  {
font: tahoma;
color: #FFFFFF;
font-weight: NORMAL;
font-size: 14px;
text-transform:uppercase;
}

H2  {
font: tahoma;
color: #FFFFFF;
font-weight: normal;
font-size: 12px;
text-transform: uppercase;
}

H3  {font: tahoma;
color: #666666;
font-weight: normal;
font-size: 14px;
}

H4  {
font: tahoma;
color: #333333;
font-weight: normal;
font-size:12px;
}

H5, DT  {
}

H6  {
}

ticker {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}




