/* ------------ template ------------ */ /* --- base/common --- */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 1000px;
	margin: 0 auto;
	font-family: arial, san-serif;
	font-size: 0.75em;
}

a {
	color: #0072cf;
}

a:hover {
	color: #ee9900;
}

a img {
	border: 0;
}

h3 {
	font-size: 1em;
}

ul,ol,p {
	color: #555;
	line-height: 1.5em
}

em {
	font-style: normal;
}

pre {
	display:block;
	font-family:monospace;
	font-size:1.1em;
	margin-bottom:20px;
	white-space:pre;
}

img.right {
	float: right;
	padding-left: 5px;
}

img.left {
	float: left;
	padding-right: 5px;
}

.message {
	background:#FFF0C3;
	color:#772200;
	font-weight:bold;
	padding:5px;
}

.error {
	background:#FFeeee;
	font-weight:bold;
	padding:5px;
}

.error-message {
	color:#880000;
}

/* --- logo --- */
#logo {
	float: left;
	margin: 30px 0;
}

/* --- login --- */
#login {
	float: right;
	background: #f5f6f6;
	border: 1px solid #ddd;
	border-top: 0;
	width: 203px;
	padding: 10px;
}

#login p {
	background: url('../img/icon-guest.gif') no-repeat left 2px;
	padding-left: 18px;
	float: left;
}

#login p.registered {
	background: url('../img/icon-registered.gif') no-repeat left 2px;
}

#login a {
	float: right;
}

#login a {
	background: url('../img/icon-arrow.gif') no-repeat right 6px;
	padding-right: 9px;
}

#login div.input input {
	width: 120px;
	float: right;
}

#login label {
	padding: 0;
	margin: 0;
	clear: left;
	float: left;
	width: 70px;
	display: block;
}

#login form {
	float: none;
	clear: both;
	padding-top: 12px;
	width: 200px;
}

#login .forgot {
	float: left;
	background: none;
	padding-top:6px;
}

#loginForm {
	
}

#login div.submit {
	clear: right;
	float: right;
	padding-top: 1px;
}

/* --- global nav --- */
#globalnav {
	background: url('../img/background-globalnav.gif');
	float: left;
	width: 100%;
	margin-bottom: 40px;
	height: 40px;
	padding-bottom: 2px;
	padding-right: 2px;
}

#globalnav li {
	float: left;
	list-style: none;
}

#globalnav li a {
	float: left;
	text-align: center;
	font-weight: bold;
	color: #b3d5f1;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	height: 27px;
	background: url('../img/background-globalnav-normal.gif') no-repeat
		right;
	padding-top: 12px
}

#globalnav li a:hover {
	background: url('../img/background-globalnav-hover.gif') repeat-x -3px;
	color: #deecf8;
}

#globalnav #alt a:hover {
	background: url('../img/background-globalnav-hover.gif') repeat-x;
	color: #deecf8;
}

#globalnav #current {
	background: url('../img/background-globalnav-hover.gif') repeat-x -3px;
	color: #deecf8;
}

#globalnav #alt #current {
	background: url('../img/background-globalnav-hover.gif') repeat-x;
	color: #deecf8;
}

#search form {
	display: block;
	width: 190px;
	float: right;
}

#globalnav #search {
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

#textbox {
	display: block;
	float: left;
	width: 150px;
	border: 1px solid #aaa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 17px;
	padding-left: 2px;
	padding-top: 1px;
	background: #eee;
}

#button {
	display: block;
	float: right;
	margin-top: -1px;
	width: 21px;
}

#search div {
	float: right;
	margin-right: 5px;
}

/* --- local nav --- */
#localnav {
	float: left;
	margin-right: 40px;
}

#localnav h3 {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #87ab3d;
	margin-bottom: 12px;
	margin-left: 10px;
	clear: left;
}

#localnav ul {
	float: left;
	list-style: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

#localnav li a {
	width: 195px;
	clear: left;
	border-top: 1px solid #ddd;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	padding: 10px 15px;
}

