﻿/* ************ */
/* NewsTote CSS */
/* ************ */

/* **** GENERAL STYLES **** */
.LoadingErrorMessage
{
	font-weight: 700;
	color: #AA0000;
	text-align: center;
}
/* ************************ */


/* **** PROFILE SUMMARY **** */
table#ProfileSummary
{
	border: 0px solid #000000;
}
table#ProfileSummary td.TitleCell
{
	font-weight: 700;
	text-align: right;
	vertical-align: top;
}
table#ProfileSummary td.SpacerCell
{
	width: 20px;
}
table#ProfileSummary td.DataCell
{
	text-align: left;
	vertical-align: top;
	color: #7777FF;
	font-style: italic;
}
/* ************************ */


/* **** ORGANIZATION SUMMARY **** */
table#OrganizationSummary
{
	border: 0px solid #000000;
}
table#OrganizationSummary td.TitleCell
{
	font-weight: 700;
	text-align: right;
	vertical-align: top;
}
table#OrganizationSummary td.SpacerCell
{
	width: 20px;
}
table#OrganizationSummary td.DataCell
{
	text-align: left;
	vertical-align: top;
	color: #7777FF;
	font-style: italic;
}
/* ************************ */


.applemenu{
margin: 5px 0;
padding: 0;
width: 100%; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url(/library/shared/images/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(/library/shared/images/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 60px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}