
/* ----- BEGIN /styles/global/global.css ----- */

/**************************************************************************
 Global stylesheet for CBWorks
 Jeff Chew
 *************************************************************************/
 
body {
	background-color					: #FFFFFF;
	margin								: 0px 0px 0px 0px;
	padding								: 0px;
	font-family							: Arial, Helvetica, Sans-serif;		
}

table.mainTemplateTable {
	width								: 1000px;
	margin								: 0px;
	padding								: 0px;
	
}

.mainTemplateTable td {
	vertical-align						: top;	
}

.mainTDUtilites {
	background-image					: url(../../img/global/header/shadow_C19.jpg);
	background-position					: top; 
	background-repeat					: repeat-x;
	width								: 100%;
	height								: 11px;
}

.mainTDFooter {
	padding								: 20px 0px 0px 0px;
}

.leftNavTD {
	padding								: 0px 10px 0px 10px;
	width								: 295px;	
}

.slightheight {
	line-height							: 5px;	
}	

/*************************************************************************
 BEGIN global text styles
 ************************************************************************/

td {
	font-size							: 12px;	
}	 

a:link, a:visited, a:visited:hover, a:active, a:hover {
	color								: #4678aa;
	font-weight							: bold;
	text-decoration						: none;
}

.orangeBold {
	color								: #ed6923;
	font-weight							: bold;	
}	
 
/*************************************************************************
 END global text styles
 ************************************************************************/

/*************************************************************************
 BEGIN Header styles
 ************************************************************************/
 
 /* Header Table */
 table.headerTable {
 	background-color						: #77aadd;
 	border-top								: 8px solid #77aadd;
    border-right							: 8px solid #77aadd;
    border-bottom							: 9px solid #77aadd;
    border-left								: 6px solid #77aadd;
    width									: 100%;
 }
 
 .headerTable td {
 	vertical-align							: top;
 }
 
 /*************************************************************************
  BEGIN Global Nav styles
  ************************************************************************/
  
	 /* Global Nav Table */
	 table.globalNavTable { 	
	 	border								: none;
	 	border-collapse						: collapse;
	 	margin								: 0px 0px 8px 0px;
	 	font-size							: 11px;
		color								: #336699;
	 } 
	 
	 .globalNavTable td {
	 	padding								: 0px 10px 0px 0px;
	 }
 
	 /* GLOBAL NAV LINK */
	 A.globalNavLink:link,A.globalNavLink:active,A.globalNavLink:visited {	 	
	 	font-size							: 11px;
	 	color								: #336699;
	 	font-weight							: normal;
	 	text-decoration						: none;
	 }
	 
	 /* GLOBAL NAV LINK : HOVER */
	 A.globalNavLink:hover,A.globalNavLink:visited:hover {	 	
	 	font-size							: 11px;
	 	color								: #FFFFFF;
	 	font-weight							: normal;
	 	text-decoration						: none;
	 }	 	  
	 
 /*************************************************************************
  END Global Nav styles
  ************************************************************************/
  
 /*************************************************************************
  BEGIN Quick Search styles
  ************************************************************************/
  
	 /* Global Nav Table */
	 table.quickSearchTable { 	
	 	border								: none;
	 	border-collapse						: collapse;		 		 	
	 } 
	 
	 .quickSearchTable td {
	 	padding								: 0px 0px 0px 5px;
	 }
	 
	 /* Search text box */
	 .quickSearchTextBox {
	 	position							: relative;
	 	padding								: 2px 2px 2px 2px;
	 	margin								: -1px 0px 0px 0px;	 	
	 	width								: 90px;
	 	height								: 17px;
	 	color								: #003366;
	 	font-size							: 11px;	
	 	border								: none;
	 }
	 
	 /* This needs to be included for Firefox to override the IE 1px horizontal margins fix */
	 INPUT[class=quickSearchTextBox] {
	 	margin								: 0px 0px 0px 0px;
	 }
 
	 /* ADVANCED SEARCH LINK */
	 A.advancedSearchLink:link,A.advancedSearchLink:active,A.advancedSearchLink:visited {	 	
	 	font-size							: 10px;
	 	color								: #003366;
	 	font-weight							: normal;
	 	text-decoration						: none;
		line-height							: 100%;
		display								: block;
		position							: relative;
		top									: -2px;
	 }
	 
	 /* ADVANCED SEARCH LINK : HOVER */
	 A.advancedSearchLink:hover,A.advancedSearchLink:visited:hover {	 	
	 	font-size							: 10px;
	 	color								: #FFFFFF;
	 	font-weight							: normal;
	 	text-decoration						: none;
		line-height							: 100%;
		display								: block;
		position							: relative;
		top									: -2px;
	 }		  
	 
 /*************************************************************************
  END Quick Search styles
  ************************************************************************/
  
 /*************************************************************************
  BEGIN Logo/Branding styles
  ************************************************************************/
  
	 /* Logo Table */
	 table.logoTable { 	
	 	border								: none;
	 	border-collapse						: collapse;	
	 	font-family							: Times New Roman, Helvetica, Sans-serif;	 		 	
	 } 
	 
	 .logoTable td {
	 	padding								: 0px 8px 0px 0px;
	 	font-size							: 16px;
	 	color								: #FFFFFF;
	 	font-weight							: bold;
	 }	 	 
	 
 /*************************************************************************
  END Logo/Branding styles
  ************************************************************************/
  
 /*************************************************************************
  BEGIN Top Nav styles
  ************************************************************************/
  
	 /* Top Nav Table */
	 table.topNavTable { 	
	 	border								: none;
	 	border-collapse						: collapse;
        margin-top							: 4px;
		height								: 66px;
     }
	 
	 .topNavTable td {
	 	padding								: 0px 0px 0px 4px;	 	
	 }	 	 
	 
 /*************************************************************************
  END Logo/Branding styles
  ************************************************************************/
 

/*************************************************************************
 END Header styles
 ************************************************************************/
 
/*************************************************************************
 BEGIN Footer styles
 ************************************************************************/
 /* Footer Table */
 table.footerTable {
 	background-color						: #77aadd;
 	border									: 8px solid #77aadd;
 	width									: 100%;
 }
 
 .footerTable td {
 	vertical-align							: top;
	padding-right							: 5px;
 }
 
 .copyrightText {
 	font-size								: 10px;
 	color									: #444b4c;
 }
 
 /*************************************************************************
  BEGIN Footer Nav styles
  ************************************************************************/
  
	 /* Footer Nav Table */
	 table.footerNavTable { 	
	 	border								: none;
	 	border-collapse						: collapse;
	 	margin								: 0px 0px 8px 0px;
	 	font-size							: 11px;
		color								: #4477aa;
	 } 
	 
	 .footerNavTable td {
	 	padding								: 0px 10px 0px 0px;
	 }
 
	 /* FOOTER NAV LINK */
	 A.footerNavLink:link,A.footerNavLink:active,A.footerNavLink:visited {	 	
	 	font-size							: 11px;
	 	color								: #003366;
	 	font-weight							: normal;
	 	text-decoration						: none;
	 }
	 
	 /* FOOTER NAV LINK : HOVER */
	 A.footerNavLink:hover,A.footerNavLink:visited:hover {	 	
	 	font-size							: 11px;
	 	color								: #FFFFFF;
	 	font-weight							: normal;
	 	text-decoration						: none;
	 }		  
	 
 /*************************************************************************
  END Footer Nav styles
  ************************************************************************/
  
 /*************************************************************************
  BEGIN Footer Admin Nav styles
  ************************************************************************/
  
	 /* Footer Admin Nav Table */
	 table.footerAdminNavTable { 	
	 	border								: none;
	 	border-collapse						: collapse;
	 	margin								: 0px 0px 10px 0px;	 	
	 } 
	 
 /*************************************************************************
  END Footer Nav styles
  ************************************************************************/
