@import url("/_common/_styles/portal_styles.css");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700,700italic|Patua+One");

html {
	height: 100%; /* required for Mozilla/Safari to render page height correctly */
	box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	height: 100%;
	text-align: left;
	/*font-size: 80%;*/
	color:#030303;
	}


body.col-SM #xcol, body.col-M #xcol, body.col-MX #subcol, body.col-M #subcol {
  display:none;
}

div[id] {
  position:relative;
}

@media screen and (min-width:500px) {
	body.col-SM #subcol,body.col-SMX #subcol {
		float:left;
	}
	body.col-MX #xcol,body.col-SMX #xcol {
		position:absolute;
		top:0;
		right:0;
	}
	
	body.col-MS #subcol {
	float:right;
	}

	body #xcol {
		position:absolute;
		top:0;
		right:0;
	}

	body.col-XM #xcol {
		left:0;
	}

	div#subcol, body.col-XM div#xcol  { 
		width: 272px;
	}

	body.col-SM #wrap,  body.col-SMX #wrap, body.col-XM div#maincol  {
		margin-left:312px;
	}

	div#xcol { 
		width: 205px;
		margin-right: 39px;
	}
	body.col-XM div#xcol { 
		margin-right:0;
	}

	body.col-MX div#maincol { 
		margin-right:264px;
	}

 }

 @media screen and (min-width:500px) and (max-width: 700px) {
		div#subcol { 
		width: 200px;
	}

	body.col-SM #wrap,  body.col-SMX #wrap {
		margin-left:200px;
	}

	div#xcol { 
		width: 180px;
		margin-right: 0px;
	}
	
	body.col-MX div#maincol { 
		margin-right:190px;
	}

 }


 .scheme-spanning {
 	max-width:1000px;
 	margin: 0 auto;
 }

 @media screen and (max-width:500px) {
 	 .scheme-spanning {
	 	padding:2px;
	 }
 }



body.col-SF div#maincol {margin-left:268px;width:auto;}
body.col-SFX div#maincol {margin-left:268px;margin-right:0;width:auto}
body.col-FX div#maincol {margin-right:0px;width:auto}

body.col-M.section_preview {
	/*overflow: hidden;*/
}

body.col-M.section_preview div#footer {
	margin-top: 0;
}
body.col-M.section_preview div#maincol,
body.col-M.section_preview div#content {
	width: 100%;
}
body.col-M.section_preview div#previewIntro {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
	
div#uberContainer {
	position: relative;
	margin: 0 auto 0 auto;
	height: 100%;
	text-align: left;
	}


div#header {
	height: 185px;
	overflow:hidden;
}

@media screen and (max-width:800px) {
	body div#header {
		height: auto;
	}
}

div#headerOuter {
	background-color:black;
}

div#header a:hover {
	color: #fff;
}

div#menunavOuter {
	background-color:#474747;
}

div#menunav {	
	height: 45px;
	overflow:hidden;
}

div#footerOuter {
	background-color:#000;
}

div#content {
	margin-top: 50px;
}

@media screen and (max-width:500px) {
	body div#content {
		margin-top:6px;
	}
}

div#subcol {
	padding:0 2px;
}

.clearing {
	clear: both;
}

div.clearFloat, {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	}
	
.noMargin {
	margin: 0;
	}
	
form {
	margin: 0;
	padding: 0;
	}
	
pre {
 	white-space: normal;
	width: 200px;
	}
	
.hide {
	display : none;
	}
	
label {
	cursor: pointer;
	}
	
span.styleless {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}
	
blockquote {
	margin: 0;
	padding: 0 0 2px 10px;
}

blockquote a {
	display: block;
}

blockquote cite a {
	display: inline;
}
blockquote.quote {
	background: #F9F5EE;
	-webkit-border-radius: 10px 2px 10px 2px;
	-moz-border-radius: 10px 2px 10px 2px;
	border-radius: 10px 2px 10px 2px;
	margin: 1em 0.5em;
	padding: 4px 10px;
}
	
img.thumbnail {
	border:1px solid #330000;
}


/*1.0   Header         */
#logo {
	margin-top: 56px;
}

#headerInfoLine {
	position:absolute;
	right:42px;
	top: 75.5px;
	font-family: 'Patua One', sans-serif;
	color: #FE9A13;
	text-transform: lowercase;
	font-size: 170%;
	font-weight: normal;
}

#headerInfoLine em {
	font-weight: normal;
	font-style: normal;
	color: #00b2a9;
}

@media screen and (max-width:800px) {
	body div#logo {
		position:static;
		margin:8px 0 0 0;
	}

	body div#headerInfoLine {
		font-size: 120%;
		position:static;
		margin:0 0 8px 12px;
	}
}




/*1.1
Main menu
*/



/* horizontal menu items */

/* Generic (all) menu styles */
ul.menu {
	height:1px;
	list-style-type:none;
	text-indent:0px;
	margin:0px;
	padding:0px;
	border:0px;
}

html>body ul.menu {
	height:auto;
	min-height:12px;
}

ul.menu a {
	font-weight:bold;
}

ul.menu a:hover, ul.menu a.hi {
}

ul.menu li {
	margin:0px;
	padding:0px;
	border:0px;
	
	line-height:100%;
}
ul.horizontallist {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:0px;
}

ul.horizontallist li {
	display:inline;
	float:left;
}

ul.horizontallist li a {
	display:block;
	padding:4px 4px 4px 4px;
	border:0px;
}

ul.horizontallist li.first a {
	padding-left:0px;
	border-left:0px;
}

/* 1.1.1 Main menu items */

ul#mainmenu {
	border-left:1px solid #fff;
	border-right-width:0;
	width:100%;
	overflow:hidden;
}

ul#mainmenu li {
	width:	16.667%;
	border-color: #fff;
	border-right: 1px solid #fff;
	font-size:100%;
	text-transform: lowercase;
	font-weight: normal;
}

ul#mainmenu li a {
	color:white;
	padding:16px 0 0 0;
	text-align:center;
	height: 45px;
}
ul#mainmenu li a:hover, ul#mainmenu li.current a {
    background-color: #000;
}


