/***********************************************************************

	Basic CSS style sheet for any web site
	These styles are displayed in RTE
	
	Copyright 2005 by Pixelsound Web Design Perth - www.pixelsound.com

	Colours:	#633A49 dark red
				#6C7E21 dark green
				#B3D036 vibrant green
				
				#969BBA medium Blue
				#e6e8ef light Blue

***********************************************************************/
body {
	font-size:70%;
}
textarea#RTEarea1 {
	font-size:60%;
}
table, td, th, p, form, select, input, textarea, h1,h2,h3,h4,h5,h6, blockquote {
	font-size:1em;
}

body, table, td, th, p, form, select, input, textarea, h1,h2,h3,h4,h5,h6, blockquote {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height:200%;
	color:#023F6E;
	margin:0;
	padding:0;
	font-weight: 100;
}
div.properties-page table,
div.properties-page td, 
div.properties-page th, 
div.properties-page p, 
div.properties-page form, 
div.properties-page select, 
div.properties-page input, 
div.properties-page textarea, 
div.properties-page h1,
div.properties-page h2,
div.properties-page h3,
div.properties-page h4,
div.properties-page h5,
div.properties-page h6, 
div.properties-page blockquote {
	line-height:200%;
}

body {
	margin:0;
	padding:1em;
	background:#DB00E1;
	background:#fff;
}

/******  Normal Left Margin  *********/
.content-element,
#RTEarea1 {
	margin:0px;
	padding:10px 20px;
}



p {
	margin:0;
	padding:0;
}


/*******  Links  ***********************************/

a, a:link, a:active, a:visited {
	color:#D8FF00;
	color:#336699;
	text-decoration:underline;
	background:none;
}
		a:hover {
			text-decoration:none;
			color:#D9E59F;
			color:#669999;
			color:#FF6600;
		}





/*****  Headings  *******************************************/

h1,h2,h3,h4,h5,h6 {
	font-weight:700;
	line-height:1em;
	color:#023F6E;
}
		h1, 
		h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
			margin:2em 0 .3em;
			padding:0;
			text-decoration:none;
			text-transform:uppercase;
		}
				h1 {
					font-size:1.8em;
					font-weight:100;
					margin-left:0px;
					border-bottom:1px solid #666;
					padding-bottom:5px;
					letter-spacing: .1em;
				}

		h2, 
		h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
			margin:0;
			padding:0;
			color:black;
			text-decoration:none;
			text-transform:uppercase;
		}
				h2 {
					font-size:1.6em;
					margin:1em 0 1em;
					padding:0;
				}


		h3, 
		h3 a, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
			font-weight:100;
			margin:0;
			padding:0;
			text-decoration:none;
			text-transform:uppercase;
		}
				h3 {
					font-size:1.3em;
					margin:.5em 0 .5em;
					padding:0;
					letter-spacing: .3em;
				}

		h4, 
		h4 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:hover {
			margin:0;
			padding:0;
			margin-left:0%;
			text-decoration:none;
		}
				h4 {
					font-size:1.4em;
					margin:3em 0 1em;
					padding:0;
				}
		h5, 
		h5 a, h5 a:link, h5 a:visited, h5 a:active, h5 a:hover {
			margin:0;
			padding:0;
			text-decoration:none;
			text-transform: uppercase;
			letter-spacing: 0.2em;
		}
				h5 {
					font-size:1em;
					margin:3em 0 0em;
					padding:0;
				}

		h6, 
		h6 a, h6 a:link, h6 a:visited, h6 a:active, h6 a:hover {
			margin:0;
			padding:0;
			font-weight:700;
			text-decoration:none;
			color:black;
		}
				h6 {
					font-size:1em;
					margin:2em 0 0em;
					padding:0;
				}




/***** Various  ******************************************/

strong, b {
	font-weight: 100;
	font-weight: 700;
}

/*
img, td img, object, td object {
	border: 0;
	vertical-align:baseline;
	vertical-align:text-bottom;
	margin:0px;
	float:left;
	
}
*/
img {
	border: 0;
}



