/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  BODY STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

p {
	margin: 5px 0 10px 0;
}

table, td {
	margin: 0;
	padding: 0;
}

body, table, p, span, textarea, input {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 17px;
}

img 
{
	border: 0;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  DEFAULT STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.height {
	height: 100%;
}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

hr {
	color: #888;
	background-color: #888;
	height: 1px;
	border: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.middle {
	vertical-align: middle;
}

.hidden {
	display: none;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  DEFAULT HYPERLINK STYLE
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* Additional Hyperlink Styles */

.a2 {
	color: #fff;
	text-decoration: none;
}

.a2:hover {
	color: #fff;
	text-decoration: underline;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  CONTENT STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.contentHdrSmall {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: normal;
}

.contentTxt {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 15px;
}

.contentTxtSmall {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 15px;
}

.contentTxtBig {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 15px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  ADDITIONAL CONTENT STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.errorTxt {
	font-size: 10px;
	font-weight: normal;
	color: #f00;
}



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  LAYOUT STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.container { 
	width: 760px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 1px solid #999;
}

#content {
	margin: 20px 15px 20px 15px;
	line-height: normal;
}





/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  FORM STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

form {
	margin: 0;
	padding: 0;
}

#ddlRegarding, #ddlSearchType {
	border-color: #7f9db9;
	padding-top: 2px;
}

.formField {
	color: #333;
	font-size: 11px;
	width: auto;
	height: 21px;
	padding: 2px 3px 1px 3px;
}

.formSearchField {
	color: #333;
	font-size: 11px;
	width: auto;
	height: 21px;
	padding: 2px 3px 1px 3px;
}

.formTextarea {
	color: #333;
	font-size: 11px;
	width: auto;
	height: auto;
	padding: 2px 3px 1px 3px;
}

.formBtn {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	width: auto;
	height: 23px;
	padding: 0 3px 1px 3px;
	margin: 2px 0 0 0;
}

.required {
	font-size: 10px;
	font-weight: normal;
	color: #c33;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  BREADCRUMB STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

#lblBreadcrumb {
	font-size: 11px;
	font-weight: normal;
	color: #999;

}

.path:link {
	color: #999;
	text-decoration: underline;
}

.path:active {
	color: #999;
	text-decoration: underline;
}

.path:hover {
	color: #4db848;
	text-decoration: underline;
}

.path:visited {
	color: #999;
	text-decoration: underline;
}

.path:visited:hover {
	color: #4db848;
	text-decoration: underline;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  SITEMAP STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.sitemap {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

.sitemap:link {
	color: #999;
	text-decoration: none;
}

.sitemap:active {
	color: #999;
	text-decoration: none;
}

.sitemap:hover {
	color: #4db848;
	text-decoration: underline;
}	

.sitemap:visited {
	color: #999;
	text-decoration: none;
}

.sitemap:visited:hover {
	color: #4db848;
	text-decoration: underline;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  UL LI STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

UL
{
	color: #666;
}

UL LI {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	list-style-image: url(../images/client/wire/arrow.gif);
	line-height: 20px;
}

UL UL LI {
	color: #666;
	list-style-image: none;
	
}

UL UL UL LI {
	color: #666;
	list-style-image: none;
	
}

UL UL UL UL LI {
	color: #666;
	list-style-image: url(../images/client/wire/mini-arrow.gif);
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  NEWS STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.newsTickerHeaderTxt {
	font-size: 12px;
	font-weight: bold;
	color: #39acd8;
}	

.newsTickerDateTxt {
	font-size: 10px;
	font-weight: bold;
	color: #39acd8;
}
.newsTickerDateTxt:link {
	font-size: 10px;
	font-weight: bold;
	color: #999;
}

.newsTickerTxt {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.newsTickerTxtMore {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	margin-right: 10px;
}

.lblNewsDate {
	font-size: 11px;
	font-weight: bold;
	color: #39acd8;
	text-decoration: none;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  OTHER STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */


select {
	font-size: 12px;
	color: #000000;
	border: solid 1px #000000
	}

option {
	font-size: 12px;
	color: #000000;
	border: solid 1px #000000
}

table.withBG {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat
}
	
td.line {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Menu Home Styles
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.contentHome {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0px 0px 18px;
}


.phonebookTxt {
	color: #000;
	font-size: 10px;
	line-height: 18px;
}

.login
{
	font-size: 12px;
	color: #fff;
}
	
.loginForm {
	border: solid 1px #ccc;
}
	



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Frontend Login Styles
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

table.FElogin {
	border: solid 1px #FFE8D9;
}
	
.FEloginHdr {
	color: #f60;
	font-size: 16px;
	font-weight: bold;
}

.FEloginSmall {
	color: #000;
	font-size: 9px;
	font-weight: normal;
}

.FEloginError {
	color: #f60;
	font-size: 9px;
	font-weight: bold;
}

.SearchHightlight {
	BACKGROUND-COLOR: #ff0;
}

.SearchHightlightAnd {
	BACKGROUND-COLOR: #fc0;
}

.SearchHightlightNot {
	BACKGROUND-COLOR: #f30;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Custom Styles
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */


#amblique a:visited img, #amblique a img {
	position: absolute;
	margin: 0 0 0 0;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50; opacity:0.5;
}

#amblique a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1;
}

#mainTable 
{
	background-color: #fff;
	margin: 0 auto 0 auto;

}

.leftCol
{
	background-color: #e4f1d5;
}

#pollquestion_home 
{
	margin: 25px 0 0 15px;
}
 
#Nav 
{
	margin: 20px 0 0 18px;
	height: 220px;
}

#randomContent
{
	margin: 20px 0 0 18px;
}

#mainContent
{
	margin-left: 15px;
}

#footer 
{
	margin: 0 0 15px 15px;
}

#contentHeader
{
	margin: 5px 0 5px 0;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Page Colours
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.rightCol_Green
{
	background-image: url(../Images/rightcol_green.gif);
}
.rightCol_Blue
{
	background-image: url(../Images/rightcol_blue.gif);
}
.rightCol_yellow
{
	background-image: url(../Images/rightcol_yellow.gif);
}
.rightCol_Purple
{
	background-image: url(../Images/rightcol_purple.gif);
}
.rightCol_Gold
{
	background-image: url(../Images/rightcol_gold.gif);
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Heading Colours
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.contentHdr {
	font-size: 22px;
	font-weight: bold;
	color: #4db848;
	line-height: 36px;
}

.contentHdrBlue {
	font-size: 22px;
	font-weight: bold;
	color: #0095d9;
	line-height: 36px;
}

.contentHdrYellow {
	font-size: 22px;
	font-weight: bold;
	color: #4db848;
	line-height: 36px;
}

.contentHdrPurple {
	font-size: 22px;
	font-weight: bold;
	color: #6182c2;
	line-height: 36px;
}

.contentHdrGold {
	font-size: 22px;
	font-weight: bold;
	color: #f5821f;
	line-height: 36px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Sub Heading Colours
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.subHeadingGreen {
	font-size: 16px;
	font-weight: bold;
	color: #4db848;
	line-height: 22px;
}

.subHeadingBlue {
	font-size: 16px;
	font-weight: bold;
	color: #0095d9;
	line-height: 22px;
}

.subHeadingYellow {
	font-size: 16px;
	font-weight: bold;
	color: #4db848;
	line-height: 22px;
}

.subHeadingPurple {
	font-size: 16px;
	font-weight: bold;
	color: #6182c2;
	line-height: 22px;
}

.subHeadingGold {
	font-size: 16px;
	font-weight: bold;
	color: #f5821f;
	line-height: 22px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Text Colours
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.TxtGreen {
	font-size: 11px;
	font-weight: normal;
	color: #4db848;
	line-height: 15px;
}

.TxtBlue {
	font-size: 11px;
	font-weight: normal;
	color: #0095d9;
	line-height: 15px;
}

.TxtYellow {
	font-size: 11px;
	font-weight: normal;
	color: #4db848;
	line-height: 15px;
}

.TxtPurple {
	font-size: 11px;
	font-weight: normal;
	color: #6182c2;
	line-height: 15px;
}

.TxtGold {
	font-size: 11px;
	font-weight: normal;
	color: #f5821f;
	line-height: 15px;
}