\* {
	margin: 0;
	padding: 0;
}

#topbar {
	background-color:#c5d6de;
	width:100%;
	height:34px;
	position:fixed;
	top:0px;
	left:0px;
	color:black;
	font-weight:bold;
	z-index:65535;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

#topbarContent {
	width:1092px;
	margin:auto;
	padding-left:12px;
	padding-top:3px;
	height:34px;
	background-image: url(../images/argos_small.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}

#topbarSearch {
	padding-top:2px;
	width:640px;
	margin:auto;
}

#search {
	border:0px;
	padding-left:4px;
	width:400px;
	margin-left:-100px;
	margin-top:2px;
	font-size:14px;
	height:20px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 380px center;
	
}

.searchHighlight {
	background-color:#f0e68c;
}
b {
	color:#758497;
}
.button {
	margin-top: 20px;
	cursor: pointer;
	-moz-box-shadow: 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow: 0px 1px 0px 0px #97c4fe;
	box-shadow: 0px 1px 0px 0px #97c4fe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6
		), color-stop(1, #1e62d0) );
	background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6',
		endColorstr='#1e62d0' );
	background-color: #3d94f6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #337fed;
	display: inline-block;
	height: 26px;
	color: #eaeaea;
	font-family: arial;
	font-size: 17px;
	font-weight: normal;
	padding: 12px 18px 4px 18px;
	text-decoration: none;
}

.button2 {
	cursor: pointer;
	-moz-box-shadow: 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow: 0px 1px 0px 0px #97c4fe;
	box-shadow: 0px 1px 0px 0px #97c4fe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6
		), color-stop(1, #1e62d0) );
	background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6',
		endColorstr='#1e62d0' );
	background-color: #3d94f6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #337fed;
	display: inline-block;
	height: 28px;
	color: #eaeaea;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 14px 4px 14px;
	text-decoration: none;
}
.button:hover {
	text-decoration: none;
	color: white;
}

html {
	overflow-y: scroll;
	/*Prevents the content from jumping to the left, when the scrollbar appears. This way it is always there*/
	overflow-x: auto;
}

textarea#edit {
	font-family: helvetica, verdana;
	font-size: 13px;
}

#anotherDiv ul {
	padding-left: 0px;
	margin-left: 0px;
}

.note {
	padding: 60px 0px 0px 0px;
	width: 250px;
	height: 400px;
	background-image: url('../images/note.png');
	background-repeat: no-repeat;
}

.note2 {
	padding: 60px 0px 0px 0px;
	width: 250px;
	height: 400px;
	background-image: url('../images/note2.png');
	background-repeat: no-repeat;
}

.box {
	display: -moz-inline-stack;
	position:relative;
	display: inline-block;
	zoom: 1;
	text-align: center;
	line-height:300%;
	height:auto;
	*display: inline;
	margin: 4px 20px 4px 20px;
	width:344px;
	vertical-align: top;
	
}

.boxContent {
	line-height:150%;
	text-align: center;
}

.justify {
	text-align:justify;
	text-justify:inter-word;
}

.searchTitle {
	margin-top:8px;
	display:block;
	width:100%;
	background-image: url('../images/page.png');
	background-repeat: no-repeat;
	padding-left:20px;
	font-style:normal;
	color:black;
}

.searchTitle:hover {
}

.searchTitle:visited {
	color:black;
}


#logoutBg {
	width: 200%;
	height: 200%;
	background-image: url('../images/graySemi.png');
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 65534;
	display: none;
}

#logout {
	width: 800px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -400px;
	display: block;
	font-size: 600%;
	color: white;
	text-shadow: 0px 1px 1px #000;
	z-index: 65535;
	display: none;
}

#permalink {
	border: 1px gray solid;
	background-color: white;
	width: 50%;
	float: right;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 8px 0px 8px;
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
	box-shadow: 0 0 8px #aaa;
	position: absolute;
	right: 20px;
	z-index: 65535;
}

#loginDiv {
	position:relative;
	cursor: pointer;
	text-align: right;
	padding: 4px 12px 0px 0px;
	bottom: 14px;
	right: 8px;
	z-index: 65435;
	color: #758497;
	margin: 0px;
}

#loginDiv:hover {
	color: #0f0f0f;
}

.btn {
	color: #0a0a0a;
	background: #CCFFEB;
	font-weight: bold;
	padding: 10px;
	margin-right: 40px;
	margin-bottom: 22px;
	width: 300px;
	border: 1px solid #a0a0a0;
}

.btn:hover {
	color: #000000;
	background: #ffffff;
}

.btn2 {
	color: #0a0a0a;
	background: #FFCCCC;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 22px;
	width: 200px;
	border: 1px solid #a0a0a0;
}

.btn2:hover {
	color: #000000;
	background: #ffffff;
}