/*
0.i) HEADINGS & INTRO
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/


h1, .sectiontitle {
	padding: 0px;
	margin: 0 0 12px 0;
	color: #fe9a13;
	font-size: 2em;
	font-family: 'Patua One', sans-serif;
	font-weight: normal;
}

h2, .pagetitle {
	padding: 2px 0px 2px 0px;
	margin: 0;
	color: #fe9a13;
	font-family: 'Patua One', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
}
	
h2 a {
	color:#333333;
	font-weight: inherit;
	text-decoration:none;
}

h2 a:hover {
	color:#333333;
	font-weight: bold;
	text-decoration:underline;
}	

h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: 'Patua One', sans-serif;
	font-weight: normal;
}

h3 a {
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}

h3 a:hover {
	color:#333333;
	font-weight: bold;
	text-decoration:underline;
}
	
.sectiontitle {
	/*letter-spacing :0.1em;
	line-height : 110%;
	font-stretch : wider;*/
}
	
.sectionintro {
	padding: 0 60px 0 0;
	margin: 2px 0 2px 0;
	line-height:129%;
	font-size:110%;
	font-weight:400;
	
}

#content.training h3 {
	font-weight: bold;
	font-size: 1.2em;
}
#content.training h4 {
	margin: 0.5em 0 0 0;
}



/*
2. SUBCOL
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
div#loginpanel {
	background-color: #474747;
	padding: 15px;
	color: #fff;
}

div#loginpanel .loginheader {
	font-family: "Patua One", sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 100%;
	padding: 0;
	margin-bottom: 1em;

}

div#loginpanel div.loginfield_container {
	background-image:url('//duau18opsnf8i.cloudfront.net/_graphics/Email_Container_Natural.png');	
	position:relative;
	height:23px;
	margin-bottom:11px;
	overflow:hidden;
}
div#loginpanel div.loginfield_container  input {
	width:268px;
}

div#loginpanel div.loginfield_hi  {
	background-color: #e2efe1;
	color: #474747;
	border-radius: 0;
}

div#loginpanel div.loginfield_container input.loginfield {
	border: 0;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 5px;
	width:100%;
	font-weight: normal;
	font-size: 80%;
}

div#loginpanel div.loginfield_hi input.loginfield {
	color : black;
}	
	
div#loginpanel div.loginfield_container label {
	color: white;
	position:absolute;
	top: 0;
	left: 6px;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 90%;	
}


div#loginpanel div#login_button {
	text-align: right;
}

div#loginpanel div#login_button button {
	padding: 0 10px 2px;
	background-color: #fff !important;
	color: #000 !important;
	background-image: none;
	font-weight: normal;
	font-size: 110%;
	text-transform: lowercase;
	margin: 0;
	/*font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';*/
}
div#loginpanel div#login_button button:hover,
div#loginpanel div#login_button button:active,
div#subcol div#login_button button:focus {
	loginpanel: #fe9a13 ;
}

div#free_trial_button {
	/*margin-top:31px;*/
	overflow: visible;
	position: relative;
	height: 40px;
}

div#free_trial_button a {
	width: 110px;
	background-image: url('//duau18opsnf8i.cloudfront.net/_graphics/free_trial_button-clikbeats.png') !important;
	position: absolute;
	top: -40px;
	display: block;
	background-color: transparent !important;
	color: #fff !important;
	font-size: 190%;
    line-height: 100%;
    padding: 23px 0 0 0;
    height: 88px;
    z-index: 10;
	text-align:center;
}

div#free_trial_button a:hover, 
div#free_trial_button a:focus,
div#free_trial_button a:active {
	color: #00b2a9 !important;
}


div.infobox {
	color:white;
	/*margin-top:	27px;*/
	margin-top:	15px;
	background-color: #474747;
}

div#subcol div.infobox div.infocontent,
div#xcol div.infobox div.infocontent{
	padding:15px;
}

div#subcol div.infobox h2,
div#xcol div.infobox h2 {
	margin:0 0 4px 16px;
	font-size: 140%;
	line-height: 100%;
	margin:0;
	padding:0 4px 4px 16px;
	color: #fff;
	text-transform: lowercase;
	padding-left: 0;
}
div#xcol div.infobox h2 {
	padding-left:0;
}

div#subcol div.infobox h2 a,
div#xcol div.infobox h2 a {
	color:#fff;
}
div#subcol div.infobox h2 a:hover ,
div#subcol div.infobox h2 a:active ,
div#subcol div.infobox h2 a:focus ,
div#xcol div.infobox h2 a:hover ,
div#xcol div.infobox h2 a:active ,
div#xcol div.infobox h2 a:focus {
	color:#F79400;
}

div#xcol div.infobox .clikbuild h2,
div#subcol div.infobox .clikbuild h2{
	padding-left: 0;
}

div#subcol div.infobox .clikbuild p,
div#xcol div.infobox .clikbuild p{
	margin:5px 0 0 0;
}
div.infobox {
	position: relative;
}

div#subcol div.infobox img {
	position: absolute;
	bottom: 0;
	right: 0;
}

div.infobox ul.infolist {
	margin-top:5px;	
	margin-bottom: -15px;
}
div#subcol div.infobox ul.infolist a:hover,
div#xcol div.infobox ul.infolist a:hover {
	color:white;	
}

ul.infolist {
	list-style-type:none;
	text-indent:0px;
	margin:0px;
	padding:0px;
	border:0px;
}

ul.infolist li {
	background-image:url('//duau18opsnf8i.cloudfront.net/_graphics/infolist_item_bg.gif');	
	background-repeat:no-repeat;
	font-weight:normal;
	margin:0 0 4px 0;
	padding-bottom: 15px;
	padding-left: 18px;
	font-size: 91%;
	line-height: 125%;
}

div#subcol div.infobox p.testimonial {
	font-size:120%;
	line-height:120%;
	font-weight:bolder;
	margin-top:0px;
}


div#subcol div.infobox p.citation {
	font-weight:bold;
	margin:0px;
}

body.section_index div.sectionintro {
	text-align: justify;
	padding-right: 39px;
}
body.section_index h2 a {
	color: #F79400;
}
/*  homage page slideshow */
div#homepage_slideshow {
	position:relative;	
	width:641px;
	height:508px;
}

div#homepage_slideshow #left_arrow {
	position:absolute;
	top:200px;
	left:-23px;
}

div#homepage_slideshow #right_arrow {
	position:absolute;
	top:200px;
	left:653px;
}

div#homepage_slideshow #homepage_slideshow_overlay {
	position:absolute;
	top:0px;
	left:-2px;
	z-index:10;
}

div#homepage_slideshow #homepage_image {
	position:absolute;
	margin:21px 0 0 31px;
	z-index:0;
}

