﻿/************************* Module Layout Styles *************************/
div.HorseTruckBase,html.HorseTruckBase,html.HorseTruckBase td{
	font-size: 10pt;
	color: #443d3f;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em
}
.HorseTruckBase .ModuleTitle{
	margin: 0;
	color: #443d3f;
	margin-bottom: 10px;
	font-size: 1.6em
}
.RightPane .HorseTruckBase .ModuleTitle{
	background-color: #000;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	height: 20px;
	display: block
}
.HorseTruckBase h1 {
	font-size: 1.4em;
	color: #443d3f;
	font-weight: normal
}
.HorseTruckBase .ModuleTitle .ModuleButton {
	position: relative;
	float: right
}
.HorseTruckBase .ModuleContent, .HorseTruckBase p{
	margin: 0;
	padding-bottom: 10px
}
/* Showcase styles */
.HorseTruckBase .showcase{
	margin-bottom: 20px
}
.HorseTruckBase .showcase div.description{
	margin-top: 300px;
	padding: 15px 20px 15px 20px;
	width: 485px !important;
	font-size: 15px
}
.HorseTruckBase .showcase div.description div.title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px
}
.RightPane .HorseTruckBase .ModuleContent{
	padding-bottom: 20px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #07428D
}
.HorseTruckBase .Highlight{
	font-weight: bold;
	color: #07428D
}
.HorseTruckBase h2{
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #443d3f;
	font-weight: normal
}
.HorseTruckBase h3, .HorseTruckBase h4, .HorseTruckBase h5, .HorseTruckBase h6{
	font-weight: bold;
	font-size: 1em;
	color: #443d3f
}
.HorseTruckBase a{
	color: #443d3f;
	text-decoration: underline
}
.HorseTruckBase a:hover{
	color: red;
	text-decoration: underline
}
.HorseTruckBase hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom-style: none;
	border-bottom: 2px dotted #ccc;
	background: #F0F0F0
}
.HorseTruckBase .Field{
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.HorseTruckBase .Button, .HorseTruckBase a.Button, .HorseTruckBase a:link.Button, .HorseTruckBase a:visited.Button, .HorseTruckBase a:hover.Button, .HorseTruckBase 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;
	font-family: Arial, helvetica, sans-serif;
	background-color: #000;
	text-align: center;
	text-decoration: none
}
.HorseTruckBase input.Button{
	font-family: Arial, helvetica, sans-serif;
	font-size: .9em;
	line-height: 12px
}