﻿/*@import url("/RichWidgets/web.css"); -- Removed in the upgrade to 5.1.0.7*/
/* Inserted in the upgrade to 5.0.0.0: */

.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;    
    text-decoration: underline;
}

.Paragraph {
}

th {
    text-align: left;
    font-weight: normal;
}

.EditRecord {
}

.ShowRecord {
}

.TableRecords {
}

table.Empty {
}

/* Inserted in the upgrade to 5.0.0.0 */

 
/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/


html, form {
	margin:0px; 
	padding:0px;
}

body {
	background: #D9D9D9 url(img/BodyGrandientBkg.jpg) top left repeat-x;
/*	text-align: center; test GBV */
}

body,
select,
textarea,
input,
td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th /* copied from 'td' in the upgrade to 5.0.0.0 */ {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body,td,p {
	margin: 0px;
	padding: 0px;
}

th /* copied from 'td' in the upgrade to 5.0.0.0 */ {
	margin: 0px;
	padding: 0px;
}

.Paragraph /* copied from 'p' in the upgrade to 5.0.0.0 */ {
	margin: 0px;
	padding: 0px;
}

input {
	padding: 1px 0px 1px 0px;
}

input[type="text"][readonly]{
	background: #EAEAEA; 
}

input[type=radio],
input[type=checkbox] {
	margin: 0px;
	vertical-align: bottom;
}

input[type=file] {
	height: 21px;
	vertical-align: bottom;
}

textarea {
	margin-top: 2px;
	*margin-top: 0px;
}

/*table {
	border-collapse: separate;
	empty-cells: show;
}*/

table {  /* required for IE6 */
	border-collapse: collapse;
	empty-cells: show;
}
td,p {  /* required for IE6 */
	margin: 0px;
	padding: 0px;
}

th /* copied from 'td' in the upgrade to 5.0.0.0 */ {                        
	margin: 0px;
	padding: 0px;
}

.Paragraph /* copied from 'p' in the upgrade to 5.0.0.0 */ {                        
	margin: 0px;
	padding: 0px;
}

a,
a:link,
a:visited {
	color: #0081AA;
}

a:hover {
	color: #005975;
}

a[disabled="disabled"] {
	color: ButtonShadow;
}

/* /--Inserted in the upgrade to 5.1.0.1--\ */

img {
    border-width: 0;
}

/* \--Inserted in the upgrade to 5.1.0.1--/ */

img {
	vertical-align: text-bottom;
}

ul {
	padding-left: 10px;
}
li {
	list-style-image: url(img/Bullet.gif);
	padding: 2px 0;
}


/*-----------------------------------------------------------------*/
/*----------------- HTML Elements End -----------------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles Start -----------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can modify the styles in this area but you should */
/* not remove or rename them because they are used by    */
/* Service Studio widgets.                               */
/*-------------------------------------------------------*/

.Button,
.ButtonSmall {
	text-align: center;
	margin-right: 3px;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
}
.ButtonSmall {
	font-size: 11px;
}

.Button[disabled="disabled"] {
	padding: 1px 12px 2px 10px;
	color: ButtonShadow;
	cursor: text;
}

.EditRecord_Caption {
	color: #444444;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.EditRecord_Value {
	border-left: 3px solid white;
	color: #444444;
}

.EditRecord_Buttons {
	text-align: left;
	padding-top: 8px;
	border-bottom: 2px solid silver;
	padding-bottom: 3px;
}

.ShowRecord_Caption {
	color: #444444;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.ShowRecord_Value {
	border-left: 3px solid white;
	padding: 5px;
	color: #444444;
	font-weight: normal;
	vertical-align: top;	
}

.TableRecords_Header {
	color:#EAEAEA;
	font-weight: normal;
	background: #1E5AA3 url(/RichWidgets/img/Bar_Gradient.png) repeat-x top;
	_background:#1E5AA3;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
	font-size: 14px;
}
.SortColumns_Sortable {
	font-weight: normal;
	cursor:pointer;
	color:white;
}	
.SortColumns_Sortable:hover {
	text-decoration:underline;
}	
.SortColumns_Sorted {
	font-weight: bold;
	cursor:pointer;
	color:white;
}
.SortColumns_Sorted:hover {
	text-decoration:underline;
}
.TableRecords_Header a,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
	color: white;
}
.TableRecords>tbody>tr:hover {
 background-color: #F0F0F0;
}

.TableRecords_OddLine, 
.TableRecords_EvenLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #efefef;
	/*white-space: nowrap;*/
	vertical-align: top;
}

