/************************* Module Layout Styles *************************/
div.Default, html.Default
{
	font-size: 11px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}
.Default .ModuleTitle{
	vertical-align: bottom;
	text-align: left;
	height: 20px;
}
.Default .ModuleTitle h1{
	font-weight: bold;
	font-size: 14px;
	vertical-align: baseline;
	color: #319ACE;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.Default .ModuleContent{
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #333333;
	text-align: left
}
/*====================================Module Content Text Styles====================================*/
.Default h1, .Default .Head{
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #319ACE
}
.Default h2{
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	color: #319ACE
}
.Highlight{
	font-weight: bold;
	font-size: 12px;
	color: #319ACE;
}
.Default .Highlight{
	font-weight: bold;
	font-size: 12px;
	color: #319ACE;
}
.Default h3, .Default h4, .Default h5, .Default h6, .Default .SubHead{
	font-weight: bold;
	font-size: 12px;
	color: #111;
}
.Default p, .Default .Normal{
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
.Default a, .Default a:link, .Default a:visited, .Default a:active, .Default .SiteLink, .Default a.SiteLink{
	color: #111;
	text-decoration: underline
}
.Default a:hover, .Default a.sitelink:hover{
	color: red;
	text-decoration: underline
}
.Default b, .Default strong{
	font-size: 11px;
	color: #111
}
.Default .NormalBold{
	font-size: 12px;
	color: #111;
	font-weight: bold
}
.Default .NormalItalic{
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: bolder
}
.Default i, .Default em{
	font-size: 12px;
	font-style: italic;
}
.Default hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: #ccc;
	border-bottom-style: none
}
.Default address{
	font-weight: normal;
	font-size: 12px;
	color: #111;
}
.Default blockquote{
	font-weight: normal;
	font-size: 12px;
	color: #111;
}
.Default .NormalTextBox, .Default .NormalTextbox, .Default select, .Default .Normal input[type="text"]
{
    border: solid 1px #CECFCE;
    font-weight: normal;
    color: #111;
    background-color: #eaf3fc;
    font: 10px Verdana, Helvetica, sans-serif;
}
.Default .NormalTextBoxDisabled, 
.Default .NormalTextboxDisabled
{
	border: solid 1px #CECFCE;
    font-weight: normal;
    color: gray;
    background-color: silver;
    font: 10px Verdana, Helvetica, sans-serif;
}
.Default .NormalTextArea, 
.Default textarea
{
	border: solid 1px #CECFCE;
	color: #111;
	background-color: #eaf3fc;
    font: 10px Verdana, Helvetica, sans-serif;
}
.Default .CommandButton, .Default a.CommandButton, .Default a:link.CommandButton, .Default a:visited.CommandButton, .Default a:hover.CommandButton, .Default a:active.CommandButton
{
    border-right: black 1px solid;
    padding-right: 1em;
    border-top: silver 1px solid;
    margin-top: 0em;
    padding-left: 1em;
    font-size: 0.8em;
    margin-bottom: 0.1em;
    padding-bottom: 2px;
    overflow: visible;
    border-left: silver 1px solid;
    cursor: default;
    color: #666666;
    line-height: 18px;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    background-image: url(buttonbg.gif);
}
.Default input.CommandButton{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 12px;
}