/* stylemaster.css */
/* Version 1.0 */
/* 15 May 2008 */
/* Changes made by: */
/* Approved by: */

/*User Styles*/


.Heading1, H1
{
	font-family: Myriad, Arial, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #4c583d;background-image:url(../images/Subhead_BGD.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height:29px;
	padding-left:10px;
	padding-top:5px;
	display: block;
}

.Heading2, H2 
{
	font-family: Myriad, Arial, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #639ea9;
}

.Heading3, h3 
{
	font-family: Myriad, Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #888888;
}

.HeadingTd
{
	font-family: Myriad, Arial, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #4c583d;
	background-image:url(../images/Subhead_BGD.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height:29px;
	padding-left:10px;
	padding-top:5px;

}
.BookingTd
{
	height:29px;
	padding-right:25px;
	text-align: right;
	padding-bottom: 5px;
}


.HeadingTd a
{
	font-family: Myriad, Arial, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #4c583d;
}
.images
{
	border: 2px solid #bee611;
}


.BodyText 
{
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px; 
	color:#000000; 
	text-align: justify; 
}
.Caption
{
	font-family: Myriad, Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	line-height: 18px; 
}

.AltBodyText 
{
	font-family: Myriad, Arial, sans-serif;  
	font-size:12px; 
	color:#888888;
}

.Bullets 
{
	font-size:12px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: disc;
}

.AltBullets 
{
	font-size:12px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: square;
}



a.Link:link
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#4c583d;
	font-weight:normal;
	text-decoration: underline;
}

a.AltLink1:link
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#4c583d;
	font-weight:normal;
	text-decoration: none;
}

.AltLink2 
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#99CC33;
	font-weight:bold;
}

/*Customer Specific Styles*/

.HighlightTitle
{
	color:#4c583d;
	font-size:16px;
	font-weight: bold;
}
/*
	We can add customer specific styles here.
*/

/*
.customStyle1
{
}

.customStyle2
{
}

*/

/* End Customer Specific Styles */


/* Developer Styles - Customers might want to use some of these. */

/* Section 1 - Customer Usable */

/* Styles for Page Title and Edit Links */

.pageTitle
{
	font-weight:normal;
	font:arial;
	color:#3660c4;
	font-size: 24px;
}

.pageEditLink
{
	font-size:12px; 
	text-decoration:none;
	color: #222222;
}

.menuLink
{
	font-weight:bold;
	color:123456;
}

.menuOpenedLink
{
	font-weight:bold;
	color:654321;
}

/* style for show_member() 
	all sub menu 
*/
.subsectionsLink
{
	color:#ff0000;
	font-weight:bold;
}

.subsectionsOpenedLink
{
	color:#00ff00;
	font-weight:bold;
}

/* style for show_location() 
	breadcrumLink
*/
.breadCrumLink
{
	color:#ff0000;
	font-weight:bold;
}

.breadCrumopenedLink
{
	color:#00ff00;
	font-weight:bold;
}

.copyright
{
	font-weight:bold;
}

.footerLink
{
	margin:5px;
	color: #ffffff;
}

/* Customers don't need to use anything below this, just using big red fonts as a separator */

.PleaseDoNotUseStylesBelowThis
{
	color: red;
	font-size:14px;
}

/* Section 2 - Developer Use Only */

.SitemapMainUL
{
	color:#000000;
}

.SitemapUL1
{
	color:#110000;
}

.SitemapUL1 li
{
	color:#110000;
}

.SitemapUL2
{
	color:#220000;
}

.SitemapUL2 li
{
	color:#220000;
}

.SitemapUL3
{
	color:#330000;
}

.SitemapUL3 li
{
	color:#330000;
}

.SitemapUL4
{
	color:#440000;
}

.SitemapUL4 li
{
	color:#440000;
}

.SitemapUL5
{
	color:#550000;
}

.SitemapUL5 li
{
	color:#550000;
}

.SitemapUL6
{
	color:#660000;
}

.SitemapUL6 li
{
	color:#770000;
}

.SearchResultTable
{
	width:100%;
}

