﻿/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  BODY STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

body {
	background: #7E91AD;
	margin: 0;
	padding: 0;
	height: 100%;
}

p {
	margin: 10px 0 10px 0;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.height {
	height: 100%;
}

img {
	border:none;
}

img.pic_left{
padding:5px;
margin:0 8px 8px 8px;
border:1px  #CCCCCC solid;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  DEFAULT HYPERLINK STYLE
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #9A0100;
	text-decoration: underline;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  ADDITIONAL HYPERLINKS STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.a2 {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

.a2:hover {
	color: #fff;
	text-decoration: underline;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  CONTENT STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.contentHdr {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #7E91AD;
font-weight: bold;
}


.ContentHdrSmall 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #7E91AD;
font-weight: bold;
}

.contentTxt 
{
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 11px;
font-weight:bold;

}

.contentTxtSmall {
	color: #000;
	font-size: 10px;
	line-height: 15px;
}

.contentTxtBig {
	color: #000;
	font-size: 12px;
	line-height: 15px;
}

.errorTxt {
	font-size: 10px;
	color: #f00;
}

.requiredTxt {
	font-size: 10px;
	color: #f00;

}

.contentTxt textarea {
height:55px;
font-size:11px;
width:230px;
overflow: scroll ;


}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  LAYOUT STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.container { 
	width: 760px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 1px solid #999;
}

#content 
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 15px 20px 15px;
	line-height: normal;
}



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  OTHER STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */


select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: solid 1px #000000
	}

option {
	font-family: Arial, Helvetica, sans-serif;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0px 0px 18px;
}

.lblNewsDate {
	color: #0068B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.phonebookTxt {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

.login
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
	
.loginForm {
	border: solid 1px #CCCCCC;
}
	
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Search Styles
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.searchForm
{
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}

.searchBtn
{
	border: solid 0px #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 1px 0px;
}

.searchForm_page
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  lblBreadcrumb Style
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.path {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.path:link {
	color: #333366;
	text-decoration: underline;
}

.path:active {
	color: #333366;
	text-decoration: underline;
}

.path:hover {
	color: #333366;
	text-decoration: underline;
}

.path:visited {
	color: #333366;
	text-decoration: underline;
}

.path:visited:hover {
	color: #333366;
	text-decoration: underline;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Sitemap Link Styles
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.sitemapLink {
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.sitemapLink:link {
	color: #ccc;
	text-decoration: none;
}

.sitemapLink:active {
	color: #ccc;
	text-decoration: none;
}

.sitemapLink:hover {
	color: #ccc;
	text-decoration: underline;
}

.sitemapLink:visited {
	color: #ccc;
	text-decoration: none;
}

.sitemapLink:visited:hover {
	color: #ccc;
	text-decoration: underlines;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Sitemap Styles
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.sitemap {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.sitemap:link {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.sitemap:active {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.sitemap:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}	

.sitemap:visited {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.sitemap:visited:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

UL LI {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: outside;
	line-height: 10px;
	margin-top: 10px;
	margin-left: -5px;
	text-decoration: none;
	list-style-image: url(../images/client/wire/arrow.gif);
}

UL UL LI {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	list-style-image: none;
	
}

UL UL UL LI {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	list-style-image: none;
	
}

UL UL UL UL LI {
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	list-style-image: url(../images/client/wire/mini-arrow.gif);
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  News Styles
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.newsTickerHeaderTxt {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}	

.newsTickerDateTxt {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.newsTickerDateTxt:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.newsTickerTxt {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.newsTickerTxtMore {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Frontend Login Styles
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

table.FElogin {
	border: solid 1px #FFE8D9;
}
	
.FEloginHdr {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.FEloginSmall {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.FEloginError {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.SearchHightlight {
	BACKGROUND-COLOR: #ffff00;
}

.SearchHightlightAnd {
	BACKGROUND-COLOR: #ffcc00;
}

.SearchHightlightNot {
	BACKGROUND-COLOR: #ff3300;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Custom Styles
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.heading 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #7E91AD;
font-weight: bold;
}

.redheading { font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #660000;
font-weight: bold;
}

.whiteheading { font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
}

.copyright{ font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
} 

.nav_bg
{
background-image: url(images/greyLine.jpg);
background-repeat: repeat-y;
}

	
.blueartist { font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7E91AD;
font-weight: bold;
}
.redartist { font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #660000;
font-weight: bold;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  ADDITIONAL STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.errMsg{ font-size: 8pt; font-family: Tahoma, Verdana, Arial, sans-serif; color: #ff0000;}
.bodycontent { font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;font-size: 11px; color:#25285B; font-weight: normal; }
.tbl_heading
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#7E91AD;
	text-decoration: none;
	height:22px;
}
td.bar { background-color:#404040 }
td { font-family: Arial, Helvetica, sans-serif; font-size: 11px}
h2 {
	font: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #7E91AD;
	margin:0px;
}
h3 {
	font: 1.42em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #7E91AD;
}


.fact-finding ol li {
margin-left:-20px; 
}