#localnav li a:hover {
	background: #f5f5f5;
	color: #000;
}

#localnav li a.selected {
	background: #f8f8f8;
	color: #000;
}

#localnav li a.selected:hover {
	background: #f5f5f5;
	color: #000;
}

/* --- local sub nav --- */
#localnav ul li ul {
	clear: left;
	float: left;
	list-style: none;
	border-bottom: none;
	margin-bottom: 0px;
}

#localnav li ul li a {
	width: 185px;
	clear: left;
	border-top: 1px solid #eee;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #777;
	padding: 5px 20px;
	font-size: 0.8em;
}

#localnav li ul li a:hover {
	background: #f5f5f5;
	color: #000;
}

#localnav li ul li a.selected {
	background: #f8f8f8;
	color: #000;
}

#localnav li ul li a.selected:hover {
	background: #f5f5f5;
	color: #000;
}

/* --- manager nav --- */
#managernav {
	position: relative;
	float: left;
	height: 20px;
	padding-bottom: 5px;
	padding-right: 2px;
}

#managernav li {
	float: left;
	list-style: none;
}

#managernav li a {
	float: left;
	text-align: center;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	background: #eee;
	margin-right: 1px;
}

/* --- content --- */
#content {
	float: left;
	width: 470px;
}

#content.wide {
	width: 735px;
}

#content #breadcrumb {
	font-size: 0.95em;
	color: #ccc;
	margin-left: -5px;
	margin-bottom: 7px;
}

#breadcrumb a {
	color: #888;
	padding: 5px;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #000;
}

h1 {
	font-weight: normal;
	font-size: 2.35em;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.related {
	clear: both;
	margin-top: 20px;
}

#lead {
	font-weight: bold;
	margin-top: 15px;
	color: #555;
	line-height: 1.8em;
	font-size: 1em;
}

#lead em {
	color: #000;
}

#lead a {
	text-decoration: none;
}

#content ul {
	margin-left: 20px;
	list-style-image: url('../img/icon-bullet.gif');
	margin-bottom: 20px;
}

#content ol {
	margin-left: 24px;
	margin-bottom: 20px;
}

#content h2 {
	margin-top: 40px;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 20px;
}

#content .listhead {
	margin-bottom: 5px;
	font-weight: bold;
}

#content p em {
	font-weight: bold;
	color: #666;
}

.more {
	background: url('../img/icon-arrow.gif') no-repeat right 6px;
	padding-right: 9px;
}

/* --- sidebar --- */
#sidebar {
	float: right;
	width: 225px;
	margin-left: 40px;
}

#sidebar div {
	border: 1px solid #ffa502;
	margin-bottom: 20px;
	background: #fff9eb;
	padding: 13px 15px 15px 15px;
	float: left;
	width: 193px
}

#sidebar div.resource {
	border: 1px solid #dddddd;
	background: #F5F6F6;
	margin-bottom: 20px;
}

#sidebar div.resource div {
	background: none;
	border: none;
	width: auto;
}

#sidebar h3 {
	background: url('../img/icon-lightbulb.gif') no-repeat;
	color: #555;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 8px;
}

#sidebar h3.blank {
	background: none;
	padding-left: 0px;
}

#sidebar div.resource h3 {
	background: none;
	padding-left: 0;
	color: #555;
}

#sidebar p {
	padding-left: 2px;
}

#sidebar a {
	float: right;
	margin-top: 7px;
	display: block;
	line-height: 24px;
}

#sidebar p a {
	display:inline;
	float:none;
}

#sidebar div.resource div {
	float: none;
	margin: 0;
	display: block;
	line-height: 18px;
	padding: 0;
	claer: both;
}

#sidebar div.resource div a {
	float: left;
	background: none;
	color: #0072cf;
	text-decoration: none;
	line-height: 1.5em;
	margin-bottom: 3px;
}

