/* ================================
    v1.0, 01/2001
	v2.0, 10/2002 modifications :: go
	v2.1, 4/14/2003 modifications :: go
	v3.0 12/15/2003 New Amerinet Interface :: go
   ================================
*/   

/* go begin */

.sectionTitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	font-style:italic;
	color: #ffffff;
}

div.menuitem {
	color: #ffffff;
	background-color: #999999;
	width: 168px;
	text-decoration: none;
	margin-bottom: 0px;
	border: 0px;
}
.menuOn {
	display: block;
	color: #ffffff;
	background-color: #666666;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2;
	margin: 0;
	border: 0;
}
a.menu {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #999999;
	font-family: arial, sans-serif;
	font-size: 10px;
	width: 100%;
	font-weight: bold;
	padding: 2;
	margin: 0;
	border: 0;
}

a.menu:hover {
	background-color: #666666;
	color: #ffffff;
}
.pHead {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #999999;
}

.txt {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
}
.footerTxt {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #999999
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-size: 10px;
}
a.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 10px;

}
.featureTitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #999999;
}
.txtBold 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #999999;
}
/* go end */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* 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, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:blue
}

/* background/border colors for the unselected tabs */

/* G.O. main menu items 4-29-2003 begin */

div.navItem {
	color: #ffffff;
	background-color: #999999;
	width: 62px;
	text-decoration: none;
	margin-bottom: 0px;
	border: 0px;
}

div.ddNavItem {
	color: #ffffff;
	background-color: #999999;
	width: 100px;
	text-decoration: none;
	margin-bottom: 0px;
	border: 0px;
}
.navOn {
	display: block;
	color: #ffffff;
	background-color: #666666;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2;
	margin: 0;
	border: 0;
	text-decoration: none;
}
a.nav {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #999999;
	font-family: arial, sans-serif;
	font-size: 10px;
	width: 100%;
	font-weight: bold;
	padding: 2;
	margin: 0;
	border: 0;
}

a.nav:hover {
	background-color: #666666;
	color: #ffffff;
}


/* G.O. main menu items 4-29-2003 end */



.OtherTabsBg {
    background-color: #006699;
    border-color: black;
}

/* text style for the selected tab */
.selTabs {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 4;
	margin: 0;
	border: 0;
 	background-color: #666666;
	color: #ffffff;
}
/* the following are attributes for the normal tab  */
A.nrmlTabs:hover
{
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 4;
	margin: 0;
	border: 0;
 	background-color: #666666;
	color: #ffffff;
}
.nrmlTabs {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 4;
	margin: 0;
	border: 0;
}

/* hyperlink styles of the unselected tabs */
A.OtherSecNav:link    {
    text-decoration:    none;
    color:#006699;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Trebuchet MS;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover   {
    color:white;
}
a.toptab {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #999999;
	font-family: verdana, sans-serif;
	font-size: 10px;
	width: 100%;
	font-weight: bold;
	padding: 2;
	margin: 0;
	border: 0;
}

a.toptab:hover {
	background-color: #888888;
	color: white;
}
 
 
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    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: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #999999;
}

/* style of item titles by Announcements and events */
.ItemTitle   {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight: bold;
	color: #006699;
	}
.tabsHi   {
	font-family: verdana, sans-serif;
    font-size:  10px;
	font-weight: bold; 
	color: white
}
.tabsLo   {
	font-family: verdana, sans-serif;
    font-size:  10px;
	font-weight: bold; 
	color: black
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: blue;
}

/* style of item titles on edit and admin pages */
.SubHead    {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size:	13px;
	font-weight: bold;
	color: #006699;
	font-style: italic;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #999999;
}

/* text style used for most text rendered by modules */
.Normal
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999;
    font-weight: bold
}
.quickRef
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #ffffff;
    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: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 */
H1  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #999999;
}

H2  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #999999;
}

H3  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #999999;
}

H4  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #999999;
}

H5, DT  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999;
}

TH  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999;
}

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 LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #999999;
}

/*  report styles begin  4_30_2003 */

.reportText	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #999999;
	}
.reportHead	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
	color: #ffffff;
	font-weight: bold;
	}
.reportSubHead	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #ffffff;
	font-weight: bold;
	}
.reportDetail	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #ffffff;
	}
.reportForm	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #999999;
	}
.columnHead	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #ffffff;
	font-weight: bold;
	}
.venLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-size: 10px;
}
a.venLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-size: 10px;

}
/*  report styles end  4_30_2003 */

/*  data grid styles begin  5_1_2003 */