.btn3 {
	color: #0a0a0a;
	background: #fefefe;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 22px;
	width: 200px;
	border: 1px solid #a0a0a0;
}

.btn3:hover {
	color: #000000;
	background: #ffffff;
}

.btn4 {
	color: #0a0a0a;
	background: #fefefe;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 4px;
	width: 50%;
	border: 1px solid #a0a0a0;
}

.btn4:hover {
	color: #000000;
	background: #ffffff;
}

#content ul {
	margin-left: 20px;
}

#content ul {
	margin-left: 20px;
}

#content ol {
	font-weight: bold;
	counter-reset: item;
}

#content ol li {
	font-weight: normal;
	display: block;
	margin-bottom: 8px;
}

#content ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-weight: bold;
	margin-right: 4px;
}

.formField {
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#loginBox {
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px;
	color: black;
	background-color: #c5d6de;
	border: 1px gray solid;
	width:250px;
	z-index:65535;
	display: none;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	position:absolute;
	right:32px;
	top:-96px;
}

.tabContainer {
	margin: 0px;
	width: 705px;
	display: block;
}

.tabContainer .digiTabs {
	list-style: none;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0px;
	position: relative;
	top: 1px;
}

.tabContainer .digiTabs li {
	float: left;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
	padding: 5px !important;
	cursor: pointer;
	border-bottom: none;
	margin-right: 2px;
	font-family: verdana;
	font-size: .9em;
	font-weight: bold;
	color: #b5b5b5;
}

ul .digiTabs {
	margin-left: 0px;
}

.tabContainer .digiTabs .selectedTab {
	background-color: #fff;
	color: #000000;
}

.emptyTab {
	padding: 22px 22px 22px 12px;
}

.tabContent {
	padding: 1px;
	background-color: #fff;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	width: 800px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

.cheatSheetTag {
	display: block;
	margin: 0px 4px 5px 0px;
	background-color: #c5d6de;
	clear: both;
	overflow: hidden;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 4px;
}

.image {
	vertical-align: middle;
}

.imageShadow {
	border: 1px #a7a9aa solid;
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
	box-shadow: 0 0 8px #aaa;
}

.right {
	float: right;
	margin: 16px 0px 16px 20px;
}

.left {
	margin: 16px 20px 16px 0px;
	float: left;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

}
#menu ul {
	font-weight: bold;
	font-size: 14px;
}

#menu ul li {
	cursor: pointer;
	color: #2c3e40;
	font-weight: bold;
	font-size: 14px;
	list-style-type: none;
	padding: 3px;
}

.codeSample {
	word-wrap: break-word;
	border: 1px #eaeaea solid;
	background-color: white;
	font-family: Courier, Monospace;
	padding: 4px;
	display: block;
	width: 790px;
}

#content table,#cheatSheet table {
	margin-top: 16px;
	width: 400px;
	font-family: Courier, Monospace;
	font-size: 12px;
	border-top: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
	border-left: 1px #eaeaea solid;
	background-color: white;
	border-collapse: separate;
	border-spacing: 0px 0px;
}

#content table tr td,#cheatSheet table tr td {
	margin: 0px;
	padding: 13px;
	border-bottom: 1px #eaeaea solid;
	word-wrap: break-word;
}

#content table tr td:first-child,#cheatSheet table tr td:first-child {
	font-weight: bold;
	font-size: 15px;
	vertical-align: top;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	display: block;
	width: 99%;
	padding: 2px 2px 2px 0px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	display: block;
	width: 99%;
	padding: 2px 2px 2px 0px;
	margin-bottom: 6px;
	margin-right: 0px;
	margin-top: 22px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	display: inline;
	padding: 2px 2px 2px 0px;
	margin-top:10px;
	margin-bottom: 10px;
}

body {
	font: 14px/18px Arial, sans-serif;
	width: 100%;
	margin-top: 8px;
	background-color: #fefefe;
	background-image: url('../images/bodyBackground2.jpg');
	background-repeat: repeat-x;
}

a {
	color: black;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a {
	color: #0F62EB;
	white-space: nowrap;
}

.descriptionLink {
	color: #007f00;
	border-bottom: 1px gray dashed;
	cursor: help;
}

a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}

$
a.expand:hover {
	height: 500px;
}

p {
	margin: 0 0 18px
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

#wrapper {
	width: 1120px;
	margin: 0 auto;
	margin-top:42px;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	margin-bottom: 46px;
}