.TableRecords_SelectedLine {
 	background-color: #E0E0E0;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

/* /--Inserted in the upgrade to 5.1.0.0--\ */

.ListRecords {
}

img.RecordPicture {
    display: block;
    float: left;
    width: 120px;
}

div.RecordPicture_Wrapper {
    float: left;
}

div.RecordPicture_Wrapper img.RecordPicture {
    float: none;
}

.TableRecords img.RecordPicture {
    width: auto;
    height: 40px;
    float: none;
}

input.Prompt, textarea.Prompt {
    color: #BBBBBB;
}

/* \--Inserted in the upgrade to 5.1.0.0--/ */

/* /--Inserted in the upgrade to 5.1.0.2--\ */

select.Mandatory {
}

textarea.Mandatory {
}

/* \--Inserted in the upgrade to 5.1.0.2--/ */

input.Mandatory {
}

input.Not_Valid {
	border: 2px solid #BF1601;
}

select.Not_Valid {
 border: 2px solid #BF1601;
}

textarea.Not_Valid {
	border: 2px solid #BF1601;
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {
}

th.MandatoryValue /* copied from 'td.MandatoryValue' in the upgrade to 5.0.0.0 */ {
}

td.MandatoryCaption {
}

th.MandatoryCaption /* copied from 'td.MandatoryCaption' in the upgrade to 5.0.0.0 */ {
}
span.ValidationMessage {
	color: white;
	font-size: 11px;
	position: absolute;
	padding: 6px;
	font-weight: bold;
	background: #BF1601;
	max-width: 300px;
	z-index: 100;
}

span.ValidationIcon {
}

span.InputMandatorySymbol {
	position: absolute;
	color: #BF1601;
	padding: 3px;
	content: '*';
	font-size: 12px;
}

.Invisible {
	display: none;
}
.DeveloperComment {
	display: none;
	border-style: solid;
	border-color: Gray;
	border-width: 1px 2px 2px 1px;
	background-color: #FFFF99;
	font-size: 9pt;
	color: #666666;
	margin: 2px;
	padding: 4px;
	position: absolute;
	right: -190px;
	width:220px;
	visibility: hidden;
	top:-1500px;
	text-align: left;
}

div.BrowserSecurityMessage {
	background-color: #E88310;
	color: white;
	padding: 3px;
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles End -------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles Start ------------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can add, modify or remove the styles in this area */
/* at your will. Use them anywhere in the eSpace, in the */
/* widgets' Style property.                              */ 
/*-------------------------------------------------------*/

/*--------General Start------------------------*/

.Heading1 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
}

.Heading2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;	
}

.Heading3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;	
}

.Text_Note {
	color: #676767;
	font-size: 1.0em;
}

.Text_Error {
	color: #c7331f;
}

.Text_NoWrap {
	white-space: nowrap;
}

.Text_Preformatted {
	white-space: -moz-pre-wrap;
	white-space: pre;
	word-wrap: break-word;
}

.Text_Justified { 
	text-align: justify;
} 



/*--------General End--------------------------*/



/*--------StyleGuide General Start-------------*/

/*.Document {
	background-color: White;	
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 1px 1px 1px;
	height: 92%;
	width: 96%;
}*/
.DocumentPopup {
	background-color: White;	
	width: 100%;
	height: 100%;
	margin-top: 0px;
}
/** html .Document {
	height: 90%;
}*/

/*.Footer {
	color: #666666;
	font-size: 11px;	
	width: 96%;
	padding-top: 5px;
	margin: 0 auto;
}*/
.BodyPopup {
	padding: 0px 16px 14px 16px;
	vertical-align:top;	
}

/*.Body {
	padding: 0px 16px 14px 16px;
	vertical-align:top;	
	height: 90%;
}*/

.Body .Button {
	margin-top: 10px;
}

.Body td .Button {
	margin-top: 0px;
}

.Body th .Button /* copied from '.Body td .Button' in the upgrade to 5.0.0.0 */ {
	margin-top: 0px;
}

.Header {
	height: 95px;
	background: url(img/HeaderBkg.jpg) top left no-repeat;
	position: relative;
}

.Title {
	margin-top: 13px;
	margin-bottom: 16px;
}

.Title_Links {
	font-size: 11px;
	font-weight: bold;
}

.Title .Heading1 {
	padding-bottom: 0px;
	font-size: 20px;
}


.Title_Links td {
	font-size: 11px;
}

.Title_Links th /* copied from '.Title_Links td' in the upgrade to 5.0.0.0 */ {
	font-size: 11px;
}

/*--------StyleGuide General End---------------*/



/*--------Header WebBlock Start----------------*/

.Header_Logo {
	float: left;
	width: 340px;
	height: 70px;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 20px;
	padding-left: 15px;
}

.HeaderGreetings {
	width: 500px;
	height: 24px;
	float: right;
	margin-top: 14px;
	text-align: right;
	overflow: hidden;
}

