/* Following are css for the page layouts for the HTML template*/
.genericHeaderTD {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left : 10px;
    background-color : thistle;
    padding-top : 2px;
    padding-bottom : 3px;
    color : black;
}

/* The outer most table */
.outerMostTable {
	width: 760px;
	background: white;
}

.bannerCellLeft {
    background-image: url('http://www.ergoworksinc.com/images/mainpage/top_banner_left.jpg');
	width: 378px;
	height: 101px;
}
.bannerCellRight {
    background-image: url('http://www.ergoworksinc.com/images/mainpage/top_banner_right.jpg');
	width: 382px;
	height: 101px;
}
.belowBanner {
    background-image: url('http://www.ergoworksinc.com/images/mainpage/top_lavender_gradient.gif');
	width: 760px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}
.sidemenuNContentCell {
	width: 760px;
	padding-top: 30px;
}
.sidemenuNContentTbl {
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.horMenu {
	vertical-align: top;
}
.sidemenuCell {
	padding-left: 5px;
	vertical-align: top;
}

/* The table that contains the contents */
.outerCell {
	height: 500px;
	vertical-align: top;
	padding-left: 10px; 
	padding-right: 39px; 
	border-left: 1px dotted thistle;
	text-align: center;
}

/* Label for the page that is diplayed */
.currentPageLabel {
	padding-left : 4px;
	border-left: 6px solid #7a378b;
	border-bottom: 1px solid #b3a5bf;
	color : #7a378b;
	width : 120px;
	font-weight : bold;
	display : block;
	background : thistle;
	text-align: left;
}
.currentPageLabel a:link {
	color : #7a378b;
	text-decoration : none;
}
.currentPageLabel a:visited {
	color : #7a378b;
	text-decoration : none;
}
.currentPageLabel a:hover {
	color : #7a378b;
	text-decoration : none;
}
.linkPageLabel {
	padding-left : 10px;
	border-bottom: 1px dotted #b3a5bf;
	color : #eeaeee;
	width : 120px;
	font-weight : bold;
	text-align: left;
	font-family:Arial, Helvertica, Verdana, sans-serif;
}
.linkPageLabel a:link {
	color : #737373;
	text-decoration : none;
}
.linkPageLabel a:visited {
	color : #737373;
	text-decoration : none;
}
.linkPageLabel a:hover {
	color : #7a378b;
	text-decoration : none;
}
.slinkPageLabel {
	padding-left : 15px;
	color : #eeaeee;
	width : 115px;
	text-align: left;
	font-family:Arial, Helvertica, Verdana, sans-serif;
}
.slinkPageLabel a:link {
	color : #737373;
	text-decoration : none;
	font-size: 10px;
}
.slinkPageLabel a:visited {
	color : #737373;
	text-decoration : none;
	font-size: 10px;
}
.slinkPageLabel a:hover {
	color : #7a378b;
	text-decoration : none;
	font-size: 10px;
}

.labelBox {
	/*background : #eed2ee;*/
	width: 130px; 
	padding-bottom: 70px; 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-top: 30px;
}
LI.list1 {list-style: square inside; color:blue}

.bottomBar {
    background-image: url('http://www.ergoworksinc.com/images/mainpage/top_lavender_gradient.gif');
	height: 25px;
	width: 760px;
	text-align: center;
	border-bottom: 1px solid silver;
	color: black;
}

.copyright {
	font-family:Arial, Helvertica, Verdana, sans-serif;
    font-size : 10px;
}

.TitleCellCSS  { 
	color: firebrick; 
	font-size: 15px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
}
.AboutUsBulletValueCellCSS {
	font-size : 11px;
}
.VisionBulletValueCellCSS {
	font-size : 11px;
}

/*** PEOPLE Related ***/
.namePartsAddLabelCSS {
    border : 0px;
	width : 65px;
    text-align : right;
    padding-top: 3px;
}
.namePartsAddFieldCSS  {
    border : 0px;
    width : 75px;
    text-align : left;
    padding-top: 3px;
}
.namePartsAddFieldCSS_50  {
    border : 0px;
    width : 50px;
    text-align : left;
    padding-top: 3px;
}

.namePartsValueCellCSS  {
   border : 0px;
   vertical-align : top;
   font-style: italic;
   font-weight: bold;
   padding-right: 3px;
}
.telValueCellCSS  {
        border : 0px;
        vertical-align : top;
}
.emailValueCellCSS  {
        font-style: italic;
        border : 0px;
        vertical-align : top;
        color : navy;
    	padding-top: 3px;
}

.qualfValueCellCSS  {
        border : 0px;
        font-style: italic;
        vertical-align : top;
		width : 300px;
}
.jtitleValueCellCSS  {
        border : 0px;
        vertical-align : top;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 8px;
}

/*** End PEOPLE Related */
/*** LOCATION Related ***/
.locNameValueCellCSS  {
        border : 0px;
        vertical-align : top;
        font-size: 14px;
        color: grey;
        font-weight: bold;
        font-style: italic;
}
                                                                                
.addrValueCellCSS  {
        border : 0px;
        vertical-align : top;
}

.emailValueCellCSS  {
        font-style: italic;
        border : 0px;
        vertical-align : top;
        color : navy;
}
.LocHdrValueCellCSS  {
        font-size: 18px;
        border : 0px;
        vertical-align : top;
        font-weight: bold;
        text-decoration: underline;
}
.LocNoWrapValueCellCSS  {
        border : 0px;
        vertical-align : top;
        white-space: nowrap;
}
.suppTrailerCSS {
        border : 0px;
        width: 500px;
        vertical-align : top;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
}

/* APPROACH */

/* Table Data CSS */

.APPROACH-OrgOfferTbl {
	width : 400px; 
	margin-left: auto; 
	margin-right: auto; 
	border-width: 1px
}
.APPROACH-OrgOfferTbl-caption {
	font-weight: bold; 
	font-size: 12px; 
	padding-bottom: 10px;
}
.APPROACH-OrgOfferTbl-TopRow {
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    background-color: MediumPurple;
}

.APPROACH-OrgOfferTbl-OddRow {
	vertical-align: top;
    vertical-align: top;
    font-size: 12px;
	vertical-align: top;
    /*background-color: Thistle;*/
}
.APPROACH-OrgOfferTbl-EvenRow {
    vertical-align: top;
    font-size: 12px;
    /*background-color: #D8BFff;*/
}

.APPROACH-OrgOfferTbl-CH1 {
    text-align: center;
    width: 150px;
    height : 30px;
    padding-left : 10px;
    padding-top : 10px;
    font-weight: bold;
    font-size: 12px;
    border-top : 1px solid gray;
    border-left : 1px solid gray;
    border-right : 1px solid gray;
}
.APPROACH-OrgOfferTbl-CH2 {
    text-align: center;
    width: 150px;
    padding-left : 10px;
    padding-top : 10px;
    font-weight: bold;
    font-size: 12px;
    border-top : 1px solid gray;
    border-right : 1px solid gray;
}
.APPROACH-OrgOfferTbl-CH3 {
    text-align: center;
    width: 80px;
    padding-left : 10px;
    padding-top : 10px;
    font-weight: bold;
    font-size: 12px;
    border-top : 1px solid gray;
}
.APPROACH-OrgOfferTbl-CH4 {
    text-align: center;
    width: 120px;
    padding-left : 10px;
    padding-top : 10px;
    font-weight: bold;
    font-size: 12px;
    border-top : 1px solid gray;
    border-right : 1px solid gray;
}

.APPROACH-OrgOfferTbl-C1 {
    text-align : left;
    padding-right : 5px;
    padding-left : 2px;
    width: 150px;
    padding-top : 10px;
    border-bottom : 1px solid gray;
    border-left : 1px solid gray;
    border-right : 1px solid gray;
}
.APPROACH-OrgOfferTbl-C2 {
    text-align : left;
    padding-right : 5px;
    padding-left : 2px;
    width: 150px;
    padding-top : 10px;
    border-bottom : 1px solid gray;
    border-right : 1px solid gray;
}
.APPROACH-OrgOfferTbl-C3 {
    text-align : right;
    padding-right : 5px;
    width: 80px;
    padding-top : 10px;
    border-bottom : 1px solid gray;
}
.APPROACH-OrgOfferTbl-C4 {
    text-align : right;
    padding-right : 5px;
    width: 120px;
    padding-top : 10px;
    border-bottom : 1px solid gray;
    border-right : 1px solid gray;
}


.APPROACH_PUB-OrgOfferTbl {
	width : 400px; 
	margin-left: auto; 
	margin-right: auto; 
	border-width: 1px
}
.APPROACH_PUB-OrgOfferTbl-caption {
	font-weight: bold; 
	font-size: 12px; 
	padding-bottom: 10px;
}
.APPROACH_PUB-OrgOfferTbl-TopRow {
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    background-color: MediumPurple;
}

.APPROACH_PUB-OrgOfferTbl-OddRow {
	vertical-align: top;
    vertical-align: top;
    font-size: 12px;
	vertical-align: top;
    /*background-color: Thistle;*/
}
.APPROACH_PUB-OrgOfferTbl-EvenRow {
    vertical-align: top;
    font-size: 12px;
   /* background-color: #D8BFff;*/
}

.APPROACH_PUB-OrgOfferTbl-CH1 {
    text-align: center;
    width: 150px;
    height : 30px;
    padding-left : 10px;
    padding-top : 10px;
    font-weight: bold;
    font-size: 12px;
    border-top : 1px solid gray;
    border-left : 1px solid gray;
    border-right : 1px solid gray;
}
.APPROACH_PUB-OrgOfferTbl-CH2 {
    text-align: center;
    width: 150px;
    padding-left : 10px;
    padding-top : 10px;
    font-weight: bold;
    font-size: 12px;
    border-top : 1px solid gray;
    border-right : 1px solid gray;
}
.APPROACH_PUB-OrgOfferTbl-CH3 {
    text-align: center;
    width: 80px;
    padding-left : 10px;
    padding-top : 10px;
    font-weight: bold;
    font-size: 12px;
    border-top : 1px solid gray;
}
.APPROACH_PUB-OrgOfferTbl-CH4 {
    text-align: center;
    width: 120px;
    padding-left : 10px;
    padding-top : 10px;
    font-weight: bold;
    font-size: 12px;
    border-top : 1px solid gray;
    border-right : 1px solid gray;
}

.APPROACH_PUB-OrgOfferTbl-C1 {
    text-align : left;
    padding-right : 5px;
    padding-left : 2px;
    width: 150px;
    padding-top : 10px;
    border-bottom : 1px solid gray;
    border-left : 1px solid gray;
    border-right : 1px solid gray;
}
.APPROACH_PUB-OrgOfferTbl-C2 {
    text-align : left;
    padding-right : 5px;
    padding-left : 2px;
    width: 150px;
    padding-top : 10px;
    border-bottom : 1px solid gray;
    border-right : 1px solid gray;
}
.APPROACH_PUB-OrgOfferTbl-C3 {
    text-align : right;
    padding-right : 5px;
    width: 80px;
    padding-top : 10px;
    border-bottom : 1px solid gray;
}
.APPROACH_PUB-OrgOfferTbl-C4 {
    text-align : right;
    padding-right : 5px;
    width: 120px;
    padding-top : 10px;
    border-bottom : 1px solid gray;
    border-right : 1px solid gray;
}

.OfferValueCellCSS  {
   border : 0px;
   vertical-align : top;
   font-weight: bold;
   font-size : 12px;
}

.OfferTitleValueCellCSS  {
   border : 0px;
   padding-top : 10px;
   vertical-align : top;
   font-style: italic;
   font-weight: bold;
   color: #483d8b;
   font-size : 11px;
}

/** Client Related **/

.CompanyNameValueCellCSS  {
    border : 0px;
    width: 350px;
    vertical-align : top;
    padding-left : 40px;
    padding-bottom : 0px;
    font-size : 12px;
    font-weight : bold ;
}

.ClientViewSeparatorCSS  {
    border : 0px;
height: 0px;
}

/** Testimonial Related **/
.TestimonialValueCellCSS  {
    border : 0px;
    width: 450px;
    vertical-align : top;
    padding-bottom : 10px;
    margin-left : 0em;
}
.TestimonialOrgValueCellCSS {
   border : 0px;
   vertical-align : top;
   font-weight: bold;
   padding-right: 3px;
}
/** Case Studies Related **/
.TitleShortDisplayCSS_250  {
    width : 300px;
    text-align : left;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    vertical-align : top;
    padding-bottom: 10px;
    border-bottom: 1px dotted thistle;
}

.TitleBoldValueCellCSS  {
    text-align : left;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    vertical-align : top;
    font-weight: bold;
	color : #483D8B;
}
.TitleValueCSS   {
    padding-top : 15px;
    font-size: 13px;
    /*padding-left: 1em;*/
}

.SectionHeaderValueCellCSS  {
    border : 0px;
    vertical-align : top;
    padding-top: 20px;
    font-weight : bold;
}

/*** Product Catalog ***/
.prodNameValueCellCSS  {
        /*vertical-align : top;*/
        font-weight: bold;
    	padding-bottom: 6px;
}

.ProdNameShortDisplayCSS  {
	vertical-align : top;
	font-weight: bold;
    	line-height: 20px;
}
.BenefitShortDisplayCSS {
    width : 300px;
    text-align : left;
    vertical-align : top;
    font-style: italic;
}
.DescShortDisplayCSS {
    width : 300px;
    text-align : left;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    vertical-align : top;
}
.DescShortDisplayHeaderCSS {
    text-align : left;
    width : 300px;
}
.CostValueCellCSS  {
    border : 0px;
    vertical-align : top;
    color : Red;
}
.CostLabelCellCSS {
    vertical-align : top;
    border : 0px;
    width: 150;
    padding-right : 4px;
}

/******/

/*** Newsletter **/
.NewsTitleBoldValueCellCSS  {
    text-align : center;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    vertical-align : top;
    font-weight: bold;
	color : #483D8B;
}
/******/

/** Product Reviews **/
.ReviewTitleValueCellCSS  {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    vertical-align : top;
    font-weight: bold;
	text-align : left;
    padding-bottom: 6px;
}

.ReviewValueCellCSS  {
    border : 0px;
    width: 450px;
    vertical-align : top;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left : 0em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
/******/

/*** Stores *****/
.StoreNameValueCellCSS  {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    vertical-align : top;
    font-weight: bold;
    text-decoration: underline;
}
.StoreAddressValueCellCSS  {
    border : 0px;
    width: 450px;
    vertical-align : top;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left : 0em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.storeEmailValueCellCSS  {
        border : 0px;
        vertical-align : top;
        font-style: italic;
        color : navy;
}
.storeLabelCellCSS {
    vertical-align : top;
    border : 0px;
    width: 150;
    padding-right : 4px;
}

/********/

.CaseStudySearchSeparatorCSS  {
    height: 10px;
    /*background-image: url('http://www.ergoworksinc.com/images/site_related/bg/dot_h.gif');*/
    border : 0px;
}

/*** Service Hierarchy Related ***/
.SHSearchSeparatorCSS  { 
	height: 1;
	background-image: url('http://excellifesciences.orisolutions.com/images/site_related/bg/dot_h.gif');
	border : 0px;
}

.SHSearchHeaderCSS  { 
	font-weight : bold;
	text-align : left;
	margin-left : 4em;
}
.SHsearchTable {
	text-align : left;
}
.SHSearchRowCSSOdd  { 
	text-align : left;
}
.SHSearchRowCSSEven  { 
	text-align : left;
}
.SHPhotoShortDisplayCSS  { 
	width : 110;
    background: red;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
}
.SHHierShortDisplayCSS  { 
	width : 300px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
}
.SHSDescShortDisplayCSS  { 
	width : 150;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
}
.SHPhotoShortDisplayHeaderCSS  { 
	text-align : left;
	width : 110;
}
.SHShortDisplayHeaderCSS  { 
	text-align : left;
	width : 150;
}
.SHaddLabelCSS  { 
	width : 200;
	text-align : right;
}
.SHaddFieldCSS  { 
	width : 300;
	text-align : left;
}
.SHheaderMessage  { 
	width : 550;
}
.SHtrailerMessage  { 
	width : 550;
}
.SHtitleBar  { 
	background : #ffcc00;
	text-align : left;
}
.SHValueCellCSS_Hdr  {
    border : 0px;
    width: 400px;
    font-size : 15px;
    font-weight : bold;
    vertical-align : top;
    padding-top: 5px;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	color : #483D8B;
}

/************/
.ServiceHeader  { 
	text-align : left;
	font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.ProdCatTrailer {
    width: 400px;
    text-align: right;
}

.ProdCatHeader {
    width: 400px;
	font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size : 13px;
	color : #483D8B;
	padding-top: 3px;
}
.BuyShortDisplayCSS {
    width: 400px;
    text-align: right;
	font-weight: bold;
}
.ErgoSvcLabelCellCSS  {
    border : 0px;
    font-weight: bold;
    vertical-align : top;
    padding-right: 2px;
    padding-top: 2px;
	width: 80px;
	
}
.ErgoSvcValueCellCSS  {
	border : 0px;
   	width: 400px;
    padding-top: 2px;
   	vertical-align : top;
/*     padding-left: 20px;*/
/*      padding-top: 20px;*/
}
.ValueCellCSSSvcDesc  {
        border : 0px;
        width: 400px;
        vertical-align : top;
        padding-top: 20px;
}

.LabelCellCSS_NW  {
        border : 0px;
    font-weight: bold;
        vertical-align : top;
    padding-right: 5px;
}
.NewsTitleShortDisplayCSS  {
        width : 300px;
        text-align : left;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 12px;
        vertical-align : top;
}
.PublishDateShortDisplayCSS  {
        width : 120px;
        text-align : left;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 12px;
        vertical-align : top;
}