@media screen and (max-width:800px) {
	div#homepage_slideshow {
		position:static;	
		width:auto;
		height:auto;
	}

	div#homepage_slideshow #left_arrow, div#homepage_slideshow #photo_rotator_previous {
		display: none;
	}

	div#homepage_slideshow #right_arrow,div#homepage_slideshow #photo_rotator_next {
		display: none;
	}

	div#homepage_slideshow #homepage_slideshow_overlay {
		display: none;
	}

	div#homepage_slideshow #homepage_image  {
		margin:0;
		position:static;
		padding:2px;
	}

	div#homepage_slideshow #homepage_image  img {
		max-width: 100%;
		height: auto;
	}
}

div.containerWrap {
	height:100%;
}
#homepage_slideshow .contentsection-button {
	position:absolute;
	top:50%;
	background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	height:32px;
	width:13px;
	cursor:pointer;
}
#photo_rotator_previous {
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/homepage_slideshow_Left_Navigation_Arrow_Natural.png");
	left:-23px;
}
#photo_rotator_previous:hover {
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/homepage_slideshow_Left_Navigation_Arrow_Rollover.png");
}
#photo_rotator_next {
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/homepage_slideshow_Right_Navigation_Arrow_Natural.png");
	right:-23px;
}
#photo_rotator_next:hover {
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/homepage_slideshow_Right_Navigation_Arrow_Rollover.png");
}

/*  How it works page */

div.howitworks {
	overflow:hidden;
	margin-bottom:24px;
}

div.howitworks h3 {
	margin-bottom: 0.5em;
}

div.howitworks p {
	margin-top:0px !important;
}

div.howitworks .bignum {
	display:block;
	margin-top:-12px;	
	margin-bottom: 16px;
	float:left;
	width:80px;
	font-size:100px;
	line-height:82px;
	color: #fe9a13;
	font-family: Verdana,Arial,helvetica;
}
div.howitworks div.bignumText {
	margin-left:86px;
}

@media screen and (max-width:500px) {
	div.howitworks div.bignumText {
		margin-left:0px;
	}

	div.bignumText div.text {
		clear:both;
	}
}

p.biginfo {
	font-size:110%;
	font-weight:bold;
}

/*   featured sites */
body.type_sites  div.section {
	position:relative;	
}

body.type_sites  div#sites_other_link  {
	position:absolute;
	right:0px;
	top:12px;
}

body.type_sites  div#sites_other_link a {
	background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/arrow_prev_small.png");
    background-repeat: no-repeat;
	background-position:0 1px;
	
	padding-left:10px;
	padding-bottom:8px;
}

div.samplesiteContainer {
	float:left;
	width:308px;
	margin-right:18px;
	margin-bottom:24px;
}
div.samplesiteContainer:last-child {
	margin-right: 0;
}

div.samplesiteContainer img {
	border:1px solid #606060;
}

div.samplesiteContainer .samplesiteCaption  {
	text-align:center;
	padding:4px 20px;
}

div.samplesiteContainer .samplesiteCaption a {
	color:#030303;
	font-size:90%;
	text-align:center;
}

div.samplesiteContainer .samplesiteCaption a:hover {
	color: #fe9a13;
}

div.samplesiteContainer a:hover img {
	border:1px solid #fe9a13;
}

div.featuredRow {
	overflow:hidden;
	clear:both;
}

div.featuredSitesGrid {
	margin-top:12px;	
}

div.sitelisting_nav {
	font-weight:bold;letter-spacing:1px;text-align:center;
}

body.section_sites div.sitelisting_nav {
	margin-top:2px;margin-bottom2px;
}

/*
0.iii) FORM ELEMENTS
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
	}

input {
	font-size: 0.9em;
	line-height:1.1em;
	padding:2px;
	}
	
input.field {
	border: 1px solid #7F9DB9;
}

input.submit {
	/*background-color: #789196;
	border-top: 1px solid #ECF0F1;
	border-right: 1px solid #ECF0F1;
	border-bottom: 1px solid #ECF0F1;
	border-left: 1px solid #ECF0F1;
	color: white;
	font-weight: bold;*/
	cursor: pointer;
	background-color: #fbb020;
	padding: 5px 10px;
	color: #000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	width: 162px;
	}
	
input.submitHi {
	cursor: pointer;
	background-color: #F79400;
	padding: 5px 10px;
	color: #000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	text-transform: uppercase;
	width: 162px;
	}
	
input.radio {
	border: none;
	width: 15px;
	}
select {
	font-size: 0.9em;
	color: #000000;
	border: 1px solid #7F9DB9;
	}
	
textarea {
	font-size: 0.9em;
	color: #000000;
	border: 1px solid #7F9DB9;
	}

.fieldname {
	color:#FE9A13;
	margin-top:4px;
	margin-bottom:4px;
	font-weight:normal;
}
div.register div.registerField {
	float: none;
	clear: both;
	position: relative;
}
div.register div.registerField.code label.code_prefix {
	position: absolute;
	left: 7px;
	top: 6px;
	color: #666;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50); 
	opacity: 0.5;
}
div.register div.registerField {
	padding: 5px 0;
}
div.register div.registerField label.error{ 
	display: block;
}
div.register div.registerFieldLabel {
	width:145px;
	float: left;
	padding: 2px 0;
}
div.register div.registerFieldInput,
div.register div.registerFieldNote {
	position: relative;
	margin-left: 145px;
	max-width: 300px;
}

div.register div.registerFieldLabel .tickbox{
	text-align:right;
}

@media screen and (max-width:800px) {
	div.register div.registerFieldLabel {
		width:auto;
		float: none;
	}

	div.register div.registerFieldInput,
	div.register div.registerFieldNote {
		margin-left: 0px;
	}

	div.register div.registerField.boolean div.registerFieldLabel {
		display: inline-block;
		float: left;
	}

	div.register div.registerField.boolean div.registerFieldInput {
		margin-left:32px;
	}
	
	div.register div.registerFieldLabel .tickbox {
		text-align:left;
	}
}

div.register div.registerField.boolean,
div.register div.registerField.button {
	margin: 0px 12px;
}
div.register div.registerField.boolean div.registerFieldInput {
	padding: 2px 0;
}

div.register input.field {
	color: #000;
	width: 300px;
	border: 1px solid black;
	padding: 6px;
	overflow:hidden;
	width: 100%;
}
div.register input.field:focus, div.register input.field:active ,
div.register input.field.error:focus,
div.register input.field.error:active,
div.register input.field.error  {
	border-width: 2px;
	padding: 5px;
}
div.register input.field:focus, div.register input.field:active  {
	border-color: #fe9a13;
}

div.register input.field.error:focus,
div.register input.field.error:active,
div.register input.field.error {
	border-color: #af543e;
}
div.register input.field.field_hi  {
}

div.register select {
	width: 298px;
}

