/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  BODY STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

body {
	
}

p {
	margin: 5px 0 10px 0;
}

table, td {
	margin: 0px;
	padding: 0;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  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: #1a76b9;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* Additional Hyperlink Styles */

.a2 {
	color: #1a76b9;
	text-decoration: none;
}

.a2:hover {
	color: #333;
	text-decoration: none;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  CONTENT STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.contentHdr {
	font-size: 15px;
	font-family: Arial, Tahoma, Sans-Serif; 
	color:#1a76b9;
	line-height: 18px;
}

.contentHdrSmall {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: normal;
}

.contentTxt {
	font-size: 11px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	color: #333;
	line-height: 18px;
}

.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;
}



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  FORM STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

form {
	margin: 0;
	padding: 0;
}

#ddlRegarding, #ddlSearchType {
	border-color: #7f9db9;
	padding-top: 2px;
	
}

.formField {
	color: #1a76b9;
	font-size: 11px;
	width: auto;
	height: 21px;
	padding: 2px 3px 1px 3px;
	font-family: Arial, Tahoma, Sans-Serif;
	width: 250px;
	
}

.formSearchField {
	color: #1a76b9;
	font-size: 11px;
	height: 21px;
	padding: 2px 3px 1px 3px;
	font-family: Arial, Tahoma, Sans-Serif;
	width: 250px;
	
}

.formTextarea {
	color: #1a76b9;
	font-size: 11px;
	width: auto;
	height: auto;
	padding: 2px 3px 1px 3px;
	font-family: arial, Tahoma, Sans-Serif;
	width: 250px;
	
}

.formBtn {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	width: auto;
	height: 23px;
	padding: 0 3px 1px 3px;
	margin: 0px 0 0 0;
}

.formBtnSearch {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	width: auto;
	height: 23px;
	margin-left: 2px;
	vertical-align: middle;
	margin-bottom: 5px;
}


.required {
	font-size: 10px;
	font-weight: normal;
	color: #c33;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  BREADCRUMB STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

#lblBreadcrumb {
	font-size: 11px;
	font-weight: normal;
	color: #1a76b9;
	font-family: Arial, Tahoma, Sans-Serif;
}

.path:link {
	color:#1a76b9;
	text-decoration: underline;
}

.path:active {
	color: #1a76b9;
	text-decoration: underline;
}

.path:hover {
	color: #336;
	text-decoration: underline;
}

.path:visited {
	color: #1a76b9;
	text-decoration: underline;
}

.path:visited:hover {
	color: #336;
	text-decoration: underline;
}


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  SITEMAP LINK STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.sitemapLink {
	font-size: 11px;
	font-weight: normal;
	color: #1a76b9;
	text-decoration: none;
	font-family: Arial, Tahoma, Sans-Serif;
}

.sitemapLink:link {
	color: #1a76b9;
	text-decoration: none;
	font-family: Arial, Tahoma, Sans-Serif;
}

.sitemapLink:active {
	color: #ccc;
	text-decoration: none;
}

.sitemapLink:hover {
	color: #ccc;
	text-decoration: underline;
}

.sitemapLink:visited {
	color: #1a76b9;
	text-decoration: none;
}

.sitemapLink:visited:hover {
	color: #ccc;
	text-decoration: underline;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  UL LI STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

UL LI {
	font-size: 11px;
	font-family:Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	color: #1a76b9;
	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;
}



/* SEARCH */

.search_hdr
{
	color: #1A76B9;
	font-size: 15px;
	font-family: Arial, Tahoma, Sans-Serif;
	margin-left: 10px;
	font-weight: normal;
	margin-top: 5px;
	padding-bottom: 2px;
}

.searchBtn
{
	vertical-align: middle;
	margin-bottom: 5px;
}

.searchForm
{
	color: #1A76B9;
	font-size: 15px;
	font-family: Arial, Tahoma, Sans-Serif;
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.advSearch
{	
	color: #1A76B9;
	font-size: 11px;
	font-family: Arial, Tahoma, Sans-Serif;
	margin-left: 11px;
	font-weight: normal;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  TABLE STYLES
  -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.tableHeaderCourseDetails
{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	background-color: #063a85;
}

.column1CourseDetails
{
	font-size: 11px;
	color: #000;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

.courseDetailHeader
{
	font-size: 15px;
	font-family:arial;
	font-weight: normal;
	color: #1a76b9;
}
	



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  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;
}



