@charset "utf-8";

#full_screen-content_2 a:link, #full_screen-content_2 a:visited, #full_screen-content_2 a {
	color: #F00;
}
#full_screen-content_2 a:focus, #full_screen-content_2 a:hover, #full_screen-content_2 a:active {
	color: #900;
}

p {
	padding: 0px;
	margin:  0px;
}

.mce_green_button, .mce_blue_button, .mce_yellow_button, .mce_red_button, .mce_grey_button {
	text-align:   center;
	display:      block;
	overflow:     hidden;
	width:        127px;
	height:       25px;
	color:        #000;
	padding-top:  10px;
	margin-left:  2px;
	margin-right: 2px;
}
.mce_green_button  { background: url("/images/rounded_green_button.png") top left; }
.mce_blue_button   { background: url("/images/rounded_blue_button.png") top left; }
.mce_red_button    { background: url("/images/rounded_red_button.png") top left; }
.mce_grey_button   { background: url("/images/rounded_button.png") top left; }
.mce_yellow_button { background: url("/images/rounded_yellow_button.png") top left; }

.mce_green_button:link, .mce_green_button:visited { background-position: top left; }
.mce_green_button:hover, .mce_green_button:active, .mce_green_button:focus { background-position: bottom left; color: #333; }
.mce_blue_button:link, .mce_blue_button:visited { background-position: top left; }
.mce_blue_button:hover, .mce_blue_button:active, .mce_blue_button:focus { background-position: bottom left; color: #333; }
.mce_yellow_button:link, .mce_yellow_button:visited { background-position: top left; }
.mce_yellow_button:hover, .mce_yellow_button:active, .mce_yellow_button:focus { background-position: bottom left; color: #333; }
.mce_red_button:link, .mce_red_button:visited { background-position: top left; }
.mce_red_button:hover, .mce_red_button:active, .mce_red_button:focus { background-position: bottom left; color: #333; }
.mce_grey_button:link, .mce_grey_button:visited { background-position: top left; }
.mce_grey_button:hover, .mce_grey_button:active, .mce_grey_button:focus { background-position: bottom left; color: #333; }

.mce_container {
	display:       table;
	background:    #FFF;
	border:        1px solid #000;
	border-radius: 15px;
	box-shadow:    5px 5px 0px 0px rgba(0, 0, 0, 0.25);
	margin:        auto;
	padding:       10px;
}

.tinyMCE_title {
	font-family:    Verdana, Geneva, sans-serif;
	font-size:      20px;
	color:          #900;
	font-weight:    bold;
	border-bottom:  1px solid #000;
	margin-bottom:  5px;
	padding-bottom: 3px;
	position:       relative;
	z-index:        1;
}
.tinyMCE_sub-title {
	font-size:     12px;
	color:         #333;
	margin-bottom: 10px;
	padding:       2px 5px 2px 5px;
	position:      relative;
	z-index:       1;
}