/***** Lists  ******************************************/

ul, ol {
	padding:0;
	margin:.1em 2em .5em;
	line-height:1.2em;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image:none;
}
		ul ul {
			list-style-type:none;
			list-style-image:     url(../images/bullet-arrow.gif);
		}
		li {
			padding:0;
			padding-bottom:.5em;
			margin:0 0 0 1.5em;
		}


/********  Form Elements  ****************************/
		
form {
	padding:0;
	margin:0;
	margin:2em 0 3em 0;
}

		input,
		textarea {
/*
			background-color:#97009B;
			border:1px solid #ccc;
*/
			line-height:1em;
			color:#333;
			margin:0;
			padding:0em 0em;
		}
		.content input,
		.content textarea {
		}
				p input,
				p textarea,
				p select {
					margin:0;
				}


		input:hover,
		textarea:hover {
			background-color:white;
		}
				input.textfield {
					border:1px solid #ccc;
				}
				.highlight textarea,
				.highlight select,
				.highlight input {
					background:white;
				}
		
				input.button,
				.highlight input.button {
					background-color:#5E0072;
					border-top:1px solid #97009B;
					border-right:1px solid black;
					border-bottom:1px solid black;
					border-left:1px solid #97009B;
					color:white;
					font-size:.8em;
					padding:.2em 0em;
					line-height:1em;
					text-transform:uppercase;
				}
						input.button:hover {
							background-color:#969BBA;
						}
				form table td {
					padding:0;
					margin:0;
				}


blockquote {
	margin:0px;
	margin-left:20%;
	padding:0px;
}


pre,
pre p {
	font-family:"Courier New", Courier, mono;
	font-size:1em;
	margin:0;
	padding:0;
	line-height:1em;
}




/*****  Table Settings  ******/

td, th {
	padding:0;
	margin:0;
	vertical-align:top;
}
table th, 
table td.tableHeader, 
table tr.tableHeader td {
	background-color:#023F6E;
	color:white;
	padding:.2em 1em;
}
		th a,
		th a:link,
		th a:active,
		th a:visited {
			color:white;
			text-decoration:none;
		}
				th a:hover {
					text-decoration:none;
				}




