@import url('themes.css'); /* Client CSS */

body{
	left:150px !important;
	width:610px;
}

img {
	clear: both;
	display: block;
	float: left;
	max-width: 100%;
	outline:none;
	text-decoration:none;
	-ms-interpolation-mode: bicubic;
	width: auto;
}

a img { border: none; }

p { margin: 0 0 0 10px; }

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

table tr td, table tr th{
	padding:10px;
	vertical-align:top;
}

img.center {
	margin: 0 auto;
	float: none;
}

/* Typography */

body, table.body, h1, h2, h3, h4, h5, h6, p, td {
	color: #3D3D3B;
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	padding:0;
	margin: 0;
	text-align: left;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 { word-break: normal; }

h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
body, table.body, p, td {font-size: 14px;line-height:19px;}

hr {
	color: grey;
	background-color: grey;
	border: 3px dashed black;
	padding: 5px;
}

/* CSS that controls the way the snippets behave in the WUSIWYG*/
.ou-help {
	font-size: 13px !important;
	font-style: italic;
	text-align:center;
	background: #444444;
	color:#ffffff;
	font-weight:none;
	cursor: default;
	user-select: none;
	-o-user-select:none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-ms-user-select: none;
}

th{ background:#eee; text-align:center; }

.ou-help p{ color:#FFFFFF; }
.fifty { width:50%; }
.thirty-three { width:33%; }

h3.wysiwyg-spacer {
	color:#DD0000 !important;
	font-size: 1.25em;
	margin:5px;
}

td h3.wysiwyg-spacer{
	font-size:1em;
}

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
	border:1px solid black;
}
table.one-column-full-width, table.two-column-50-50, table.two-column-flex {
	border:2px solid #CB0000;
	padding:5px;
}
table.button-centered, table.button-full-width{
	border:2px solid #1A99EB;
	padding:5px;
}
table.panel-two-column-flex, table.panel {
	border:2px solid green;
	padding:5px;
}