
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #cccccc;
    table-layout: fixed;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    scrollbar-face-color: #008899; 
		scrollbar-arrow-color: #000000; 
		scrollbar-track-color: #005566; 
		scrollbar-hilight-color: #0099aa; 
		scrollbar-3dlight-color: #0099aa;
		scrollbar-darkshadow-color: #000000;
		margin: 0px 0px 0px 0px;
}


/* 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: Arial;
    font-size: 20px;
    font-weight: bold;
    color:#000000
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #;
    border-color: #;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #;
    border-color: #;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #000099;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs		{
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}   


/* hyperlink style for the site links */

A.SiteLink			{
								text-decoration:    none;
								color: #ffffff;
								}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: #ffff99;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

/* !!!!!! PLUGINS FROM OLD STANDARD ASP FORMAT !!!!!!! stlye for misc. td's  */


td.head			{text-align: center;
	background-color: #000066;
	height: 76px;
}

td.headNav		{height: 18px;
				text-align: right;
				font-family: arial; font-size: 8pt; color: #ffffff;
				padding: 0px 20px 0px 0px;
				background-color: #008899;
				filter: progid:DXImageTransform.Microsoft.Gradient(
				GradientType=0, StartColorStr='#009999', EndColorStr='#006699');}
				
				

td.content 
{
	width: auto;
				text-align: left; padding: 0px 10px 0px 0px;
				background-image: url('images/content_bg.jpg');
				background-position: right; 
				background-color: ffffff;
				background-repeat: repeat-y;
				font-family: arial; font-size: 8pt; color: #666666;
				}

td.leftNav	
{
						width: 165px;
						text-align: right;
						background-color: #006699; padding: 6px 0px 0px 0px; 
						font-family: arial; font-size: 8pt; color: #ffffff;
						filter: progid:DXImageTransform.Microsoft.Gradient(
						GradientType=1, StartColorStr='#008899', EndColorStr='#005599');}
						
td.leftSpacer1	{width: 5px; background-color: #008899;}

td.headSpacer	{background-color: #000000;
				width: 1px; height: 1px;}

td.foot
		{
		height: 24px;
				background-color: #008899; padding: 0px 20px 0px 20px; 
				font-family: arial; font-size: 7pt; color: #ffffff;
				text-align: right;
				filter: progid:DXImageTransform.Microsoft.Gradient(
				GradientType=0, StartColorStr='#009999', EndColorStr='#006699');
		}

.formText	 	{font-family: Arial;
				font-size: 9pt; 
				font-weight: normal; 
				color: #666666; 
				text-decoration: none; 
				background-color: #eeeeee; 
				height: 20px; width: 100px; 
				padding-top: 2px; padding-right: 1px; padding-bottom: 1px; padding-left: 3px; 
				border: #008899; border-style: solid; 
				border-top-width: 0px; 
				border-right-width: 0px; 
				border-bottom-width: 0px; 
				border-left-width: 0px; 
				text-align: left;}

.formButton	 	{font-family: Arial;
				font-size: 8pt; 
				font-weight: normal; 
				color: #ffcc66; 
				text-decoration: none; 
				background-color: #005566; 
				height: 18px; width: 50px; 
				padding-top: 0px; padding-right: 1px; padding-bottom: 0px; padding-left: 1px; 
				border: #cccccc; border-style: solid; 
				border-top-width: 1px; 
				border-right-width: 1px; 
				border-bottom-width: 1px; 
				border-left-width: 1px; 
				text-align: center;
				margin-top: 6px;}


/* MEMBER INFORMATION LAYOUT */

table.memberInfo
				{
				background-image: url('images/content_bg.jpg');
				background-position: right; 
				background-color: ffffff;
				background-repeat: repeat-y;
				table-layout: fixed;
				width: 100%;
				border-collapse: collapse;
				border: #999999; border-style: solid; 
				border-top-width: 1px; 
				border-right-width: 1px; 
				border-bottom-width: 1px; 
				border-left-width: 1px;
				}

td.miTitle, td.miDate
				{
				background-color: #FFEDAD;
				border: #999999; border-style: solid; 
				border-top-width: 0px; 
				border-right-width: 0px; 
				border-bottom-width: 1px; 
				border-left-width: 0px;
				}
				
td.miTitle
				{
				
				font-family: Times New Roman;
				font-size: 18pt;
				font-weight: normal;
				color: #000099;
				height: 42px;
				width: 75%;
				padding-left: 10px;
				}
				
td.miDate
				{
				font-family: Arial;
				font-size: 8pt;
				font-weight: normal;
				text-align: right;
				color: #000000;
				height: 42px;
				width: 25%;
				padding-right: 10px;
				}

td.miTransport, td.miContact, td.miIcons, td.miFoot
				{
				font-family: Arial;
				font-size: 8pt;
				font-weight: normal;
				}

td.miTransport
				{
				color: #777777;
				font-family: Arial;
				font-size: 8pt;
				font-weight: normal;
				padding: 10px 10px 5px 10px;
				}

td.miContact
				{
				color: #000000;
				padding: 5px 10px 5px 10px;
				}

td.miIcons
				{
				padding: 10px 10px 10px 10px;
				}

td.miFoot
				{
				color: #ffffff;
				text-align: right;
				padding: 2px 10px 2px 10px;
				background-color: #008899;
				border: #999999; border-style: solid; 
				border-top-width: 1px; 
				border-right-width: 0px; 
				border-bottom-width: 0px; 
				border-left-width: 0px;
				}

table.miIcons
				{ 
				height: 20px;
				table-layout: fixed;
				}

td.carTextLeft, td.carIcons, td.carTextRight {background-color: #efefef;}

td.carTextLeft
				{
				height: 24px;
				width: 25px;
				text-align: center;
				color: #919191;
				font-family: Arial;
				font-size: 8pt;
				font-weight: bold;
				}
				
td.carIcons
				{	
				height: 24px;
				}
		
td.carTextRight
				{
				height: 24px;
				width: 25px;
				text-align: center;
				color: #919191;
				font-family: Arial;
				font-size: 8pt;
				font-weight: bold;
				}		
		
		
				

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    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, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    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, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    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, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton	 {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}



A	  {
    text-decoration:    none;
    color:  #008899;
}

A:hover {
    text-decoration:    underline;
    color:  #00cc66;
}



A.headNav	  {
    text-decoration:    none;
    color:  #ffffff;
}

A.headNav:hover {
    text-decoration:    underline;
    color:  #ffcc66;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


OL
{
 font-size: 8pt;
 font-weight: bold;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

