/* ================================
    CSS STYLES FOR AMRL PORTAL 
    v1.0, 07/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: Black;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    margin: 0;
}

Input, Select, textarea
{
	font-family : Verdana, Helvetica, Arial;
	font-size: 8pt;
}

.HelpIcon
{
	margin: -4px;
}

/* DesktopDefault Layout Table */
.DesktopLayout
{
	margin-top: 5px;
}

/* AAP Directory Address block display */
.NormalBlock
{
	display: block;
}


/* Layout for Roles.ascx and ModuleDefs.ascx */
.SmallWindowedModule
{
	width: 220px;
	height: 150px;
	overflow-y: auto;
}




/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, Arial;
    font-size: 18px;
    font-weight: bold;
    color: White;
}

/* background/border colors for the selected tab */
.TabBg
{
	border-bottom-color: darkred;
	background-color: darkred;
	border-bottom-style: solid;
}

/* background/border colors for the unselected tabs #333333 */
.OtherTabsBg {
    background-color: #444444;
    border-color: black;
}

/* Left Tab Image */
.LeftTabImage
{
	margin-top: 0px;
	margin-left: 0px;
}


/* Right Tab Image */
.RightTabImage
{
	margin-top: 0px;
	margin-right: 0px;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    color:white;
    text-decoration:none;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.Selected {
	color:white;
	text-decoration: none;
}

A.Selected:visited {
	color:white;
	text-decoration: none;
}

A.Selected:link {
	color:white;
	text-decoration: none;
}

A.Selected:hover {
	color:#CCCCCC;
	text-decoration: none;
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#CCCCCC;
}

/* ******************************************************
/* SUB tab section

/* background/border colors for the selected sub tab */
.SubTabBg
{
	border-top: darkred;
	border-left-color: darkred;
	border-bottom-color: white;
	background-color: white;
	border-right-color: darkred;
	border-bottom-style: solid;
}

/* margin-top: 0px;  background/border colors for the unselected sub tabs */
.OtherSubTabsBg {
    background-color: DarkRed;
    border-color: DarkRed;
     
}

/* text style for the selected sub tab #666644 */
.SelectedSubTab
{
	font-weight: bold;
	font-size: 11px;
	color: darkred;
	font-family: Verdana, Helvetica, Arial;
	text-decoration: bold;
}

/* text style for the unselected sub tabs */
.OtherSubTabs {
    font-family: Verdana, Helvetica, Arial;
    font-size: 10px;
    color:white;
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link    {
    text-decoration:    none;
    color:whitesmoke;
}

A.OtherSubTabs:visited {
    text-decoration:    none;
    color:whitesmoke;
}

A.OtherSubTabs:active  {
    text-decoration:    none;
    color:whitesmoke;
}

A.OtherSubTabs:hover   {
    text-decoration:    none;
    color:#CCCCCC;
}

/* end of SUB tab section
/* *****************************************************



/* table styles */

.bodytable
{
	font-family: Verdana, Helvetica;
}


.tableheadingcell  {
    background-color: #777777;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana, Helvetica;
}


.tablesubheadingcell {
    background-color: #CCCC99;
    color: black;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana, Helvetica;
}


.tablebodycell
{
	font-size: 8pt;
	background-color: #f7f7de;
	font-family: Verdana, Helvetica;
}



/* end table styles */




    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: WhiteSmoke;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */

/* style for UsersGrid */    
.UsersGridAlternatingItem    {
    background-color: WhiteSmoke;
    text-align: center;
}   

.UsersGridItem
{
	background-color: white;
	text-align: center;
}   

.UsersGridHeader
{
	font-weight: bold;
	background-color: #E0E0E0;
}   

.UsersGridFooter    {
    background-color: #E0E0E0;
}   

.UsersGridPager    {
    background-color: #E0E0E0;
}   

/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, Arial;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.ModuleTitleTable
{
	margin-bottom: 5px;	
}

.ModuleTitleCell
{
	border-top: black thin solid;
	border-bottom: black thin solid;
	background-color: #777777;
	padding-left: 7px;
}

/* GENERAL */
/* style for module titles 666644 */
.Head
{
	font-weight: bold;
	font-size: 16px;
	color: white;
	font-family: Verdana, Helvetica, Arial;
}

.HeadAlternate
{
	font-weight: bold;
	font-size: 16px;
	margin-left: 7px;
	color: black;
	font-family: Verdana, Helvetica, Arial;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, Arial;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, Arial;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold, .subheadingtext, .tablesubheadingtext
{
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    font-weight: bold
}
.NormalItalic
{
	font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    font-style:italic
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
TFOOT, THEAD    {
    font-family: Verdana, Helvetica, Arial;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, Arial;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    underline;
    color:  darkred;
}

A:visited   {
    text-decoration:    underline;
    color:  darkred;
}

A:active    {
    text-decoration:    underline;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL.Help 
{
 margin-left: 30px;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

    .gridheadercell { FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: #6b696b }
    .grid TR TD {padding: 4;}
	.gridheadercell TD A:hover, .gridheadercell TD A:visited, .gridheadercell TD A:link { COLOR: white }
	.griditemcell { BACKGROUND-COLOR: #f7f7de }
	.gridedititemcell { BORDER-TOP-STYLE: solid; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BACKGROUND-COLOR: #f7f7de; BORDER-BOTTOM-STYLE: solid }
	.gridalternatingitemcell { BACKGROUND-COLOR: white }
	.gridfootercell { BACKGROUND-COLOR: #cccc99 }
	.gridpagercell { BACKGROUND-COLOR: #f7f7de; text-align: right; }
	.gridpagercell A { }
	.gridselecteditemcell { FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: #ce5d5a }
	.grid { BORDER-RIGHT: #6b696b 1px; BORDER-TOP: #6b696b 1px; FONT-SIZE: 8pt; BORDER-LEFT: #6b696b 1px; COLOR: black; BORDER-BOTTOM: #6b696b 1px; FONT-FAMILY: verdana }
	.grid TR TD INPUT { FONT-SIZE: 8pt; FONT-FAMILY: verdana }
	.grid TR TD TEXTAREA { FONT-SIZE: 8pt; FONT-FAMILY: verdana }
	.grid TR TD SELECT { FONT-SIZE: 8pt; FONT-FAMILY: verdana }	
	
	@media Print { .noprint { DISPLAY: none }}