#sidebar div.resource div span.label {
	width: auto;
	padding: 0px 4px;
	font-size: 0.8em;
	border: none;
	margin-right: 3px;
	float: none;
	display: block;
	float: left;
	text-decoration: none;
}

#sidebar div.resource div span.title {
	text-decoration: underline;
}

#sidebar div.blue {
	border: 1px solid #06b;
	margin-bottom: 20px;
	background: #f9f9ff;
}

#sidebar div.feature-blue {
	border: 1px solid #1a80d4;
	margin-bottom: 20px;
	background: #1a80d4;
}

#sidebar div.feature-blue p {
	color: #e0e0e0;
}

#sidebar div.feature-blue h3 {
	color: #fff;
	background: none;
	padding-left: 0px;
}

#sidebar div.feature-blue a {
	background: url('../img/blue-white-arrow.png') no-repeat right center;
	color: #fff;
	padding-right: 24px;
}

#sidebar a.download-files {
	text-decoration: none;
	width: auto;
	font-weight: bold;
	padding: 12px;
	margin: 10px 0;
	border: 1px solid #06b;
	background: #f9f9ff;
	color: #555;
	display: block;
	line-height: 1.8em;
	text-align: left;
}

#sidebar a.download-files .size {
	color: #37f;
	font-size: 0.9em;
	text-align: right;
}

.screencast, .video, .whitepaper, .tutorial, .sample-code, .contact {
	padding-right: 24px;
	background-position: right;
	background-repeat: no-repeat;
}

.screencast,.video {
	background-image: url('../img/icon-video.gif');
}

.whitepaper {
	background-image: url('../img/icon-whitepaper.jpg');
}

.tutorial {
	background-image: url('../img/icon-tutorial.jpg');
}

.sample-code {
	background-image: url('../img/icon-sample-code.jpg');
}

.contact {
	background-image: url('../img/icon-contact.jpg');
}

#sidebar #tags {
	list-style: none;
}

#sidebar #tags li a {
	text-decoration: none;
	padding: 0 3px;
	margin: 0;
}

/* --- foot --- */
#foot {
	width: 100%;
	float: left;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	font-size: 0.9em;
	margin-bottom: 70px;
}

#foot ul {
	margin-left: 0;
	list-style: none;
	float: left;
}

#foot ul li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}

#foot a {
	color: #888;
}

#foot a:hover {
	color: #000;
}

#foot p {
	clear: right;
	float: right;
	color: #888;
}

/* ------------ getting started ------------ */ /* --- head --- */
#getting-started #head {
	float: left;
	background: url('../img/getting-started/background-head.jpg') no-repeat
		right;
	height: 150px;
	width: 100%;
	padding-top: 20px;
}

#getting-started #globalnav {
	margin-bottom: 20px;
}

#getting-started #lead {
	width: 530px;
}

/* --- content--- */
#getting-started #content {
	width: 735px;
}

#step1,#step2,#step3 {
	padding-left: 40px;
}

#step1 h2,#step2 h2,#step3 h2 {
	margin-bottom: 2px;
}

#step1 {
	background: url('../img/getting-started/background-step1.gif') no-repeat
		;
}

#step1 h2 {
	margin-top: 30px;
}

#step1 p {
	clear: left;
}

#download-us,#download-uk {
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	text-decoration:none;
	width:215px;
	font-size:0.8em;
}

#download-us {
	margin-left: 138px;
}

#download-uk {
	margin-left: 125px;
}

#step2 {
	background: url('../img/getting-started/background-step2.gif') no-repeat
		;
}

#step3 {
	background: url('../img/getting-started/background-step3.gif') no-repeat
		;
}

/* --- sidebar --- */
#getting-started #sidebar {
	margin-top: 35px;
}

/* ------------ partner solutions ------------ */ /* --- content --- */
.partner {
	float:left;
	height:105px;
	margin-bottom:0;
	margin-left:20px;
	margin-right:15px;
	width:145px;
}