/*************************************************************************
 END Footer styles
 ************************************************************************/

 
/*************STYLES FOR CONTENT INFORMATION************/

	.mainContentTable {
		width						: 745px;
		float						: none;
		padding						: 0px;
		margin-top					: 0px;
		margin-right				: 10px;
		margin-bottom				: 0px;
		margin-left					: 15px;
	}

	.mainContentTable td {
		vertical-align				: top;
	}

	table.InformTable {
		width						: 510px;
		padding						: 0px;
		background-color			: #FFFFFF;
		margin-top					: 0px;
		margin-right				: 15px;
		margin-bottom				: 0px;
		margin-left					: 0px;
	}

	table.informTable td.informTableBody {
		padding						: 0px;
	}	
	
	table.informTable td.informTableBody h1 {
		color						: rgb(0,0,102);
		font-weight					: bold;
		font-size					: 17px;
		margin						: 0px;
		padding						: 0px;
	}
	
	table.informTable td.informTableBody h2 {
		color						: rgb(0,0,102);
		font-weight					: bold;
		font-size					: 14px;
		margin						: 0px;
		padding						: 0px 0px 5px 0px;
	}
	
	.informTableLogoImage {
		margin						: 0px 0px 15px 15px;
		text-align					: right;
		float						: right;
		border-width				: 0px;
	}
	
	.informTableBannerImage {
		
	}

	.informHelpful {
		color						: #EF814E;
		font-size					: 12px;
		font-weight					: bold;
		margin						: 30px 0px 20px 0px;
	}

	.informHelpfulText {
		display						: inline;
		position					: relative;
		top							: 7px;
	}

	.InformTableSub {
		width					: 510px;
		margin					: 5px 0px 10px 0px;
		background-color		: #FFFFFF;
	}

	.InformTableSub td {
		padding					: 3px 0px 3px;
		font-weight				: normal;
		font-size				: 12px;
		color					: #000000;
	}

/*************END STYLES FOR CONTENT INFORMATION************/

/**************************************************************************
 BEGIN error message styles
 *************************************************************************/

.redTextBold {
	font-size								: 11px;
   	color									: #ff0000;
   	font-weight								: bold;
}

/**************************************************************************
 END error message styles
 *************************************************************************/

.greenHeader {
	font-size: x-large;
	padding: .5cm;
	width: 100%;
	background-color: #9ccf59;
	font-family: sans-serif;
	color: white;
}

/* ----- END /styles/global/global.css ----- */



/* ----- BEGIN /styles/admin/insite/insite.css ----- */

/**************************************************************************
 Stylesheet for CBWorks In-Site Editing
 Jeff Chew
 *************************************************************************/

div.editLayerButton {
	z-index										: 3;
	visibility									: hidden;
	position									: absolute;
}
 
div.editLayerGreen {
	background-color							: #aaff7f;
	border										: 2px solid #396a99;
	filter										: alpha(opacity=50);
	-moz-opacity								: .50;
	opacity										: .50;
	z-index										: 2;
	visibility									: hidden;
	position									: absolute;
}

input.editButtonGreen {
	background-color							: #66994c;
	border										: none;
	color										: #FFFFFF;
	font-family									: Arial, Helvetica, Sans-serif;
	font-weight									: bold;
	font-size									: 22px;
}

div.editLayerBlue {
	background-color							: #a0d1eb;
	border										: 2px solid #396a99;
	filter										: alpha(opacity=50);
	-moz-opacity								: .50;
	opacity										: .50;
	z-index										: 2;
	visibility									: hidden;
	position									: absolute;
}

input.editButtonBlue {
	background-color							: #396a99;
	border										: none;
	color										: #FFFFFF;
	font-family									: Arial, Helvetica, Sans-serif;
	font-weight									: bold;
	font-size									: 22px;
}

div.editModeShade {
	background-color							: #FFFFFF;
	filter										: alpha(opacity=50);
	-moz-opacity								: .50;
	opacity										: .50;
	z-index										: 1;
	visibility									: hidden;
	position									: absolute;
	left										: 0px;
	top											: 0px;
}

div.editModeReturnButton {
	visibility									: hidden;
	position									: absolute;
	z-index										: 1;
}

/* ----- END /styles/admin/insite/insite.css ----- */



/* ----- BEGIN /styles/global/local_category_nav.css ----- */

/*******************************************************************************************
 Styles for the N5 Local Category Navigation
 Marina Tsche
 ******************************************************************************************/

table.linksTableBlue {
	width									: 210px;
	background-color 						: #FFFFFF;
	border									: 5px solid #77AADD;
	border-collapse							: collapse;
	margin									: 0px 0px 10px 0px;
	
}

.linksTableBlue td {
	padding									: 1px 1px 0px 1px;	
}

table.linksSubTableBlue {
	width									: 100%; 	
	background-color						: #77AADD;
}

.linksSubTableBlue td {
	padding									: 3px 0px 1px 3px;
	background-color						: #77AADD;	
}

div.linksContentBlue {
	position                        		: absolute;
    visibility                      		: hidden;
	background-color						: #FFFFFF;
    visibility                      		: visible;
    font-size								: 12px;
	font-weight								: normal;
	padding									: 3px;
	margin									: 0px;
}

.linkHeight {
	font-size								: 4px;
}

A.linksContentURLN5,A.linksContentURLN5:active,A.linksContentURLN5:visited {	
	text-decoration							: none;
	color									: #4678aa;
	font-weight								: normal;
    line-height                             : 100%;
}

A.linksContentURLN5:hover,A.linksContentURLN5:visited:hover {
	text-decoration							: none;
	color									: #558822;
	font-weight								: normal;
}


A.linksBlueTable,A.linkslinksBlueTable:active,A.linkslinksBlueTable:visited {	
	text-decoration							: none;
	color									: #FF0000;	
	font-weight								: normal;
	font-size								: 12px;
}

