/*************** General ********************/
.application-main-background/*controls the bg color of the reaction window*/
 { background-color: #C9C9C9;}

.product-background
 { background-color: #C9C9C9;}

/*************** Main Menu ********************/
/* The colors of the main menu links ("Home" | "Create a Book" | "My Profile" | "Help") */
.non-link
{
 color: #000000;
}


div.menu-bar a:link
{
	color: #0073A9;
	text-decoration:underline;
}

div.menu-bar a:visited
{
	color: #0073A9;
	text-decoration:underline;
}

div.menu-bar a:hover
{
	color: #C29200;
	text-decoration:underline;
}

div.menu-bar a:active
{
	color: #C29200;
	text-decoration:underline;
}
/* The colors of the navigation links ("<< Previous Page | Next Page >>" ) */
#navigation a:link
{
	color: #000000;
	text-decoration:none;
}

#navigation a:visited
{
	color: #000000;
    text-decoration:underline;
}

#navigation a:hover
{
	color: #FF9900;
	text-decoration:underline;
}

#navigation a:active
{
	color: #FF9900;
	text-decoration:underline;
}

/* The color of the inactive links*/
.menu-font-inactive
{
   color: #a0a0a0;
}

/*************** Tabs Links Colors ********************/
/* The color of the "Comments" and "Photos" links */
a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:active
{
	color: #1b9dce;
	text-decoration: underline;
}

/* The roll over colors of the "Comments" and "Photos" links */
#page-comments-li a:hover
{
	color:#1b47b6;
}
#page-images-li a:hover
{
	color:#1b47b6;
}

/* The colors of the "products" links */
#page-products-li a:link
{
	color:#000000;
}

#page-products-li a:hover
{
	color:#1b47b6;
}

#page-products-li a:active
{
	color: #1b9dce;
	text-decoration: none;
}

/*colors of the fonts on the deselected tabs*/
li.tabs-li-product-deselected a:visited
{
 	color:#000000;
}

li.tabs-li-product-selected a:visited
{
 	color:#000000;
}

li.tabs-li-non-link
{
	color:#000000;
}

/*************** Media Area Font Colors ********************/
.media-area-font
{
   color: #000000;
}

.media-area-font-bold
{
   color: #000000;
}

#mediaTitle a:link
{
	color: #0073A9;
	text-decoration: underline;
}
#mediaTitle a:visited
{
	color: #0073A9;
	text-decoration: underline;
}
#mediaTitle a:active
{
	color: #C29200;
	text-decoration: underline;
}

#mediaTitle a:hover
{
	color: #C29200;
	text-decoration:underline;
}

/* The media details links color */
#backLink a:link
{
	color: #0073A9;
	text-decoration: underline;
}
#backLink a:visited
{
	color: #0073A9;
	text-decoration: underline;
}
#backLink a:active
{
	color: #C29200;
	text-decoration: underline;
}

#backLink a:hover
{
	color: #C29200;
	text-decoration: underline;
}

/*************** Footer Links Colors ********************/
.branding-footer-text
{
   color: #0073A9;
}

.branding-footer-text-product
{
  color: #0073A9;
}
/*************** Help Fonts and Colors ********************/
.help-title-font
{
   color: #11352A;
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 17px;
   font-style: italic;
}

.help-font
{
   color: #000000;
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 15px;
}

.help-topic-font
{
   color: #11352A;
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 15px;
   font-style: italic;
}

.help-sub-topic-font
{
   color: #11352A;
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 15px;
}

/*************** reaction window Colors (media area)********************/
.media-area-product-font
{
 color: #000000;
}

/*************** book area Colors ********************/
h1.title-font
{
   color: #000000;
   font-family:"Times New Roman", Times, serif;
   font-size: 22px;
   font-weight: bold;
   padding: 0px;
   margin-left:0px;
   font-style: italic;
}

/*************** Email branding ********************/
td#emailHeader

{

font: bold 15px/0 Verdana, Arial, Helvetica, sans-serif;

color: #FFFFFF;

margin:0;

padding:0;

text-align:right;

background-color:#0D2B88;

}
/*************** Background of login box ********************/
.login-box-bg-style
{
 background-color:#EBEBEB;
}

/*******************Hide Annotation Call-to-action ***************/

table#postbuttons {
display: none !important;
}