.partner img {
	padding-bottom: 7px;
	border-bottom: 1px solid #dddddd;
}

.partner p a {
	text-decoration: none;
	color: #777;
	font-size: 0.95em;
	float: left;
	margin: 0;
}

.partner .more {
	float: right;
	font-size: 0.95em;
	text-align: right;
}

#partner .br {
	margin-right: 0;
	width: 143px;
}

#partners h2 {
	clear: left;
	border-bottom: 1px solid #999999;
	color: #679B2D;
	margin-bottom:0;
	padding-top:30px;
	margin-top: 0;
	padding-bottom:5px;
}

/* ------------ customer zone ------------ */ /* --- login --- */
#customer-zone #login p {
	background: url('../img/icon-registered.gif') no-repeat left 2px;
	font-weight: bold;
}

#customer-zone #login p a {
	font-weight: normal;
	background: none;
	padding: 0;
}

/* --- content --- */
#customer-zone h2 {
	float: left;
	width: 100%;
}

#customer-zone .more {
	float: right;
	font-weight: bold;
	margin-top: 9px;
}

.alert {
	float: left;
	width: 468px;
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.label,.content {
	padding: 5px 10px;
	color: #555;
	text-decoration: none;
	float: left;
}

.label {
	border-right: 1px solid #ddd;
	width: 50px;
	text-align: center;
	background: #e4e7e8;
}

.dismiss {
	float: right;
	line-height: 0;
	padding: 8px;
}

.red {
	background: #f5cccc;
	color: #880000;
}

.blue {
	background: #cce0f5;
	color: #004488;
}

.green {
	background: #d6ebcc;
	color: #226600;
}

.yellow {
	background: #fff5cc;
	color: #886d00;
}

.orange {
	background: #ffe0cc;
	color: #aa4400;
}

/* ------------ resources ------------ */
.resource {
	float: left;
	width: 468px;
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.resource .label {
	width: 78px;
	float: right;
	border-left: 1px solid #ddd;
	border-right: none;
}

div.paging,div.disabled {
	display: inline;
	color: #ddd;
	clear: both;
}

div.paging .current {
	color: #f90;
	font-weight: bold;
}

.showing {
	text-align: right;
	color: #888;
	font-size: 0.9em;
}

.date {
	color: #888;
	font-size: 0.9em;
}

#resources h2 {
	margin-top: 15px;
}

#resources .filetype {
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 2em;
	color: green;
	margin-right: 5px;
	}

#comments dt {
	font-weight: bold;
}

#comments dd {
	display: block;
	padding: 12px;
	margin-bottom: 5px;
}

#comments dd.grey {
	background: #f7f7f7;
	border: 1px solid #fcfcfc;
}

#comments dd.lght {
	background: #fbfbfb;
	border: 1px solid #eee;
}

/* ----------- actions ----------- */
#content div.actions ul {
	list-style: none;
	margin: 0;
}

div.actions ul li {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}


/* ------------ css 3 ------------ */
#sidebar div {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#login {
	border-radius-bottomright: 3px;
	border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomleft: 3px;
}

#textbox :focus {
	background: #fff;
}

.download-files {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* ------------ forms ------------ */
#content fieldset {
	border: none;
	width: 470px;
}

#content.wide fieldset,#content.wide .textarea textarea,#content.wide .textarea
	{
	width: 735px;
}

#content legend {
	font-size: 1.5em;
	margin-bottom: 30px;
	color: #000; /* ie */
	width: 470px;
}

#content .text,#content .select,#content .radio,#content .datetime {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#content .radio {
	width: 470px;
}

#content .text label,#content .password label,#content .select label,#content .radio legend,#content .datetime label
	{
	width: 150px;
	float: left;
}

#content .radio legend {
	font-size: 1em;
	margin-bottom: 0px;
}

#content .text input {
	float: left;
	width: 200px;
}

#content .select select {
	width: 250px;
	float: left;
}