.SearchResultTable tr
{
	text-align:left;
}

.SearchResultTitle
{
	font-weight:bold;
}

.SearchResultCaption
{
	font-size:12px;
}

.SearchResultMoreLink
{
	text-decoration:none;
}

.SearchResultMoreTD
{
	text-align:right;
}

.SearchForm
{
	width:100%
}

.SearchForm table
{
	width:100%;
}

.SearchFormTextBox
{
	size:50;
}

/* Default Styles for common HTML tags, please update to keep uniform look and feel across the site */

/*Default body style, font-color and size needs to be same as BodyText class above */

html, body
{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px; 
	color:#333333;
	background-color:#e1e6ea;
}

/*Default table cells style, font-color and size needs to be same as BodyText class above */
td
{
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px; 
	color:#333333; 
	text-align: justify; 
}

/*Default div style, font-color and size needs to be same as BodyText class above */

div
{
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px; 
	color:#333333; 
	text-align: justify; 
}
p
{
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px; 
	color:#333333; 
	text-align: justify; 
}

/*Default span style, font-color and size needs to be same as BodyText class above */

span
{
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px; 
	color:#333333; 
	text-align: justify; 
}

/*Default H1 style, exactly same as Heading1 class above */
/*h1
{
	font-family: Myriad, Arial, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #006478;
}*/

/*Default H2 style, exactly same as Heading2 class above */
/*h2
{
	font-family: Myriad, Arial, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #639ea9;
}*/

/*Default H3 style, exactly same as Heading3 class above */
/*h3
{
	font-family: Myriad, Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #87CEFA;
}*/

/*Default Link style, exactly same as Link class above */

a:link
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#4c583d;
	font-weight:normal;
	text-decoration: none;
}
a:visited           
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#4c583d;
	font-weight:normal;
	text-decoration: none;
}
a:hover
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#4c583d;
	font-weight:normal;
	text-decoration: underline;
}
a:active
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#4c583d;
	font-weight:normal;
	text-decoration: none;
}

/* 
	Additional Link Styles (link, hover, visited, active) for Link, AltLink1 and AltLink2 (and pretty much all the links used across the website) 
	Each of the links have 5 different property, we have kept the default one at the top
	for the customers to see, the rest need to go here.
*/

a.Link:link
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#639ea9;
	font-weight:normal;
	text-decoration: underline;
}
a.Link:visited           
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#639ea9;
	font-weight:normal;
	text-decoration: underline;
}
a.Link:hover
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#014b58;
	font-weight:normal;
	text-decoration: underline;
}
a.Link:active
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#014b58;
	font-weight:normal;
	text-decoration: underline;
}


