/*=========================================================
======================TYPOGRAPHY===========================
=========================================================*/

body, #tinymce{margin: 0; padding: 0; border: 0; line-height:1.4em; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#222; }
a{ color: #2251a6; text-decoration:none; }
a:hover{ color: #2251a6; text-decoration:underline; }

.tWrap li, #tinymce li{ font-size:14px; list-style-position:inside; padding:0 0 0 5px; }
.tWrap ul, #tinymce ul, .tWrap ol, #tinymce ol{ padding-left:0px; margin:5px 0; }
.tWrap ul li, #tinymce ul li{ list-style-type:disc; }
.tWrap ol li, #tinymce ol li{ list-style-type:decimal; }

.tWrap p, #tinymce p{ font-size:14px; padding:7px 0; margin:0; line-height:1.7em; }
.tWrap h1, #tinymce h1{ font-size:30px; padding:5px 0; line-height:1.5; margin:0; color: #3163ba; border-bottom: 3px solid #fce016; margin: 0 0 5px 0 }
.tWrap h2, #tinymce h2{ font-size:24px; padding:5px 0; line-height:1.5; margin:0; color: #3163ba; }
.tWrap h3, #tinymce h3{ font-size:20px; padding:5px 0; line-height:1.5; margin:0; color: #3163ba; }
.tWrap h4, #tinymce h4{ font-size:16px; padding:5px 0; line-height:1.5; margin:0; color: #3163ba; }
.tWrap h5, #tinymce h5{ font-size:14px; padding:5px 0; line-height:1.5; margin:0; color: #848484; }
.tWrap h6, #tinymce h6{ font-size:12px; padding:5px 0; line-height:1.5; margin:0; }

.tWrap .zyberButton, #tinymce .zyberButton{
	color: #222222;
	border: solid 1px #fce016;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fce016;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover {
	color: #fff;
	background:#295ad0;
	   background: -moz-linear-gradient(top, #3e74cd 0%, #0f3a8b 100%); /* FF3.6+ */
	   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e74cd), color-stop(100%,#0f3a8b)); /* Chrome,Safari4+ */
	   background: -webkit-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* Chrome10+,Safari5.1+ */
	   background: -o-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* Opera 11.10+ */
	   background: -ms-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* IE10+ */
	   background: linear-gradient(to bottom, #3e74cd 0%,#0f3a8b 100%); /* W3C */
	   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e74cd', endColorstr='#0f3a8b',GradientType=0 ); /* IE6-9 */	
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active {
	color: #fff;
	background:#295ad0;
	   background: -moz-linear-gradient(top, #3e74cd 0%, #0f3a8b 100%); /* FF3.6+ */
	   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e74cd), color-stop(100%,#0f3a8b)); /* Chrome,Safari4+ */
	   background: -webkit-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* Chrome10+,Safari5.1+ */
	   background: -o-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* Opera 11.10+ */
	   background: -ms-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* IE10+ */
	   background: linear-gradient(to bottom, #3e74cd 0%,#0f3a8b 100%); /* W3C */
	   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e74cd', endColorstr='#0f3a8b',GradientType=0 ); /* IE6-9 */	
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #ffffff;
	border: solid 1px #415064;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #667b96;
	background: -webkit-gradient(linear, left top, left bottom, from(#677c97), to(#4b5b71));
	background: -moz-linear-gradient(top,  #677c97,  #4b5b71);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#677c97', endColorstr='#4b5b71');
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	background: #455467;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b5b71), to(#677c97));
	background: -moz-linear-gradient(top,  #4b5b71,  #677c97);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b5b71', endColorstr='#677c97');
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active{
	color: #7189a7;
	background: #455467;
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #222222;
	border: solid 1px #fce016;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fce016;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	padding: 1em 3.5em 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	color: #fff;
	background:#295ad0;
	   background: -moz-linear-gradient(top, #3e74cd 0%, #0f3a8b 100%); /* FF3.6+ */
	   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e74cd), color-stop(100%,#0f3a8b)); /* Chrome,Safari4+ */
	   background: -webkit-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* Chrome10+,Safari5.1+ */
	   background: -o-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* Opera 11.10+ */
	   background: -ms-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* IE10+ */
	   background: linear-gradient(to bottom, #3e74cd 0%,#0f3a8b 100%); /* W3C */
	   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e74cd', endColorstr='#0f3a8b',GradientType=0 ); /* IE6-9 */	
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active {
	color: #fff;
	background:#295ad0;
	   background: -moz-linear-gradient(top, #3e74cd 0%, #0f3a8b 100%); /* FF3.6+ */
	   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e74cd), color-stop(100%,#0f3a8b)); /* Chrome,Safari4+ */
	   background: -webkit-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* Chrome10+,Safari5.1+ */
	   background: -o-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* Opera 11.10+ */
	   background: -ms-linear-gradient(top, #3e74cd 0%,#0f3a8b 100%); /* IE10+ */
	   background: linear-gradient(to bottom, #3e74cd 0%,#0f3a8b 100%); /* W3C */
	   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e74cd', endColorstr='#0f3a8b',GradientType=0 ); /* IE6-9 */	
	text-decoration: none;
	position: relative;
	top: 1px;
}