/*!
 * WYSIWYG STYLING 
 * OmniUpdate, Inc.
*/

@import url('/_resources/css/style.css'); /* Client CSS */
@import url('snippets.css'); /* Client CSS */

/* Add styles below to override the WYSIWYG region for editing purposes */
body{
	background: #FFF;
}

.ou-justedit-active .score {
    min-width: 393px;
    width: 90%;
    position: absolute;
    right: 0;
	
    transition: width 0.5s;
    -webkit-transition: width .5s;
    -moz-transition: width 0.5s;
}

.ou-justedit-active .score .ou-justedit-region {
	position: relative;
}

.ou-justedit-active .con-box3 .holder { z-index: 1000; }

.ou-justedit-active header .bt-links  .ou-justedit-region{
	background-color: rgb(0, 68, 204) !important;
}
.ou-justedit-active .live .container .ou-justedit-region{ 
	background-color: rgb(85, 85, 85) !important;
	z-index:99;
}
	
.ou-justedit-active #footer{
	z-index:1 ;
}