/************   Classes   *****************/
.small {
	font-size: 9px;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.floatLeft {
	float:left;
	margin:0 2em 2em 0;
}
.floatRight {
	float:right;
	margin:0 0 2em 2em;
}




table.transparent {
	border-bottom:1px none #969BBA;
}

table.transparent td,
tbody.transparent td,
tr.transparent td {
	padding:0em .2em;
}



.outlined {
	padding:.5em 1.5em;
	margin:10px 0px;
	border:1px solid #666;
}
table.outlined {
	padding:1.5em;
	border:1px solid #ccc;
	clear:both;
	background:none;
	margin:1em 0;
}
		table.outlined {
			padding:0em;
			background:none;
		}
		table.outlined td,
		tbody.outlined td,
		tr.outlined td,
		td.outlined {
			padding:.3em 1em;
			border:1px solid #ccc;
			background:none;
		}

		table.outlined th,
		tbody.outlined th,
		tr.outlined th,
		th.outlined {
			border-collapse:collapse;
			padding:0em .2em;
			border-right:1px solid #ccc;
			border-bottom:2px solid #ccc;
			background:none;
			color:black;
		} 
				table.outlined th:last-child,
				tbody.outlined th:last-child,
				tr.outlined th:last-child,
				th.outlined:last-child {
					border-right:1px none #666;
				}


p.highlight {
	padding:.5em 1.5em;
	margin:10px 0px;
	background:#BCDDF0;
}
div.highlight {
	padding:1.5em;
	background:#BCDDF0;
	clear:both;
	margin:1em 0;
}
		table.highlight {
			padding:0em;
			margin:0;
			border-collapse:collapse;
			line-height:1em;
		}
				table.highlight table {
					padding:0em;
					margin:1em 0;
					border-collapse:collapse;
				}
		.highlight p,
		.outlined p {
			margin:0px;
		}
	
		table.highlight td,
		tbody.highlight td,
		tr.highlight td,
		td.highlight {
			padding:0.3em 1em;
			background:#BCDDF0;
			border:1px solid white;
			line-height:1em;
			border-collapse:collapse;
		}
		
		table.highlight th,
		tbody.highlight th,
		tr.highlight th,
		th.highlight {
			padding:0.3em 1em;
			color:white;
			background:#023F6E;
			line-height:1em;
			border:1px solid white;
			font-weight:700;
		}
				table.highlight th p,
				tbody.highlight th p,
				table td.tableHeader p,
				table tr.tableHeader p {
					color:white;
					line-height:1em;
					margin:0;
					padding:0;
					font-weight:700;
				}
				table.highlight th a,
				tbody.highlight th a {
					color:white;
					text-decoration:underline;
				}

		
.quotation-left-1 {
	font-size:1em;
	color:#023F6E;
	color:#FF6600;
	font-weight:700;
	width:20%;
	float:left;
	text-align:left;
	padding:0 3em 2em 0;
	margin:0em 0 1em 0;
	padding-right:5%;
	padding-bottom:25px;
}
		.stopOrphans-left-1 {
			margin-left:22%;
		}

.quotation-right-1 {
	font-size:1em;
	color:#023F6E;
	color:#FF6600;
	font-weight:700;
	width:20%;
	float:right;
	text-align:left;
	padding:0 3em 2em 0;
	padding-left:5%;
	margin:0;
	padding-bottom:40px;
}
		.stopOrphans-right-1 {
			margin-right:21%;
		}

.quotation-left-2 {
	font-size:1.4em;
	line-height:1.2em;
	color:#023F6E;
	color:#FF6600;
	font-weight:700;
	width:40%;
	float:left;
	padding:0em 2em 2em 0;
	padding-right:10%;
	margin:0;
}
		* html .quotation-left-2 {
			width:25%;
			w\idth:40%;
			padding-right:2%;
		}

		.stopOrphans-left-2 {
			margin-left:50%;
		}
				* html .stopOrphans-left-2 {
					margin-left:30%;
					m\argin-left:50%;
				}

.quotation-right-2 {
	font-size:1.4em;
	line-height:1.2em;
	color:#023F6E;
	color:#FF6600;
	font-weight:700;
	width:50%;
	float:right;
	padding-left:10%;
	padding:0em 0 2em 2em;
	margin:0;
}
		* html .quotation-right-2 {
			width:30%;
			w\idth:50%;
			padding-left:2%;
		}
		.stopOrphans-right-2 {
			margin-right:50%;
		}
				* html .stopOrphans-right-2 {
					margin-right:38%;
				}

.bodytext {

}


.indent {
	margin-left:22%;
}
.outdent {
	margin-left:0px;
}

.enforceParagraphBreak {
	clear:both;
}



.underline {
	text-decoration:underline;
}



.label1,
.label2,
.label3,
.label4 {
	width:6.5em;
	display:block;
	float:left;
	margin-right:1em;
	text-align:right;
	height:1em;
}
		.label2 {
			width:10em;
		}
		.label3 {
			width:14em;
		}
		.label4 {
			width:18em;
		}



.textButton a,
.textButton a:link,
.textButton a:active,
.textButton a:visited {
	color:#633A49;
	padding:.2em 1em .2em 0em;
	white-space:nowrap;
	text-decoration:none;
	text-transform:capitalize;
}
		.textButton a:hover {
			color:#969bba;
		}


.dotted-top {
	background-image:     url(../images/tile-dot-T.gif) top repeat-x;
}
.dotted-bottom {
	background-image:     url(../images/tile-dot-T.gif) bottom repeat-x;
}
.dotted-left {
	background-image:     url(../images/tile-dot-T.gif) left repeat-y;
}
.dotted-right {
	background-image:     url(../images/tile-dot-T.gif) right repeat-y;
}


.fullWidth {
	margin-left:-150px;
}
