﻿BODY
{
    font-size: 12px;
    color: black;
    font-family: Verdana,Nelvetica;
    background-color: #E4F5F6;
    margin-top: 0px;
    margin-left: 0px;
    background-image: url(/images/mmm/mmbg1.gif);
    margin-top:1px; 
    margin-left:0;
}
.countText
{
    font-family: Verdana,Nelvetica;
    font-size: 9px;
    color: black;
}
.fieldTitle
{
    font-size: 10px;
    color: #615438;
    font-weight: bold;
    font-family: Verdana,Nelvetica;
}
.fieldTitleInstruction
{
    font-size: 10px;
    color: #615438;
    font-weight: normal;
    font-family: Verdana,Nelvetica;
}
.commentTableOutline
{
    background-image: url(/mmm/images/comment_grad.gif);
    border-right: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
}
.tableOutline
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.tableGrayOutline
{
    border-right: #dddddd 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #dddddd 1px solid;
    background-color:#eeeeee;
}

.cellBottom
{
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: #cccccc 1px solid;
}

.tableDottedOutline
{
    border-right: #333347 1px dotted;
    border-top: #333347 1px dotted;
    border-left: #333347 1px dotted;
    border-bottom: #333347 1px dotted;
}
.invisible
{
    width:0px;
    display:none;
}
.commentButton {
	background-color: #9B9969;
	border: 1px solid #291F1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
/***********************************************************
Main Navigatin Styles
**********************************************************/

.cellButtonUp
{
    background-color: #EFF2DD;
    border-right: #3D3E38 1px solid;
    border-top: #F9FAF2 1px solid;
    border-left: #F9FAF2 1px solid;
    border-bottom: #3D3E38 1px solid; 
}
a:link {
    color: #000000;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:hover {
    color: orange;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;

}
a:active {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
} 

/****************************************
Main Menu Text
*******************************************/
a.main:link {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif; 
    font-size:10pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
a.main:visited {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif; 
    font-size:10pt;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a.main:hover {
    color: orange;
    font-family: Verdana, Helvetica, sans-serif; 
    font-size:10pt;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;

}
a.main:active {
    color: #FF0000;
    font-family: Verdana, Helvetica, sans-serif; 
    font-size:10pt;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
} 


a.pageNav:link {color: blue; text-decoration: underline; }
a.pageNav:visited {color: purple; text-decoration: underline; }
a.pageNav:hover {color: orange; text-decoration: underline; }
a.pageNav:active {color: red; } 

a.whiteLink:link {color: white; text-decoration: underline; }
a.whiteLink:visited {color: white; text-decoration: underline; }
a.whiteLink:hover {color: orange; text-decoration: underline; }
a.whiteLink:active {color: red; } 


.moneyBox
{
    font-family: Verdana, Helvetica, sans-serif; 
    font-size:9pt;
    font-weight: normal;
    font-style: normal;
    text-align:right;
}

.rightColumn
{
    font-family: Verdana, Helvetica, sans-serif; 
    font-size:9pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform:lowercase;
}



/*****************************************************
Page Menu Styles
*****************************************************/

#navigation { 
 width: 100%; 
 font-family: Verdana, Helvetica, sans-serif; 
} 

#navigation ul { 
 list-style: none; 
 margin: 0; 
 padding: 0; 
} 

#navigation li { 
 border-bottom: 1px solid #cccccc; 
} 

#navigation li a
{
    display: block;
    padding: 2px 2px 2px 0.5em;
    border-left: 0px solid #47473F;
    border-right: 0px solid #47473F;
    background-color: #EFF2DD;
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    font-family: Verdana;
    font-weight:bold;
}
#navigation li a:hover { 
 background-color: #ACA98B;
 border-right: 4px solid orange; 
 color: #000000; 
 font-weight:bold;
}



#subnavigation { 
 width: 100%; 
 font-family: Verdana, Helvetica, sans-serif; 
 
} 
#subnavigation ul { 
 list-style: none; 
 margin: 0; 
 padding: 0; 
} 
#subnavigation li { 
 border-bottom: 1px solid #cccccc; 
} 
#subnavigation li a
{
    display: block;
    padding: 2px 2px 2px 0.5em;
    border-left: 0px solid #47473F;
    border-right: 0px solid #47473F;
    background-color: #EFF2DD;
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    font-family: Verdana;
    font-weight: normal;
}
#subnavigation li a:hover { 
 background-color: #ACA98B;
 border-right: 4px solid orange; 
 color: #000000; 
 font-weight:bold;
}

/* Navigation 2 for nav split */
#navigation2 { 
 width: 140px; 
 font-family: Arial, Helvetica, sans-serif; 
 
} 
#navigation2 ul { 
 list-style: none; 
 margin: 0; 
 padding: 0; 
} 

#navigation2 li { 
 border-bottom: 1px solid #cccccc; 
} 
#navigation2 li a
{
    display: block;
    padding: 2px 2px 2px 0.5em;
    border-left: 5px solid #47473F;
    border-right: 1px solid #47473F;
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    font-family: Verdana;
    font-weight:normal;
}
#navigation2 li a:hover { 
 background-color: #E2E2C6;
 border-right: 1px solid #ffffff; 
 color: #000000; 
  font-weight:bold;
}

.skiplinkPage
{
    color: #ffffff;
}

LI
{
    list-style-position: outside;
    list-style-type: square;
}

