﻿/* CSS Document - For eWebEditPro authoring, etc. */
/* Adapted from Zenman "style.css" file provided to MGMA */ 
/* This was copied from styles.css on 04/27/07 by dhc for use 
with the 2007 Annual Conference template (/ac/default.aspx) */

/* bodytextfixed is used primary in left column navigation elements */
.bodytextfixed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* bodytext is the default text style applied via <body class=".bodytext"> in site.master */
.bodytext, p, li {
	font-size: small;
	font-style: normal;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

/* Red body text - section headings #8d3936;*/
.redtext {
	color: #c60000;
}
/* White body text - section headings #8d3936;*/
.whitetext {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
	
/* article source */
.articlesource {
	font-size: x-small;
	font-style: normal;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

/* Blue tables 

td.blueTableHead, th.blueTableHead {
	font-style: normal;
	background-color: Blue;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
*/

	/* 
Margin: the white air space around the table

 */
	
/* Style for the tan table with dark tan border */
table.tanTableBg {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	/* border-collapse replaces cellspacing */
	border-collapse: collapse;
	/* border-color: #c4c5b3 #c4c5b3 #c4c5b3 #c4c5b3; */
	border-color: #b5b6a2 #b5b6a2 #b5b6a2 #b5b6a2;	
	background-color: #e0e1d6;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e0e1d6;		
}

/* Style for dark tan background on tan tables in aspx templates */
table.tanTableHeadLeftCol {
	border-collapse: collapse;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #b5b6a2 #b5b6a2 #b5b6a2 #b5b6a2;
	background-color: #b5b6a2;		
}

/* Style for dark tan background on tan tables in content blocks */
td.tanTableHead, th.tanTableHead {
	font-style: normal;
	color: white;
	background-color: #b5b6a2;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}

/* small body text */
.smallbodytext {
font-size: 90%;
font-style: normal;
color: black;
font-family: Arial, Helvetica, sans-serif;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}

.pageTitle 
{
  color: #032147;
  font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	text-align: center;
}    

/* GRH:9/27/06 Added so that page titles can be styled as H1 for search engines. */
.pageTitle h1
{
	display:inline;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* GRH:9/2/06 Added pageTitleWithPaddingBottom to improve spacing in IE. */
.pageTitleWithPaddingBottom
{
  color: #032147;
  font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	text-align: center;
	padding-bottom:6px;
}    

/* GRH:9/27/06 Added so that page titles can be styled as H1 for search engines. */
.pageTitleWithPaddingBottom h1
{
	display:inline;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* If the first element of a collection is used as the title of the collection, this is the style to give it when it is the first collection on the page if you want it to be slightly larger. */
.collectionTitleLarge
{
	background-color:#993333;
	color:White;
	font-weight:bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:115%;
	text-align:center;
	/*width:100%;*/
}

/* GRH:9/27/06 Added so that page titles can be styled as H1 for search engines. */
.collectionTitleLarge h1
{
	display:inline;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:115%;
}

/* If the first element of a collection is used as the title of the collection, this is the style to give it when it is NOT the first collection on the page */
/* This style can also be used for for the "content" title on one-block pages. */
.collectionTitleSmall
{
	background-color:#993333;
	color:White;
	font-weight:bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	text-align:center;
}

/* GRH:9/27/06 Added so that page titles can be styled as H1 for search engines. */
.collectionTitleSmall h1
{
	display:inline;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
}

/* If the first element of a menu is used as the title of the menu, this is the style that is assigned to the menu in the code behind. */
.menuTitle 
{
    width: 100%;
    /*text-align: center;*/
    text-align:left;
   	font-family: Arial, Helvetica, sans-serif;
		font-size: 120%;
		font-weight: bold;
    color: #ffffff;
    /*background-color: #032147;*/ /* blue - like header */
    background-color:#b5b6a2; /* tan - like log in box title */
}   

.leftColCB1 
{
    /*float: left;*/ /* GRH:10/19/06 commented out float so that none of the styles in this file have the float attribute. They should all be in structure.css. */
    width: 98%; /* was 100 */
    border: 1px solid #c4c5b3;
    background-color: #e0e1d6;
    margin-left:6px;  /* was 6 */
    padding-left:4px;
    margin-bottom:10px;
   	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
}

.topNavArrows
{
    color: #8d3936;
    font-weight: bold;
    vertical-align:middle; /* padding-bottom: 3px; */
    font-size: 130%;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    /* color: white; */
    text-align: center;
}

.footer a:link 
{
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    /* color: white; */
}

.footer a:hover, a:active
{
    text-decoration: underline;
    font-family: Arial, Verdana, sans-serif;
    color: blue;
    /* color: white; */
}

.footer a:visited 
{
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    color: #6c3a77;  /* purple */
}    

.footer a:visited:hover
{
    text-decoration: underline;
    color:  #6c3a77;  /* purple */
}    

hr {
    color: black;
}

/* Links: blue=3f7cc9, red=3f7cc9 */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	/* color: #3f7cc9; */
	color: #1b5399;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	/* color: #3f7cc9; */
	color: #3f7cc9;
	/* per Zenman - same as a:link color: #1b5399; */
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	/* color: #c60000; RED */
	text-decoration: none;
	color: #8d3936;
}

.printlink:link 
{
	font-size:smaller;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	/* color: #3f7cc9; */
	color: #1b5399;
}

.printlink:visited 
{
	font-size:smaller;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	/* color: #3f7cc9; */
	color: #3f7cc9;
	/* per Zenman - same as a:link color: #1b5399; */
}

.printlink:hover, .printlink:active 
{
	font-size:smaller;
	font-family: Arial, Helvetica, sans-serif;
	/* color: #c60000; RED */
	text-decoration: none;
	color: #8d3936;
}

/* 9/5/06 GRH: Added .searchlink styles for the alternate search link on site.master. */
.searchlink:link, .searchlink:visited, .searchlinkactive
{
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    color: white;
}

.searchlink:hover
{
    text-decoration: underline;
    font-family: Arial, Verdana, sans-serif;
    color: white;
}

.searchElements
{ 
    margin-top: 0.2em; 
    vertical-align: middle;
}

.menutable
{
}

table.menutable a:link
{
	font-family: Arial, Helvetica, sans-serif;
	/* color: #3f7cc9; */
	color: #1b5399;
	text-decoration: none;
}

table.menutable a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	/* color: #3f7cc9; */
	color: #3f7cc9;
}

table.menutable a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	/* color: #c60000; RED */
	text-decoration: underline;
	color: #8d3936;
}
/* 3/10/09 YXS: Add new  h1-3 and comment out existing h1-3, requested by Tim */
h1 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 28px; 
font-weight: normal; 
color: #003767; 
letter-spacing: -1px;
margin-bottom: 20px; 
} 
 
h2 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
margin-top: -19px; 
color: #000000; 
font-weight: normal; 
line-height: 20px;
} 
 
h3 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12pt; 
font-weight: bold; 
margin-bottom: -18px;  
}

