/* 265680 blue, 132B40 blue, 3B3B3B grey, 2A5F8D blue, 1E4567 blue */

body {
	color: #222222;
	font-size: 1em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.4em;
	background-color: #323333;
}

img { border-width: 0; }
a {
	color: #581F1F;
	text-decoration: none;
	outline: none;
}
a:link {
	color: #581F1F;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #581F1F;
	text-decoration: none;
	outline: none;
}
a:hover { color: #3b3b3b; text-decoration: none;  outline: none; }
a:active {
	color: #581F1F;
	text-decoration: none;
	outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
}

p {
	text-align: justify;
	color: #333;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0.625em;
	margin-top: 0px;
	margin-bottom: 1.5em;
}

div.ErrorContent {
    width:460px;
    height:260px;
    padding:20px;
    background-image: url('/resources/modules/zillizi/pages/images/error.gif');
}

h1 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	margin-top: 2em;
}
h2 {
	color: #283B41;
	font-size: 0.75em;
	margin: 0;
	font-weight: normal;
}
h3 {
	color: #222;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #555555;
    margin-top: 0em; 
	margin-right: 0;
	margin-bottom: 0em; 
}
h5 { color: #eee; font-size: 0.83em; font-weight: normal; margin: 0; }
h6 { color: #eee; font-size: 0.67em; font-weight: normal; margin: 0; }
ul {
	list-style-type: square;
	list-style-position: outside;
	font-size: 0.625em;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 6px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 10px;
	color: #777;
	list-style-image: url(../images/ico_list.gif);
	margin-bottom: 1em;
}

pre {
	color: #666;
	font-family: Courier, "Courier New", monospace;
	max-height:250px;
	overflow: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 100%;
	line-height: 16px;
}


dl.leftRighted dt {line-height: 1.8em; margin:0px;} 
dl.leftRighted dd {margin:0px; padding:0px; margin-top:-1.8em; float:right; }

.leadIn {
	color: #5A665C;
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-size: 0.625em;
}
.ico {
	float: left;
	padding-top: 2px;
	padding-right: 0.25em;
	padding-bottom: 0px;
	padding-left: 0px;
}


.buyNow {
	margin: 0px;
}

.zilliziBlue {
	color: #5A665C;
}
.zilliziGrey {
	color: #3b3b3b;
}
.footer {
	color: #FFFFFF;
	text-align: center;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-size: 0.625em;
}
.divider {
	height: 1.5em;
	display: block;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: 0em 0.5em;
	margin-left: -100px;
	width: 1000px;
}
.dividerlightgrey {
	height: 1.5em;
	display: block;
	background-image: url(../images/divider_lightgrey.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: 0em 0.5em;
	width: 1000px;
	margin-left: -100px;
}
.hiddendivider {
	height: 1em;
	display: block;
	margin-bottom: 0em;
	clear: left;
}
.trybuy {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* fixes paypal form behaviour to img */ 
form.paypalForm {
    display: inline;
    margin: 0px;
    margin-left: -5px;
    margin-right: -5px;

}
form.paypalForm input {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* Section Tabs (works with prototype and control.tabs */

ul.section_tabs {
	list-style:none;
	clear:both;
	text-align:center;
	padding: 0;
	margin: 0;
}
ul.section_tabs li {
	font-size: 1em;
	float:left;
	width:15em;
	margin-right:2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ul.section_tabs li a {
	display:block;
	background-color:#FFFFFF;
	width:100%;
	font-weight: bold;
}

ul.section_tabs li a.active {
	background-color: #f3f3f3;
}

/* Code Tabs (works with prototype and control.tabs */

ul.code_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	height:20px;
	clear:both;
}

ul.code_tabs li {
	font-size: 10px;
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.code_tabs li a {
	display:block;
	height:20px;
	background-color:#f3f3f3;
	width:120px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

ul.code_tabs li a:hover {
}

ul.code_tabs li a.active {
	background-color:#FFFFFF;
}

/* css for API docs */

table.api  {
	background-color: #FFFFFF;
}

table.api .header {
	text-align: center;
	font-size: 0.625em;
	background-color: #a0a891;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: bold;
}
table.api .method {
	font-weight: bold;
	background-color: #DDDDDD;
	font-size: 0.625em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 25px;
}

table.api p {
	color: #000;
	font-size: 0.625em;
	margin-top: 0.75em;
	margin-right: 25px;
	margin-bottom: 0.75em;
	margin-left: 25px;
	color: #000000;
}
table.api dl {
	font-size: 0.625em;
	padding:0;
	clear:both;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0.75em;
	margin-left: 25px;
}
table.api dl dt {
	width:12em;
	float:left;
	font-weight: bold;
	color: #555555;
	
	margin: 0px;
}
table.api dl dd {
	margin-left: 16em;
	margin-top: 0;
	margin-bottom: 0em;
	color: #555555;
}
.smallText  {
	background-color: #F3F2F2;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	font-size: 0.925em;
}
.columnWrapper#jspayloader, .columnWrapper#api, .columnWrapper#jsinjector, .columnWrapper#mousewheelfix {
	background-color: #f3f3f3;
	padding: 25px;
	width: 750px;
}
.typeSmaller {
	font-size: 0.75em;
	position: relative;
	width: 100%;
	top: -1px;
}
.simpledivider {
	height: 2em;
	display: block;
	clear: both;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	margin-left: 0px;
	padding-left: 0px;
}
