﻿html, body {
	background: #eaeae9 url(../../images/bg.gif) repeat-x;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
}
div.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

b, strong {
	font-weight: bold;
}

h1 {
	display: none;
}

h2 {
	color: #e7b352;
	font-size: 18pt;
	margin-bottom: 5px;
	margin-top: 25px;
}

h3 {
	color: #e7b352;
	font-size: 14pt;
	margin-bottom: 5px;
	margin-top: 15px;
}

h4 {
	font-weight: bold;
	margin: 20px 0 5px 0;
}

h5 {
	font-weight: bold;
	margin: 15px 0 5px 0;
}



p {
	margin: 8px 0;
}

a {
	color: #005699;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

dt {
	font-weight: bold;
	display: block;
	margin-top: 7px;
}
dd {
	display: block;
	margin-top: 2px;
	padding-left: 30px;
}

img.download {
	margin: 0 5px -4px 0;
}

pre.code {
	background: #efefef;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 0;
	color: #b31515;
	display: block;
	margin: 10px 0;
	padding: 5px 10px;
}



/**
		GENERAL
************************/
#page {
	background: transparent url(../../images/page-bg.png) repeat-y;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/page-bg.png', sizingMethod='scale');
	
	margin: 0 auto;
	padding: 0 4px;
	width: 941px;
	zoom: 1;
}

#stripes {
	background: transparent url(../../images/stripes.gif) repeat-x;
	font-size: 0px;
	height: 2px;
	line-height: 0;
}

#logo {
	background: transparent url(../../images/logo.gif) no-repeat 19px 16px;
	height: 95px;
}

/**
		MENU
*************************/
#menu {
	background: transparent url(../../images/menu/bg.gif) repeat-x;
	border: 1px solid #d8d6d6;
	border-width: 1px 0;
	height: 26px;
	padding-left: 20px;
}
#menu li {
	background: transparent url(../../images/menu/items.gif) no-repeat -108px 0;
	border-color: #d8d6d6;
	border-style: solid;
	border-width: 0 1px 0 0;
	float: left;
	display: block;
	height: 24px;
	padding-top: 2px;
	width: 106px;
	text-align: center;
}
#menu li a {
	color: #5f5f5f;
	font-size: 14px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li.first {
	border-left-width: 1px;
}
#menu li.on {
	background-position: 0 0;
	border-width: 0px;
	width: 107px;
}
#menu li.on a {
	color: #fff;
	font-weight: bold;
}
#menu li.on a:hover {
	text-decoration: none;
}
#menu li#menu-item-documentation {
	background-position: -1px -26px;
	width: 126px;
}
#menu li#menu-item-documentation.on {
	background-position: -128px -26px;
	width: 127px;
}


/**
		SUBMENU
*************************/
#submenu {
	float: left;
	margin-top: 32px;
}

a.submenu-root {
	background: transparent url(../../images/submenu/arrows.gif) no-repeat 7px 5px;
	color: #fff;
	height: 19px;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 2px 0 0 20px;
	text-decoration: none;
	width: 153px;
}
a.submenu-root:hover {
	text-decoration: underline;
}

#user-s-guide a.submenu-root {
	background-color: #4ab125;
}
#developer-s-guide a.submenu-root {
	background-color: #107FC9;
}

#content #content #submenu ul {
	margin-left: 10px;
}

#submenu ul li a, #submenu ul li.on li a, #submenu ul li.on li a {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: normal;

}
#content #submenu ul li {
	display: block;
	margin: 0;
	padding-left: 10px;	
}

#submenu ul li.on, #submenu ul li.on {
	background: transparent url(../../images/submenu/arrows.gif) no-repeat;
}
#submenu ul li.on a, #submenu ul li.on a {
	font-weight: bold;
}

#submenu ul li.on li.on a {
	text-decoration: underline;
}


#developer-s-guide ul li.on, #developer-s-guide ul li.on {
	background-position: 0px -19px;	
}


#developer-s-guide ul li.on a, #developer-s-guide ul li.on a, #submenu ul li.on li.on a {
	color: #107FC9;
}

#submenu ul li li, #submenu ul li li.on {
	background: none;
	padding: 0;
}



/**
		BREADCRUMB
*************************/
#breadcrumb {
	color: #9c9c9c;
	font-size: 11px;
	margin-top: 10px;
}
#breadcrumb a {
	color: #9c9c9c;
	text-decoration: none;
}

#breadcrumb span.last {
	color: #818080;
}

/**
		CONTENT
*************************/
#content {
	padding: 0 20px 10px 20px;

}

#main-content {
	float: left;
	margin-left: 25px;
	width: 700px;

}

/**
		TABLES
***********************/
#content table {
	border-color: #ccc;
}
#content table td {
	border-color: #ccc;
	padding: 5px;
}
#content table thead td {
	background: #f2f2f2;
	font-weight: bold;
}


/**		
		LISTS
***********************/
#main-content ol {
	margin-left: 20px;
}
#main-content ol li {
	list-style: decimal;
	margin-bottom: 5px;
	margin-left: 20px;
}

#content ul li {
	list-style: disc outside;
	margin-bottom: 5px;
	margin-left: 20px;
}

/**
		CONTACT
***********************/
#contact-form {
	margin-top: 20px;
	width: 454px;
}

#contact-form label {
	display: block;
	float: left;
	width: 100px;
}

#contact-form .input, #contact-form select {
	margin-bottom: 2px;
	padding: 1px 2px 0 2px;
	width: 200px;
}

#contact-form .input, #contact-form textarea {
	border: 1px solid #ccc;
}

#contact-form textarea {
	height: 140px;
	margin: 2px 0 4px 0;
	width: 450px;
}

#contact-form-error {
	color: #c00;
	font-weight: bold;
	margin: 10px 0;
}


/**
		GET-STARTED
***********************/
#get-started {
	margin: 15px 0 0 10px;
}


ol.big-steps li div.hd {
	background: transparent url(../../images/get-started/steps-small.gif) no-repeat 0 5px;
	display: block;
	font-size: 16px;
	_height: 35px;
	min-height: 35px;
	margin-bottom: 5px;
	padding: 9px 0 0px 45px;
}

ol.big-steps li div.hd a {
	text-decoration: underline;
}

ol.big-steps li.step2 div.hd {
	background-position: 0 -45px;
}

ol.big-steps li.step3 div.hd {
	background-position: 0 -95px;
}

ol.big-steps li.step4 div.hd {
	background-position: 0 -145px;
}



ol.big-steps li div.bd {
	background: #fff;
	height: 0px;
	display: none;
	margin: 0px 0 15px 55px;
	overflow: hidden;
}

ol.big-steps li ol {
	list-style: decimal;
	margin-left: 25px;
}

ol.big-steps li ol li {
	list-style: decimal;	
	margin: 8px 0 16px 0;
}

ol.big-steps div.bd img {
	margin-top: 2px;
}

#quick-start {
	color: #666;
	margin: 25px 0 0 5px;
}

/**
		FOOTER
***********************/
#footer {
	font-size: 11px;
	margin: 0 auto;
	width: 949px;
	text-align: center;
}
#footer-bg {
	background: transparent url(../../images/footer.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer.png', sizingMethod='scale');
	height: 12px;
	font-size: 1px;
	line-height: 0;
	width: 949px;

}
