/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * This is the default CSS file used by the editor area. It defines the
 * initial font of the editor and background color.
 *
 * A user can configure the editor to use another CSS file. Just change
 * the value of the FCKConfig.EditorAreaCSS key in the configuration
 * file.
 */

/**
 * The "body" styles should match your editor web site, mainly regarding
 * background color and font family and size.
 */

body
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

body, td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

a[href]
{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

/**
 * Just uncomment the following block if you want to avoid spaces between
 * paragraphs. Remember to apply the same style in your output front end page.
 */

/*
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/**
 * Uncomment the following block, or only selected lines if appropriate,
 * if you have some style items that would break the styles combo box.
 * You can also write other CSS overrides inside the style block below
 * as needed and they will be applied to inside the style combo only.
 */

/*
.SC_Item *, .SC_ItemSelected *
{
	margin: 0px !important;
	padding: 0px !important;
	text-indent: 0px !important;
	clip: auto !important;
	position: static !important;
}
*/

/**
 * The following are some sample styles used in the "Styles" toolbar command.
 * You should instead remove them, and include the styles used by the site
 * you are using the editor in.
 */
:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size: 22px;
	color: #7a003c;
	line-height:28px;
	margin-bottom:0.8em;
	font-weight: normal;
}
h1 span {
	font-size: inherit;
	color: #31753f;
	line-height:20px;
	margin-bottom:0.8em;
}

h1 a, h1 a:active, h1 a:link, h1 a:visited { 
	font-size: inherit;
	color: #31753f;
	line-height:20px;
	margin-bottom:0.8em;
	font-weight: bold;
}

h2 { 
	font-size: 16px;
	color: #7a003c;
	line-height:20px;
	margin-bottom:1em;
	margin-top: 0px;
	font-weight: normal;
}

h2 a, h2 a:active, h2 a:link, h2 a:visited { 
	font-size: 16px;
	color: #7a003c;
	line-height:20px;
	margin-bottom:1em;
	margin-top: 0px;
	font-weight: normal;
}


h3 { 
	font-size: 14px;
	color: #7a003c;
	line-height:20px;
	margin-bottom:1em;
	margin-top: 0px;
	font-weight: normal;
}
h3 a, h3 a:active, h3 a:link, h3 a:visited { 
	font-size: 14px;
	color: #7a003c;
	line-height:20px;
	margin-bottom:1em;
	margin-top: 0px;
	font-weight: normal;
}

h4 { 
	font-size:14px;
	color: #333333;
	line-height:18px;
	margin-bottom:0.8em;
	font-weight: bold;
}

h5, h6, p, ul, ol, address, blockquote, dl, table { 
	font-size: 1em; 
	margin-bottom: 1em; 
}
p.nopad {
	margin-bottom:0px;	
}
ul, li { 
	list-style-type: disc; 
	margin-left: 15px;
} 
.ulmargin {
	margin-left: 15px;
}
ol, ol li { 
	list-style-type: decimal;
	margin-left: 15px;
}

em {  
font-style: italic;
font-size: inherit;
color: inherit;
}

strong { 
font-weight: bold;
font-size: inherit;
color: inherit;
}
u {
	font-size:inherit;
}
a:link, a strong {
	color: #7a003c;
	text-decoration: none;
	font-size: inherit;
	font-weight: normal;
}
a strong {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #7a003c;
	font-size: inherit;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #a50252;
	font-size: inherit;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #7a003c;
	font-size: inherit;
	font-weight: normal;
}

.floatleft {
	float:left;
}
.floatright {
	float: right;
}
.marginright {
	margin-right: 20px;
}
.marginright10 {
	margin-right: 10px;
}
.marginright25 {
	margin-right: 25px;
}
.marginleft {
	margin-left: 20px;
}
.nomargin {
	margin: 0px;
}
.space {
	height: 30px;
	clear:both;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#333333;
	margin-bottom: 1em;
	padding: 0px;
}


.boxred {
	background-color:#a25872;
	padding: 8px 12px 0px 12px;
	height: 152px;
	width: 286px;
	float:left;
	margin-bottom: 20px;
	position:relative;
}
.boxred h2, .boxred h2 a {
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 0.6em;
}
.boxred p, .boxred a {
	color:#FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
.boxred img {
	position:absolute;
	z-index: 20;
}
.boxgold {
	background-color:#c9b476;
	padding: 8px 12px 0px 12px;
	height: 152px;
	width: 286px;
	float:left;
	margin-bottom: 20px;
	position:relative;
}
.boxgold h2, .boxgold h2 a {
	color:#7a003c;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 0.6em;
}
.boxgold p, .boxgold a {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}
.boxgold img {
	position:absolute;
	z-index: 20;
}
.boxlink {
	width: 310px;
	position:absolute;
	bottom: 0px;
	left: 0px;	
}
.boxlink a {
	display: block;
	width: 286px;
	padding: 4px 12px;
	font-size: 12px;
}
.boxred .boxlink a {
	background-color:#c9b476;
	color: #000000;
}
.boxgold .boxlink a {
	background-color:#a25872;
	color:#FFFFFF;
}


.widebox {
	clear:both;
	position:relative;
	background-color: #d3d0b8;
	padding-left: 230px;
	padding-top: 18px;
	height: 32px;
}
.widebox img {
	position: absolute;
	left: 5px;
	top: -18px;
}
.widebox a {
	font-size: 20px;
	font-weight: bold;
}
.widebox p {
	font-size: 14px;
	color:#000000;
}

.red, .red strong {
	color: #7a003c;
}
p.comptitle {
	font-size: 30px;
	font-weight: bold;
	font-style:italic;
	margin-bottom: 10px;
}

label {
	color:#666666;
	font-size: 12px;
    width: 176px;
    float: left;
    text-align: left;
    margin-right: 4px;
    display: block;
	padding-top: 3px;
}
.formholder {
	margin-bottom:6px;
}
.formsubmit {
	margin-bottom: 5px;
	text-align:right;
}
input.text, textarea {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	/* border-color: #3399cc #3399cc #66ccff #66ccff; BLUE BORDER */
	border-color: #999999 #999999 #CCCCCC #CCCCCC;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 246px;
}
input.text2, textarea.text2 {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	/* border-color: #3399cc #3399cc #66ccff #66ccff; BLUE BORDER */
	border-color: #999999 #999999 #CCCCCC #CCCCCC;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 430px;
}
input.text:focus, textarea:focus
{
	border-color: #000000;
}
.frmbut {
	background-color: #979c00;
	border: none;
	padding: 4px 10px;
	color:#FFFFFF;
}
.tickboxholder {
	width: 220px;
	float: left;
	margin-bottom: 4px;
}
.tickbox {
	float:left;
	margin-right: 8px;
	margin-top: 3px;
}
label.tickbox {
	width: 200px;
	padding:0px;
	margin: 0px;
}
label.long {
	width: 100%;
	padding:0px;
	margin: 8px 0px 4px 0px;
	float: none;
}


.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

