/*This is for the TinyMCE Editor window. It should exactly match your website's body style, except for the background color*/
.mceContentBody
{
	background-color: #FFFFFF;
/*The background should always be white*/
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	margin: 0;
}
/*This fixes the TinyMCE problem where text appeared smaller than its acutal size*/
.mceContentBody TD
{
	font-size: 80%;
}
A
{
	text-decoration: none;
	color: #930044;
	font-weight: bold;
}
HR
{
	height: 1px;
	width: 813px;
	margin-left: -10px;
	background-color: #930044;
	color: #930044;
	border: 0;
}
PRE
{
	clear: both;
	display: block;
	background: #CCC;
}
.red-heading
{
	font-weight: bold;
	font-size: 100%;
	color: #930044;
	margin-bottom: -6px;
}
.notice
{
	background-color: #930044;
	display: block;
	color: #FEFEFE;
	padding: 8px 11px;
	margin-left: -10px;
	width: 791px;
}
.email-link
{
	background-image: url(../img/icons/email.gif);
	background-repeat: no-repeat;
	padding-left: 41px;
	display: block;
	font-style: italic;
	height: 40px;
	line-height: 40px;
	background-position: center left;
	font-weight: normal;
	color: #000000;
	width: 200px;
	margin-bottom: 15px;
	margin-top: 2px;
}
.pdf-link
{
	background-image: url(../img/icons/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 41px;
	display: block;
	font-style: italic;
	height: 40px;
	line-height: 40px;
	background-position: center left;
	font-weight: normal;
	color: #000000;
	width: 200px;
	margin-bottom: 15px;
	margin-top: 2px;
}
.word-doc-link
{
	background-image: url(../img/icons/word-doc.gif);
	background-repeat: no-repeat;
	padding-left: 41px;
	display: block;
	font-style: italic;
	height: 40px;
	line-height: 40px;
	background-position: center left;
	font-weight: normal;
	color: #000000;
	width: 200px;
	margin-bottom: 15px;
}
.red-button
{
	height: 39px;
	line-height: 39px;
	background-image: url(../img/wsuaa_v3/link-bg-red-gradient2.png);
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	padding-left: 19px;
	padding-right: 19px;
	margin-left: -10px;
}
.red-button:hover
{
	background: #930044;
}
.play-arrow
{
	color: #FEFEFE;
	background-image: url(../img/icons/play-arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	padding-left: 22px;
	font-weight: bold;
}
