@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
}
body {
	background-color: #eeeeee;
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: 700;
}
h2 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 25px;
}
p {
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Header {
	background-image: url(../Images/HeaderBackground.png);
	height: 80px;
	position: relative;
}
.HeaderLeft {
	height: 80px;
	background-image: url(../Images/HeaderLeft.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 100%;
}
.HeaderRight {
	height: 80px;
	background-image: url(../Images/HeaderRight.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
}
.EssentialsLink {
	display: block;
	height: 25px;
	width: 280px;
	position: absolute;
	bottom: 17px;
	right: 10px;
	z-index: 100000;
}
.EssentialsLink:active,
.EssentialsLink:focus {
	outline: none;
}
.HomeLink {
	position: absolute;
	height: 25px;
	top: 15px;
	left: 15px;
	width: 330px;
}
.BreadCrumbs {
	color: #ffffff;
	position: absolute;
	top: 46px;
	left: 19px;
	font-size: 10px;
}
.BreadCrumbs a {
	color: #ffffff;
	text-decoration: none;
}
.BreadCrumbs a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.Links {
	color: #ffffff;
	font-size: 10px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 10000;
}
.Links a {
	color: #ffffff;
	line-height: 15px;
	margin-right: 1px;
	text-decoration: none;
}
.Links a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.Navigation {
	height: 31px;
	padding-left: 5px;
	font-family: tahoma;
	font-size: 11px;
	background-image: url(../Images/NavBar.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.Navigation ul {
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	list-style-type: none;
}
.Navigation ul li {
	float: left;
	margin-right: 0px;
	padding: 0px;
}
.Navigation a {
	position: relative;
	display: inline-block;
	height: 21px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	background-image: url(../Images/Tab_Static.png);
	text-decoration: none;
	text-align: center;
	color: #333333;
}
.Navigation a:hover {
	background-image: url(../Images/Tab_Hover.png);
}
.Navigation a:focus,
.Navigation a:active {
	outline: none;
}
.Navigation a.Active {
	background-image: url(../Images/Tab_Active.png);
	color: #000000;
	text-decoration: none;
} 
.TabLeft,
.TabEnd {
	position: absolute;
	height: 20px;
	width: 2px;
	font-size: .01em;
	background-image: url(../Images/Tab_Ends.png);
}
.TabLeft {
	top: 0px;
	left: 0px;
}
.TabEnd {
	top: 0px;
	right: -2px;
}
.Content {
	padding: 30px;
	background-color: #ffffff;
}
.IntroText {
	margin-bottom: 25px;
}
.IntroText p {
	margin-top: 0px;
}
.ContainerHeader {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	height: 35px;
	position: relative;
}
.ContainerHeader .Left,
.ContainerHeader .Right {
	position: absolute;
	width: 8px;
	height: 35px;
}
.Left,
.Right,
.Mid {
	display: block;
	height: 35px;
}
.Left {
	background-image: url(../Images/TitleHeaderLeft.png);
	left: 0px;
	top: 0px;
}
.Right {
	background-image: url(../Images/TitleHeaderRight.png);
	right: 0px;
	top: 0px;
}
.Mid {
	background-image: url(../Images/TitleHeaderMid.png);
	margin-left: 8px;
	margin-right: 8px;
}
.APIContainer {
	overflow: auto;
	width: 1024px;
}
.APIWrapper {
	position: relative;
	display: block;
	float: left;
	width: 275px;
	padding: 0px 25px 15px 0px;
}
.APIHeader,
.APIHeaderStatic {
	height: 35px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
.APIHeader {
	background-image: url(../Images/API_Block_Header.png);
	background-repeat: no-repeat;
}
.APIHeader a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 35px;
	line-height: 32px;
	padding-left: 10px;
	text-decoration: none;
}
.APIHeader a:hover {
	text-decoration: underline;
}
.APIs p {
	font-size: 12px;
	color: #666666;
}
.APIImage {
	display: block;
	width: 275px;
	height: 165px;
	background-image: url(../Images/API_Block_Shadow.png);
	background-repeat: no-repeat;
}
.InputRow {
	overflow: auto;
	margin-bottom: 5px;
	position: relative;
}
.InputRow span { 
	display: block;
	float: right;
	font-size: 11px;
	margin-right: 5px;
	text-align: right;
}
.InputRow input {
	float: right;
	font-size: 11px;
	padding: 1px;
	width: 200px;
}
.FormActions {
	text-align: right;
}
.Footer {
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	color: #666666;
	font-size: 10px;
	height: 23px;
	padding: 15px;
}
.Footer a {
	color: #666666;
	text-decoration: none;
}
.Footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.DownloadIcon {
	background-image: url(../Images/Download.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: 700;
	height: 24px;
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 6px;
}