A.linksBlueTable:hover,A.linksBlueTable:visited:hover {
	text-decoration							: none;
	color									: #558822;	
	font-weight								: normal;
	font-size								: 12px;
}

	/*******************************************************************************************
	 BEGIN Local Nav Scrollbar styles
	 ******************************************************************************************/
	 
	div.localNavLayer {
	    position							: relative;
	    display								: none;
	    width                      			: 193px;
	    height                      		: 110px;	    
	    z-index                     		: 0;
	    margin								: 3px 0px 0px 5px;
	}
	
	div.localNavContainer {
		position                    		: absolute;
		left                        		: 0px;
	    top                         		: 0px;
		width                       		: 175px;
	    height                      		: 110px;		
		clip                        		: rect(0px, 177px, 112px, 0px);
		overflow                    		: hidden;
	    z-index                     		: 1;
	}
	
	/* vertical scrollbar for wn1 */
	div.localNavScrollbar {
	    position                    		: absolute;
	    visibility                  		: hidden;
	    left                        		: 175px;
	    top                         		: 0;
	    width                       		: 16px;
	    height                      		: 110px;
	    font-size                   		: 1px;
	    z-index                  			: 2;
	}
	
	div.localNavTrack {
	    position                    		: absolute;
	    left                        		: 0;
	    top                         		: 17px;
	    width                       		: 16px;
	    height                      		: 76px;
	    background-color            		: #c8daec;
	    z-index                     		: 1
	}
	div.localNavDragBar {
	    position                   			: absolute;
	    left                        		: 1px;
	    top                         		: 1px;
	    width                       		: 14px;
	    height                      		: 20px;
	    background-color            		: #77aadd;
	    z-index                     		: 1;
	}
	
	div.localNavUp {
	    position                    		: absolute;
	    left                        		: 0;
	    top                         		: 0;
	    z-index                     		: 2;
	}
	
	div.localNavDown {
	    position                    		: absolute;
	    left                        		: 0;
	    bottom                      		: 0;
	    z-index                     		: 3;
	}
	 
	/*******************************************************************************************
	 END LocalNav Scrollbar styles
	 ******************************************************************************************/

/*************************************
END Blue Section
*************************************/


/*******************************************************************************************
 BEGIN N5 Farming and Prospecting styles
 ******************************************************************************************/

		div#FarmingProspectingLayer	{
		    position						: relative;
		    display							: none;
		    width                      		: 175px;
		    margin							: 3px 0px 0px 5px;
		}

/*******************************************************************************************
 END N5 Farming and Prospecting styles
 ******************************************************************************************/
 
/*******************************************************************************************
 BEGIN Seller Program Overview styles
 ******************************************************************************************/

		div#SellerProgramOverviewLayer	{
		    position						: relative;
		    display							: none;
		    width                      		: 175px;
		    z-index                     	: 0;
		    margin							: 3px 0px 0px 5px;
		}

		.WhiteFontBlueBG {
			color							: #FFFFFF;
			font-size						: 12px;
			font-family						: Arial, Helvetica, sans-serif;
			font-weight						: bold;
			text-decoration					: none;
		}
			 
/*******************************************************************************************
 END Seller Program Overview styles
 ******************************************************************************************/
 
/*******************************************************************************************
 BEGIN Listing Presentations styles
 ******************************************************************************************/

		div#ListingPresentationsLayer	{
		    position						: relative;
		    display							: none;
		    width                      		: 175px;
		    margin							: 3px 0px 0px 5px;
		}
			 
/*******************************************************************************************
 END Listing Presentations styles
 ******************************************************************************************/	



/*******************************************************************************************
 BEGIN N5 Increase Listings styles
 ******************************************************************************************/

		div#IncreaseListingsLayer	{
		    position						: relative;
		    display							: none;
		    width							: 175px;
		    margin							: 3px 0px 0px 5px;
		}
	 
/*******************************************************************************************
 END N5 Increase Listings styles
 ******************************************************************************************/




/*******************************************************************************************
 BEGIN N5 programs for sellers styles
 ******************************************************************************************/

		div#programsforsellersLayer	{
		    position						: relative;
		    display							: none;
		    width                      		: 175px;
		    margin							: 3px 0px 0px 5px;
		}

/*******************************************************************************************
 END N5 Farming and programs for sellers
 ******************************************************************************************/


/*******************************************************************************************
 BEGIN N5 Training and Education styles
 ******************************************************************************************/

		div#TrainingandEducationLayer	{
		    position						: relative;
		    display							: none;
		    width                      		: 175px;
		    margin							: 3px 0px 0px 5px;
		}
		
/*******************************************************************************************
 END N5 Training and Education
 ******************************************************************************************/

 /*******************************************************
 BEGIN Modify Search styles
 *******************************************************/

	table.modifySearch {
		background-color						: #D7ECC0;
		margin									: 0px 0px 10px 0px;
        border									: 10px solid #D7ECC0;
        width									: 210px;
	}
	
	.modifySearch td {
		margin									: 0px;
        padding									: 0px;
	}
	
	table.subModifySearch {
		width									: 100%;
        margin									: 15px 0px 0px;
        background-color						: #D7ECC0;
	}
	
	.subModifySearch td {
        font-family								: Arial, Helvetica, sans-serif;
        text-decoration							: none;
        font-size								: 10px;
        font-weight								: bold;
        text-align								: right;
        vertical-align							: baseline;
        position								: relative;
		top										: -5px;	
		padding									: 0px 0px 8px 3px;
	}
	
	.modifyHeadText {
		font-family								: Arial, Helvetica, sans-serif;
        text-decoration							: none;
        font-size								: 12px;
        font-weight								: bold;
        text-align								: left;
    }
	
	.inputBox {
	     padding								: 1px 1px 0px 3px;
	 	 margin									: 0px 0px 0px 0px;
		 height									: 18px;
		 width									: 134px;
	 	 font-size								: 9px;
	}

	form.mSearchForm {
		margin									: 0px;
		padding									: 0px;
	}

	form.mSearchForm select {
		width									: 134px;
		height									: 18px;
		margin									: 0px 0px 0px 0px;
		padding									: 1px 1px 1px 0px;
		font-size								: 10px;
	}


	
/*******************************************************
 END Modify Search
 *******************************************************/


/* ----- END /styles/global/local_category_nav.css ----- */



/* ----- BEGIN /styles/global/breadcrumb.css ----- */

/*************************************************************************
  BEGIN Bread-crumb Navigation styles
  Marina Tsche
  ************************************************************************/
  
	 /* Bread-crumb Table */
	 table.Breadcrumb {
	 	float								: left; 	
	 	border								: none;
	 	border-collapse						: collapse;
	 	margin								: 0px 0px 0px 0px;
	 	font-size							: 12px;
		color								: #4477aa;
	 } 
	 
	 .Breadcrumb td {
	 	padding								: 0px 0px 5px 0px;
		font-size 							: 12px;	
		color								: #999999;	
		font-weight							: normal;	 									
	 }	
	 
	 /* Bread-crumb Table for Search Results*/
	 table.BreadcrumbSearch {
	 	float								: left; 	
	 	border								: none;
	 	border-collapse						: collapse;
	 	margin								: 0px 0px 0px 0px;
	 	font-size							: 12px;
		color								: #4477aa;
	 } 
	 
	 table.BreadcrumbSearch td {
	 	padding								: 2px 0px 2px 0px;
		font-size 							: 12px;	
		color								: #999999;	
		font-weight							: normal;	 									
	 }	
 
	 /* Bread-crumb LINK */
	 A.BreadcrumbLink:link,A.BreadcrumbLink:active,A.BreadcrumbLink:visited {	 	
	 	font-size							: 12px;
	 	color								: #4477AA;
	 	font-weight							: normal;
	 	text-decoration						: none;
	 }
	 
	 /* Breadcrum LINK : HOVER */
	 A.BreadcrumbLink:hover,A.BreadcrumbLink:visited:hover {	 	
	 	font-size							: 12px;
	 	color								: #9CCF59;
	 	font-weight							: normal;
	 	text-decoration						: none;
	 }	
	 
	 	  
	 
 /*************************************************************************
  END Bread-crumb Navigation styles
  ************************************************************************/

