@import url('menu.css');

body {
	background-color: #e3e4e6;
	background-image: url(images/mpmBG.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E3E4E6;
}

ul {
	list-style: square;
}

hr {
	margin: 0;
}

p {
	margin: 5px;
}

p.CenterBold {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

P.Center {
	margin-left: auto;
	margin-right: auto;
}

.highlight {
	font-weight: bold;
	color: #FF0000;
}

span.TblNote {
	margin: 0px;
	font-size: 10px;
	text-align: left;

}

div.SpecialOffer {
	border: 2px dashed #EF8200;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
}

div.SpecialOffer P{
	color: #005A8C;
}

H1.special {
	margin-left: auto;
	margin-right: auto;
	color: #B95915;
	font-size: 18px;
}
	

div.SpecialOffer H1{
	color: #000000;
	font-size: 18px;
}

div.SpecialOffer H3{
	font-size: 10px;
}
b {
	font-weight: bolder;
}

a {
	color: #09F;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

img {
	border: 0px;
}

img.Float {
	float: right;
	margin: 10px;
}

P.Title{
	font-weight: bold;
	font-size: 16px;
	color: #404b68;
}

P.SmallTitle,
B.SmallTitle{
	font-weight: bold;
	font-size: 13px;
	color: #404b68;
}

P.Caption {
	font-style: italic;
	text-align: center;
	margin: 0 50px 0 50px;
}

P.SmallCaption {
	font-size: 9px;
	font-style: italic;
	text-align: center;
	margin: 0 50px 0 50px;
	color: #999;
}

P.MedFont {
	font-weight: bold;
	font-size: 24px;
	color: #0061aa;
}

UL.Links LI{
	list-style: none;
}
UL.Links LI A{
	font-weight: bold;
	font-size: 16px;
	color: #0061aa;
}

ul.Downloads {
	list-style: none outside none;
}

ul.Downloads li {
	font-size: 12px;
	font-weight: bold;
}

ul.Downloads li a {
	text-decoration: none;
}



Table.Main, Table.Downloads {
	width: 90%;
	margin: 10px;
	
}

Table.Main {
	border: 1px solid #404b68;
}

Table.Main th {
	padding: 2px;
	background-color: #E3E4E6;
	font-weight: bold;
}

Table.Downloads th {
	
}

Table.Main td, Table.Downloads td {
	padding-left: 15px;
	border-bottom: 1px solid #B3B4B6;
}

Table.Downloads td {
	font-size: 12px;
	font-weight: bold;
}

Table.Main td.VersionHeader, Table.Downloads td.VersionHeader {
	padding: 1px;
	background-color: #E3E4FA;
	padding-left: 5px;
	font-weight: bold;
}

Table.Downloads td.VersionHeader {
	font-size: 16px;
	color: white;
	background-color: #0061aa;
}




td.SalePrice {
	color: #FF0000;
	font-weight: bold;
}

Table.Comparison {
	width: 90%;
	margin: 10px;
	border: 1px solid #404b68;
}

Table.Comparison th {
	padding: 2px;
	background-color: #E3E4E6;
	font-weight: bold;
	text-align: center;
}

Table.Comparison td {
	padding: 2px;
	text-align: center;
}

#Main {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #011442;
}

#Header {
	height: 82px;
	padding: 0;
	padding-bottom: 5px;
	background-image: url('./images/topedge.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#NoticeShow {
	height: auto;
	padding: 10px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFFF;
	border: 4px solid #FF0000;
}

#NoticeShow .red{
	color: #FF0000;
}

#NoticeShow img{
	margin-right: 20px;
}

#NoticeNoShow {
	display: none;
}

#LeftColumn {
	text-align: center;
	float: left;
	width: 110px;
	margin-bottom: 0;
	padding: 2px;
	font-size: 10px;
}

#RightColumn {
	text-align: center;
	float: right;
	width: 110px;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 10px;
}

#LeftColumn *, #RightColumn * {
	padding: 10px 0 10px 0;
}

#LeftColumn a, #RightColumn a {
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
}

#LeftColumn a:hover, #RightColumn a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#LeftColumn hr, #RightColumn hr {
	padding: 0;
}

#CenterColumn {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 552px;
	color: #404b68;
	text-align: justify;
}

#CenterColumn P{
	padding: 10px 0 0 10px;
}

#CenterColumn UL {
	margin-right: 10px;
}

#CenterColumn LI {
	margin-right: 10px;
}

#Footer {
	clear: both;
	height: 25px;
	text-align: center;

	padding: 0;
	padding-bottom: 5px;
	background-image: url('./images/bottomedge.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #011442;
}

.Clear {
	clear: both;
}

#ContactForm {
	width: 70%; 
	padding-left: 50px;
}


#FeatureTable {
	border: 1px solid #666;
	margin: 10px;
	border-collapse: collapse;
}

#FeatureTable TD {
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #666;
	padding: 2px;
}

#FeatureTable TH {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	padding: 0;
}

#FeatureTable TH P.price{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #666;
}

#FeatureTable TH P,
#FeatureTable TD P {
	margin: 0;
	padding: 0;
}

#FeatureTable #FirstCol {
	width: 1000px;
	text-align:left;
}


/* -------------------------
|	Error Classes
|-------------------------*/

INPUT.Error {
	background-color: #FF9999;
	/*border: 1px solid #000000;*/
}
P.Error {
	font-weight: bold;
	color: #FF0000;
}




