﻿/************************* Module Layout Styles *************************/
div.JunaBase, html.JunaBase{
	font-size: 10pt;
	color:#585858;
	font-family:"trebuchet ms",helvetica,sans-serif
}
.LeftPane div.JunaBase{
	padding-left:15px;
	padding-right:5px
}
.RightPane div.JunaBase{
	padding-left:5px;
	padding-right:15px;
	padding-top: 5px
}
.ContentPane div.JunaBase{
	padding-right:20px;
	padding-top: 5px
}
.JunaBase .ModuleButton {
	float: right;
	position: relative;
	top: -1em
}
.JunaBase .ModuleTitle{
	font-size: 1.8em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #cc0000;
	font-weight: 500;
	font-family:"trebuchet ms",helvetica,sans-serif
}
.JunaBase .ModuleContent{
	padding-bottom: 10px;
	vertical-align: top;
	color: #585858;
	line-height: 1.4em
}
.RightPane .JunaBase .ModuleContent {
}
.Highlight{
	color: #cc0000
}
.JunaBase .Highlight{
	color: #cc0000
}
.MarginLeft10{
	margin-left: 10px
}
.JunaBase .MarginLeft10{
	margin-left: 10px
}
.JunaBase a {
	color: #004068
}
.JunaBase a:hover {
	color: #cc0000
}
.JunaBase h1, .JunaBase .Head{
	font-size: 1.3em;
	font-weight: 500;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #145283;
	font-family:"trebuchet ms",helvetica,sans-serif;
	line-height: 1.4em
}
.JunaBase h2, .JunaBase .SubHead{
	font-size: 1.2em;
	font-weight: 500;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #cc0000;
	font-family:"trebuchet ms",helvetica,sans-serif;
	line-height: 1.4em
}
.JunaBase h3, .JunaBase h4, .JunaBase h5, .JunaBase h6{
	font-size: 1.1em;
	font-weight: 500;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #cc0000;
	font-family:"trebuchet ms",helvetica,sans-serif;
	line-height: 1.4em
}
.JunaBase h3.BlogTitle{
	margin-top: 15px;
	margin-bottom: 10px;
}
.JunaBase h3.BlogTitle a{
	font-size: 1.4em;
	text-decoration: none;
}
.JunaBase .BlogFooter{
	font-size: .9em;
}
.JunaBase .BlogFooter a{
	font-size: inherit;
}
.JunaBase .BlogFooter{
	margin-top: 5px;
	margin-bottom: 15px;
}
.JunaBase p{
	padding: 0;
	margin-top: 2px;
	margin-bottom: 8px
}
.JunaBase ul{
	padding-left: 25px
}
.JunaBase .Field{
	font-weight: normal;
	font-size: .9em;
	background-color: #f5f4f2;
	border: 1px #c6c6c6 solid
}
.JunaBase .Button, .JunaBase a.Button, .JunaBase a:link.Button, .JunaBase a:visited.Button, .JunaBase a:hover.Button, .JunaBase a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: .9em;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: #fff;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	background-color: #004068;
	text-align: center;
	text-decoration: none
}
.JunaBase input.Button{
	font-size: .9em;
	line-height: 12px
}