/* ----- END /styles/global/breadcrumb.css ----- */



/* ----- BEGIN /styles/global/content_table.css ----- */

﻿/*************************************************************************
  BEGIN Content Table styles
  ************************************************************************/
  
	 /* Content Table */		               								
	table.ContentTable { 
		font-family						: Arial, Helvetica, sans-serif;
		background-color 				: #9ccf59;
		width							: 745px;
		float							: left;		
		border							: 0px;
	 	border-collapse					: collapse;
	 	margin							: 10px 0px 0px 0px;
	 	font-size						: 11px;
		color							: #FFFFFF;	

	 }	
	 
	 .ContentTable td {		 
		background-color 					: #9ccf59;
	 	padding								: 0px 5px 0px 10px;
		font-size 							: 12px;	
		color								: #FFFFFF;	
	 									
	 }	
  
	 A.ContentTitle,A.ContentTitle:active,A.ContentTitle:visited {	 	
	 	font-size							: 16px;
	 	color								: #FFFFFF;
	 	font-weight							: bold;
	 	text-decoration						: none;
	 }
	 
	 A.ContentTitle:hover,A.ContentTitle:visited:hover {	 	
	 	font-size							: 16px;
	 	color								: #558822;
	 	font-weight							: bold;
	 	text-decoration						: none;
	 }
 
	.ContentHeadTable {
		font-family							: Arial, Helvetica, sans-serif;
		width								: 510px;
		background-color					: #9CCF59;
		border								: solid 5px #9CCF59;
		margin								: 0px 10px 0px 0px;
	}

	.ContentHeadTable td {
		vertical-align						: top;
		font-size							: 14px;
		font-style							: normal;
		font-weight							: normal;
		color								: #FFFFFF;
		padding								: 5px;
	}

	.ContentTable510 {
		font-family							: Arial, Helvetica, sans-serif;
		width								: 490px;
		background-color					: #FFFFFF;
	}

	.ContentTable510 td {
		padding								: 5px 5px 5px 5px;
		vertical-align						: top;
		font-size							: 12px;
		font-style							: normal;
		font-weight							: normal;
		color								: #000000;
	}

	.ContentHeadTable725 {
		width								: 725px;
		background-color					: #9CCF59;
		padding								: 23px 14px 16px 14px;
		text-align							: left;
		margin								: 0px 0px 20px 0px;
	}
	
	.ContentTable725 {
		width								: 725px;
		background-color					: #ffffff;
		padding								: 0px 0px 20px 0px;
		text-align							: left;
		margin								: 0px;
		color								: #000000;
		font-size							: 12px;
		font-family							: Arial, Helvetica, sans-serif;
		font-weight							: normal;
		text-decoration						: none;
	}

	table#myLinksTable td {
		vertical-align						: middle;
	}

	table.productionTable {
		vertical-align						: middle;
	}

	table.productionTable td {
		padding-left						: 4px;
		color								: #FFFFFF; 
		font-size							: 12px; 
		font-weight							: bold; 
		text-align							: center; 
		vertical-align						: middle;
	}

	.productionDiv {
		font-family							: Arial, Helvetica, sans-serif;
		height								: 50px; 		
		background-color					: #6EB1DC;                   
		cursor								: pointer;
	}
	
/* FONTs  */
	.ContentFontBigWhite {
		color								: #FFFFFF;
		font-size							: 24px;
		font-family							: Arial, Helvetica, sans-serif;
		font-weight							: normal;
		text-decoration						: none;
	}
	
	.ContentFont14White {
		color								: #FFFFFF;
		font-size							: 14px;
		font-family							: Arial, Helvetica, sans-serif;
		font-weight							: normal;
		text-decoration						: none;
	}
	
	.ContentFont14GreenBold {
		color								: #78AA41;
		font-size							: 14px;
		font-family							: Arial, Helvetica, sans-serif;
		font-weight							: bold;
		text-decoration						: none;
		display								: block;
		padding-bottom						: 4px;
	}
	
	.ContentFont14GreenBold {
		color								: #78AA41;
		font-size							: 14px;
		font-family							: Arial, Helvetica, sans-serif;
		font-weight							: bold;
		text-decoration						: none;
	}
	
	.ContentFont12BlackBold {
		color								: #000000;
		font-size							: 12px;
		font-family							: Arial, Helvetica, sans-serif;
		font-weight							: bold;
		text-decoration						: none;
	}
	
	.ContentFont12GreenBold {
		color								: #78AA41;
		font-size							: 12px;
		font-family							: Arial, Helvetica, sans-serif;
		font-weight							: bold;
		text-decoration						: none;
	}
	
	.ContentGt {
		color								: #999999;
		font-size							: 10px;
		font-family							: Arial, Helvetica, sans-serif;
		font-weight							: normal;
		text-decoration						: none;
	}	
	
	a.ContentLink12Blue, a.ContentLink12Blue:active, a.ContentLink12Blue:visited {	 	
	 	font-size							: 12px;
	 	color								: #4678AA;
	 	font-weight							: normal;
	 	text-decoration						: none;
	 }
	
/*  end FONTs  */	

	form {
		padding								: 0px;
		margin								: 0px;
	}
	
	.ConetentInputText {
		width								: 130px;
		height								: 16px;
		margin								: 0px;
		padding								: 0px 3px 0px 3px;
		font-weight							: normal;
		font-family							: Arial, Helvetica, sans-serif;
		text-decoration						: none;
		font-size							: 11px;
	}

	.ContentArea {
		margin								: 0px;
		padding								: 3px;
		font-weight							: normal;
		font-family							: Arial, Helvetica, sans-serif;
		text-decoration						: none;
		font-size							: 11px;
	}

	.ConetentFile {
		height								: 18px;
		margin								: 0px;
		padding								: 0px 3px 0px 3px;
		font-weight							: normal;
		font-family							: Arial, Helvetica, sans-serif;
		text-decoration						: none;
		font-size							: 11px;
	}
	
	Select {
		width								: 210px;
		/*height								: 16px; NOTE: this property causes a multi-select on publishing info tab to have height 16, which makes it unusable. */
		margin								: 0px;
		padding								: 0px 0px 0px 3px;
		font-weight							: normal;
		font-family							: Arial, Helvetica, sans-serif;
		text-decoration						: none;
		font-size							: 10px;
	}

    .fileInputDiv {
    	height			                    : 16px;
        width                   			: 62px;
    	border		                    	: 0px red solid;
    	overflow	                    	: hidden;
    	background	                    	: url("/img/global/btnBrowse-off.gif") no-repeat;        
    }

    .fileInputElement {
    	font-size	                    	: 16px;
	    position	                    	: relative;
    	opacity		                    	: 0;
    	filter		                    	: alpha(opacity=0);
	    -moz-opacity                    	: 0;
	    left		                    	: -38px;
	    top			                       	: -5;
	    width	                    		: 100px;
        cursor                              : pointer;
    }
	
