/* stylemaster.css */
/* Version 1.0 */
/* 15 May 2008 */
/* Changes made by: */
/* Approved by: */

/*User Styles*/

.heading1 {
	font-family: Verdana, Verdana;font-size: 12px;font-weight: bold;color: #FFFFFF;
}

h2 {
	font-family: Verdana, Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#2C0B52;
	border-bottom:solid 1px #DEC7F8;
	padding-bottom:4px;
	background-image:url(../images/icon_link.png);
	background-repeat:no-repeat;
	background-position:right;
}

.Heading3 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.bodyText {
	font-family: Verdana, Verdana, Helvetica, sans-serif;	font-size: 11px;color: #333333;
}

.AltBodyText 
{
	font-family: Elephant, Times; 
	font-size:11px; 
	color:#3CB371;
}

.Bullets 
{
	font-size:11px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: disc;
}


/*Customer Specific Styles*/

/*
	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:bold;
}

.pageEditLink
{
	font-size:9px;
	text-decoration:none;
}

.menuLink
{
font-family:Century Gothic, Arial, Verdana; font-size:13px; text-decoration:none; color:#FFFFFF; font-weight:bold;
}

.menuOpenedLink
{
	font-weight:bold;
	color:#2c0b52;
}

/* 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
{
}

/* 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:0; 
	background-image:url(../images/bg.jpg); 
	background-repeat:repeat-x; 
	background-position:top;
}

/*Default table cells style, font-color and size needs to be same as BodyText class above */
td
{
	font-family:Verdana, Arial; 
	font-size:11px; 
	color:#333333; 
}

/*Default div style, font-color and size needs to be same as BodyText class above */

div
{
	font-family:Verdana, Arial; 
	font-size:11px; 
	color:#333333; 
}

/*Default span style, font-color and size needs to be same as BodyText class above */

span
{
	font-family:Verdana, Arial; 
	font-size:11px; 
	color:#333333; 
}

/*Default H1 style, exactly same as Heading1 class above */


/*Default Link style, exactly same as Link class above */

a:link
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#2c0b52;
}

a:hover
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#990066;
	text-decoration:none;
}


a.RSSLink:link
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#2c0b52;
}
a.RSSLink:hover
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#990066;
	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.anchor:link
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	color:#2c0b52;
}

a.anchor:hover
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	text-decoration:none;
}

a.AltLink1:link
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#990066;
	font-weight:bold;
}

a.AltLink1:hover
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#990066;
	font-weight:bold;
}

a.AltLink1:visited
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#990066;
	font-weight:bold;
}

a.AltLink1:active
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#990066;
	font-weight:bold;
}

a.pageEditLink:link
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:9px;
	text-decoration:none;
}

a.pageEditLink:hover
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:9px;
	text-decoration:none;
}

a.pageEditLink:visited
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:9px;
	text-decoration:none;
}

a.pageEditLink:active
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:9px;
	text-decoration:none;
}

a.menuLink:link
{
font-family:Century Gothic, Arial, Verdana; font-size:13px; text-decoration:none; color:#FFFFFF; font-weight:bold;
}

a.menuLink:hover
{
font-family:Century Gothic, Arial, Verdana; font-size:13px; text-decoration:none; color:#2c0b52; font-weight:bold;
}
/*
a.menuLink:visited
{
font-family:Century Gothic, Verdana, Verdana; font-size:13px; text-decoration:none; color:#FFFFFF; font-weight:bold;
}

a.menuLink:active
{
font-family:Century Gothic, Verdana, Verdana; font-size:13px; text-decoration:none; color:#FFFFFF; font-weight:bold;
}
*/
a.menuOpenedLink:link
{

}

a.menuOpenedLink:hover
{

}

a.menuOpenedLink:visited
{

}

a.menuOpenedLink:active
{

}

.menuLinkOpen 
{ 
	font-family:Century Gothic, Arial, Verdana;
	font-size:13px; 
	text-decoration:none; 
	color:#2c0b52; 
	font-weight:bold;
}
.menuLinkOpen:hover { font-family:Century Gothic, Arial, Verdana; font-size:13px; text-decoration:none; color:#2c0b52; font-weight:bold;}


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
{

}

a.footerLink:hover
{

}

a.footerLink:visited
{

}

a.footerLink:active
{

}


.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
{
	background-color: #e5f3d0;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.MenuBookMarkUL
{
	padding-left: 5px;
	padding-top: 5px;
	list-style-image: url(../images/bulletpoint_blue.gif);
}

.MenuBookMarkUL li
{
	padding-bottom: 3px;
}

.MenuBookMarkUL li a:link, .MenuBookMarkUL li a:visited, .MenuBookMarkUL li a:active
{
	color: #2c6698; 
	text-decoration: underline;
}

.MenuBookMarkUL li a:hover
{
	color: #2c6698;
	text-decoration:none;
}

.weatherLink {font-family:Verdana, Verdana; font-size:10px; text-decoration:none; color:#000000; padding-left:4px; background-color:#d5d4d4;  border-top:solid 1px #bebec9; border-bottom:solid 1px #bebec9; border-right:solid 1px #bebec9; border-left:solid 1px #bebec9;}
.weatherTab {font-family:Verdana, Verdana; font-size:10px; text-decoration:none; font-weight:bold; color:#000000; padding-left:4px; background-color:#f0f0f0; border-left:solid 1px #bebec9; border-top:solid 1px #bebec9; border-right:solid 1px #bebec9;}

.weatherLink a:link
{
font-family:Verdana, Verdana; font-size:10px; 
text-decoration:none; 
color:#000000; 
font-weight:normal; 
}
.weatherLink a:hover
{
font-family:Verdana, Verdana; font-size:10px; 
text-decoration:underline; 
color:#666666; 
}

.weatherTab a:link, .weatherTab a:active, .weatherTab a:hover, .weatherTab a:visited  
{
font-family:Verdana, Verdana; 
font-size:10px; 
text-decoration:none; 
font-weight:bold; 
color:#000000; 
}



.purpleBoxHeading {
	font-family: Verdana, Verdana;font-size: 12px;font-weight: bold;color: #FFFFFF;
}
.blackBoxHeading {
	font-family: Verdana, Verdana;font-size: 12px;font-weight: bold;color: #FFFFFF;
	background-image:url(../images/blackbox_top.gif);
	background-repeat: repeat-x;
}

.footerText {
	font-family: Verdana, Verdana, Helvetica, sans-serif;	font-size: 12px; color: #333333; padding-left:100px;
}

.pageNav {
	font-family: Verdana, Verdana;font-size: 10px;color: #2C0B52;
	font-weight:bold;
}
.pageNavLink{
	font-family: Verdana, Verdana;font-size: 10px;color: #2C0B52;
}
.pageNavLink:hover {
	font-family: Verdana, Verdana;font-size: 10px;color: #2C0B52; text-decoration:none;
}

.tableHeader {
	font-family: Verdana, Verdana;
	font-size: 11px;
	font-weight: bold;color: #FFFFFF; 
	padding-left:4px;

}
.tableText {
	font-family: Verdana, Verdana;font-size: 11px;color: #333333; padding-left:4px;
}

.CartLink 
{
	text-decoration:none;
	border:none;
}

.CartLink img
{
	border:none;
}

.CartLink:hover
{
	text-decoration:none;
		border:none;
}