a.AltLink1:link
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:13px;
	color:#4c583d;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink1:visited           
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:13px;
	color:#4c583d;
	font-weight:bold;
	text-decoration: none;
}
a.AltLink1:hover
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:13px;
	color:#4c583d;
	font-weight:bold;
	text-decoration: underline;
}
a.AltLink1:active
{
	font-family: Myriad, Arial, sans-serif; 
	font-size:13px;
	color:#4c583d;
	font-weight:bold;
	text-decoration: underline;
}
a.AltLink2:link
{
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:hover
{
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:visited
{
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#99CC33;
	font-weight:bold;
}

a.AltLink2:active
{
	font-family:Myriad, Arial, sans-serif; 
	font-size:12px;
	color:#99CC33;
	font-weight:bold;
}

a.pageEditLink:link
{
	font-size:12px;
	font-family:Myriad, Arial, sans-serif; 
	text-decoration:none;
	color: #222222;
}

a.pageEditLink:hover
{
	font-size:12px; 
	font-family:Myriad, Arial, sans-serif; 
	text-decoration:none;
	color: #014b58;
}

a.pageEditLink:visited
{
	font-size:12px; 
	font-family:Myriad, Arial, sans-serif; 
	text-decoration:none;
	color: #014b58;
}

a.pageEditLink:active
{
	font-size:12px;
	font-family:Myriad, Arial, sans-serif; 
	text-decoration:none;
	color: #222222;
}

a.menuLink:link
{
	font-weight:bold;
	color:123456;
}

a.menuLink:hover
{
	font-weight:bold;
	color:123456;
}

a.menuLink:visited
{
	font-weight:bold;
	color:123456;
}

a.menuLink:active
{
	font-weight:bold;
	color:123456;
}

a.menuOpenedLink:link
{
	font-weight:bold;
	color:654321;
}

a.menuOpenedLink:hover
{
	font-weight:bold;
	color:654321;
}

a.menuOpenedLink:visited
{
	font-weight:bold;
	color:654321;
}

a.menuOpenedLink:active
{
	font-weight:bold;
	color:654321;
}


a.subsectionsLink:link
{
	color:#ff0000;
	font-weight:bold;
}

a.subsectionsLink:hover
{
	color:#ff0000;
	font-weight:bold;
}

a.subsectionsLink:visited
{
	color:#ff0000;
	font-weight:bold;
}

a.subsectionsLink:active
{
	color:#ff0000;
	font-weight:bold;
}

a.SearchResultMoreLink:link
{
}

a.SearchResultMoreLink:hover
{
}

a.SearchResultMoreLink:visited
{
}

a.SearchResultMoreLink:active
{
}

a.subsectionsOpenedLink:link
{
	color:#00ff00;
	font-weight:bold;
}

a.subsectionsOpenedLink:hover
{
	color:#00ff00;
	font-weight:bold;
}

a.subsectionsOpenedLink:visited
{
	color:#00ff00;
	font-weight:bold;
}

a.subsectionsOpenedLink:active
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumLink:link
{
	color:#ff0000;
	font-weight:bold;
}

a.breadCrumLink:hover
{
	color:#ff0000;
	font-weight:bold;
}

a.breadCrumLink:visited
{
	color:#ff0000;
	font-weight:bold;
}

a.breadCrumLink:active
{
	color:#ff0000;
	font-weight:bold;
}

a.breadCrumopenedLink:link
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumopenedLink:hover
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumopenedLink:visited
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumopenedLink:active
{
	color:#00ff00;
	font-weight:bold;
}

a.footerLink:link
{
	margin:5px;
	color: #ffffff;
}

a.footerLink:hover
{
	margin:5px;
	color: #ffffff;
}

a.footerLink:visited
{
	margin:5px;
	color: #ffffff;
}

a.footerLink:active
{
	margin:5px;
	color: #ffffff;
}


.MenuLinkTable
{
	background-color: #9ed1b2;
	width: 100%;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left:0px;
}

.MenuLinkCell
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #9ed1b2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}

.MenuLinkCellOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}

.MenuLinkCellSelected
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.MenuLinkCellSelectedOver
{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #83afb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.MenuLinkCell a:link, .MenuLinkCell a:visited, .MenuLinkCell a:active
{
	color: #2c6698; 
	text-decoration: none;
}

.MenuLinkCell a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.MenuLinkCellOver a:link, .MenuLinkCellOver a:visited, .MenuLinkCellOver a:active
{
	color: #ffffff; 
	text-decoration: none;
}

.MenuLinkCellOver a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.MenuLinkCellSelected a:link, .MenuLinkCellSelected a:visited, .MenuLinkCellSelected a:active,.MenuLinkCellSelected a:hover
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}

.MenuLinkCellSelectedOver a:link, .MenuLinkCellSelectedOver a:visited, .MenuLinkCellSelectedOver a:active,.MenuLinkCellSelectedOver a:hover
{
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}

.MenuBookMarkDiv
{
	width: 100%;
	height: 100%;
}

.MenuBookMarkUL
{
	width:100%;
}

.MenuBookMarkUL td
{
	padding-bottom: 10px;
	background-image:url(../images/SideNav_OFF.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-right:10px;
	width:100%;
	height:37px;
	color: #818282; 
	font-size:18px;
	font-family: Myriad, Arial, sans-serif; 
}

.BookMark:link
{
	color: #818282; 
	font-size:18px;
	text-decoration: none;
	font-family: Myriad, Arial, sans-serif; 
}
.BookMark:visited
{
	color: #818282; 
	font-size:18px;
	text-decoration: none;
	font-family: Myriad, Arial, sans-serif; 
}
.BookMark:active
{
	color: #818282; 
	font-size:18px;
	text-decoration: none;
	font-family: Myriad, Arial, sans-serif; 
}

.BookMark:hover
{
	color: #818282;
	font-size:18px !important;
	text-decoration:none;
	font-family: Myriad, Arial, sans-serif; 
}

/* Associates List Style BEGIN */
.AssociatesListTitle
{
	background-color:a4a4a4;
}

.AssociatesListTitle td
{
	font-color:#000000;
}


.AssociatesList
{
	background-color:e2e2e2;
}

.AssociatesList td
{
	color:#000000;
}

.AssociatesList td a
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:visited
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

/* Associates List Style END */

/* Associate Detail Style BEGIN */

.AssociateDetailsTitle
{
	background-color:a4a4a4;
}

.AssociateDetailsTitle td
{
	color:#000000;
}

.AssociateDetails
{
	background-color:e2e2e2;
}

.AssociateDetails td
{
	color:#ff0000;
}

.AssociateDetails td a
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:visited
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetailsGoBackLink
{

}

.AssociateDetailsGoBackLink td
{

}

.AssociateDetailsGoBackLink td a
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:hover
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:visited
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:active
{
	color:00ff00;
	text-decoration:none;
}

.SearchButton 
{
	background-color: #3d84cc; 
	color: #ffffff; 
	border-left: solid 1px #EDEDED; 
	border-top: solid 1px #EDEDED; 
	border-right: solid 1px #848284;
	border-bottom: solid 1px #848284;
	padding: 2px;
	font-weight: bold;
	font-size: 85%;
	font-family: Tahoma;
}


/*#################### Start OLD Styles */

.copyright {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;color:#FFFFFF}
.title {font-size:18px;color:#33B0FF;font-weight:bold;line-height:18px}
.bottomtitle {font-size:12px; color:#FFFFFF;font-weight:bold;line-height:18px}

a.link:link { color: FFFFFF; text-decoration: none; font-size: 12px; font-family: verdana, Myriad, Arial, sans-serif; }
a.link:active { color: FFFFFF; text-decoration: none; font-size: 12px; font-family: verdana, Myriad, Arial, sans-serif;  }
a.link:visited { color: FFFFFF; text-decoration: none; font-size: 12px; font-family: verdana, Myriad, Arial, sans-serif;  }
a.link:hover { color: FFFFFF; text-decoration: underline; font-size: 12px; font-family: verdana, Myriad, Arial, sans-serif;  }

a.body:link { color: 005b6c; text-decoration: underline; font-size: 12px; font-family: verdana, Myriad, Arial, sans-serif; }
a.body:active { color: 005b6c; text-decoration: underline; font-size: 12px; font-family: verdana, Myriad, Arial, sans-serif;  }
a.body:visited { color: 005b6c; text-decoration: underline; font-size: 12px; font-family: verdana, Myriad, Arial, sans-serif;  }
a.body:hover { color: 005b6c; text-decoration: none; font-size: 12px; font-family: verdana, Myriad, Arial, sans-serif;  }


.openedlink {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#ffffff;text-decoration:underline;font-weight:none}
.CodeForeground {margin:0in;margin-bottom:.0001pt;font-size:9.0pt;font-family:Courier New;}
.CodeInText {font-family:Courier New;font-weight:bold;}
.ScreenText {font-family:Tahoma;}
.headingw {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#ffffff;font-weight:bold}
.ImportantWords	{font-weight:bold;}

td {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#666666;white-space:normal;}
ul {margin-left:15;}
a {font-weight:none;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#000000;text-decoration: none}


a.footerlink {font-weight:none;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#333333;text-decoration: none}
a.footerlink:hover {font-weight:none;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#333333;text-decoration:underline}


/* END OLD Styles */