body, html {
	width: 100%;
	height: 100%;
}

.hideForVisualBrowsers {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	*clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
}

#tinymce.mceContentBody {
	background-image: none;
	background-color: #FFFFFF;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/

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, 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, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

table, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font: inherit;
}
table:not([border]), table:not([border]) > tr > td, table:not([border]) > tbody > tr > td {
	border:0;
}
table:not([cellpadding]), table:not([cellpadding]) > tr > td, table:not([cellpadding]) > tbody > tr > td {
	padding:0;
}
table:not([cellspacing]), table:not([cellspacing]) > tr > td, table:not([cellspacing]) > tbody > tr > td {
	margin:0;
}

table[align=center] {
	margin: 0 auto;
}

/* support for borders set by TinyMCE */
.cmstext table[border] tbody,
.cmstext table[border] thead,
.cmstext table[border] tfoot,
.cmstext table[border] tr,
.cmstext table[border] th,
.cmstext table[border] td {
	border: inherit;
}


/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#tinymce.mceContentBody ul, .cmstext ul {
	margin-bottom: 12px;
	padding-left: 40px;
	list-style: disc outside none;
}

#tinymce.mceContentBody li, .cmstext li {
	margin-top: 6px;
	list-style:disc outside none;
}

#tinymce.mceContentBody ol, .cmstext ol {
	margin-bottom: 12px;
	padding-left: 40px;
	list-style:decimal outside none;
}

#tinymce.mceContentBody ol > li, .cmstext ol > li {
	margin-top: 6px;
	list-style:decimal outside none;
}
#tinymce.mceContentBody ol[type="A"], .cmstext ol[type="A"], #tinymce.mceContentBody ol[type="A"] > li, .cmstext ol[type="A"] > li {
	list-style-type: upper-alpha;
}
#tinymce.mceContentBody ol[type="a"], .cmstext ol[type="a"], #tinymce.mceContentBody ol[type="a"] > li, .cmstext ol[type="a"] > li {
	list-style-type: lower-alpha;
}
#tinymce.mceContentBody ol[type="I"], .cmstext ol[type="I"], #tinymce.mceContentBody ol[type="I"] > li, .cmstext ol[type="I"] > li {
	list-style-type: upper-roman;
}
#tinymce.mceContentBody ol[type="i"], .cmstext ol[type="i"], #tinymce.mceContentBody ol[type="i"] > li, .cmstext ol[type="i"] > li {
	list-style-type: lower-roman;
}

#tinymce.mceContentBody table,
#tinymce.mceContentBody td,
#tinymce.mceContentBody th,
#tinymce.mceContentBody caption { 
	border: 1px dashed #BBC;
}

#tinymce.mceContentBody table {
	width:100%;
}

#tinymce.mceContentBody table[border] td,
#tinymce.mceContentBody table[border] th {
	border: inherit;
}

#tinymce.mceContentBody table[border="0"] td,
#tinymce.mceContentBody table[border="0"] th {
	border: 1px dashed #BBB;
}


strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* clear class, can be used on a extra element to clear the preceding floating elements */
br.clear {
	clear:both;
	display:block;
	font-size:0;
	height:0;
}

.clear {
	clear:both;
}

/* clearfix class, can be used to group floating elements */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { -ms-zoom: 1; } /* IE6 */
*:first-child+html .clearfix { -ms-zoom: 1; } /* IE7 */
/* END clearfix class */

/* primarily used for aligning the site */
.left {
	margin-left:0px;
	margin-right:auto;
}

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

.right {
	margin-left:auto;
	margin-right:0px;
}

a.navbutton, a.navbutton_f2, a.navbutton span, a.navbutton_f2 span {
	display: block;
	text-decoration: none;
	outline:none;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

p.cmsmessage {
	color: green;
	font-size: 10px;
}
span.cmsnotice, div.cmsnotice { /* Notices 'the system did this'. Can be hidden (in site.css obviously) */
	/*color: #FFFFFF;*/ /*color: green;*/
	display: block;
	font-size:13px;
}
span.cmsmessage, div.cmsmessage { /* Messages 'you should do this'. Should not be hidden */
	/*color: #FFFFFF;*/ /*color: blue;*/
	display: block;
}
span.cmswarning, div.cmswarning { /* Warnings 'something went wrong'. DON'T HIDE THIS */
	/*color: #FFFFFF;*/ /*color: red;*/
	display: block;
	font-weight: bold;
}
span.cmsprogress, div.cmsprogress { /* Progress indicators. Should be hidden when page renders */
	display: none;
}
#sexyAvenueMessagesContainer {
	/*background-color: #444444;*/ /* messages background used if JS disabled */
}
#sexyAvenueMessagesContainer img {
	width: 16px;
	height: 16px;
}

div.cmsmessagessetup { 
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	color: green;
	font-size: 10px;
}
div#cmsmessagescontainer { 
	border-bottom: 1px outset black;
	border-right: 1px outset black;
	background: white; 
	width: 200px;
}

div.cmsmessagestimeout span.cmsnotice, div.cmsmessagestimeout span.cmsmessage,
div.cmsmessagestimeout div.cmsnotice, div.cmsmessagestimeout div.cmsmessage {
	display: none;
}

/* For mouseoverClass and selectedClass */
.displayNone, a.navbutton span.displayNone, a.navbutton_f2 span.displayNone, dt.displayNone + dd {
	display: none !important;
}
.displayNormal {
}
.javascript_enabled .displayIfNoJS {
	display: none !important;
}
div.displayIfJS {
	display: none !important;
}
.javascript_enabled div.displayIfJS {
	display: block !important;
}

/* For positioning */
.rel, .relative {
	position: relative;
	left: 0px;
	top: 0px;
}

.abs, .absolute {
	position: absolute;
	left: 0px;
	top: 0px;
}

.bottom {
	top: auto;
	bottom: 0px;
}

.right {
	left: auto;
	right: 0px;
}

.fullwidth {
	width: 100%;
}

.fullheight {
	height: 100%;
}

/* Overlay for loading indicator (used in partial-page-load) */
#loadingOverlay {
	display: none;
}
body.loading #loadingOverlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	opacity: 0.5; */ /* set in partialpageload.js */
	z-index: 300999;
	background: #eee url('../images/spinner.gif') center center no-repeat;
}

/* spacer divs and spans, as replacement for spacer images */
div.spacer, span.spacer {
	visibility: hidden;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
span.spacer {
	display: inline-block;
}

td.padtop {
	padding-top:5px;
}

/** Use class="debugOutlines" to make DIVs and their _immediate_ children visible */
*.debugOutlines {
	outline: 1px solid red;
}
*.debugOutlines > * {
	outline: 1px solid blue;
}

.scrollarea {
	overflow: auto;
}

.divMarker {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}
.divMarker span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

form.submission-in-progress input[type=submit],
form.submission-in-progress .submitButton,
form.submission-in-progress .submitbutton {
	cursor: progress;
}

img.deferred-image {
	min-width: 10px;
	min-height: 10px;
}

.ga-optout { /* optout-link for Analytics, rule added so that it is listed in class-options */
}