/* Submenu */
	 table.Submenu { 
	 	border								: none;
	 	border-collapse						: collapse;
	 	margin								: 0px 0px 0px 0px;
	 	font-size							: 11px;
		color								: #FFFFFF;
	 } 
	 
	 .Submenu td {
		background-color 					: #FFFFFF;
	 	padding								: 6px 6px 6px 6px;
		font-size 							: 12px;	
		color								: #4678AA;	
		font-weight							: bold;
	 									
	 }	
 
/* Submenu LINK */

	 A.SubmenuLink,A.SubmenuLink:active,A.SubmenuLink:visited {	 	
	 	font-size							: 12px;
	 	color								: #4678AA;
	 	font-weight							: bold;
	 	text-decoration						: none;
	 }
	 
/* Content Table : HOVER */
	 A.SubmenuLink:hover,A.SubmenuLink:visited:hover {	 	
	 	font-size							: 12px;
	 	color								: #4678AA;
	 	font-weight							: bold;
	 	text-decoration						: none;
	 }

/* Orange Section */

		               								
	table.OrangeTable { 
		width								: 745px;	
		background-color 					: #FFE79F;
		border								: 0px;
		border-collapse						: collapse;
	 	margin								: 10px 0px 0px 0px;
	 	font-size							: 12px;
		color								: #343433;	
	}	
	 
	.OrangeTable td {
		background-color 					: #FFE79F;
		font-size 							: 12px;	
		color								: #343433;	
	}	
 	 

 /*************************************************************************
  END Content Table styles
  ************************************************************************/

/* ----- END /styles/global/content_table.css ----- */



/* ----- BEGIN /styles/global/links.css ----- */

/*******************************************************************************************
 Styles for the Links global component
 Jeff Chew
 ******************************************************************************************/

table.linksTable {
	width									: 100%;
	background-color 						: #d7ecc0;
	border									: 5px solid #9ccf59;		
}

.linksTable td {
	padding									: 1px 1px 0px 1px;	
}

table.linksSubTable {
	width									: 100%; 	
	background-color						: #9ccf59;	 	
}

.linksSubTable td {
	padding									: 3px 0px 1px 3px;
}

div.linksContent {
    position                        		: absolute;
    visibility                      		: hidden;
    left                            		: 0;
    top                             		: 0;
    z-index                        			: 1;
    font-size								: 11px;
	font-weight								: normal;
}

A.linksContentURL:link,A.linksContentURL:active,A.linksContentURL:visited {
	text-decoration							: none;
	color									: #4678aa;	
	font-weight								: normal;
	display									: block; 
	padding-bottom							: 4px;
	line-height								: 120%;
    font-size                               : 11px;
}

A.linksContentURL:hover,A.linksContentURL:visited:hover {
	text-decoration							: none;
	color									: #558822;
	font-weight								: normal;
	display									: block; 
	padding-bottom							: 4px;
	line-height								: 120%;
    font-size                               : 11px;
}

/*******************************************************************************************
 BEGIN Quick Links styles
 ******************************************************************************************/
	 
	div.quickLinksLayer	{
	    position							: relative;
	    display								: none;
	    width                      			: 258px;
	    height                      		: 90px;	    
	    z-index                     		: 0;
	    margin								: 3px 0px 0px 5px;
	}
	
	div.quickLinksContainer	{
		position                    		: absolute;
		left                        		: 0px;
	    top                         		: 0px;
		width                       		: 240px;
	    height                      		: 90px; 
		clip                        		: auto; 
		overflow                    		: hidden;
	    z-index                     		: 1;
	}
	
	/* vertical scrollbar for wn1 */
	div.quickLinksScrollbar {
	    position                    		: absolute;
	    visibility                  		: hidden;
	    left                        		: 240px;
	    top                         		: 0;
	    width                       		: 16px;
	    height                      		: 90px;
	    font-size                   		: 1px;
	    z-index                  			: 2;
	}
	
	div.quickLinksTrack {
	    position                    		: absolute;
	    left                        		: 0;
	    top                         		: 17px;
	    width                       		: 16px;
	    height                      		: 56px;
	    background-color            		: #ffffff;
	    z-index                     		: 1
	}
	div.quickLinksDragBar {
	    position                   			: absolute;
	    left                        		: 1px;
	    top                         		: 1px;
	    width                       		: 14px;
	    height                      		: 20px;
	    background-color            		: #9ccf59;
	    z-index                     		: 1;
	}
	
	div.quickLinksUp {
	    position                    		: absolute;
	    left                        		: 0;
	    top                         		: 0;
	    z-index                     		: 2;
	}
	
	div.quickLinksDown {
	    position                    		: absolute;
	    left                        		: 0;
	    bottom                      		: 0;
	    z-index                     		: 3;
	}
	 
/*******************************************************************************************
 END Quick Links styles
 ******************************************************************************************/

/* ----- END /styles/global/links.css ----- */



/* ----- BEGIN /styles/login/login.css ----- */

/**************************************************************************
 Login stylesheet for CBWorks
 Jeff Chew
 *************************************************************************/

body {
	background-color						: #FFFFFF;	
	font-family								: Arial, Helvetica, Sans-serif;	
} 

td {
	font-size								: 12px;	
}	 

A, A:visited, A:active {
	color									: #4678aa;
	font-weight								: bold;
	text-decoration							: none;	
}

/*************************************************************************
 BEGIN table classes
 ************************************************************************/

table.loginMainTable {
	margin									: 15px 15px 15px 15px;
}

table.loginTakeTourTable {
	margin									: 0px 10px 0px 0px;
}

.loginTakeTourTable td {
	color									: #787867;
	width									: 350px;
}

.loginSuccessTableTourTD {	
	vertical-align							: top;
	width									: 413px;
	height									: 170px;
	background-image						: url("/img/login/success-right2.gif");
	background-repeat						: no-repeat
}

table.loginGreenTable {
	width									: 275px;
	height									: 100%;
	border									: 6px solid #9ccf59;
	background-color						: #d7ecc0;
}

.loginGreenTable td {
	color									: #666666;
	padding									: 12px 12px 12px 12px;
}

table.loginFormTable {
	
}

.loginFormTable td {
	color									: #666666;
	font-weight								: bold;
	padding									: 0px 5px 5px 0px;
}


/*************************************************************************
 END table classes
 ************************************************************************/
 
/*************************************************************************
 BEGIN font classes
 ************************************************************************/

ul.successList {
	margin-left								: 18px;
}

/* This needs to be included for Firefox to override the IE margin bug */
UL[class=successList] {
	margin-left								: -23px;
}

.successList li {
	padding-bottom							: 5px;
}

.copyrightText {
	font-size								: 10px;
	color 									: #666666;
	padding-top								: 10px;
}

.errorText {
	font-weight								: bold;
	color									: red;
}

A.link10,A.link10:visited,A.link10:active {
	color									: #4678aa;
	font-size								: 10px;
	font-weight								: bold;
	text-decoration							: none;
}
 
/*************************************************************************
 END font classes
 ************************************************************************/
 
.loginTextField {
	border									: 1px solid #669ddc;
	width									: 135px;
	font-size								: 12px;
}

