/*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 : #000000;
}

/* 
	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 **/


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: #0081B0;
	letter-spacing: 2px;
	border-bottom : 1px solid #99CCFF;
}

/* $name='Sub Heading' */ 
h2, H2, .subheading{
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin : 0 5;
	padding : 0px 0 2px;
	color: #0081B0;
}






/* $name='Sub Heading Lite' */ 
h3, H3, .subheadinglite
{
	font-size: 105%;
	color: #0081B0;
	background: #F2F2FF;
	font-weight: bold;
	width: 99%;
}

/* $name='Sub-heading - H4' */ 
H4, h4, .subheadingmini{
font-size: 100%;
	font-weight: bold;
}

/* $name='Blue Highlight' */ 
.subheadingblue{
	color: #000099;
	background-color: #F2F2FF;
	font-weight: bold;

}	




.normal{text-align: left;}

/* $name='Alternative Body Text - Priority Services 1'*/
.normalpriority1{color: #FFFFFF; text-align: left;}

/* $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;
}


/* Bulleted List Style  - NOTE This is only required if using the Flash editor. */
/* $name='Bulleted List' */
li, LI{text-align : justify; list-style-image: url(../../images/common/li.gif);}


/** TABLES **/

 .tableBorderA{ background: #999999; font-size: small;}
 .tableBorderB{ background: #9696DC; font-size: small;}
.tableBorderC{ background: #FFFFFF; font-size: small;}

 .tableCellA{ background: #E5E5E5; font-size: small;}
 .tableCellB{ background: #CCCCFF; font-size: small;}
 .tableCellC{ background: #CCFFFF; font-size: small;}


/* $default $name='Border' */ .tableBorder{ background-color: #9999CC; font-size: 100%;}

/* $default $name='Cell White' */ .tableCellWhite{ background-color: #FFFFFF; font-size: 100%;}
/* $name='Cell Mid Blue' */ .tableCellMdBlue{ background-color: #6666CC; font-size: 100%;}
/* $name='Cell Dark Blue' */ .tableCellDkBlue{ background-color: #003399; font-size: 100%;}
/* $name='Cell Grey' */ .tableCellGrey{ background-color: #F0F0F0; font-size: 100%;}



/** FCKEditor Table Automatic Format Styles **/


/* $name='Simple grey table cell' */ 
.bggrey
{background-color: #F2F2FF;}

/* $name='Grey table cell, outline, extra spacing' */ 
.featurebox {
	background-color: #F2F2FF;
	padding: 5px;
	line-height: 120%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* $name='Blue table cell' */ 
.searchBox
{
	background: #CCCCFF;
	padding: 0px;
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	text-align: right;
}

/* $name='Form text-grey bg, bold, right-aligned' */ 
.formText{
	font-weight: bold;
	text-align: right;
	background: #F2F2FF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-right: 15px;
	vertical-align: top;
}

/* $name='Table text' */ 
.tblTxt
{
	color: #000000;
}

/* Set the TH tags to work with the wysiwyg in the editor */
TH, th
{
	font-weight: bold;
	color: #000000;
	background: #F2F2FF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-right: 15px;
	padding-top:3px;
	vertical-align: top;
}


.bluTblHd {
	color: #000066;
	background-color: #CCCCFF;
	padding-right: 5px;
	font-weight: bold;
	border-bottom:solid 1px #000066;
}




/* $style='Table with Heading' $value='ts1' */

.ts1general{font-weight: normal; color: #000000;}
.ts1topleft{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.ts1topcenter{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.ts1topright {background-color: #D2E9FF; font-weight: bold; color: #000000; 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, L.Blue/White Stripes' $value='ts2' */

.ts2general{font-weight: normal; color: #000000;}
.ts2topleft{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.ts2topcenter{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.ts2topright{background-color: #D2E9FF; font-weight: bold; color: #000000; 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{color: #000000;}
.ts3topleft{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.ts3topcenter{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.ts3topright{background-color: #D2E9FF; font-weight: bold; color: #000000; 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: #B4DBE7; font-weight: bold; color: #000000; padding: 6px;}
.ts3bottomcenter{background-color: #B4DBE7; font-weight: bold; color: #000000; padding: 6px;}
.ts3bottomright{background-color: #B4DBE7; font-weight: bold; color: #000000; padding: 6px;}
.ts3odd{background-color: #e6f2f7;}
.ts3even{background-color: #e6f2f7;}


/* $style='Plain Table - L.Blue' $value='ts4' */

.ts4general{font-weight: normal; color: #000000;}
.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 - L.Blue and White Stripes' $value='tg1' */

.tg1general{font-weight: normal; color: #000000;}
.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 - D.Blue' $value='tg2' */

.tg2general{font-weight: normal; color: #000000;}
.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: #D2E9FF;}
.tg2even{background-color: #D2E9FF;}


/* $style='Table with Left Column' $value='tg3' */

.tg3general{font-weight: normal; color: #000000;}
.tg3topleft{background-color: #D2E9FF; font-weight: normal; color: #000000; 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: #D2E9FF; font-weight: normal; color: #000000; 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: #D2E9FF; font-weight: normal; color: #000000; 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; color: #000000;}
.tg4topleft {background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.tg4topcenter{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.tg4topright{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.tg4middleleft{background-color: #B4DBE7; font-weight: normal; color: #000000; 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: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.tg4bottomcenter{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.tg4bottomright{background-color: #D2E9FF; font-weight: bold; color: #000000; padding: 6px;}
.tg4odd{background-color: #e6f2f7;}
.tg4even{background-color: #e6f2f7;}