.HeaderGreetings_Item a {
        text-decoration: none;
	color: #676767;
}


.HeaderGreetings_Item {
	background: url(img/Bullet.gif) top left no-repeat;
	padding: 0 6px 0 9px;
	color: #676767;
	font-size: 1.0em;
	white-space: nowrap; 	
}
.HeaderInfo {
	width: 500px;
	height: 40px;
	float: right;
	margin: 0 10px 0 0;
	text-align: left;
	bottom:0px;
        right: 0px;
        position: absolute;
}
.HeaderInfo p {
	/*padding: 4px 0 2px;*/
}

.HeaderInfo .Paragraph /* copied from '.HeaderInfo p' in the upgrade to 5.0.0.0 */ {
	                       
}

/*--------Header WebBlock End------------------*/



/*--------Menu WebBlock Start------------------*/

.Menu_Container {
}


.Menu_TopMenus {
    margin-left: 10px;
    *height: 20px;
    _border-left: 1px solid #cccccc;  /* IE6 */
} 

.Menu_TopMenu { 
	display: -moz-inline-box; /*FF2*/
	display: inline-block;
	*float:left; 
	background-color: #EAEAEA;
	white-space: nowrap; 
	font-size: 12px;
	margin-left: -1px;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
} 

.Menu_TopMenu A:link ,
.Menu_TopMenu A:visited,
.Menu_TopMenu A {
	color: #555555; 
	text-decoration: none; 
}

div.Menu_TopMenuActive {
	background-color: #8F8F8F;
}

div.Menu_TopMenuActive a, 
div.Menu_TopMenuActive a:link,
div.Menu_TopMenuActive a:visited {
	color: White;
}

.Menu_SubMenuSection {
	background: #444444 url(/RichWidgets/img/Bar_Gradient.png) repeat-x top;
	_background: #444444;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	color: White;
	height: 18px;
	padding: 3px 0px 2px 15px;
	vertical-align: middle;
}

.Menu_SubMenuItem, 
.Menu_SubMenuItem:link,
.Menu_SubMenuItem:visited {
	color: White;
	font-size: 8pt;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
}

.Menu_SubMenuItem:hover {
	text-decoration: underline;
}

a.Menu_SubMenuItemActive,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited {
	font-weight: bold;
}


/*--------Menu WebBlock End--------------------*/



/*--------ShowRecord Pattern Start-------------*/

.ShowRecord_Wrapper {
	margin-bottom: 8px;
}

.ShowRecord_LastModified {
	padding-top: 2px;
	color: #888888;
	font-size: 9px;	
	font-style: italic;
}

/*--------ShowRecord Pattern End---------------*/



/*--------EditRecord Pattern Start-------------*/

.EditRecord_Wrapper {
	margin-bottom: 8px;
	padding: 8px;
}

.EditRecordWithTitles_Wrapper {
	float: left;
	margin-bottom: 8px;
}

.EditRecord_SectionTitle {
	color: #888888;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #888888;
	text-align: left;
}

/*--------EditRecord Pattern End---------------*/



/*--------TableRecords Pattern Start-----------*/

.TableRecords_Wrapper {
}
.TableRecords_Wrapper .Button {
	font-size: 10px;
	margin-top: 0px;
}

.TableRecordsWithFilters_Wrapper {
}

.Filters_Wrapper {
 background: #dddddd url(img/Filter_Gradient.gif) repeat-x top;
 padding: 4px;
}

.TableRecords_Frame {
	border-top: 1px solid white;
	width: 100%;
}

div.TableRecords_Frame>table>tbody>tr:hover {
	background-color: #EEEEEE;
}

.TableRecords_Actions,
.TableRecords_Footer {
	font-size: 11px;
	vertical-align: middle;
	float: left;
	font-weight: bold;
	padding: 1px;
}

div.TableRecords_Actions div.BulkSelect_Wrapper, 
div.TableRecords_Footer div.BulkSelect_Wrapper {
	float: left;
	padding: 0px;
}

.TableRecords_TopNavigation {
	padding: 0px;
	border-top: 1px solid white;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;  /* IE6 */
	display: block;
	*display: inline-block;
}

.TableRecords_TopNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_BottomNavigation {
	padding-top: 2px;
	border-top: 1px solid #1E5AA3;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;  /* IE6 */
	display: block;
	*display: inline-block;	
}

.TableRecords_BottomNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Filters {	
	white-space: nowrap;
}
.Filters td {	
	padding: 2px 0px 2px 4px;
	vertical-align: middle;
}

.Filters th /* copied from '.Filters td' in the upgrade to 5.0.0.0 */ {	
	padding: 2px 0px 2px 4px;
	vertical-align: middle;
}