#topline {
	width: 100%;
	margin-top: -12px;
	position: fixed;
	z-index: 1;
	height: 80px;
	background: -moz-linear-gradient(top, rgba(7, 1, 1, 1) 0%,
		rgba(240, 240, 240, 0) 100% );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(7, 1
		, 1, 1) ), color-stop(100%, rgba(240, 240, 240, 0) ) );
	background: -webkit-linear-gradient(top, rgba(7, 1, 1, 1) 0%,
		rgba(240, 240, 240, 0) 100% );
	background: -o-linear-gradient(top, rgba(7, 1, 1, 1) 0%,
		rgba(240, 240, 240, 0) 100% );
	background: -ms-linear-gradient(top, rgba(7, 1, 1, 1) 0%,
		rgba(240, 240, 240, 0) 100% );
	background: linear-gradient(to bottom, rgba(7, 1, 1, 1) 0%,
		rgba(240, 240, 240, 0) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#070101',
		endColorstr='#00f0f0f0', GradientType=0 );
}

#topMenu {
	clear: both;
	background-color: #758595;
	height: auto;
	padding: 0px 10px 10px 8px;
}

/* Header
-----------------------------------------------------------------------------*/

.menuItem {
	font-size: 14px;
	display: -moz-inline-stack;
	display: inline-block;
	padding-top: 2px;
	vertical-align: top;
	text-align: center;
	height: 18px;
	margin: 38px 5px 0px 5px;
	zoom: 1;
	*display: inline;
	_height: 28px;
}

.menuItem:hover {
	border-bottom: white;
}

#header a { /* This applies to menu items on the top*/
	
}

.selectedTop {
	background-color: #aab6bc;
	/*background-image:url(../images/selected.png);
background-repeat:repeat-x;*/
}

.selectedMethodMain {
	border-bottom: 1px #c5c5c5 solid;
}

.selected {
	background-color: #c5d6de;
	background-repeat: repeat-x;
}

.unSelectedApi {
	margin-left: 8px;
	background-color: #f1f6f8;
	border: 1px #eaf3f7 solid;
}

.selectedApi {
	margin-left: 8px;
	background-color: #d0d8db;
	border-top: 1px #c2c2c2 solid;
	border-bottom: 1px #c2ced5 solid;
	border-left: 1px #cfcfcf solid;
}

.color2 {
	background-color: #cad7dc;
}

.methodCategory {
	font-size: 150%;
}

.apiType {
	cursor: pointer;
	width: 120px;
	padding-top: 2px;
	border: 1px #eaeaea solid;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0px 8px 4px 0px;
}

span .selectedApi {
	font-weight: bold;
}

.selectedMethod {
	display: block;
	width: 230px;
	background-color: #c5d6de;
	border-right: 1px #c0c0c0 solid;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 270px solid #FFFFFF;
	position: relative;
	background-color: #fefefe;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#acontainer {
	width: 100%;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	min-height: 670px;
	_height: 670px;
}

#content {
	width: 809px;
	padding: 20px;
	background-color: white;
	display: table;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 270px;
	position: absolute;
	/*background: #c6d6de;*/
	background: white;
	left: -270px;
	overflow: hidden;
	padding: 24px 0px 0px 0px;
}

#menu ul:first-child {
	padding-left: 8px;
}

#tree1 ul {
	padding: 0px 8px 8px 8px;
	border: none;
	font-size: 10px;
}

#tree1>ul>li>ul {
	padding-left: 0px;
}

#tree1>ul>li>ul>li>ul {
	padding-left: 0px;
}

#tree1>ul>li {
	padding-left: 0px;
}

#tree1>ul>ul {
	border: 1px green solid;
}

#tree1>ul>li>div>span {
	font-weight: bold;
}

#tree1>ul>li>ul>li {
	padding: 1px;
}

ul.jqtree-tree {
	margin-left: 12px;
	border: none;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #ffffff;
	padding: 32px 8px 8px 18px;
	border-top: 1px #e6e6e6 solid;
}

#footer a {
	color: #1C3D74;
}

#footer>table>tbody>tr>td a {
	font-size:12px;
	color:#758497;
}
#imageList table,#imageList table tr td,#imageList table tr td:first-child
	{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
}

.bucket {
	display: block;
	float: right;
	height: 18px;
	padding: 2px 2px 2px 4px;
	width: 160px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	clear: left;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
}

.bucketSystemAsyncLive {
	background-color: #5683A4;
	color: white;
	border: 1px #666666 solid;
}

.bucketSystemLive {
	background-color: #315F7B;
	color: white;
	border: 1px #666666 solid;
}

.bucketPremium {
	background-color: #B72432;
	color: white;
	border: 1px #666666 solid;
}

.bucketUpdated {
	background-color: #C3D4DD;
	color: black;
	border: 1px #666666 solid;
}

.bucketSystem {
	background-color: #758597;
	color: white;
	border: 1px #666666 solid;
}

.bucketAccount {
	background-color: #F0BC2F;
	color: black;
	border: 1px #666666 solid;
}

.infoIcon {
	float: left;
	padding-top: 2px;
}

.tabContent {
	page-break-inside: avoid;
}

.inline {
	float: none;
}

body .syntaxhighlighter .line {
	white-space: pre-wrap !important; /* make code wrap */
}

@media print {
	#icoLine {
		display: none;
	}
}