div.register .fieldRequired {
	display: none;
}
::-webkit-input-placeholder {
   color: #666;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); 
  opacity: 0.5;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

:-ms-input-placeholder {  
   color: #666;  
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
::input-placeholder {  
	color:#666;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/*
0.iv) TEXT LINKS
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/

a {
	color:#f79400;
	text-decoration: none;
	font-weight:bold;
	}
	
a:hover {
	color:black;
	text-decoration: none;
	}




/*
0.vi) ERROR MESSAGES
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
div#maincol div#searchErrorMsg p {
	color: #999999;
	margin: 0;
	padding: 0;
	}
	
.error {
	color: #ff0000;
	}
	

/*
0.vii) TABLES
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
table {
	font-size: 1.0em;
}
	
table.basicDetails {
/*border-bottom: 1px dotted #789196;*/
margin: 0 0 20px 5px;
}
	
table.basicDetails a {
	text-decoration: underline;
	}
	
table.basicDetails a:hover {
	text-decoration: none;
	}
	
table.basicDetails th {
	font-weight: normal;
	font-style: italic;
	padding: 0 0 3px 0;
	vertical-align: top;
	text-align: left;
	}
	
table.basicDetails td {
	vertical-align: top;
	padding: 0 0 3px 15px;
	}
table.basicDetails td.infodetail {
	font-weight:bold;
	}

 table.info {
	background-color:#c3baaa;
}

.info th {
	background-color:#c3baaa;
	color:white;
}

.info td {
	background-color:#f9f5ee;
}


/*
2. iv) SITE CREDITS
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
	
#siteCredits {
	text-align: left;
	margin-top: 140px;
	}
	
#siteCredits img {
	margin: 0 0 50px 3px;
	border: none;
	}
	
	
/*
3. MAINCOL
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/


div#maincol h4 { /* controls date of news article on the homepage */
	margin: 0;
	}	
		
div#maincol p {
	margin: 5px 0 16px 0;
	padding: 0;
	}
	
	

/*
3. ii) General sections
*/

.sectiondiv {
	height:18px;
	width:100%;
	background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/section_div.gif");
	background-repeat: no-repeat;	
	clear:both;
}

.section {
	min-height:400px;
}
/*body.col-M .section, body.col-SM .section {
	margin-right: 39px
}
body.col-M .section.home, body.col-SM .section.home {
	margin-right: 0;
}
*/
.column.left,
.column.right {
	float:left;
	width: 48%;
}
.column.left{
	margin-right: 4%;
}	
.column.right {
}	

.floatlink {
	position:relative;
	text-align:right;
	float:right;
	width:100%;
}

.sectionhead {
	color:black;
	/*border-bottom:4px solid #666666;*/
}

/* 3.iii) Links 
*/
.sitelist {
	margin-top:12px;
}

.sitelist a, .sitelist a:visited {
	text-decoration : none;
	color : #333333;
	font-weight : bold;
}

.sitelist a:hover,.sitelist a:active {
	text-decoration : none;
	color : #9c9c9c;
	font-weight : bold;
}

/* 
3.iv) FAQ 
---------------------------------------------------------------------------------------------------------------------------*/
.boxheader {
	padding:4px;
	font-size: 100%;
	font-weight:bold;
}


div#faq_maincol ul {
	margin-left:0px;
	padding-left:16px;
}

h2#faq_title {
	margin-bottom:6px;
}

ul.faq_menu li {
	display: block;
	line-height:20px;
	border-bottom:1px solid #c3baaa;
	padding-left:8px;
}

ul.faq_menu  {
	background-color: #f0e8db;
	margin:0px;
	padding:0px;
	list-style:none;
}

.hilightbox {
	padding:12px 8px 12px 8px;
}

div#faq div.answer ul {
	list-style-type:none;
	text-indent:0px;
	margin:0px;
	padding:0px;
	border:0px;
}

div#faq div.answer ul li {
	background-image:url('//duau18opsnf8i.cloudfront.net/_graphics/faq_list_bg.gif');	
	background-repeat:no-repeat;
	margin: 4px 0;
	padding-left:14px;
}

div#faq h3.question {
	background-image: url(//duau18opsnf8i.cloudfront.net/_graphics/icon_q.gif);
	background-position: 0 4px;
	background-repeat:no-repeat;
	padding-left:24px;
}
/*
div#faq_maincol .questiontext {
	margin-left:
}
*/


div#faq .answer {
	margin-left:24px;
	margin-bottom:12px;
}

/*
3.v
---------------------------------------------------------------------------------------------------------------------------*/

.styles_gradient {
	background-image : url('//duau18opsnf8i.cloudfront.net/_graphics/styles_gradient.gif');
	background-repeat : repeat-y;
}

.stylesimage {
	border: 1px solid #f79400;
	margin: 8px;
}	

.stylesimagesmall {
	border: 1px solid #f79400;
	margin: 2px;
}	

.medium_bg {
	background-color : #f0e8db;
}

.darkbg, .dark_bg  {
	background-color :#c3baaa;
	font-size: 106%;
	font-weight:bold;
	color:white;
	padding:4px;
}

.light_bg {
	background-color : #f9f5ee;
}

/*
3.i) b) Other News
---------------------------------------------------------------------------------------------------------------------------*/
div#newsCol div#otherNews {
	margin:  0 0 10px 0;
	}

div#newsCol div#otherNews div.topic {
	margin: 3px 0 6px 0;
	border-bottom: 1px dotted #DAE1E3;
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
	
div#miscCol {
	float: right;
	width: 32%;
	}

div#miscCol a {
	color: #000000;
	text-decoration: none;
	}
	
div#miscCol a:hover {
	color: #000000;
	text-decoration: underline;
	}

/*
3.ii) Misc col
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
		
div#miscCol {
	float: right;
	width: 32%;
	}

div#miscCol a {
	color: #000000;
	text-decoration: none;
	}
	
div#miscCol a:hover {
	color: #000000;
	text-decoration: underline;
	}
	


	
/*
3.iii) NEWS
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
	

/*
3.v) LOGIN
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/

div#loginExistingUsers {
	float:left;
	width:48%;
	}

div#loginNewUsers {	
	float:right;
	width:49%;
	}
	
div#loginExistingUsers h2 {
	margin-top:12px;
	/* border-right: 1px solid #F1F4F5; */
	padding-left: 9px;
	}
	
div#loginNewUsers h2 {
	margin-top:12px;
	/* border-left: 1px solid #F1F4F5; */
	padding-left: 9px;
}
	
