/*--------------------------------------
		CSS RESET
---------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}
body{ line-height:1.4; font-size:12px; font-family:Arial,Verdana,sans-serif; }
ol, ul{ list-style:none; }
blockquote, q{ quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after{ content:''; content:none; }
h1, h2, h3{ font-family:Arial,Verdana,sans-serif }

/* remember to define focus styles! */
/* :focus{ outline:0; } */

/* remember to highlight inserts somehow! */
ins{ text-decoration:none; }
del{ text-decoration:line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table{ border-collapse:collapse; border-spacing:0; }
button, input[type='button']{ cursor:pointer; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif }
.unselectable{ -moz-user-select:none; -webkit-user-select:none; -khtml-user-select:none; }
.rounded{ -moz-border-radius:6px; -webkit-border-radius:6px; }
.rounded2{ -moz-border-radius:10px; -webkit-border-radius:10px; }

img{ border:none; }
pre{ background-color:#F7F6EC; border:1px dashed #a9b7c9; outline:1px solid #FFF; padding:8px; line-height:normal; overflow:auto; }
*:first-child+html pre{ padding-bottom:25px; overflow-y:hidden; }
* html pre{ padding-bottom:25px; overflow-y:hidden; }
code{ display:block; }
	code span{ color:#e83f6b; }
	
ol.upperAlpha{ list-style:upper-alpha outside; margin-left:26px; }
	ol.upperAlpha li{ margin-bottom:20px; }
	
ol.decimal{ list-style:decimal outside; margin-left:26px; }
	ol.decimal li{ margin-bottom:20px; }

a{ color:#0056d2; text-decoration:none; }
a:hover{ text-decoration:underline; }
a:active{  }
a.btn{ text-decoration:none; }

a.btn2{ width:122px; height:34px; display:block; line-height:34px; text-align:center; font-size:17px; font-family:arial, verdana; text-shadow:0px 1px #fbeab0; color:#333; background:url('../images/sprite2_trans.png') 0px -206px no-repeat; }
a.btn2:hover{ background-position:-125px -206px; line-height:36px; text-decoration:none; }

.clearfix:after{ content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.clearfix{ display:inline-block; 	}
html[xmlns] .clearfix{ display:block; }
* html .clearfix{ height:1%; }

.round5{ -moz-border-radius:5px; -webkit-border-radius:5px; }
.round10{ -moz-border-radius:10px; -webkit-border-radius:10px; }

input, select, textarea{ border:1px solid #bac5d1; padding:3px; margin:0; -moz-border-radius:3px; -webkit-border-radius:3px; font-family:Arial,Verdana,sans-serif; color:#444; font-size:1.1em; }
input[type='checkbox']{ cursor:pointer; border:none; }
button{ font-family:arial,verdana; }
input:focus{ border-color:#6386AB; color:#222; }

#status{ display:none; max-width:280px; padding:20px; position:fixed; z-index:999; top:50%; left:50%; text-align:center; font-size:1.7em; color:#FFF; background-color:#436080; border:1px solid #a9bfd7; -webkit-box-shadow:0 0 30px #a9bfd7; -moz-box-shadow:0 0 30px #a9bfd7; -moz-border-radius:20px; -webkit-border-radius:20px; }

.godMode{ display:none; }
/*--------------------------------------
		Global cross-site
---------------------------------------*/
html, body{ height:100%; }
body{ background-color:#fffef4; min-width:980px; }

button.btn{ width:146px; height:38px; text-align:center; font-weight:bold; color:#333; font-size:1.3em; border:none; text-shadow:1px 1px rgba(255,255,255,0.75); background:url('../images/button_sprite1.png') 0 0 no-repeat; }
button.btn.disabled{ color:#666; }
button.btn:hover{ background-position:0 -38px; }
button.btn:active{ background-position:0 -76px; }

/*--------------------------------------
		Header
---------------------------------------*/
#header{ background-color:#436080; }
	#header .inner{ line-height:3em; margin:0 auto; padding:10px 0; position:relative; width:900px; }
	#header .row1{ padding:15px 0 25px 0; }
	#header img{  }
	#header ul{ position:absolute; top:10px; right:0; }
		#header ul li{ float:right; margin-left:25px; }
			#header ul li a{ color:#a2b0c0; }
			#header ul li a:hover{ color:#fff; }
	
	#row2{ background:#dde9b4 url('../images/sprite.png') 0 -134px repeat-x; border-bottom:1px solid #CBD7A2; top:0; width:100%; position:absolute; z-index:99; top:0; left:0; -moz-box-shadow:0 0px 15px rgba(0,0,0,0.3); -webkit-box-shadow:0 0px 15px rgba(0,0,0,0.3); }
		#row2 .inner{ line-height:3em; margin:0 auto; padding:10px 0; position:relative; overflow:hidden; width:900px; }
			#row2 button.btn{ float:right; margin-left:20px; }
			#content #row2 p{ color:#436080; float:right; line-height:1.2em; margin:4px 0; width:200px; text-shadow:1px 1px #FFFFFF; }
			#row2 span{ font-size:1.8em; color:#446181; text-shadow:0 1px #FFF; }
			#row2 a{ float:right; cursor:pointer; }

/*--------------------------------------
		footer
---------------------------------------*/			
#footer{ text-align:center; margin:0 auto 40px auto; }	

/*--------------------------------------
		Content
---------------------------------------*/
fieldset.type2 table{ width:100%; }
table td{ text-align:left; }
.item td{ font-size:0.9em; }
#Login1_RememberMe{ float:right; margin:4px 127px 0 0; }
#Login1_LoginButton{ margin-top:5px; }
#CreateUserWizard1___CustomNav0_StepNextButtonButton{ margin-top:0px; }
#CreateUserWizard1_CompleteStepContainer_ContinueButtonButton{ margin:0px; }
.completeRegisterText{margin-top:0px;}
fieldset.type2 div.item table label{ float:left; width:auto; }

#content .container{ clear:both; }
	#content .container h3{ font-size:1.8em; }
	#content .container dl{ padding:10px 0; }
		#content .container dt{ font-size:1.2em; color:#436080; font-weight:bold; margin:0; padding:0; }
		#content .container dd{ margin-bottom:20px; }

#content{ position:relative; overflow:hidden; }
	#content h2{ clear:left; font-weight:normal; font-family:"Trebuchet MS",serif; font-size:2em; color:#436080; margin-bottom:15px; text-shadow:1px 1px #FFF; }
		#content .col h2{ margin-bottom:1.4em; border-bottom:2px dotted; }
	#content h3{ font-weight:normal; font-size:1.4em; color:#333; margin-bottom:10px; }
	#content p, #content dl{ color:#333; margin:0 0 15px 0; }
		#content dl dt{ font-weight:normal; font-size:1.3em; color:#333; margin-bottom:5px; }
	
	#content .clientCode{ margin-bottom:40px; }
		#content .clientCode pre{ margin:0 0 6px 0; }
		#content .clientCode .userId{ color:#E83F6B; min-height:1.4em; min-width:28em; }
		#content .clientCode .yourCode{ margin-bottom:40px; overflow:hidden; }
			#content .clientCode .yourCode span{ float:left; margin-right:8px; line-height:2.7em; }
			#content .clientCode .yourCode pre{ float:left; }
	
	#content .col{ float:left; width:410px; }
	#content .col.floatr{ float:right; }
	#content form{ overflow:hidden; width:900px; margin:0 auto; padding:120px 0 50px; overflow:hidden; }
	fieldset{ padding:15px 20px 20px; border:1px solid #D1D0C8; margin-bottom:35px; }
		fieldset legend{ padding:0 8px; font-size:1.6em; color:#444; }
		fieldset div.item{ margin-bottom:10px; min-height:2em; position:relative; line-height:1.9em; }
		fieldset div.item label{ float:left; width:14em; }
		fieldset div.item.checkbox label{ float:left; width:auto; cursor:pointer; }
		fieldset div.item.checkbox ::-moz-selection{ background:none; }
		fieldset div.item.checkbox ::selection{ background:none; }
		fieldset div.item input{ float:left; width:12.5em; position:relative; z-index:1; }
		fieldset div.item.right input{ float:right; }
		fieldset div.item input[type='checkbox']{ float:left; width:auto; margin:5px 6px 0 0; }
		
		fieldset div.item.radio .node{ float:left; width:auto; margin:0 25px 0 0; cursor:pointer; }
		fieldset div.item.radio input{ width:auto; margin:6px 4px 0 0; }

		fieldset div.item select{ float:left; width:172px; }
		fieldset div.toggler{ display:none; }
		
		fieldset div.item.color{  } 
		fieldset div.item.color b{ position:absolute; top:3px; right:30px; width:18px; height:18px; z-index:1; background-color:#ff6000; cursor:pointer; -moz-border-radius:4px; -webkit-border-radius:4px; }
		#resetHorizonBgColor{ clear:both; float:left; margin-left:168px; font-size:0.9em; cursor:pointer; }
		
		fieldset div.item.image{ text-align:center; margin:15px 0 0; padding:5px 0; float:left; width:100%; -moz-border-radius:8px; -webkit-border-radius:8px; }
		
		fieldset div.item .help{ opacity:0.8; position:absolute; top:4px; right:0px; width:16px; height:16px; background:url('../images/sprite.png') 0 -114px no-repeat; cursor:help; }
		fieldset div.item .help:hover{ opacity:1;  }
		fieldset div.item .helpText{ display:none; position:absolute; z-index:9; left:15px; min-width:250px; top:12px; font-weight:bold; text-indent:0; padding:8px; background-color:#DDE9B4; border:1px solid #C1CB9D; -moz-border-radius:5px; -moz-box-shadow:4px 4px 8px rgba(0,0,0,0.2); -webkit-border-radius:5px; -webkit-box-shadow:4px 4px 8px rgba(0,0,0,0.2); cursor:default; }
			#content fieldset div.item .helpText p{ margin:0; padding:0; color:#333; line-height:1.6em; }
			fieldset div.item .help:hover .helpText{ display:block; }
		
		#content fieldset p{ color:#666; }
		
		fieldset div.item2{ position:relative; }
		fieldset div.item2 input{ padding:5px 30px 5px 5px; width:331px; color:#AAA;}
		fieldset div.item2 input:focus{ color:#222; }
		fieldset div.item2 b{ background:#FFF url('../images/sprite.png') no-repeat 6px 2px; border:medium none; cursor:pointer; height:26px; margin-top:-13px; opacity:0.8; overflow:hidden; position:absolute; right:1px; text-indent:-999px; top:50%; width:32px; }
		fieldset div.item2 b:hover{ opacity:1; }
		
	fieldset.type1{ width:390px; margin:0 auto; font-size:1.2em; }
		fieldset.type1 div.item label{ font-size:1.2em; width:11em; }
		
	fieldset.type2{ width:340px; padding:30px 15px 20px; float:left; position:relative; }
		fieldset.type2.floatr{ float:right; }
		fieldset.type2 div.item{ font-size:1.1em; }
		fieldset.type2 div.item label{ font-size:1.2em; width:9em;float:right;}
		fieldset.type2 div.item input{ float:right; padding:4px;margin-top:-7px; }
		fieldset.type2 .bottom{ margin:30px 0 0 0; }
			fieldset.type2 .input[type='submit'] a.passLink{ font-size:0.9em; color:#888; text-decoration:underline; margin-top:10px; float:left; }
			fieldset.type2 .input[type='submit'] a.passLink:hover{ text-decoration:none; }
			fieldset.type2 input[type='submit']{ float:right; width:146px; height:38px; padding-bottom:1px; text-align:center; font-weight:bold; color:#333; font-size:1.3em; border:none; text-shadow:1px 1px rgba(255,255,255,0.75); background:url('../images/button_sprite1.png') 0 0 no-repeat; cursor:pointer; }
			fieldset.type2 input[type='submit']:hover{ background-position:0 -38px; }
			fieldset.type2 input[type='submit']:active{ background-position:0 -76px; }
		
		#content fieldset .toggleField{  }
			#content fieldset .disableView{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; }
		
		ul.items{ min-height:156px; max-height:336px; width:365px; overflow:auto; background-color:#FFF; border:1px solid #BAC5D1; margin:8px 0 4px; padding:1px 1px 0 0; -moz-border-radius:3px; -webkit-border-radius:3px; line-height:1.4; font-size:1.1em; }
			ul.items li{ position:relative; padding:4px 25px 4px 7px; height:1.5em; }
			ul.items li:nth-child(odd){ background-color:#E6EAF1; }
				ul.items li div{ background:url('../images/sprite.png') no-repeat 0 -69px; cursor:n-resize; float:left; height:14px; margin:5px 2px 0 0; overflow:hidden; text-indent:-999px; width:12px; }
				ul.items li b{ opacity:0.6; position:absolute; right:8px; top:50%; margin-top:-7px; cursor:pointer; width:14px; height:14px; text-indent:-999px; overflow:hidden; background:url('../images/sprite.png') 0 -40px no-repeat; }
				ul.items li b:hover{ opacity:1; }
				ul.items li span{ color:#333; display:block; font-size:0.9em; font-weight:bold; line-height:1.7em; overflow:hidden; white-space:pre; }
		
		fieldset.annotationColor div.color{ position:relative; margin-bottom:15px; }
			fieldset.annotationColor div.color input{ padding:5px 30px 5px 5px; width:331px; }
			fieldset.annotationColor div.color b{ position:absolute; top:50%; margin-top:-9px; right:5px; width:18px; height:18px; background-color:#ff6000; cursor:pointer; -moz-border-radius:4px; -webkit-border-radius:4px; }
		
		#content #demoText p{ color:#222; padding:4px; }
		#content #demoText p.dark{ background-color:#272822; color:#FFF; }
		.headupTerm{ border-bottom:2px dotted #FF6000; cursor:help; }
		.headupTerm:hover{  }
		
		.shareBtnImg{ width:83px; height:16px; display:-moz-inline-stack; display:inline-block; margin:0 0 0 4px; position:relative; bottom:-3px; text-indent:-999px; overflow:hidden; background:url('../images/sprite.png') 0 -94px no-repeat; }
		
		#logoUrlImage{ max-width:100px; max-height:100px; }
/*--------------------------------------
		Footer
---------------------------------------*/
#footer{ }

/*--------------------------------------
		farbtastic - color picker
---------------------------------------*/
#content .farbtastic{ display:none; position:relative; right:-30px; top:-90px; z-index:2; }
.farbtastic *{ position:absolute; cursor:crosshair; }
.farbtastic, .farbtastic .wheel{ width:195px; height:195px; top:0; }
.farbtastic .color, .farbtastic .overlay{ top:47px; left:47px; width:101px; height:101px; }
.farbtastic .wheel{ background:url('../images/wheel.png') no-repeat; width:195px; height:195px; }
.farbtastic .overlay{ background:url('../images/mask.png') no-repeat; }
.farbtastic .marker{ width:17px; height:17px; margin:-8px 0 0 -8px; overflow:hidden; background:url('../images/marker.png') no-repeat; }