/* Largest header */
/* h1 {
font-weight: bold;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 165%;
} */

/* Large header */
/* h2 {
font-weight: bold;
font-style: normal;
font-size: 145%;
font-family: Verdana, Arial, Helvetica, sans-serif;
} */

/* Medium header */
/* h3 {
font-style: normal;
font-weight: bold;
font-size: 130%;
font-family: Verdana, Arial, Helvetica, sans-serif;
} */

/* Small header */
h4 {
font-style: normal;
font-weight: bold;
font-size: 115%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Make something not display */
.donotdisplay
{
	display:none;
}

.ulsmallindent 
{
	margin-left:15px;
	padding-left:0;
}

/* Invisible asp submit button */
.btninv {
	 visibility: hidden;
}

.AC07searchBoxText
{
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    color: #fec34d;
}

/* GRH:7/26/07 Added */
.interior1Column
{
  float: left;
  width: 85%;
  padding-top:3px;
  padding-left:8px;
  padding-right:0px;
  padding-bottom:5px;		
}

/* 
1st styles from zenman

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.bodyTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
.bodyTextLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #3f7cc9;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #8d3936;
}
*/
/*
Final styles from zenman
.loginText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: absolute;
	text-align:left;
	top: 4px;
	left: 8px;
}
.bodyTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1b5399;
	text-decoration: underline;
}
.bodyTextLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1b5399;
	text-decoration: underline;
}
.bodyTextLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8d3936;
	text-decoration: underline;
}
.bodyTextLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1b5399;
	text-decoration: underline;
}
*/