div#loginExistingUsers table.generic_vertHeader, div#loginNewUsers table.generic_vertHeader {
	margin: 0;
	}
	
div#loginExistingUsers table.generic_vertHeader th, div#loginNewUsers table.generic_vertHeader th {
	padding: 6px 6px 6px 10px;
	width: 94px;
	}
div#loginExistingUsers table.generic_vertHeader td, div#loginNewUsers table.generic_vertHeader td {
	padding: 6px 4px 6px 7px;
	}
	
/*div#loginExistingUsers input.submit, div#loginNewUsers input.submit {
	width: 204px;
	}
	*/

table.generic_vertHeader th.error {
	color: #FF0000;
	text-align: left;
	white-space: normal;
	}


/*
3.vi) Article Detail
---------------------------------------------------------------------------------------------------------------------------*/	
div.articlelist {
	padding: 8px 0 8px 0;
}

div.section_guides div.articlelist p.difficulty {
	margin:0px;
}

div.section_guides p.difficulty span {
	font-weight:bold;
}

div.section_guides div.articlelist h3, div.section_news div.articlelist h3 {
	background-image: url(//duau18opsnf8i.cloudfront.net/_graphics/arrow-next.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding: 3px 0 2px 10px ;	
}

div.section_guides div.articlelist p, div.section_news div.articlelist p {
	margin-left:10px !important;
	margin-top:0px !important;
}


div#articleDetail {
	padding:8px 0 8px 0;
}

div#articleDetail h3 {
	font-size: 1.3em;
	margin: 8px 0 12px 0;
	}
	
div#articleDetail h4 {
	font-size: 1.0em;
	margin: 0 0 20px 0;
	}
	
div#articleDetail #imageAndCaption, div#articleDetail div.imageAndCaption, div#articleDetail img.main {
	/*width: 120px;*/
	float: left;
	margin: 0 15px 15px 0;
	}
	
div#articleDetail #imageAndCaption img, div#articleDetail div.imageAndCaption img {
	/* width: 120px; */
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	}
	
div#articleDetail #imageAndCaption p, div#articleDetail div.imageAndCaption p {
	color: #789196;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.2em;
	}


div#articleDetail p.firstPara, div#articleDetail p.intro {
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5em;
	}
	
div#articleDetail div.links {
	margin: 30px 0 10px 0;
	}
	
div#articleDetail div#goToTop {
	display: block;
	visibility: hidden;
	text-align: right;
	margin: 30px 0 0 0;
	}
	
.pdf {
	background-image:url(//duau18opsnf8i.cloudfront.net/_graphics/pdf.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}	

div.articlelist p.date {
	font-weight: bold;
	font-style:italic;
}

div#articleDetail p.date {
	font-weight: bold;
	font-style:italic;
	margin-bottom:8px;
}

div#articleDetail p.legal {
	font-style:italic;
	color:#999999;
	font-size:85%;
	
}

div#articleDetail p.quote {
	font-style:italic;
	color:#666666;
	font-size:105%;
	margin-left:24px;
	font-family:"Times New Roman",Georgia,Serif;
}

/*
3. NEW STYLES SECTION
---------------------------------------------------------------------------------------------------------------------------*/
.stylecomponent {
	padding-top: 5px;
	margin-top: 30px;
	}
	
.stylecomponent h2 {
	}

.stylecomponent p {

}

div.carousel_frame {
	width:574px;
	position:relative;
	}

.thickbox-popup {
	display: none;
	}
	
.thickbox-popup .info {
	float: right;
	width: 180px;
	border: 1px solid red;
	}
	
.thickbox-popup h3 {
	margin-top: 20px;
	}

.style-info {
	float:right;
	width:185px;
	padding-top: 10px;
	}
	
.style-info h3 {
	/*margin-top: 20px;*/
	}
	
.style-info .next-prev {
	border-top: 1px solid #F3EDE2;
	border-bottom: 1px solid #D2C1A4;
	overflow: hidden;
	padding: 5px 0;
	font-size: 1.2em;
	margin: 10px 0 30px 0;
	}
	
.style-info .next {
	background: url(//duau18opsnf8i.cloudfront.net/_graphics/arrow-next.gif) no-repeat 100% 50%;
	float: right;
	font-weight: normal;
	padding-right: 12px;
	}
	
.style-info .prev {
	background: url(//duau18opsnf8i.cloudfront.net/_graphics/arrow-prev.gif) no-repeat 0% 50%;
	float: left;
	font-weight: normal;
	padding-left: 12px;
	}
	
.style-info  {
	color: #333 !important;
	}


/*
4. XCOL
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
div#xcol div#xcol {
	margin: 12px 0 0 0;
	width: 205px;
	text-align: left;
	}
	
div#xcol div#xcol img {
	/*width: 125px;*/
	}
	
div#xcol div#xcol object, div#xcol div#xcol img {
	margin: 0 0 8px 0;
	}
	
div#xcol div#xcol script {
	display: none;
	}
	
div#xcol div#xcol img#homeOf {
	margin: 0 0 15px 0;
	}
	

/*
5. FOOTER
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
div#footerTop {
	margin: 0 0 10px 0;
}

div#footer {
	border:0;
	margin-top: 0;
	clear:both;
	font-size: 0.9em;
	padding: 10px 0 10px 0;
}

div#footerBottom {
	margin: 10px 0 0 0
	}
	
ul#footerMenu {
	margin:0px 0px 10px 0px;
	list-style-type: none;
}

ul#footerMenu li {
	display: inline;
	font-size:110%;
	font-weight: normal;
	color: #fff;
	}
	
ul#footerMenu li.first {
	margin-right: 20px;
	color: 	#F79400;
	}
	
ul#footerMenu a {
	padding: 0 20px;
	color:white;
	font-weight:bold;
}

ul#footerMenu a:hover{
	color:#F79400;
}

@media screen and (max-width:500px) {
	ul#footerMenu li {
		display: block;
		height:auto;
		padding: 4px 0;
	}

	ul#footerMenu li.first {
		margin-right: 0px;
		margin-bottom:1em;
	}

	ul#footerMenu a {
		padding: 0;
	}
}

	
/*
6. POPUPS (Send to a friend etc.)
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------*/
div#popupHeader {
	margin: 0;
	text-align: left;
	font-size: 1.0em;
	}

div#popupHeader div#logo {
	padding: 10px 0 5px 10px;
	/*border-bottom: 5px solid #0880b8;*/
	}
	
div#popupContent {
	margin: 12px;
	text-align: left;
	font-size: 1.0em;
	}
	
div#popupHeader h1 {
	padding-left: 11px;
	}
	
