/*    Any style that will affect the appearence of {=MAIN_BODY=} content should be here
    and will be used to format the guts of the WYSIWYG editor. All styles should be defined
    as a type selector (specific tag) or as a child of .mceContentBody (the WYSIWYG body wrapper) */

* {
    padding: 0px;
    margin: 0px;
}
body {
    font:13px helvetica, arial, sans-serif;
    line-height:1.5;
    color:#000;
}

body.wysiwyg-content {
    color:#000;
    font-family:arial, sans-serif;
}

body.wysiwyg-content a {
    color:blue;
}

.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4 {
    color:#000;
}

.wproOff { color:#000 }

body.wysiwyg-content table { border: 1px solid; }

a {
    color: #000000;
}

.module_view_all a {
    color: #f6f6eb;
    
}

a img { border: 0; }

#actions a:link,
#actions a:visited,
#username a:link,
#username a:visited {
    color: #79BEE8;
}
#actions a:hover,
#actions a:active,
#username a:hover,
#username a:active {
    color: #DEF;
}


p {
    margin:6px 0 12px 0;
}

blockquote {
    margin:0px;
    background-image: url("../images/blockquote.png");
    padding-left:40px;
    background-position:left center;
    background-repeat:no-repeat;
}

form {
    margin:0px;
}

ul li, ol li {
    margin:6px 0 6px 36px;
}
.left ul li, .left ol li{ margin-left:18px; }

.right ul li, .right ol li { margin-left:0px; list-style:none; }

table {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border: 0px solid;
}

th {
    font-size:11px;
}

td {
    text-align:left;
    vertical-align:top;
    padding: 0px;
}


h1 {
    color: #000;
    float: left;
    font-size: 19px;
    font-weight: bold;
    margin: 12px 0;
    text-transform: uppercase;
    width: 100%;
}
h2 {
    margin:12px 0 4px 0;
    font-size:16px;
    color:#000;
    font-weight:bold;
}

h3 {
    margin: 12px 0 4px 0;
    font-size:14px;
}

h4 {
    background-color:#237038;
    padding:5px;
    color:#fff;
    float:left;
}

h4 a{
    color:#000;
    text-decoration:none;
}

.news-module-list{
    margin-left:0px;    
    
}

.module_view_all {
    margin-left:20px;
}

.upcoming-shows li{
    clear:both;
    background-image: url("../images/upcoming-shows-divider.jpg");
    background-position:bottom;
    background-repeat:repeat-x;
    float:left;
    padding-bottom:10px;
    margin-bottom:10px;
    list-style:none;
    margin-left:0px;
}

.published-at {
    float:right;    
    color:#f6f6eb;

    
}
fieldset {
    margin:18px 0 0 0;
    border: none;
}

legend {
    padding:4px;
}

strong {
    font-weight:bold;
}

/* Do Not Delete */


.read-more {
    background-color: #837A66;
    background-image: url("../images/read-more-arrow.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    margin-top: 20px;
    padding: 5px 10px 5px 28px;
    float:left;
}

a:link .img-opacity-rollover,
a:visited .img-opacity-rollover {
    opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;
}

a:hover .img-opacity-rollover,
a:active .img-opacity-rollover {
    opacity:1.00;filter: alpha(opacity=100); -moz-opacity: 1.00;
}

/* End Do Not Delete */

/* mceFontSize List must be 7 items 1-7 no more, no less */
.mceFontSize1 {
    font-size:8px;
}
.mceFontSize2 {
    font-size:10px;
}
.mceFontSize3 {
    font-size:11px;
}
.mceFontSize4 {
    font-size:14px;
}
.mceFontSize5 {
    font-size:18px;
}
.mceFontSize6 {
    font-size:24px;
}
.mceFontSize7 {
    font-size:36px;
}

.fader-current-msg {
    text-align:center;
    color:#929292;
    font-size:14px;
    font-weight:bold;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
}

.fader-current-msg p {
    text-align:center;
    color:#929292;
    font-size:14px;
    font-weight:bold;
}

.open_quotes {
    background:url(../../../front/images/quotes_open.jpg) no-repeat;
    height:30px;
    text-align:left;
}

.close_quotes {
    background:url(../../../front/images/quotes_closed.jpg) top right no-repeat;
    height:30px;
    text-align:right;
    margin-right:10px;
}

p.quote_from {
    font-size:12px;
    color:#c0c0c0;
}


/* Any SPAN classes are available in the WYSIWYG tool formatting dropdowns */
/* Place all span classes between these comments */
.button {
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #369;
    border: 1px outset #036;
}

.img-opacity-rollover {
/* Empty class make it possible to select from the drop-down picker in the content editor.  Styles defined above. */
}


/* End SPAN tag classes */

div.fission-form-box {
    width: 64px;
    height: 64px;
    color: transparent;
    background: url(../../../../cmscore/js/tiny_mce/plugins/pfforms/images/pfforms-placeholder.gif) no-repeat;
}