.Filters td img {
	vertical-align: middle;
}

.Filters th img /* copied from '.Filters td img' in the upgrade to 5.0.0.0 */ {
	vertical-align: middle;
}

.Filters td .Button {
	font-size: 12px;
}

.Filters th .Button /* copied from '.Filters td .Button' in the upgrade to 5.0.0.0 */ {
	font-size: 12px;
}

.Filters a {
	text-decoration: none;
}

.Filters a:hover {
	text-decoration: underline;
}


/*--------TableRecords Pattern End-------------*/



/*--------Login Pattern Start------------------*/

.Login_Wrapper {
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 31px;
	clear: both;
}

.Login_RememberValue {
	text-align: left;
}

/*--------Login Pattern End--------------------*/

div.Popup.ui-dialog .ui-dialog-titlebar {
	background-color: #1E5AA3;
}

div.calendar tbody td.selected,
div.calendar tbody .rowhilite td.selected {
	background-color: #1E5AA3;
}

div.calendar tbody th.selected /* copied from 'div.calendar tbody td.selected' in the upgrade to 5.0.0.0 */ ,
div.calendar tbody .rowhilite th.selected /* copied from 'div.calendar tbody .rowhilite td.selected' in the upgrade to 5.0.0.0 */ {
	background-color: #1E5AA3;
}	

div.ui-autocomplete-results li.ui-autocomplete-over { 
	background-color: #1E5AA3; 
} 
 
/****** To use the Richwidgets.UI_Tabs component ****************/ 
 
.Tabs_Wrapper {} 
.Tabs_TabBody {} 
 
 

/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles End --------------------*/
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/*------------------- Customized Styles Start ---------------------*/
/*-----------------------------------------------------------------*/

.CMS_topBar {
	background-color: #186B8B;
	padding: 5px;
	padding-left: 8px;
	color: white;
}
.CMS_topBar .Heading3 {
	padding: 0px;
	color: white;
}
.CMS_topBar a {
	color: white;
}
.CMS_topBar a:hover {
	color: white;
}

.CMS_ContentBar {
	background-color: #186B8B;
	padding: 2px;
	padding-left: 4px;
	font-weight: bold;
	color: white;
}
.CMS_ContentBar .Button {
	font-size: 11px;
}
.CMS_OtherContentTable {
}
.CMS_OtherContentTable td {
	padding: 2px 0 2px 5px;
	border-top: 1px solid #186B8B;
}

.CMS_OtherContentTable th /* copied from '.CMS_OtherContentTable td' in the upgrade to 5.0.0.0 */ {
	padding: 2px 0 2px 5px;
	border-top: 1px solid #186B8B;
}
.CMS_ContentWrapper {
	border: 2px solid #186B8B;
}
.CMS_ContentWrapper_Actions {
	width: 320px;
	float: right;
}
.CMS_ContentWrapper_Actions_BottomButtons {
	width: 320px;
}


.CMS_ContentWrapper_Actions .ButtonSmall {
	margin-right: 2px;
}
.CMS_ContentWrapper_Details {
	border-top: 1px solid Silver;
	padding: 4px;
	min-height: 100px;
	_height: 100px; /* for IE6 */
}




.CMS_ProgramBar {
	background-color: #186B8B;
	padding: 2px;
	padding-left: 4px;
	font-weight: bold;
	color: white;
}
.CMS_ProgramBar .Button {
	font-size: 11px;
}
.CMS_OtherProgramTable {
}
.CMS_OtherProgramTable td {
	padding: 2px 0 2px 5px;
	border-top: 1px solid #186B8B;
}

.CMS_OtherProgramTable th /* copied from '.CMS_OtherProgramTable td' in the upgrade to 5.0.0.0 */ {
	padding: 2px 0 2px 5px;
	border-top: 1px solid #186B8B;
}

.CMS_ProgramsWrapper {
	border: 2px solid #186B8B;
	width: 305px;
}
.CMS_ProgramsWrapper_Actions {
	width: 305px;
	float: left;
}
.CMS_ProgramsWrapper_Actions .ButtonSmall {
	margin-right: 2px;
}
.CMS_ProgramsWrapper_Details {
	border-top: 1px solid Silver;
	padding: 4px;
	min-height: 100px;
	_height: 100px; /* for IE6 */
}

.OuterDocument {
	width: 930px;
	margin: 0 auto;
	background: url(img/OuterDocumentBkg.jpg) top left repeat-y;
}
.MidDocument {
	background: url(img/MidDocumentBkg.jpg) top left no-repeat;
}
.Document {
	margin: 0 6px;
	background-color: white;
	font-size: 11px;
	text-align: left;
	width: 918px; /* required due to floated menu; total is 930px */
}
.Document table {
	border-collapse: collapse;
}