#content .radio input {
	float: left;
	margin-left: 150px;
	clear: left;
	margin-bottom: 10px;
	padding: 0;
}

#content .radio label {
	height: 20px;
	line-height: 20px;
	float: left;
	width: 307px;
	margin-bottom: 10px;
	padding: 0;
}

#content .submit {
	float: right;
	margin-top: 30px;
}

#content .submit input {
	width: 139px;
	height: 39px;
	background: url('../img/button-submit.gif') no-repeat 0px 3px;
	border: none;
	cursor: hand;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
	text-align: left;
	padding-left: 15px;
}

#short .input {
	float: none;
	width: 200px;
}

#short .input input {
	padding:4px;
	border:1px solid #DDDDDD;
	height:15px;
}

#short {
	clear: left;
}

#short .submit {
	float: none;
}

#short .submit input {
	background:buttonface none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	color: #000;
	font-weight: normal;
	height: 25px;
	width: auto;
	cursor:pointer;
	font-family:Arial;
	font-size:1em;
	padding:3px;
	margin-bottom: 2px;
}

#content .textarea {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#content .textarea label {
	width: 100%;
}

#content .textarea textarea {
	width: 470px;
	margin-top: 4px;
}

#content .checkbox {
	float: left;
	width: 470px;
	margin-bottom: 5px;
}

#content .checkbox label {
	float: left;
	width: 400px;
	margin-left: 5px;
}

#content .checkbox input {
	float: left;
	height: 15px; /* ie */
	width: 15px; /* ie */
}

#content .input .long {
	width: 470px;
	margin-bottom: 5px;
}

#content fieldset h2 {
	float: left;
}

/* ------- definition lists ------- */
dl {
	clear: both;
	line-height: 2em;
	position: relative;
}

dt {
	clear: left;
	float: left;
	width: 150px;
	font-weight: bold;
	color: #555;
	position: absolute;
	padding: 0 7px;
}
	
dd {
	padding-left: 150px;
	border-bottom: 1px solid #ddd;
}



/* ------------ tables ------------ */
table {
	width: 735px;
	margin-bottom: 40px;
}

#content table {
	width: 100%;
	border: none;
}

#content table td,#content table th,#content table tr {
	border: none;
	white-space: normal;
}

#content table th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#content table td {
	border-bottom: 1px solid #ddd;
}

td {
	vertical-align: top;
}

#content td.nowrap, #content th.nowrap, td, th {
	padding: 12px 7px;
	white-space: nowrap;
	text-align: left;
}

#content th a {
	color: #555;
	text-decoration: none;
}

#content th a:hover {
	text-decoration: underline;
}

tr.altrow td {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.filedetails {
	text-align: left;
}

td.textLeft {
	text-align: left;
	font-size: 0.9em;
	color: #888;
	white-space: normal;
}

td.textLeft a {
	font-size: 1.1em;
}

table br {
	margin-bottom: 3px;
}

table .green,table .yellow, table .red, table .blue, table .orange {
	padding: 1px 2px 2px 2px;
	text-align: center;
}

/**** Search Results *****/
.highlight {
	background: #ffff88;
}

#content #search-results {
	list-style: none;
	margin: 0;
}

#search-results h2 {
	margin-top: 15px;
	margin-bottom: 5px;
}

#search-results p {
	margin-bottom: 0;
}

#search-results p a {
	color: green;
	text-decoration: none;
}

#search-results li {
	margin-bottom: 30px;
}

#content .pagination_links ul {
	list-style: none;
	margin: 0;
}

.pagination_links ul li {
	float: left;
	margin-right: 10px;
}

.syntaxhighlighter .toolbar {
	display: none;
}

.syntaxhighlighter:hover .toolbar {
	display: inline;
}

#content .syntaxhighlighter,#content .syntaxhighlighter div,#content .syntaxhighlighter code,#content .syntaxhighlighter span
	{
	line-height: 1.2em;
	font-size: 12px;
	!
	important
}