/*Change this if your page backgound isn't white.. */
/* $pageColour = #FFFFFF  */

/* 
	By placing the 'body', 'textarea', 'input', 'option', 'table' and 'select' tags 
	in this style sheet instead of the main style sheet allows 
	the text in the editor to display as it would in the web page
 */
 
BODY, body
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
	margin : 0; 
	font-weight : normal; 
	font-size: 75%;
	color : #008165;
}

/* 
	For 'textarea', 'input', 'option', 'table' and 'select' tags 
	the font family is not inherited from the <body> tag and so has to be re-stated.
	
	IE doesn't inherit the font size from the body class for these tags.
	100% will set the font size of IE's form items to the font size in the BODY tag 
*/

TEXTAREA, textarea, INPUT, input, SELECT, select, option, OPTION, table, TABLE
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
}

.printonly{display : none;}
/** TEXT STYLES **/

/* $name='Embedded Link' */
a.editorlink:link, a.editorlink:visited, a.editorlink:active, a.editorlink:focus, a.editorlink:hover
{font-weight : bold; text-decoration : none; color : #000099;}

a.editorlink:hover{text-decoration: underline;}

/* $name='Heading' */ 
h1, H1, .Heading, .heading
{
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	margin : 0 0 5px;
	padding : 0px;
	color: #008165;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDF6C0;
}

/* $name='Sub Heading' */ 
h2, H2, .subheading{
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #008165;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}






/* $name='Sub Heading Lite' */ 
h3, H3, .subheadinglite
{
	font-size: 105%;
	color: #008165;
	background: #F2F2FF;
	font-weight: bold;
	width: 99%;
}

/* $name='Sub-heading - H4' */ 
H4, h4, .subheadingmini{
font-size: 100%;
	font-weight: bold;
}

/* $name='Green Highlight' */ 
.subheadingGreen{
	color: #008165;
	background-color: #D7FFD7;
	font-weight: bold;

}	

.textsubHeading {
	font-weight: bold;
	padding-bottom: 0px;
}


/* $name='Default Text Heading' */ 
.textheading{
	color: #000000;
	font-weight: bold;
}	

/* $name='Sub Heading A' */ 
.SubHeadingA{
	color: black; 
	font-weight: bold;
}

/* $name='Blue Text' */
.bluetext{color: #333399; text-align: left;}

/* $name='Red Text - alert' */
.notice {color: #FF0000;}

/* $name='Small Text' */
.sm {
	font-size: x-small;
	padding-bottom: 5px;
}

li, LI{text-align : justify; list-style-image: url(../../images/common/li.gif);}




/** FCKEditor Table Automatic Format Styles **/


/* $style='Table with Heading' $value='ts1' */

.ts1general{font-weight: normal;}
.ts1topleft{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.ts1topcenter{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.ts1topright {background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.ts1middleleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts1middlecenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts1middleright{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts1bottomleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts1bottomcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts1bottomright{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts1odd {background-color: #e6f2f7;}
.ts1even {background-color: #e6f2f7;}


/* $style='Table with Heading, Green/White Stripes' $value='ts2' */

.ts2general{font-weight: normal;}
.ts2topleft{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.ts2topcenter{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.ts2topright{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.ts2middleleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts2middlecenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts2middleright{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts2bottomleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts2bottomcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts2bottomright{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts2odd{background-color: #FFFFFF;}
.ts2even{background-color: #e6f2f7;}


/* $style='Table with Heading and Total' $value='ts3' */

.ts3general{font-weight: normal;}
.ts3topleft{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.ts3topcenter{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.ts3topright{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.ts3middleleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts3middlecenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts3middleright{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts3bottomleft{background-color: #b8d7cf; font-weight: bold; padding: 6px;}
.ts3bottomcenter{background-color: #b8d7cf; font-weight: bold; padding: 6px;}
.ts3bottomright{background-color: #b8d7cf; font-weight: bold; padding: 6px;}
.ts3odd{background-color: #e6f2f7;}
.ts3even{background-color: #e6f2f7;}


/* $style='Plain Table - Green' $value='ts4' */

.ts4general{font-weight: normal;}
.ts4topleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts4topcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts4topright{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts4middleleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts4middlecenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts4middleright{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts4bottomleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts4bottomcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts4bottomright{font-weight: normal; padding: 3px 6px 3px 6px;}
.ts4odd{background-color: #e6f2f7;}
.ts4even{background-color: #e6f2f7;}


/* $style='Plain Table - Green and White Stripes' $value='tg1' */

.tg1general{font-weight: normal;}
.tg1topleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg1topcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg1topright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg1middleleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg1middlecenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg1middleright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg1bottomleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg1bottomcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg1bottomright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg1odd{background-color: #e6f2f7;}
.tg1even{background-color: #FFFFFF;}


/* $style='Plain Table - Yellow' $value='tg2' */

.tg2general{font-weight: normal;}
.tg2topleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg2topcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg2topright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg2middleleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg2middlecenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg2middleright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg2bottomleft{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg2bottomcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg2bottomright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg2odd{background-color: #FFFFCC;}
.tg2even{background-color: #FFFFCC;}


/* $style='Table with Left Column' $value='tg3' */

.tg3general{font-weight: normal;}
.tg3topleft{background-color: #FFFFCC; font-weight: normal; padding: 3px 6px 3px 6px;}
.tg3topcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg3topright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg3middleleft{background-color: #FFFFCC; font-weight: normal; padding: 3px 6px 3px 6px;}
.tg3middlecenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg3middleright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg3bottomleft{background-color: #FFFFCC; font-weight: normal; padding: 3px 6px 3px 6px;}
.tg3bottomcenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg3bottomright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg3odd{background-color: #e6f2f7;}
.tg3even{background-color: #e6f2f7;}


/* $style='Table with Left Column, Heading n Total' $value='tg4' */

.tg4general{font-weight: normal;}
.tg4topleft {background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.tg4topcenter{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.tg4topright{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.tg4middleleft{background-color: #b8d7cf; font-weight: normal; padding: 3px 6px 3px 6px;}
.tg4middlecenter{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg4middleright{font-weight: normal; padding: 3px 6px 3px 6px;}
.tg4bottomleft{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.tg4bottomcenter{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.tg4bottomright{background-color: #FFFFCC; font-weight: bold; padding: 6px;}
.tg4odd{background-color: #e6f2f7;}
.tg4even{background-color: #e6f2f7;}