/* ***** Style for Drop-Down Menu ***** */
.Menu {
	height: 46px;
	background: url(img/MenuBkg.jpg) top left no-repeat;
	padding: 0 14px;
	color: white;
}
.Menu ul {
	list-style: none; /* remove bullets */
	float: left; /* required for drop-downs not affect content below */
}
.Menu * {
	padding: 0; margin: 0;
}
.Menu a {
	text-decoration: none; /* no underline in links */
	color:white;
	display: block; /* required for menu correct behaviour */
}

/* Top Menu Items */
.Menu li {
	float:left; /* horizontal arrangement */
	list-style:none;
	/*width is set dinamically by javascript, due to variable width */
}
.Menu li a {
	height:32px; /* total height 46px */
	/*width is set dinamically by javascript, due to variable width */
	padding-top: 14px;
	font-weight:bold;
	text-align: center;
	background: url(img/MenuSeparator.jpg) top right no-repeat;
}

/* Drop-Down Items */
.Menu li ul { /* hide drop-down by default */
	background: #219BC0 url(img/DropMenuBkg.jpg) top left repeat-x;
	display:none; /* hide drop-down by default */
	position: absolute; /* required for menu correct behaviour */
	left:-999em; /* required for menu correct behaviour */
	width:170px;
	border: 1px solid #ADE7F3;
	border-top: none;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.Menu ul li:hover {
	background: url(img/MenuSelectedBkg.jpg) top left repeat-x;
	position:static; /* required for menu correct behaviour */
}
.Menu li:hover ul { /* show drop-down on-hover */
	left:auto; /* shows element; required for menu correct behaviour */
}
.Menu li ul li a {
	height:21px;
	padding: 7px 0 0 14px;
	width:157px; /* total width 171px */
	font-weight:normal;
	text-align:left;
}
.Menu li ul li a:hover {
	background-color: #00749B;
}
.TopMenu {
}
.TopMenuSelected {
	background: url(img/MenuSelectedBkg.jpg) top left repeat-x;
}

.Menu input {
	border: none;
	background: url(img/SearchInputBkg.jpg) top left no-repeat;
	height:22px;
	padding:4px;
	width:200px;
}

.Body {
	width: 918px;
	background: white url(img/BodyTopGradient.jpg) top left repeat-x;
	padding: 0px;
	padding-top: 7px;
	min-height: 500px;
	_height: 500px; /* for IE6 */
}
.BodyContent {
	background: white url(img/BodyTopGradient.jpg) top left repeat-x;
	padding: 20px;
	min-height: 500px;
	_height: 500px; /* for IE6 */
}

.OuterFooter {
	background-color: #D9D9D9;
	padding: 0 6px;
}
.Footer {
	height: 20px;
	background: url(img/FooterTopBkg.jpg) top left no-repeat;
	padding: 10px 5px;
	line-height: 1.8em;
	font-size: 1em;
	text-align: left;
	color: #656565;
}
.Footer a {
	text-decoration: none;
	color: gray;
}
.Footer a:hover {
	text-decoration: underline;
	color: #696969;
}


.HomeSpotlight {
/*	height: 258px; GBV required ?*/
}
.HomeSpotlightImage {
	height: 250px;
	width: 598px; /* total 612px */
	margin: 0 7px 7px 7px;
}
.HomeSpotlightText {
	padding-left: 10px;
	text-align: left;
}
.HomeSpotlightText a {
	text-decoration: none;
}
.HomeSpotlightText a:hover {
	text-decoration: underline;
}

.HomeSpotlightText_Title {
	padding-bottom: 10px;
	padding-left: 6px;
	padding-top: 10px;
	color: #656565;
}
.HomeSpotlightText_Title .Heading2 {
	padding: 0px;
	margin: 0px;
	color: #656565;
}
.HomeSpotlightText_Text {
	padding: 6px 10px;
}

.HomeSpotlightText_LineSeparator {
	border-bottom: 1px solid #EFEFEF;
}

.HomeSpotlightText_Date {
	color: #9A9A9A;
	font-weight: bold;
}
.HomeSpotlightText_Links {
}
.HomeSpotlightText_Links a {
	font-weight: bold;
}

.HomePrograms {
	width: 278px;  
	padding-bottom: 14px; 
	padding-top: 14px; 
	padding-right: 5px;  
	padding-left: 5px; 
	text-align: left;
}
.HomePrograms a {
	text-decoration: none;
}
.HomePrograms a:hover {
	text-decoration: underline;
}

.HomePrograms_Title {
	background: url(img/Bullet.gif) center left no-repeat;
	padding-left: 10px;
}

.HomePrograms_Title .Heading3 {
	font-size: 11px;
	padding-top:0px;
}

.HomePrograms_Text {
	padding: 6px 10px;
}
.HomePrograms_Links {
}
.HomePrograms_Links a:hover {
	font-weight: bold;
}





.HomeHighlight {
	height: 220px;
	background: white url(img/BodyTopGradient.jpg) top left repeat-x;
	padding-top: 7px;
	text-align: left;
}

.HomeNavigation {
	background: url(img/HomeNavigationBkg.jpg) top left no-repeat;
	padding: 16px 0;
	background-color: #E5E5E5;
}
.HomeNavigation a {
	text-decoration: none;
}
.HomeNavigation a:hover {
	text-decoration: underline;
}
.HomeNavigation_Title {
	font-size: 1.2em;
	font-weight: bold;
	background: url(img/Bullet.gif) top left no-repeat;
	padding: 0 0 0 12px;
	color: #636363;
}
.HomeNavigation_Text {
	background: url(img/VerticalSeparator.gif) top left no-repeat;
	padding: 0 6px;
}
.HomeNavigation_Text li {
	list-style-image: none;
	list-style: none;
	padding: 3px 0px;
}

.SectionHeader {
}
.SectionHeader_Image {
	margin: 0 7px 7px 7px;
	width: 600px;
}
.SectionHeader_Actions {
	width: 284px;
	padding: 10px;
}
.SectionHeader_Actions_Table {
	padding: 4px;
	border-bottom: 1px solid #E2E2E2;
}
.SectionHeader_Actions a {
	color: #30798A;
	text-decoration: none;
	font-weight: bold;
}
.SectionHeader_Actions a:hover {
	text-decoration: underline;
}
.SectionDetail {
	background: url(img/SectionDetailBkg.jpg) top left repeat-x;
}


.SectionDetail_LeftColumn {
	background: url(img/SectionLeftColumnBkg.jpg) top left no-repeat;
	width: 248px; 
	padding-top: 30px; 
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom:20px; 
	font-weight: bold;
}

.SectionDetail_LeftColumn .HomePrograms_Text {
	background: url(img/Bullet.gif) center left no-repeat;
	font-size: 0.7em;
	font-weight:normal;
}

.SectionDetail_LeftColumn ul {
}

.SectionDetail_LeftColumn ul li {  /* level2 +level3 */
	background-color: transparent;
}

.SectionDetail_LeftColumn ul ul {
	display: block;
}

.SectionDetail_LeftColumn li {  
	list-style: none;
	font-size: 1.4em;
	background-color: #54B6D1;
	color: #0081aa; 
	list-style-image: none;
}

.SectionDetail_LeftColumn_level2, .SectionDetail_LeftColumn_level2Italic { /* level 2 */
	font-size: 1.4em; /* refers ro inherited font-size */
	padding-left: 8px;
	color: #0081aa;  
}


p.SectionDetail_LeftColumn_level2{ /* level 2 */
	padding-bottom:6px; 
}

.Paragraph.SectionDetail_LeftColumn_level2 /* copied from 'p.SectionDetail_LeftColumn_level2' in the upgrade to 5.0.0.0 */ {              
	padding-bottom:6px; 
}

p.SectionDetail_LeftColumn_level2Italic{ /* level 2 hidden*/
	padding-bottom:6px; 
	font-style: italic;
}

.Paragraph.SectionDetail_LeftColumn_level2Italic /* copied from 'p.SectionDetail_LeftColumn_level2Italic' in the upgrade to 5.0.0.0 */ {                    
	padding-bottom:6px; 
	font-style: italic;
}

.SectionDetail_LeftColumn_level3, .SectionDetail_LeftColumn_level3Italic { /* level 3 */
	/*font-size: 0.7em; *//* refers ro inherited font-size */
	padding-left: 10px;
	color: #0081aa;  
}

p.SectionDetail_LeftColumn_level3{ /* level 3 */
	padding-bottom:6px; 
}

.Paragraph.SectionDetail_LeftColumn_level3 /* copied from 'p.SectionDetail_LeftColumn_level3' in the upgrade to 5.0.0.0 */ {              
	padding-bottom:6px; 
}


p.SectionDetail_LeftColumn_level3Italic{ /* level 3 hidden*/
	padding-bottom:6px;
	font-style: italic;
}

.Paragraph.SectionDetail_LeftColumn_level3Italic /* copied from 'p.SectionDetail_LeftColumn_level3Italic' in the upgrade to 5.0.0.0 */ {                    
	padding-bottom:6px;
	font-style: italic;
}

.SectionDetail_LeftColumn a {
	text-decoration: none;
	background-color: transparent;
}

.SectionDetail_LeftColumn li li a {
	text-decoration: none;
	background-color: transparent;
        color: #0081aa; 
}

.SectionDetail_LeftColumn a_hover {
	text-decoration: underline;
}


.SectionDetail_RightColumn {
	background: url(img/SectionRightColumnBkg.jpg) top left no-repeat;
	width: 612px; 
	padding: 20px;
	min-height: 180px; /* required due to background image */
	_height: 180px; /* for IE6 */
}

.Breadcrumb {
	color:#30798A;
	margin-bottom: 20px;
}
.Breadcrumb ul {
	list-style: none;
	padding: 0px;
}
.Breadcrumb li {
	display: inline;
}

.Breadcrumb a {
	text-decoration: none;
}

.Breadcrumb a:hover {
	text-decoration: underline;
}

.Breadcrumb_Current {
	font-weight: bold;
}

.Breadcrumb_Current a {
	font-weight: bold;
}

.Heading1 {
	font-size: 2.2em;
	color: #0085AA;
}
.Heading2 {
	font-size: 1.6em;
	color: #0297C6;
}
.Heading3 {
	font-size: 1.4em;
	color: #028BB5;
}

.Print {
	background-color: white;
}


.loginButton{
    position: relative;/*Panel will "push" the content  down */
}

.loginPanelWraper{
	float: right;
	text-align: right;
	margin: 14px;
}

.loginPanel {
    position: absolute;  /*Panel will overlap  content */
    z-index: 999;
    background: #009CC2;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 146px;
    padding: 10px;
    margin-left: 2px;
}

.loginPanel_Text{
    color: white; 
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.loginPanel_Text a{
    color: #BBF5FF; 
    text-decoration: none;
}


/********************* Recommend Panel *****************************/

.RecommendLink{
    position: relative;/*Panel will "push" the content  down */
}

.RecommendPanelWraper{
	float: right;
	text-align: right;
	margin: 14px;
}

.RecommendPanel {
    position: absolute;  /*Panel will overlap  content */
    z-index: 999;
    background: #009CC2;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 266px;
    padding: 10px;
    margin-left: 2px;
	right:180px;
}

.RecommendPanel_Text{
    color: white; 
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.RecommendPanel_TextSpecial{
    font-weight: normal;
}

.RecommendPanel_Text a{
    color: #BBF5FF; 
    text-decoration: none;
}

.RecommendButtomSend {
	padding-top:10px;
	padding-right:12px;
}

/********************* Styles for site map *************************/

.SiteMap_Level1 {
	background-color: white;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 0;
	font-weight: bold;
	font-size: 1.2em;
}

.SiteMap_Level1_text {
	background: url(img/Bullet.gif) center left no-repeat;
	padding: 0 0 2px 10px;
	color: #0085AA;
}

.SiteMap_Level2 {
	/*background-color: #F9F9F9; */
	border-bottom: 1px solid white;
	float: left;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	font-size: 1em;
}

.SiteMap_Level2 a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.SiteMap_Level2 a:hover {
	color: #0085AA;
	text-decoration: none;
	font-weight: bold;
}

.SiteMap_Level2_text {
	background: url(img/SiteMapBullet.jpg) center left no-repeat;
	padding-left: 4px;
}

.SiteMap_Level3{
	/*background-color: #F9F9F9;*/
	border-bottom: 1px solid white;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 10px 4px 10px;
	font-weight: normal;
	font-size: 1em;
}

.SiteMap_Level3 a {
	color: #676767;
	text-decoration: none;
	font-weight: normal;
}

.SiteMap_Level3 a:hover {
	color: #0085AA;
	text-decoration: none;
	font-weight: normal;
}

.SiteMap_Level3_text {
	background: url(img/SiteMapBullet.jpg) center left no-repeat;
	padding-left: 4px;
}

.SiteMap_SubMenus {
	clear: left;
}

/****************** Styles for search results **********************/

.SearchResults_Navigation {
	background-color: #F9F9F9;
	font-weight: normal;
	font-size: 1em;
	color: #656565;
	padding: 3px;
}

.SearchResults_Navigation_Bold {
	font-weight: bold;
	color: #676767;
}

.SearchResults_Navigation a {
	text-decoration: none;
}

.SearchResults_Navigation_Nav {
	float: right;
}

.SearchResults_KeyWord_Title {
	background: url(img/Bullet.gif) no-repeat 0px 10px; 
	padding-left: 12px; 
	padding-bottom: 12px; 
	padding-top: 6px; 
	font-size: 1.4em; 
	font-weight: normal; 
	color: #656565; 
}

.SearchResults_Line {
	border-bottom: 1px solid #F9F9F9;
	padding-top: 10px;
}

.SearchResults_Line_Title {
	font-size: 0.8em; 
}

.SearchResults_Line_Title  a {
	text-decoration: none;
}

.highlight_word {
	background-color:#FCFBC1;
}

/******************** Styles for Acordeon list *********************/

.AcordeonLevel1 {
	background-color: #F9F9F9;
	padding-left: 12px; 
}

.AcordeonLevel1 .Heading2 {
	padding-top:2px;
	padding-bottom:2px;
	font-size: 1.2em;
}

.AcordeonLevel1 a{
	text-decoration: none;
}

.AcordeonLevel1 a:hover {
	text-decoration: none;
}

.AcordeonLevel2 {
	padding-left: 14px;
}

.AcordeonLevel2_Content {
	border-bottom: 1px solid #F9F9F9;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.AcordeonLevel2_Content .Heading3 {
	background: url(img/SiteMapBullet.jpg) center left no-repeat;
	padding-left: 4px;
	padding-top:4px;
	font-size: 1em;
}

.AcordeonLevel2 a {
	text-decoration: none;
	color: #666666;
	padding-left: 4px;
}

.AcordeonLevel2 a:hover {
	text-decoration: underline;
	color: #038DBC;
	padding-left: 4px;
}

.LeftTopArrow {
	background: url(img/AcordeonUp.png) center left no-repeat;
	width:17px;
}

.RightTopArrow {
	background: url(img/AcordeonUp.png) center right no-repeat;
	width:17px;
	float:right;
}

.LeftBottomArrow {
	background: url(img/AcordeonBottom.png) center left no-repeat;
	width:17px;
}

.RightBottomArrow {
	background: url(img/AcordeonBottom.png) center right no-repeat;
	width:17px;
	float:right;
}

/******************* Styles for contact us page ********************/

.ContactUs_Description {
	background: url(img/Bullet.gif) top left no-repeat; 
	font-weight: bold;
	color: #656565;	
	padding-bottom: 10px;
	padding-left: 10px;
}

.ContactUs_Heading {
	padding-bottom: 5px;
}

.ContactUs_SmallTitles {
	font-weight: bold;
	color: #008EB8;
	padding:2px;
}

.ContactUs_Buttom {
	padding-top: 5px;
}


/*-----------------------------------------------------------------*/
/*-------------------- Customized Styles End ----------------------*/
/*-----------------------------------------------------------------*/
.BlockCycle {
	border: black 1px solid;
	background-color: #ff0000;
	color: white;
	text-align: center;
	font-family: monospace;
	font-size: larger;
}
.Entities_Filters_Wrapper {
   	background-color: #F9F9F9;   
}  
.Entities_Button_Filter {  
	color: #30798A; 
	font-weight: bold; 

}
.Entities_Button_Filter a{
	color: #30798A;
	text-decoration: none;
}
.Entities_Button_Filter a:hover{
	color: #30798A;
	text-decoration: underline;
}
.Entities_Detail_Wrapper{ 
  border-bottom: 20px;
}    
.Entities_Detail_BeforeHeader{ 
	height: 20px;  
	border-bottom: 1px solid #F9F9F9;    
}  
.Entities_Detail_ZoneWrapper{  
	padding-top: 2px;  
	padding-bottom: 2px;  
}  
.Entities_Detail_Title{   
	font-size: 1.8em;   
	color: #028DB6;   
	padding-bottom: 8px;  
	padding-top: 30px;   
}   
.Entities_Detail_Subtitle{  
	font-size: 1.2em;   
	color: #028CBA;  
	padding-top: 16px;  
	font-weight: bold;  
} 
.Entities_Detail_ImagePadding{ 
	padding-top: 30px; 
} 
.Heading_Bullet{ 
	background: url(img/Bullet.gif) no-repeat 0px 10px; 
	padding-left: 12px; 
	padding-bottom: 8px; 
	padding-top: 6px; 
	font-size: 1.4em; 
	font-weight: bold; 
	color: #444444; 
} 

.Portal_SmallTableRecords_Header {
	color:#EAEAEA;
	font-weight: bold;
	background: #0791B8;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	white-space: nowrap;
	line-height: 9px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
	font-size: 9px;
}

.Portal_TableRecords_Header {
	color:#EAEAEA;
	font-weight: bold;
	background: #0791B8;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
	font-size: 14px;
}

.Portal_TableRecords_OddLine, 
.Portal_TableRecords_EvenLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	/*white-space: nowrap;*/
	vertical-align: top;
}
.Popup_Wrapper {
	padding: 8px 8px 8px 8px;
}
.SectionDetail_OneColumn {
	padding: 20px;
}


.PortalFilters_Wrapper {
 background: #60BCD5 url(img/Filter_Gradient_Portal.gif) repeat-x top;
 padding: 4px;
}