div#popupContent a.closeWin {
	font-size: 0.7em;
	border-top: 10px solid red;
	}

div#popupContent table th {
	font-weight: normal;
	padding: 0 5px 1px 0;
	color: #48575A;
	font-size: 0.7em;
	text-align: left;
	}
div#popupContent table td {
	padding: 0 10px 1px 0;
	font-size: 0.7em;
	}
	
div#popupContent input.field, div#popupContent textarea.field {
	background-color: #DAE1E3;
	border: 1px solid #48575A;
	width: 280px;
	font-size: 1.0em;
	}
	
div#popupContent input.btn {
	width: 160px;
	margin: 20px 0 0 0;
	}
	
div#popupContent input.btn2 {
	width: 110px;
	margin: 20px 0 0 0;
	}
/*
7. Article manager stuff
*/



.ALERT {
	font-weight:bold;
	color: white;
	background-color:red;
	text-decoration : blink;
}

CODE {
	font-weight:bold;
}

.button, a.button, .button_hi, .buttonHi {
	border:0px;
	background-color:#474747;
	color: #000;
	font-size: 1.6em;
	font-family: "Patua One", sans-serif;
	font-weight: normal;
	padding: 8px 15px;
	display: inline-block;
	cursor: pointer;
}

a.button:hover,.button_hi, .buttonHi {
	color:white;
}

.arrowbutton {
 	font-family :Arial, Helvetica, sans-serif;
	font-size:84%;
	background-color:#666666;
	color:white;
	font-weight:bolder;
	border-left : 2px solid #898989;
	border-right : 2px solid #3f3f3f;
	border-bottom : 2px solid #3f3f3f;
	border-top : 2px solid #898989;
}

.arrowbutton_hi {
 	font-family :Arial, Helvetica, sans-serif;
	font-size:84%;
	background-color:#333333;
	color:white;
	font-weight:bolder;
	border-left : 2px solid #3f3f3f;
	border-right : 2px solid #898989;
	border-bottom : 2px solid#898989;
	border-top : 2px solid #3f3f3f;
}


.sortbox {
	border:1px solid black;
}

.helpbox {
	border:1px solid black;
	background-color:#ffffff;
}

input {
	z-index:1;	
}

textarea {
	z-index:1;	
}

select {
	z-index:1;	
}

option {
	z-index:1;	
}

.amselect {
	z-index:1;
}

.menuitem {
	margin:4px;
}

table.recordlist, table.recordedit {
	border-left:1px solid gray;;
	border-top:1px solid gray;
}

table.recordlist td, table.recordedit td {
	border-right:1px solid gray;;
	border-bottom:1px solid gray;
}

table.recordlist th,, table.recordedit th {
	border-right:1px solid gray;;
	border-bottom:1px solid gray;
}

td.newrecord {
	background-color : Silver;
	font-weight:bold;
}

/* FAQs and stuff */
.googlemessage {
	margin:0 20px;
	font-family:arial;
	color:#666666;
	font-size:1em;
}

span.code {
	font-family:"courier new", courier, monospace;
}

.samplesiteimages {
	text-align:center;	
}

.samplesiteimages img {
	margin-left:auto;
	margin-right:auto;
}

.stylesCaption{
	opacity: 0.74;  	
	background-attachment: scroll;
    /* background-color: #ffffff;  */   
	background-image: none;    
	background-repeat: no-repeat;    
	border-color: #D2C1A4;    
	border-style: solid;    
	border-width:0;    
	color: #FFFFFF;    
	padding: 2px;    
	text-align: center !important;	    
	display: block;     
	position: relative; 
	/* bottom:20px;  */
	width:176px;
	font-size: 1em; 
	font-style: normal; 
	font-weight: bold; 
	letter-spacing: normal;
	margin-left:1px;
}
.stylesCaption a {
	text-decoration:none;
}

.stylesCaption:hover{
	opacity: 1;  
}

.stylesCaption a:hover{
	color:#f79400;
}

.stylecomponent li{
	height:auto !important;
}

div.training h2 {
	margin-top:16px;
}

div.training div#maincol p.description {
	margin-top:0px;
}

div.training table.event_list th.date {
	width:70px;
}

div.training table.event_list th.location {
	width:100px;
}

div.training table.event_list th.places {
	width:130px;
}

div.training table.event_list a {
	padding:2px;	
}

div.training table.event_details td.label {
	font-weight:bold;	
}

/* prices  */
body.section_prices div.section {
	/*width:94%;	*/
}

body.section_prices table#subscription_types_info {
	margin-top:12px;	
}

body.section_prices table#subscription_types_moreinfo {
	margin-top:24px;	
}


body.section_prices table.prices_info ,
body.section_clikbuild  table.prices_info {
	font-size:120%;
}

body.section_prices h3, body.section_prices h4, body.section_prices h5  {
	font-size:120%;
	color: #fe9a13;
}


@media screen and (max-width:800px) {
	body.section_prices  table.prices_info ,
	body.section_clikbuild  table.prices_info {
		font-family:inherit;
		font-size:100%;
	}

	body.section_prices h3, body.section_prices h4, body.section_prices h5  {
		font-family:inherit;
		font-size:100%;
	}
}

@media screen and (max-width:500px) {
	body.section_prices  table.prices_info ,
	body.section_clikbuild  table.prices_info {
		font-size:90%;
	}

	body.section_prices h3, body.section_prices h4, body.section_prices h5  {
		font-size:90%;
	}

}

body.section_prices #all_subs_header {
	margin-top:26px;
	font-family: 'Patua One', sans-serif;
	font-size: 160%;
	font-weight: normal;
}


body.section_prices  table.prices_info th ,
body.section_clikbuild  table.prices_info th {
	color: #fe9a13;
}

body.section_prices  table.prices_info td, body.section_prices  table.prices_info th ,
body.section_clikbuild  table.prices_info td, body.section_clikbuild  table.prices_info th { 
	padding:8px 0 8px 8px;
	border-bottom:1px solid #9f9e9c;
}

body.section_prices  table.prices_info .firstcol ,
body.section_clikbuild  table.prices_info .firstcol { 
	padding:8px 0 8px 0px;
}

body.section_prices  table.prices_info .price ,
body.section_clikbuild  table.prices_info .price {
	width:	180px;
	text-align:center;
}

body.section_prices  table.prices_info .lastcol {
	text-align:right;
	width:	150px;
	padding-right:20px
}

body.section_prices  table.prices_info .price img {
	margin:auto;
}

body.section_prices  table.prices_info .lastcol img {
	margin-right:0;
}