/* ----- END /styles/login/login.css ----- */



/* ----- BEGIN /styles/global/ddmenu.css ----- */

/***********************************
Styles For Global DropDownMenu
***********************************/


table.ddMenu {
	padding						: 0px;
	margin						: 0px;
	width						: 100%;
	background-color 			: #FFFFFF;
	border						: 5px solid #77AADD;
	border-collapse				: collapse;
}

.ddMenu td {
	vertical-align				: top;
	padding						: 1px 1px 0px 1px;
}

.subddMenu {
	width						: 100%; 	
	background-color			: #77AADD;
    cursor						: pointer;
}

.subddMenu td {
	padding						: 3px;
}

.ddMenuA {
	Background-Color			: #9CCF59;
}

.ddMenu {
	Background-Color			: #77AADD;
}



/***********************************
End Styles For Global DropDownMenu
***********************************/

/***********************************8
GetListings Menu
*************************************/

div#getListingsMenu {
	visibility					: hidden;
	position					: absolute; 
	z-index						: 5;
	left						: 358px;
	width						: 210;
}

/***********************************8
End GetListings Menu
*************************************/
/***********************************8
SelltListing Menu
*************************************/

div#sellListingMenu {
	visibility					: hidden;
	position					: absolute;
	z-index						: 5;
	left						: 445px;
	width						: 210;
}

/***********************************8
End SellListing Menu
*************************************/
/***********************************8
promoteMyself Menu
*************************************/

div#promoteMyselfMenu {
	visibility					: hidden;
	position					: absolute;
	z-index						: 5;
	left						: 533px;
	width						: 220;
}

/***********************************8
End promoteMyself Menu
*************************************/
/***********************************8
Manage My Business Menu
*************************************/

div#manageMyBusinessMenu {
	visibility					: hidden;
	position					: absolute;
	z-index						: 5;
	left						: 662px;
	width						: 230;
}

/***********************************8
End Manage My Business Menu
*************************************/
/***********************************8
Recruit & Retain Menu
*************************************/

div#recruitMenu {
	visibility					: hidden;
	position					: absolute;
	z-index						: 5;
	left						: 675px;
	width						: 230;
}

/***********************************8
End Recruit & Retain Menu
*************************************/
/***********************************8
Learn Menu
*************************************/

div#learnMenu {
	visibility					: hidden;
	position					: absolute;
	z-index						: 5;
	left						: 782px;
	width						: 210;
}

/***********************************8
End Learn Menu
*************************************/

/* ----- END /styles/global/ddmenu.css ----- */



/* ----- BEGIN /styles/global/quickSearch.css ----- */

#autoCompleteBox {
	position: absolute;
	z-index: 10;
	width: 15em;
	background-color: white;
	border: solid 1px black;
}

#autoCompleteResults {
	float: left;
	clear: left;
	font-size: smaller;
}

#autoCompleteResults a {
	display: block;
	float: left;
	clear: left;
}

.closeBox {
	float: right;
}

/* ----- END /styles/global/quickSearch.css ----- */



/* ----- BEGIN /styles/global/popupwindow.css ----- */

/************************************************************************
  BEGIN Popup Window styles
************************************************************************/

body {
	margin				: 0px;
	padding				: 0px;
	background-color	: #FFFFFF;
}