.gridText	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #999999;
	}
.gridHead	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
	color: #999999;
	font-weight: bold;
	}
.gridSubHead	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #000000;
	font-weight: bold;
	}
.gridDetail	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #999999;
	}
.gridForm	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #ffffff;
	background-color: #003366;
	}
.srchForm	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #333333;
	background-color: #ffffff;
	height: 21px;
	}
.gridColumnHead	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #999999;
	}
.gridLink {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #336699;*/
	color: #006699;
	text-decoration: underline;
	font-size: 10px;
}
a.gridLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-size: 10px;

}
/*  data grid styles end  5_1_2003 */

/*  error messages begin  5_1_2003 */
.errMsg	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #990000;
	}
/*  error messages end  5_1_2003 */

/*  page styles begin  5_1_2003 */
.PageTitle	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight: bold;
	font-style: italic;
	color: #006699;
	}
.underline	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	9px;
	color: #006699;
	}

.inline {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-size: 12px;
}
a.inline:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-size: 12px;

}

/*  page title begin  5_1_2003 */

/*  Announcement Module begin  5_8_2003 */

.ModuleTitle	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	2px;
	font-weight: bold;
	color: #ffffff;
	}
.annLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-size: 11px;
}
a.annLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-size: 11px;

}
.AnnTxt	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #999999;
	}

.topLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-decoration: none;
	font-size: 10px;
}
a.topLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;

}
/*  Added for Amerinet Look --- go --- 12/16/03  ######### begin */
.whiteLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}
a.whiteLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-decoration: underline;
	font-size: 10px;

}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

/* Top Nav  Start */
.TopNavItem
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	background-color:#006699;
	height:21px;
	width:110px;
	border-right:solid;	
	border-right-width:1px;
	border-color:#333333;
	text-align:center;
	cursor:hand;
}
.TopNavItemMouseOver
{
  	color:#ffffff;
	background-color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:21px;
	width:110px;
	border-right:solid;	
	border-right-width:1px;
	border-color:#333333;
	text-align:center;
	cursor:hand;
}
.TopNavActiveItem
{
  	color:#ffffff;
	background-color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:21px;
	width:110px;
	border-right:solid;	
	border-right-width:1px;
	border-color:#333333;
	text-align:center;
	cursor:hand;
}
.TopNavSubItem
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	background-color:#cecece;
	height:19px;
	width:110px;
	border:solid;
	border-width:1px;
	border-color:black;
	cursor:hand;
}
.TopNavSubItemMouseOver
{
  	color:white;
	background-color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:19px;
	width:110px;
	border:solid;
	border-width:1px;
	border-color:black;
	cursor:hand;
}
.TopNavActiveSubItem
{
  	color:white;
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:19px;
	width:110px;
	border:solid;
	border-width:1px;
	border-color:black;
	cursor:hand;
}
/* Top Nav End */

/* Side Nav Start */
.SideNavItem
{
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #ffffff;
	BACKGROUND-COLOR: #006699;
    COLOR: #FFFFFF;
	Height: 22px;
	FONT-FAMILY: arial, sans-serif;
	FONT-SIZE: 10px;	
	vertical-align: middle;
	WIDTH: 170px;
	text-align: left;
	text-decoration: none;
	PADDING-LEFT: 10px;
	cursor:hand;
	
}
.SideNavItemMouseOver
{
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #ffffff;
    BACKGROUND-COLOR: #003366;
    COLOR: #FFFFFF;
	BORDER-TOP: 0px;
	FONT-FAMILY: arial, sans-serif;
	FONT-SIZE: 10px;
	WIDTH: 170px;
	Height: 22px;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	PADDING-LEFT: 10px;
	cursor:hand;
	
}

.SideNavActiveItem
{
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #ffffff;
	BACKGROUND-COLOR: #003366;
    COLOR: #FFFFFF;
	Height: 22px;
	FONT-FAMILY: arial, sans-serif;
	FONT-SIZE: 10px;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	PADDING-LEFT: 10px;
  	width:170px;
	cursor:hand;
	
}
.secNavTop
{
	background-color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: bold;
	color: #003366;
	height: 0px;
}
.sideNavBackgroundBottomRight
{
	background-image: url(../hcwp/images/round2.gif);
}

/* Side Nav End */

/* HCWP Only */
.FeaturedTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	padding-left: 7px;
	padding-bottom: 7px;
}
.FeaturedLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
	line-height: normal;
}
.ContentPane
{
	width: 425px;
	}
.leftColumnSpacer
{
	width:20px;
	}

