/* *******************************************************
Software: Web Wiz Rich Text Editor
Info: http://www.richtexteditor.org
Copyright: ©2001-2009 Web Wiz. All rights reserved
******************************************************* */


/* Page body */
body{
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* Text for most CSS classes */
body, a, .WebWizRTEtextarea, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 12px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 0;
}

/* Hyperlinks */
a:link {
	color : #0000FF;
	text-decoration: underline;
}

a:visited{
	color : #990099;
	text-decoration : underline;
}

a:hover, a:visited:hover{
	color : #FF0000;
	text-decoration : underline;
}

/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:visited img{
	border:none 
}


/* RTE */

.RTEtableTopRow{
	background-color: #D3DAED;
	background-image: url('../images/topbar_background.gif');
}

.RTEtableRow{
	background-color: #F4F7FB;
}

.RTEtableBottomRow{
	background-color: #D3DAED;
	background-image: url('../images/bottombar_background.gif');
}

.RTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
	margin: 2px;
}

.RTEmouseOver{
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
}