.mainTablePopup {
	width				: 100%;
	color				: #000000;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

.mainTdHead {
	background-color	: #9CCF59;
	padding				: 10px;
}

.mainTdRequired {
	padding				: 20px 0px 16px 10px;
}

.mainTdNameField {
	padding				: 0px 0px 0px 10px;
	text-align			: right;
	vertical-align		: baseline;	
}

.mainTdField {
	padding				: 0px 0px 6px 10px;
	text-align			: left;
}

.FontWhite24 {
	color				: #FFFFFF;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 24px;
}

.FontWhite12 {
	color				: #FFFFFF;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

.FontGreen12 {
	color				: #9CCF59;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

.FontGreen12Bold {
	color				: #9CCF59;
	font-weight			: bold;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

.FontBlack12Bold {
	color				: #000000;
	font-weight			: bold;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

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

.InputText {
	width				: 150px;
	height				: 16px;
	margin				: 0px;
	padding				: 0px 3px 0px 3px;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 10px;
}

.TextArea {
	width				: 250px;
	height				: 100px;
	margin				: 0px;
	padding				: 0px 3px 0px 3px;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 10px;
}

Select {
	width				: 150px;
	height				: 16px;
	margin				: 0px;
	padding				: 0px 3px 0px 3px;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 10px;
}

/************************************************************************
  END Popup Window styles
************************************************************************/

/* ----- END /styles/global/popupwindow.css ----- */



/* ----- BEGIN /styles/global/Utilities.css ----- */

/*************************************************************************
  BEGIN C19 Utilities styles
  ************************************************************************/
  
	 /* C19 Utilities Table */
	 table.Utilities { 	
	 
	 	float								: right;
	 	border								: none;
	 	border-collapse						: collapse;
	 	margin								: 0px 0px 0px 0px;
		font-size							: 11px;
		color								: #4477aa;
	 } 
	 
	 .Utilities td {
	 	padding								: 0px 0px 0px 0px;
		font-size 							: 10px;	
		color								: #666666;	
	 									
	 }	
 
 
 	.UtilitiesWhiteBG td {
	    vertical-align						: bottom;
	 	float								: left;
	 	padding								: 0px 0px 0px 0px;
		font-size 							: 10px;	
		color								: #666666;	
	 									
	 }	
	 /* C19 Utilities LINK */
	 A.UtilitiesLink,A.UtilitiesLink:active,A.UtilitiesLink:visited {	 	
	 	font-size							: 10px;
	 	color								: #4477AA;
	 	font-weight							: normal;
	 	text-decoration						: none;
	 }
	 
	 /* C19 Utilities LINK : HOVER */
	 A.UtilitiesLink:hover,A.UtilitiesLink:visited:hover {	 	
	 	font-size							: 10px;
	 	color								: #009900;
	 	font-weight							: normal;
	 	text-decoration						: none;
	 }		  
	 
 /*************************************************************************
  END C19 Utilities styles
  ************************************************************************/

/* ----- END /styles/global/Utilities.css ----- */



/* ----- BEGIN /styles/global/profile.css ----- */

/**************************************************************************
 Stylesheet for the Profile component
 Jeff Chew
 *************************************************************************/
 
 
.profileOuterTable {
	width									: 275px;
	border									: 5px solid #9ccf59;
	background-color						: #d7ecc0;	
}
 
.profileTable {	
	margin									: 6px 4px 10px 4px;	
	font-size								: 12px;
	font-weight								: normal;
	color									: #343433;		
}

.profileTable td {	
	vertical-align							: top;	
	padding									: 0px 0px 5px 5px;
}

/**************************************************************************
 BEGIN Profile Specific Fonts
 *************************************************************************/

.profileBlue {
	color									: #4678aa;
    font-weight                             : normal;
}

.profileBlueBold {
	color									: #4678aa;
	font-weight								: bold;	
}

.profileBlackBold {
	color									: #000000;
	font-weight								: bold;	
}

/**************************************************************************
 END Profile Specific Fonts
 *************************************************************************/ 
 
table.profileListingsTable {
	margin									: 5px 0px 0px 0px;
	width									: 100%;
}

.profileListingsTable td{
	margin									: 5px 0px 5px 0px;
	padding									: 1px 1px 1px 1px;
	border-bottom							: 5px solid	#d7ecc0;
}
 
.profileWhiteBox {
	background-color						: #FFFFFF;
	width									: 21px;
	text-align								: center;
}

table.awardsDesignationTable {
	margin									: 5px 0px 0px 0px;
	width									: 74px;	
}

.awardsDesignationTable td {
	padding									: 5px 5px 5px 5px;
	text-align								: center;
	font-size								: 12px;
	color									: #ffffff;
	font-weight								: bold;
}

.awardsProfileSelect {
	width									: 172px;
	font-size								: 11px;
	margin									: 0px 0px 5px 0px;	
}	

/***********************************
Styles For change location menu
***********************************/

table.changeMenuT {
	padding						: 0px;
	margin						: 0px;
	width						: auto;
	background-color 			: #FFFFFF;
	border						: 3px solid #9CCF59;
	border-collapse				: collapse;
}

.changeMenuT td {
	vertical-align				: top;
	padding						: 1px 1px 0px 1px;
}

.subchangeMenuT {
	width						: 100%;
	background-color			: #9CCF59;
}

.subchangeMenuT td {
	padding						: 1px 3px 1px 3px;
}

.changeMenuA {
	Background-Color			: #66994C;
}

.changeMenu {
	Background-Color			: #9CCF59;
}


a.whiteLink, a.whiteLink:active, a.whiteLink:visited {
	font-size					: 12px;
	color						: #ffffff;
	font-weight					: normal;
	text-decoration				: none;
}

/***********************************
End Styles For Global DropDownMenu
***********************************/

/***********************************8
Change Location Menu
*************************************/

div#changeLocMenu {
	visibility					: hidden;
	position					: absolute;
	z-index						: 11500;
	width						: 500px;
}

/***********************************8
End Change Location Menu
*************************************/


/* ----- END /styles/global/profile.css ----- */



/* ----- BEGIN /styles/managemybusiness/mMBusiness.css ----- */

/****************STYLE OF MANAGE MY BUSUNIESS***********************/

	table.ManageSkelet {
		margin				: 0px;
		padding 			: 0px;
	}
	
	.ManageSub {
		margin				: 10px 0px 0px;
		width 				: 745px;
	}
	
	table.ManageBlockTable {
		width				: 242px;
		height				: 100%;
		border				: 5px #9CCF59 solid;
		border-bottom 		: 7px #9CCF59 solid;
		background-color 	: #9ccf59;
		padding				: 0px;
	}
	
	table.ManageBlockTableSmall {
		width				: 242px;
		height				: 214px;
		border				: 5px #9CCF59 solid;
		border-bottom 		: 7px #9CCF59 solid;
		background-color 	: #9ccf59;
		padding				: 0px;
	}

	table.ManageBlockTableMiddle {
		width				: 242px;
		height				: 242px;
		border				: 5px #9CCF59 solid;
		border-bottom 		: 7px #9CCF59 solid;
		background-color 	: #9ccf59;
		padding				: 0px;
	}

	table.ManageBlockTableLarge {
		width				: 242px;
		height				: 264px;
		border				: 5px #9CCF59 solid;
		border-bottom 		: 7px #9CCF59 solid;
		background-color 	: #9ccf59;
		padding				: 0px;
	}

	.ManageAwardsTable {
		width				: 100%;
		margin 				: 0px 0px 5px 0px;
	}
	
	.ManageAwardsSelect {
		width				: 172px;
		font-size			: 11px;
		margin				: 0px;
		padding				: 0px;	
		z-index				: 0;
	}	
	
	.MyViewForm {
		margin 				: 0px;
		padding 			: 0px;
	}

	.MyViewForm select {
		font-size 			: 9px;
		width				: 110px;
		height 				: 18px;
		margin 				: 0px 0px 0px 5px;
		padding 			: 1px 1px 1px 0px;
	}
	
	.awardsForm {
		margin 				: 0px;
		padding 			: 0px;
	}
	
	.awardsForm select {
		font-size 			: 9px;
		width				: 155px;
		height 				: 18px;
		margin 				: 0px 5px 0px 0px;
		padding 			: 1px 0px 1px 0px;
	}

	.awardsFormInput {
		font-size 			: 9px;
		width				: 222px;
		height 				: 18px;
		margin 				: 10px 0px 10px 0px;
		padding 			: 1px 1px 1px 0px;
	}
	
	.viewSub .tdS {
		width				: auto;
		padding				: 4px 0px 0px 0px;
	}
	
	.ManageRedBox {
		background-color	: #CE4D4D;
		text-align			: center;
		font-family			: Arial, Helvetica, sans-serif;
		font-size 			: 12px;
		font-weight 		: bold;
		color 				: #FFFFFF;
		padding				: 4px 0px 4px;
		width 				: 70px;
		height				: 40px;
	}
		
	.HeadText {	
		font-family			: Arial, Helvetica, Sans-serif;
		font-size 			: 15px;
		font-weight 		: bold;
		color  				: #FFFFFF;

	}	

	.ManageBlockTable .SubBlock {
		margin				: 5px 0px 0px 0px;
		width 				: 100%;
		height				: 100%;
		background-color	: #FFFFFF;
		padding 			: 0px;
		color 				: #000000;
		font-size 			: 12px;
		font-weight			: normal;
	}
	
	.ManageBlockTableLarge .SubBlock, .ManageBlockTableSmall .SubBlock, .ManageBlockTableMiddle .SubBlock {
		margin				: 5px 0px 0px 0px;
		width 				: 100%;
		height				: 100%;
		background-color	: #FFFFFF;
		padding 			: 0px;
		color 				: #000000;
		font-size 			: 12px;
		font-weight			: normal;
	}
	
	.ManageBlockTable .SubBlockCent {
		margin				: 5px 0px 0px 0px;
		width 				: 100%;
		height				: 100%;
		background-color	: #FFFFFF;
		padding 			: 4px;
		color 				: #000000;
		font-size 			: 12px;
		font-weight			: normal;
	}	
	
	.ManageBlockTableSmall .SubBlockCent, .ManageBlockTableMiddle .SubBlockCent, .ManageBlockTableLarge .SubBlockCent {
		margin				: 5px 0px 0px 0px;
		width 				: 100%;
		height				: 100%;
		background-color	: #FFFFFF;
		padding 			: 4px;
		color 				: #000000;
		font-size 			: 12px;
		font-weight			: normal;
	}	
	
	.SubBlockTdL	{
		padding				: 5px;	
	}	
	
	.SubBlockTdR	{
		padding				: 5px 5px 5px 0px;	
	}	
	
	.ManageLeftBlock {
		width				: 242px;
	}

	.ManageRightBlock {
		width				: 242px;
	}
		
	.ManageBlueBold {
		font-family			: Arial, Helvetica, sans-serif;
		font-size 			: 12px;
		font-weight 		: bold;
		color 				: #4678AA;
	}

    .ManageBlack {
		font-family			: Arial, Helvetica, sans-serif;
		font-size 			: 12px;
		font-weight 		: normal;
		color 				: #000000;
	}

    .ManageBlue {
		font-family			: Arial, Helvetica, sans-serif;
		font-size 			: 12px;
		font-weight 		: normal;
		color 				: #4678AA;
	}

	.ManageBlackBold {
		font-family			: Arial, Helvetica, sans-serif;
		font-size 			: 12px;
		font-weight 		: bold;
		color 				: #000000;
	}

	a.ManageBlueLink:link,a.ManageBlueLink:active,a.ManageBlueLink:visited {
		font-family			: Arial, Helvetica, sans-serif;
		font-size 			: 12px;
		font-weight 		: normal;
		color 				: #4678AA;
		text-decoration		: none;
	}

	.ManageGreenBox {
		background-color	: #D7ECC0;
		text-align			: center;
		font-family			: Arial, Helvetica, sans-serif;
		font-size 			: 12px;
		font-weight 		: bold;
		color 				: #4678AA;
		margin		  		: 0px 0px 5px 0px;
        padding             : 0px 5px;
    }
	
	.FotoMarginBottom {
		font-size 			: 4px;
		height 				: 4px;
	}

	.ImgGraph {
		border				: solid #000000 1px;
	}
/****************STYLE OF MANAGE MY BUSUNIESS***********************/

/***********BEGIN SCROLL BAR FOR MY TOOLS*******************/
	 
	div#MyToolsSmallLayer	{
		position				: relative;
		width					: 224px;
		height					: 164px;
		overflow				: hidden;		    
		z-index					: 0;
		margin					: 4px 0px 0px 0px;
	}

	div#MyToolsMiddleLayer	{
		position				: relative;
		width					: 224px;
		height					: 192px;
		overflow				: hidden;		    
		z-index					: 0;
		margin					: 4px 0px 0px 0px;
	}

	div#MyToolsLargeLayer	{
		position				: relative;
		width					: 224px;
		height					: 212px;
		overflow				: hidden;		    
		z-index					: 0;
		margin					: 4px 0px 0px 0px;
	}
		
	div#MyToolsSmallContainer	{
		position				: absolute;
		left					: 0px;
	    top						: 0px;
		width					: 208px;
	    height					: 164px;
		clip					: rect(0px, 210px, 162px, 0px);
		overflow				: hidden;
	    z-index					: 1;
	}

	div#MyToolsMiddleContainer {
		position				: absolute;
		left					: 0px;
	    top						: 0px;
		width					: 208px;
	    height					: 192px;
		clip					: rect(0px, 210px, 192px, 0px);
		overflow				: hidden;
	    z-index					: 1;
	}

	div#MyToolsLargeContainer	{
		position				: absolute;
		left					: 0px;
	    top						: 0px;
		width					: 208px;
	    height					: 214px;
		clip					: rect(0px, 210px, 212px, 0px);
		overflow				: hidden;
	    z-index					: 1;
	}
		
	div#MyToolsSmallContent, div#MyToolsMiddleContent, div#MyToolsLargeContent {
	    position				: absolute;
		visibility        		: visible;
   	 	left					: 0;
    	top						: 0;
    	z-index					: 1;
    	font-size				: 11px;
		font-weight				: normal;
	}	
		
	/* vertical scrollbar for wn1 */
	div#MyToolsSmallScrollbar {
	    position               	: absolute;
	    left					: 208px;
	    top						: 0;
	    width					: 16px;
	    height					: 164px;
	    font-size				: 1px;
	    z-index					: 2;
        visibility              : hidden;
    }

	div#MyToolsMiddleScrollbar {
	    position               	: absolute;
	    left					: 208px;
	    top						: 0;
	    width					: 16px;
	    height					: 192px;
	    font-size				: 1px;
	    z-index					: 2;
        visibility              : hidden;
    }

	div#MyToolsLargeScrollbar {
	    position               	: absolute;
	    left					: 208px;
	    top						: 0;
	    width					: 16px;
	    height					: 212px;
	    font-size				: 1px;
	    z-index					: 2;
        visibility              : hidden;
    }
		
	div#MyToolsSmallTrack {
	    position                    	: absolute;
	    left                        	: 0;
	    top                         	: 17px;
	    width                       	: 16px;
	    height                      	: 130px;
	    background-color            	: #ffffff;
	    z-index                     	: 1
	}

	div#MyToolsMiddleTrack {
	    position                    	: absolute;
	    left                        	: 0;
	    top                         	: 17px;
	    width                       	: 16px;
	    height                      	: 158px;
	    background-color            	: #ffffff;
	    z-index                     	: 1
	}

	div#MyToolsLargeTrack {
	    position                    	: absolute;
	    left                        	: 0;
	    top                         	: 17px;
	    width                       	: 16px;
	    height                      	: 178px;
	    background-color            	: #ffffff;
	    z-index                     	: 1
	}

	
	div#MyToolsSmallDragBar, div#MyToolsMiddleDragBar, div#MyToolsLargeDragBar {
	    position                   		: absolute;
	    left                        	: 1px;
	    top                         	: 1px;
	    width                       	: 14px;
	    height                      	: 20px;
	    background-color            	: #9ccf59;
	    z-index                     	: 1;
	}
		
	div#MyToolsSmallUp, div#MyToolsMiddleUp, div#MyToolsLargeUp{
	    position                    	: absolute;
	    left                        	: 0;
	    top                         	: 0;
	    z-index                     	: 2;
	}
		
	div#MyToolsSmallDown, div#MyToolsMiddleDown, div#MyToolsLargeDown {
	    position                    	: absolute;
	    left                        	: 0;
	    bottom                      	: 0;
	    z-index                     	: 3;
	}
	
