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

body {
  min-height: 100%;
  height: auto;
}

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

#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,
table, caption, tbody, tfoot, thead, tr, th, td,
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[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 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 {
  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 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { 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 */
}


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 {
  display: none;
}
.displayNormal {
}
.javascript_enabled .displayIfNoJS {
  display: none;
}
.div.displayIfJS {
  display: none;
}
.javascript_enabled div.displayIfJS {
  display: block;
}

/* 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%;
}

/* For forms */
.validation-failed { 
  outline: 1px solid red;
}
.validation-advice { 
  color: red;
  float: right;
}
label.overTxtLabel {
	color: #666;
}


/* Spinner styles for MooTools spinner overlay */
.spinner {
	position: fixed;
	opacity: 0.5; /* may not matter: also set in partialpageload.js as option */
	filter: 'alpha(opacity=50)';
	z-index: 300999;
	background: #eee;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url('spinner.gif') no-repeat;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}

/* 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;
}

/* SWFUpload */

object.swfupload { 
  vertical-align: middle;
  width: 119px;
  height: 28px;
  margin:0px 0px;
}

div.swfuProgressIndicatorOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 300998;
  background-color: white;
}

/* table#swfuProgressIndicatorTable { */
/*   position: absolute; */
/*   left: 50%; */
/*   top: 50%; */
/*   margin-left: -150px; */
/*   z-index: 300999; */
/*   border: 0px outset black; */
/* } */

td#swfuProgressBar {
  outline: 1px solid #CCCCCC;
  width: 300px;
  height: 24px;
  padding: 0px;
}

td#swfuProgressBar div {
  width: 0%;
  height: 100%;
  background-image:url(progressbar_bg.jpg);
  background-repeat:repeat-x;
}

td#swfuFileIndicator {
  height: 20px;
  width: 300px;
  overflow: hidden;
  text-align: center;
  padding: 3px;
}

td.swfubartop_bg {
  background-image:url(swfubartop_bg.png);
  background-repeat:repeat-x;
}

td.swfubarbottom_bg {
  background-image:url(swfubarbottom_bg.png);
  background-repeat:repeat-x;
}

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

.scrollarea {
  overflow: auto;
}
