﻿/************************* Module Layout Styles *************************/
div.ApisBase{
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px
}
html.ApisBase, html.ApisBase td{
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif
}
.LeftPane div.ApisBase{
	width: 150px
}
.ApisBase .ModuleTitle{
	text-align: left;
	vertical-align: middle
}
.ApisBase .ModuleTitleBg{
}
.ApisBase .ModuleTitle h1{
	padding-top: 12px;
	padding-bottom: 12px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 20px;
	color: #776D49;
	letter-spacing: 0.03em;
	margin: 0 0 0 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.ApisBase .ModuleContentTable{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px
}
.LeftPane .ApisBase .ModuleContentTable{
	width: 100%;
	padding-left: 10px;
	padding-right: 0px
}
.ApisBase .ModuleContent, .ApisBase .ModuleContent p, p{
	font-size: 11px;
	vertical-align: top;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #333333
}
/* ====================================Module Content Text Styles====================================*/
.Highlight{
	color: #776D49;
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px
}
.ApisBase .Highlight{
	color: #776D49;
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px
}
.ProductTable{
	border-right: dashed 1px #776D49
}
.ApisBase .ProductTable td{
	border-right: dashed 1px #776D49;
	font-size: 11px;
	line-height: 1em;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px
}
.Quote{
	color: #776D49;
	font-size: 14px
}
.ApisBase .Quote{
	color: #776D49;
	font-size: 14px
}
.ApisBase a img{
	border: 0
}
.ApisBase a, .ApisBase a:link, .ApisBase a:visited, .ApisBase a:active{
	color: #776D49;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold
}
.ApisBase a:hover{
	color: #333
}
.FullTable{
	margin-left: -10px;
	margin-right: -10px
}
.ApisBase .FullTable{
	margin-left: -10px;
	margin-right: -10px
}
.ApisBase table.FullTable{
	margin-left: -10px;
	margin-right: -10px
}
.ApisBase .FullTable td{
	padding-left: 10px;
	padding-right: 10px
}
.ApisBase .ModuleContent table{
	border-collapse: collapse;
	font-size: 11px
}
.ApisBase h1, .ApisBase .Head{
	color: #776D49;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.1em;
	letter-spacing: 0.04em
}
.ApisBase h2, .ApisBase .SubHead, .ApisBase a.SubHead{
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #776D49;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.ApisBase h3, .ApisBase h4, .ApisBase h5, .ApisBase h6{
	font-weight: bold;
	color: #776D49;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
.ApisBase p{
	color: #333333;
	margin: 4px 0px 4px 0px
}
.ApisBase hr{
	border: none 0;
	border-top: 1px dashed #776D49;
	/*the border*/
width: 100%;
	height: 1px;
	/*whatever the total width of the border-top and border-bottom equal*/
}
.ApisBase ul li{
	color: #333333;
	padding-left: 5px;
	list-style: url(bullet.gif);
	margin: 0
}
.ApisBase ol li{
	color: #00647B;
	padding-left: 5px;
	margin: 0
}
.ApisBase ul{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px
}
.ApisBase .ProductQuantityAmount select,.ApisBase .Field{
	font-size: 10px;
	color: #333;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dimgray solid
}
.ApisBase .Button, .ApisBase a.Button, .ApisBase a:link.Button, .ApisBase a:visited.Button, .ApisBase a:hover.Button, .ApisBase a:active.Button{
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-weight: bold;
	font-size: 10px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: black;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.ApisBase input.Button{
	font-size: 10px;
	line-height: 12px
}