/********************************************************
             END SCROLL BAR FOR MY TOOLS
********************************************************/	
/***********************************
Styles For change location menu
***********************************/

table.changeMenuT {
	padding						: 0px;
	margin						: 0px;
	width						: auto;
	background-color 			: #FFFFFF;
	border						: 3px solid #9CCF59;
	border-collapse				: collapse;
}

.changeMenuT td {
	vertical-align				: top;
	padding						: 1px 1px 0px 1px;
}

.subchangeMenuT {
	width						: 100%; 	
	background-color			: #9CCF59;
}

.subchangeMenuT td {
	padding						: 1px 3px 1px 3px;
}

.changeMenuA {
	Background-Color			: #66994C;
}

.changeMenu {
	Background-Color			: #9CCF59;
}


a.whiteLink, a.whiteLink:active, a.whiteLink:visited {	 	
	font-size					: 12px;
	color						: #ffffff;
	font-weight					: normal;
	text-decoration				: none;
}
	 
/***********************************
End Styles For Global DropDownMenu
***********************************/

/***********************************8
Change Location Menu
*************************************/

div#changeLocMenu {
	visibility					: hidden;
	position					: absolute; 
	z-index						: 11500;
	width						: 500px;
}

/***********************************8
End Change Location Menu
*************************************/

.siteIndex {

}

.siteIndexItem {
    position:inherit;
    text-align:justify;
}

/* ----- END /styles/managemybusiness/mMBusiness.css ----- */

