/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

body, #artBytePageContent
{
	/* Font */
	font-family: trebuchet ms, helvetica, sans-serif;
	font-size: 16px;

	/* Text color */
	color: #222;

	/* Remove the background color to make it transparent */
	background-color: #fff;
}

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right:0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding:0 40px;
}

strong
{
    font-weight: bolder !important;
}

i, cite, em, var, address, dfn   {
    font-style: italic !important;
}

hr {
    width: 100%;
}

.artByteBorder, .my-wrap-style {
    min-width: 55px;
    padding: 15px;
    margin: 15px 35px 15px 35px !important;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
}

.artByteBorder.blue, .my-wrap-style.blue {
    border-color: #37A6A6;
    color: #37A6A6;
}

.artByteBorder.orange, .my-wrap-style.orange {
    border-color: #C60;
    color: #C60;
}

.artByteTitle
{
    font-size: 30px;
    font-family: trebuchet ms, helvetica, sans-serif;
    margin: 5px 0 20px 0 !important; 
    line-height: 1.35em;
}

iframe.p, #artBytePageContent p, iframe.ol, #artBytePageContent ol, iframe.ul, #artBytePageContent ul
{
    margin-bottom: 15px !important; 
}

iframe.td, #artBytePageContent td
{
    padding: 10px !important; 
}

.artByteTitle.black {
    color: black;
}

.artByteTitle.orange {
    color: #C60;
}

 .artByteSubTitle
{
    font-size: 24px;
    font-family: trebuchet ms, helvetica, sans-serif;
    color: #333333;
    font-style: italic;
    margin: 3px 0 7px 0 !important; 
}

.artByteBodyText {
     color: black;
     font-size: 16px;
     font-family: trebuchet ms, helvetica, sans-serif;
     line-height: 1.5em;
 }

iframe.a, #artBytePageContent a
{
	font-family: trebuchet ms, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}