
/* CSS Document */

body
{
	background-color: #fff;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}



/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- background			  	       --*/ .background { width: 100%; height: 512px; position:absolute; z-index: -1; top: 0;  background:url(/Portals/_default/Skins/tidings-skin/bgtop.jpg) no-repeat center; }
/*-- logopane			  	       --*/ .LogoPane { width: 100%; padding: 0 0px 0 0px; }
/*-- bannerpane			  	       --*/ .BannerPane { width: 100%; padding: 0px 0px 0 0px;}
/*-- contentpane		           --*/ .ContentPane { padding: 20px 0px 7px 0px; width: 80%; }
/*-- rightpane		               --*/ .RightPane { width: 20%; padding: 20px 7px 0 7px; }
/*-- content pane            	   --*/ .ContentPane { padding: 0 7px 0 7px; width: 50%; }
/*-- content pane2            	   --*/ .ContentPane2 { padding: 0 7px 0 7px; width: 100%; }
/*-- leftpane2	                   --*/ .LeftPane2 { padding:  0 0px 0 0px; width: 75%; }
/*-- rightpane2		               --*/ .RightPane2 { padding: 0 7px 0 7px; width: 25%; }
/*-- content pane3            	   --*/ .ContentPane3 { padding: 0 7px 0 7px; width: 50%; }
/*-- leftpane3	                   --*/ .LeftPane3 { padding:  0 0px 0 0px; width: 25%; }
/*-- rightpane3		               --*/ .RightPane3 { padding: 0 7px 0 7px; width: 25%; }
/*-- bottompane			           --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; }


/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none;  padding: 2px 0 0 2px; margin: 0 0px 0 2px; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { color: #00cccc; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none;  padding: 2px 0 0 2px;  margin: 0 0px 0 2px; }
/*-- user token hover                  --*/ a.USER_object:hover { color: #00cccc; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 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: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal; text-decoration: none; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; }

/*-- date token idle                   --*/ .news_object, a.news_object:link, a.news_object:visited, a.news_object:active { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- date token hover                  --*/ a.news_object:hover { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects {
	color:#ffffff;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 7px; color:#ffffff; font-weight:normal; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 7px; color:#00cccc; font-weight:normal; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
/*-- language selector dropdown        --*/ .Language_object { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 7px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .Normal { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; text-align: left; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ffffff; text-align: left; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 14px; color: #777; background: transparent; font-weight: bold; padding: 0;}

p { font-family: Trebuchet; font-size: 12px; color: #ffffff; text-align: left; }

H1  {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #00cccc;
font-weight: bold;
font-size: 18px;

}

H2  {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #ffffff;
font-weight: normal;
font-size: 16px;
}

H3  {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #00cccc;
font-weight: normal;
font-size: 16px;
}

H4  {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: 00cccc;
font-weight: normal;
}

H5  {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #66cccc;
font-weight: bold;
font-size:14px;
}


/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #00cccc; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 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: #ffffff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #00cccc; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; font-size: 12px; text-decoration: none; }


/* Nav Menu */

#menu 
{
    color: #fff;
    height: 35px;
	background:none;
    padding: 0 0 0 50px;
    margin-top: 10px;
}

/* CSSNodeRoot */
.main_dnnmenu_rootitem
{
    padding: 10px 0px 10px 0px;
    float: left;
    text-align: center;
    color: #fff;
	font-size:12px;
    background: url(/Portals/_default/Skins/tidings-skin/menubg.png) no-repeat;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	width:112px;
	height:13px;


}

/* Menu Node Hover Root */
.main_dnnmenu_rootitem_hover
{
    float: left;
	background: url(/Portals/_default/Skins/tidings-skin/menubg1.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	width:112px;
	height:13px;
    padding: 10px 0px 10px 0px;


}

/* Menu Node Selected Root */
.main_dnnmenu_rootitem_selected
{
    padding: 10px 0px 10px 0px;
    float: left;
    text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	width:112px;
	height:13px;
	background: url(/Portals/_default/Skins/tidings-skin/menubg2.png) no-repeat;
	margin-right:15px;

    
}

    
/* Sub Menu Container */
.main_dnnmenu_submenu
{
    border: 1px solid #777;
    border-top: 0;
}

.main_dnnmenu_submenu td 
{
    background: #009999;
    padding: 5px;
    z-index: 1000;
    text-align: left;
}

/* Sub Menu Hover */
.main_dnnmenu_itemhover td
{
    background: #66cccc;
}

/* Sub Menu Selected */
.main_dnnmenu_itemselected td
{
    background: #009999;
}








.ModuleTitle_MenuBar
 {
    cursor: pointer; 
    height: 33px;
}

.ModuleTitle_MenuContainer
{
    background-color: #009999;
}

.ModuleTitle_MenuItem 
{ 
    cursor: pointer; 
    cursor: hand; 
    color: #ffffff; 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal; 
    font-style: normal; 
    background-color: #009999;
}

.ModuleTitle_SubMenu {
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #009999; 
	color: #ffffff
}
.ModuleTitle_MenuItemSel 
{
    cursor: pointer; 
    cursor: hand; 
    color: #ffffff; 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal; 
    font-style: normal;
    background-color: #66cccc;

}


.SkinObject {
    font-weight: normal;
    font-size: 9pt;
    color: #ffffff;
    font-family: trebuchet;
    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: #ffffff;
}

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: #009999;
	border-left-color: #009999;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #009999;
	background-color: #000023;
	border-color: #009999;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: none;
    color: #009999;
	background-color: #000023;
	border-color: #009999;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}

A.CommandButton:visited  {
    text-decoration: none;
    color: #009999;
	background-color: #000023;
	border-color: #009999;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}

A.CommandButton:active   {
    text-decoration: none;
    color: #009999;
	background-color: #000023;
	border-color: #009999;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}

A.CommandButton:hover    {
    text-decoration: none;
    color: #009999;
	background-color: #000023;
	border-color: #009999;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
    color: #009999;
	background-color: #000023;
	border-color: #009999;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	    font-size: 11px;
}




ticker {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}


