/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  BODY STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

body {
	background-color: #525252;
	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 Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 15px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  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
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.contentHdr {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: normal;
}

.contentHdrSmall {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: normal;
}

.contentTxt {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 15px;
}

.contentTxtSmall {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 15px;
}

.contentTxtBig {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	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: #333;
	font-size: 10px;
}

.path:link {
	color: #336;
	text-decoration: underline;
}

.path:active {
	color: #336;
	text-decoration: underline;
}

.path:hover {
	color: #336;
	text-decoration: underline;
}

.path:visited {
	color: #336;
	text-decoration: underline;
}

.path:visited:hover {
	color: #336;
	text-decoration: underline;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  SITEMAP LINK STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.sitemapLink {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	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: underline;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  SITEMAP STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.sitemap {
	font-size: 11px;
	font-weight: normal;
	color: #336;
	text-decoration: none;
}

.sitemap:link {
	color: #336;
	text-decoration: none;
}

.sitemap:active {
	color: #336;
	text-decoration: none;
}

.sitemap:hover {
	color: #000;
	text-decoration: underline;
}	

.sitemap:visited {
	color: #336;
	text-decoration: none;
}

.sitemap:visited:hover {
	color: #000;
	text-decoration: underline;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  UL LI STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

UL LI {
	font-size: 11px;
	font-weight: normal;
	color: #336;
	list-style-image: url(../images/client/wire/arrow.gif);
	line-height: 20px;
}

UL UL LI {
	color: #336;
	list-style-image: none;
	
}

UL UL UL LI {
	color: #336;
	list-style-image: none;
	
}

UL UL UL UL LI {
	color: #336;
	list-style-image: url(../images/client/wire/mini-arrow.gif);
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  NEWS STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.newsTickerHeaderTxt {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}	

.newsTickerDateTxt {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}
.newsTickerDateTxt:link {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

.newsTickerTxt {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.newsTickerTxtMore {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

.lblNewsDate {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	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;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  Custom Styles - Amblique Help system
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

#container
{
	/* TODO: Centering and shift it down by 25px */
}

#container a img, #container a:visited img, #container a:hover img
{
	border: 0;
}

#container #help-header-table
{
	background: transparent url(../Images/header.gif) no-repeat top left;
	width: 900px;
	height: 110px;
	margin: 0;
}

#help-search p font.highlight
{
	color: #e51b24;
	font-weight: bold;
}

#container #left-menu
{
	background: transparent url(../Images/nav-bg.gif) repeat-y top left;
	margin: 0;
	padding: 0;
	background-position: top left;
}

#container #welcome
{
	background: #fff url('../Images/home_content.gif') no-repeat top left;
}

#container .content
{
	background: transparent url('../Images/content-bg.gif') repeat-y top left;
	height: 350px;
	overflow: visible;
}

#container #help-page
{
	display: block;
	padding: 20px 10px 20px 10px;
	width: 670px;
}

#container #help-content
{
    display: block;
    padding: 20px 10px 20px 20px;
    width: 660px;
}

#container #help-left
{
	display: block;
	float: left;
	padding: 20px 0px 20px 20px;
	width: 430px;
}

#container #help-right
{
	display: block;
	float: right;
	padding: 20px 10px 20px 0px;
	text-align: center;
	width: 230px;
}

/*
#help-place_holder 
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 900px;
}

#help-place_holder font.highlight
{
	color: #E51B24;
	font-weight: bold;
}

#help-header
{
	position: relative;
	font-size: 0.8em;
	background: #FFF url('../Images/header.gif') fixed no-repeat 100px 50px;
	font-family: Arial, 'Lucida Sans';
	height: 110px;
	text-align: left;
	text-decoration: none;
}

#help-search
{
	position: relative;
	margin-left: 650px;
	margin-top: 40px;
}

#help-content
{
	text-align: left;
}

#help-footer
{
	text-align: left;
}
*/