body.section_prices div#all_subs_info {
	position:relative;
	overflow:hidden;
}

body.section_prices div#all_subs_info div.infodetails {
	position:absolute;	
	top:0px;
	left:290px;
	width:650px;
	height:800px;
	padding:6px 16px 16px 16px;
	background-color:#474747;
	visibility:hidden;
}


body.section_prices div#all_subs_info .active div.infodetails {
	visibility:visible;
}

body.section_prices div#all_subs_info h4 {
	padding:6px 12px ;
	margin-bottom:10px;
	background-image:url('//duau18opsnf8i.cloudfront.net/_graphics/Container_Natural_10pxl_.png');
	background-repeat:repeat-x;
	width:270px;
}

body.section_prices div#all_subs_info h5 {
	margin:2px 0;	
}

body.section_prices div#all_subs_info .last h4 {
	margin-bottom:0px;
}

body.section_prices div#all_subs_info div.active h4 {
	background-image:none;
	background-color:#474747;
	padding-right:0;
	width:290px;
}

body.section_prices div#all_subs_info h4 a {
	display:block;
	background-image:url('//duau18opsnf8i.cloudfront.net/_graphics/Left_arrow.png');
	background-repeat:no-repeat;
	background-position:100% 0;
	color:white;
}

body.section_prices div#all_subs_info .active h4 a {
	background-image:none;
}

body.section_prices div#all_subs_info div.infodetails h5 {
	color:white;
	padding-bottom:2px;
	border-bottom:1px solid #9f9e9c;
}

body.section_prices div#all_subs_info div.infodetails h5 a.infotip {
	margin-right:5px;
	display:inline-block;
}

a.infotip{
	cursor:pointer;
}

a.infotip:before {
	font-family: FontAwesome;
	content:"\f059";
	width: 27px;
}

body.section_prices div#all_subs_info div.infodetails p {
	display:none;
	position:absolute;	
	top:0px;
	left:0;
	width:650px;
	background-color:#DFDFE1;
	padding:6px;
	font-weight:bold;
	font-size:120%;
}

@media screen and (max-width:800px) {
	
	body.section_prices div#all_subs_info div.infodetails {
		position:static;	
		top:0px;
		width:100%;
		height:auto;
		padding:0px 0 6px 0;
		background-color:inherit;
		visibility:visible;
		display:none;
	}

	body.section_prices div#all_subs_info .active div.infodetails {
		display:block;
	}

	body.section_prices div#all_subs_info h4 {
		width:100%;
	}

	body.section_prices div#all_subs_info div.active h4 {
		width:100%;
		margin-bottom:2px;
	}

	body.section_prices div#all_subs_info div.infodetails h5 {
		color:inherit;
		padding:2px 12px;
		border-bottom:1px solid #9f9e9c;
	}
}

/* styles grid */
#styles_grid .galleryInnerContainer {
	background-color: #000 !important;
	border: 0 !important;
}
#styles_grid .galleryimage  {
	border: 2px solid #fff;
	border-radius: 4px;
}



/*clikbuild */

body.section_clikbuild table.prices_info .firstcol {
	width: 220px;
}
body.section_clikbuild table.prices_info .price {
	width: 138px;
}
body.section_clikbuild table.prices_info {
	margin-bottom: 24px;
	width: 100%;
}

/*tiptip styles */

.tiptip_holder {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99999;
	padding-top:5px;
}
.tiptip_holder.tip_top {
    padding-bottom: 5px;
}
.tiptip_holder.tip_bottom {
    padding-top: 5px;
}
.tiptip_holder.tip_right {
    padding-left: 5px;
}
.tiptip_holder.tip_left {
    padding-right: 5px;
}
.tiptip_holder.tip_left .tiptip_content {
    margin-right: 5px;
}
.tiptip_content {
    background-color: #DFDFE1;
    color: #000000;
    font-size: 11px;
    padding: 5px 8px 4px;
    position: absolute;
}
.tiptip_arrow, .tiptip_arrow_inner {
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    position: absolute;
    width: 0;
}
.tiptip_arrow_inner {
    border-width: 6px;
}
.tiptip_holder-tip_bottom .tiptip_arrow {
	border-left: 6px solid transparent;
	border-right: 6px  solid transparent;
	border-bottom: 6px solid #DFDFE1;
}
.tiptip_holder-tip_top .tiptip_arrow {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #DFDFE1;
}





.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1;  margin-right:5px;}
.ui-selectmenu-icon { position:absolute; right:0px; margin-top:-10px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; }
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a:link,.ui-selectmenu-status { 
	line-height: 1.4em; 
	display: block; 
	padding: 4px 6px 6px 6px; 
	outline:none; 
	text-decoration:none; 
	font-weight:normal;
}
.register.ui-selectmenu-menu li a:link, .register.ui-selectmenu-status {
	color:#000 !important;
}
.ui-selectmenu-menu li a:link {
	padding: 1px 6px;
}
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; /*color: white !important; */}
.register .ui-selectmenu-status { line-height: 1.4em; color: white !important; }
.ui-state-active .ui-selectmenu-status { color: black !important; }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }

.register .ui-selectmenu-status {
	background-image: none;
	background-color: transparent;
	color: #000 !important;
}

.register .ui-corner-all {
	border-radius: 0;
}

.register .ui-state-default {
	background-image: none;
	background-color: transparent;
	border: 1px solid black;
	/*padding: 0 1px;*/
}

.register .ui-corner-top, .register.ui-corner-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.ui-selectmenu {
	height: 26px;
}
.ui-selectmenu-menu li a:link, .ui-selectmenu-status {
	padding: 3px 6px 4px;
}
a.register.ui-selectmenu.ui-state-active {
	width: 310px !important;
}
a.register.ui-selectmenu {
	width: 312px !important;
}

.register .ui-state-active .ui-selectmenu-status,.register .ui-state-focus .ui-selectmenu-status{
	color:black !important;
}

.register.ui-widget-content .ui-state-hover, .register.ui-widget-content .ui-state-focus {
	background-color: #FE9A13;
	background-image:none;
}

.register .ui-corner-top,
.register.ui-corner-top {
	border-radius: 0;
}
.register .ui-corner-bottom,
.register.ui-corner-bottom {
	border-radius: 0;
}

