﻿/* Monograph Output styles */

.mTitle
{
    font-family: Arial Narrow, Trebuchet, Tahoma, Arial;
    font-size: 18pt;
	font-size: 18pt;
	font-weight:bold;
	vertical-align:middle;
	color:Black;
    padding-bottom: 5px;
    padding-top: 10px;
}

.mSecondaryNames
{
    font-family: Arial Narrow, Trebuchet, Tahoma, Arial;
    font-size: 18px;
    font-style: italic;
    color: #cc0000;
}

.mLevel1 
{
    font-family: Tahoma;
    font-size: 11pt;
    font-weight: bold;
    color: #708801;
    padding: 2px;
    margin-top:15px;
    background-color:#F0F1F3;
    width: 100%;  
}

.mLevel2 
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #cc0000;
    margin-top:10px;
    margin-bottom:2px;
    border-top: dashed 1px #808080;
    padding-top: 4px;
}
.mFieldData
{
    font-family:Tahoma;
    font-size: 11px;
    color: black;
    padding-left: 5px;
}

.mHeader
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #708801;
    padding-left: 5px;
    margin-top:10px;
}

.mHeaderLink
{
    font-family: Tahoma;
    font-size: 12px;
    color: #708801;
    font-weight: bold;
    text-decoration:underline;
}

.mStandardText
{
    font-family: Tahoma;
    font-size: 8pt;
    font-style:italic;
    color: black;
    border-bottom: dotted 2px #d0d0d0;
    border-top: dotted 2px #d0d0d0;
    padding: 5px;
    margin-bottom: 12px;
    margin-top: 12px;
}

/*
.mFootnote
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: black;
    font-weight: normal;
    padding-left: 5px;
    margin-bottom: 3px;
}
*/
.mFNLink
{
    font-family: Tahoma;
    font-size: 10px;
    color: #708801;
    text-decoration:underline;
}
.mFNLink:hover
{
    font-family: Tahoma;
    font-size: 10px;
    color: #708801;
    text-decoration:underline;
}

.mAbsList
{
    list-style-type:decimal;
    list-style-position:outside; 
    color: black;
    margin-left:5px; 
    padding-left:20px; 
    margin-top:5px;
}
.mFootnote
{
    font-family: Tahoma;
    color: black;
    font-size:10px;
    text-indent:0px;
    margin-bottom:3px;
}


.mIntType 
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #708801;
    margin-top:10px;
    margin-bottom:2px;
}

ul.mIntList
{
    list-style-type:square;
    list-style-position:inside; 
    margin-left:3px; 
    padding-left:0px; 
    margin-top:5px;
}

.mIntItem
{
    font-family: Tahoma;
    color: black;
    font-size: 11px;
    text-indent:0px;
    margin-bottom:3px;
}
a.mIntLink
{
    font-family: Tahoma;
    font-size: 11px;
    color: #708801;
    text-decoration:underline;
}

.LetterHeader
{
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #708801;
    margin-top:10px;
    margin-bottom:2px;
    border-top: dashed 1px #808080;
    padding-top: 4px;
}

.MonoListName
{
    font-family: Tahoma;
    font-size: 11px;
    color: #666666;
}

.MonoListLink
{
    color: #666666;
    text-decoration:underline;
}
.MonoListLink:hover
{
    color: #708801;
    text-decoration:underline;
}