/* ================================
	we need to add style, everyone needs
	a little style
   ================================
*/ 
  
.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: #000000;
}

.txt {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}
.txt2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
	line-height:14px;
}
.footerTxt {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #cccccc;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}
a.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-decoration: none;
	font-size: 10px;

}
.featureTitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000;
}
.txtBold 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000;
}
/* 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 */

/* 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: #000099;
    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:#000099;
}

/* 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: #000000;
}

/* style of item titles by Announcements and events */
.ItemTitle   {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000;
}
.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: #990000;
	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: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

/* 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: #000000;
}

.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: #000000;
    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 begin */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages end */
    
/* hyperlink style for buttons and link buttons used in the portal admin pages begin */
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;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages end */

/* GENERIC Begin */
H1  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #cc0000;
	letter-spacing: 0;
}

H2  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333333;
}

H3  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff;
	vertical-align:middle;
	line-height:3px;
	padding-top: 6px;
	padding-bottom:0px;
	padding-left: 4px;
}

H4  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000;
}

H5, DT  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

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: #000000;
}

TH  {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

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: #000000;
}

/* GENERIC End */

/*  report styles begin  4_30_2003 */

.reportText	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #000000;
	}
.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: #000000;
	}
.columnHead	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #ffffff;
	font-weight: bold;
	}
.reportFoot	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #000000;
	font-weight: bold;
	}
.venLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
	font-size: 10px;
}
a.venLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	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: #000000;
	}
.gridAltText	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #000000;
	background-color:#e6e2da;
	}	
.gridHead	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
	color: #000000;
	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: #000000;
	}
.gridForm	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #000000;
	background-color: #b0aa8b;
	}
.ButtonForm	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #000000;
	background-color: #b0aa8b;
	}
.txtBoxForm	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #000000;
	background-color: #ffffff;
	}
.calcForm	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #000000;
	background-color: #e6e2da;
	}
.calcFormSm	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	9px;
	color: #000000;
	background-color: #e6e2da;
	}
.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: #b0aa8b;
	}
.gridLink {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #336699;*/
	color: #990000;
	text-decoration: underline;
	font-size: 10px;
}
a.gridLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
.gridLinkBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: underline;
	font-size: 10px;
}
a.gridLinkBlue:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	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: #5D5D53;
	}
.underline	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	9px;
	color: #990000;
	}

.inline {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
	font-size: 11px;
}
a.inline:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 11px;

}

/*  page title begin  5_1_2003 */

/*  Announcement Module begin  5_8_2003 */

.ModuleTitle	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight: bold;
	color: #cc0000;
	}
.annLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
	font-size: 11px;
}
a.annLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;

}
.AnnTxt	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	color: #000000;
	}

.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:#666666;
	height:27px;
	width:122px;
	border-right:solid;	
	border-right-width:1px;
	border-color:#ffffff;
	text-align:center;
	cursor:hand;
}
.TopNavItemMouseOver
{
  	color:#ffffff;
	background-color:#cc0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:27px;
	width:122px;
	border-right:solid;	
	border-right-width:1px;
	border-color:#ffffff;
	text-align:center;
	cursor:hand;
}
.TopNavActiveItem
{
  	color:#ffffff;
	background-color:#cc0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:27px;
	width:122px;
	border-right:solid;	
	border-right-width:1px;
	border-color:#ffffff;
	text-align:center;
	cursor:hand;
}
.TopNavSubItem
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	background-color:#666666;
	height:27px;
	width:122px;
	border:solid;
	border-width:1px;
	border-color:black;
	cursor:hand;
}
.TopNavSubItemMouseOver
{
  	color:#000000;
	background-color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:27px;
	width:122px;
	border:solid;
	border-width:1px;
	border-color:black;
	cursor:hand;
}
.TopNavActiveSubItem
{
  	color:#ffffff;
	background-color:#cc0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:27px;
	width:122px;
	border:solid;
	border-width:1px;
	border-color:black;
	cursor:hand;
}
.TopNavBackground
{ 
	background:#333333;	
}
/* Top Nav End */

/* Side Nav Start */
.SideNavItem
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7E7B68;
	background-color:#ffffff;
	height:18px;
	width:170px;
	cursor:hand;
	text-indent:10;
}
.SideNavItemMouseOver
{
  	color:#cc0000;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
	width:170px;
	cursor:hand;
	text-indent:10;
}
.SideNavActiveItem
{
  	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
	width:170px;
	cursor:hand;
	text-indent:10;
}
.sideNavBackground
{ 
	background: #ffffff;	
}
.rptBackground
{ 
	background: #e6e2da;	
}

.secNavTop
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #000000;
	background-color:#ffffff;
	visibility:hidden;
	height:0;
	width:0;
}
.whiteSubHead
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff;
	padding-top: 6px;
	padding-bottom:3px;
	padding-left: 4px;
	}
/* Site Structure Begin */

body 
{
	background-color:#666666;
	}
	
/* background color for the content part of the pages */
.ContentBackGround
{

}

.siteAlignment
{ 
	text-align:left;
	}
.leftColumnSpacer
{
	}
.rightColumnSpacer
{
	}
.rightPane
{
	width:354px;
	}
.contentPane
{
	}
.sideNavBackgroundBottomRight
{
	}
.sideNavTopSpacer
{
	background-color:#ffffff;
	}
.pageTitleUnderline
{
}
.pageTitleSpacer
{
	height:0px;
	}
.rightPaneTitle
{
	}
.rightPaneTopSpacer
{
	}
/* Site Structure End */