a.register.ui-state-active {
	border: 2px solid #fe9a13;
	padding: 0;
}
a.register.ui-corner-bottom.ui-state-active,
ul.register.ui-corner-bottom {
	border-top-width: 0;
}
a.register.ui-corner-bottom.ui-state-active .ui-selectmenu-status {
    padding: 4px 5px 5px 5px;
}
.register.ui-corner-bottom.ui-state-active .ui-selectmenu-icon {
	top: 14px;
	right: 4px;
}
.register.ui-corner-top.ui-state-active .ui-selectmenu-icon {
	top: 12px;
	right: 4px;
}
a.register.ui-corner-top.ui-state-active .ui-selectmenu-status {
    padding: 2px 5px 4px 5px;
}
a.register.ui-corner-top.ui-state-active ,
ul.register.ui-corner-top {
	border-bottom-width: 0;
}
a.register.ui-corner-bottom.ui-state-active, 
ul.register.ui-corner-bottom,
a.register.ui-corner-top.ui-state-active, 
ul.register.ui-corner-top {
	background-image: none;
	background-color: #fff;
}
.register .ui-corner-bottom, .register.ui-corner-bottom {
	border-radius: 0;
}
.register.ui-selectmenu-menu-dropdown {
	border: 2px solid #fe9a13;
}
.ui-selectmenu-menu .register li {
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
}
.register li.ui-selectmenu-item-focus.ui-state-hover a{
	background-color: #fe9a13 !important;
	color: #fff!important;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;

}

.register .ui-state-default .ui-icon, 
.register .ui-state-hover .ui-icon {
	background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/jqueryui/ui-icons_222222_256x240.png");
}
.register .ui-state-active .ui-icon,
.register .ui-state-focus .ui-icon {
	background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/jqueryui/ui-icons_222222_256x240.png");
}
.register .ui-selectmenu-icon {
	right:5px;	
}
.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single
{
	font-weight: normal;
	border:solid 1px #ccc;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#f8f8f8;
	border-radius:3px;
	color:#666;
	box-shadow: inset 0 1px 0 0px #fff;
	-webkit-box-shadow:inset 0 1px 0 0px #fff;
	background-image: none;
}

.chosen-container-multi.chosen-container-active .chosen-choices,
.chosen-container-single.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-multi .chosen-choices {
	padding: 0;
}
div.clearFloat {
	clear: both;
	float: none;
	margin-top: -1px;
	height: 1px;
}

div.registerFieldSet {
	clear: both;
	float: none;
	border: 1px solid black;
	padding: 20px 10px;
	margin: 20px 0;
}
div.registerFieldSetLabel h3 {
	margin: -5px 0 15px 0;
}
div.xcolSpacer {
	height: 65px;
}
div.registerFieldSet {
	border-color: #fe9a13;
}
div.registerFieldSetLabel h3 {
	color: #fe9a13;
}

div.previewLeft {
	width: 550px;
	float: left;
	margin-right: 10px;
}
div.previewRight {
	margin-left: 560px;
}

#iFramePreview{
	margin: 0 auto;
	display: block;
	overflow-x: auto; 
	overflow-y: hidden;
}
div.iFrameBg.desktop #iFramePreview {
	width: 100%;
}
div.iFrameBg.mobile #iFramePreview {
	width: 343px;
	border: 0;
}

div.iFrameBg {
	background-color: #fff;
	position: relative;
}

div.iFrameBg.mobile {
	background-image: url('//duau18opsnf8i.cloudfront.net/_graphics/smartphone.png');
	padding: 26px 23.5px 81px 23.5px;
	width:343px;
	height: 513px;
	margin: 0 auto;
}

body.section_register div#maincol .introtext p {
	font-family: 'Patua One', sans-serif;
	margin: 10px 0 20px 0;
}

body.section_register td.heading {
	padding-top: 30px;
}

body.section_register td.heading strong {
	font-family: 'Patua One', sans-serif;
	font-weight: normal;
}

.register table td {
	padding: 5px 0;
}

body.section_register div#progressbar {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 0 37px;
}
body.section_register div#progressbar.waiting {
	background-image: url('//duau18opsnf8i.cloudfront.net/_graphics/loading.gif');
}
body.section_register div#progressbar.done {
	background-image: url('//duau18opsnf8i.cloudfront.net/_graphics/info_yes.png');
}

body.section_preview div.mobileButtons {
	display: none;
}
body.section_preview div#footer{
	display: none;
}
body.section_preview div#content{
	margin-top: 5px;
}

body.section_preview div#previewHeaderButtons {
	position: absolute;
	top: 22px;
	right: 0;
	vertical-align: middle;
}
body.section_preview div#previewHeaderButtons .headerButton {
	display: block;
	float: left;
	margin-left: 5px;
}
body.section_preview #viewMore {
	font-size: 1.1em;
}
body.section_preview #previewModes a {
	width: 41px;
	height: 41px;
	text-align: center;
	border-radius: 8px;
}
body.section_preview #previewModes a.active {
	background-color: #f79400;
	color: #474747;
}
body.section_preview #previewModes a.view-desktop {
	padding-top: 5px;
	height: 36px;
}
body.section_preview #previewModes a.view-desktop i {
	font-size: 31px;
}
body.section_preview #previewModes a.view-mobile i {
	font-size: 38px;
}

/* The overall container - this doesn't really need any styling */
div.scrollBarOuter {
	z-index:99999999;
}

/* The bactual background */
div.scrollBarMiddle {
	background-attachment: scroll;
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/scroll/OuterBarMain.png");
    background-position: 0 0;
    background-repeat: repeat-y;
}
div.scrollBarMiddleBefore {
    background-attachment: scroll;
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/scroll/OuterBarUpper.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    content: " ";
    height: 8px;
    position: absolute;
    top: -8px;
    width: 14px;
}
div.scrollBarMiddleAfter {
    background-attachment: scroll;
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/scroll/OuterBarLower.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: -8px;
    content: " ";
    height: 8px;
    position: absolute;
    width: 14px;
}
/* The bactual scrollbar */
div.scrollBar {
    background-attachment: scroll;
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/scroll/ScrollBarMain.png");
    background-position: 0 0;
    background-repeat: repeat-y;
}
div.scrollBarBefore {
    background-attachment: scroll;
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/scroll/ScrollBarUpper.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    content: " ";
    height: 8px;
    position: absolute;
    top: -8px;
    width: 14px;
}
div.scrollBarAfter {
    background-attachment: scroll;
    background-image: url("//duau18opsnf8i.cloudfront.net/_graphics/scroll/ScrollBarLower.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: -8px;
    content: " ";
    height: 8px;
    position: absolute;
    width: 14px;
    z-index: 99;
}

/*control buttons. we don't want these.*/
.scrollControlU {
	top:5px;
	height:0px;
}

.scrollControlD {
	bottom:5px;
	height:0px;
}