* { padding: 0; margin: 0; }

body
{
    font-family: Arial, Helvetica, sans-serif;
	background: #151515;
	font-size:0.8em;
	color:black;
	text-align: center; 
}

#wrapper { 
	width:100%;
	margin-right:auto;	
	margin-left:auto;
	text-align:left; 
}

#tdContentColumn{
    width:950px;
    padding-top: 0px; 
}

#header{
    color: white !important;
    padding-left: 48px;
    padding-right: 48px;
}    

#content{
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 10px;     
}    

.sectionheader{
  margin-top:0.5em;
  color: black;
  font-weight:normal;
  font-size:2em;
}

#footer{
   margin-bottom: 5px;
}

a, a:link, a:visited  {
   text-decoration:none;
   color: #000;
}
a:hover, a:active, a:focus {
   text-decoration:underline;
}

a.redlink, a.redlink:link, a.redlink:visited  {
   color:#93193B !important; 
}

ul{
  margin-left: 20px;
}

.mini {
    font-size:13px !important;
}

h1{
  font-size:1.3em !important;
  font-weight: normal;
}

/**** Menu ****/
#divMenu{
  width: 100%;
  clear: both;
  margin-top: 25px; 
  padding-bottom: 2px;
  border-top: 2px solid #C3C3C3;
  border-bottom: 2px solid #C3C3C3;
}

#divMenu ul{
  list-style: none;
  text-align: center; 
}

#divMenu li{
  display: inline;
  margin-right: 35px;
}

#divMenu a{
  color: #6F6F6F !important;
  font-size: 0.8em;
  font-weight: bold;
}

#divMenu a:hover, #divMenu a:active, #divMenu a:focus {
   color: white !important;
}

/*** Buttons ***/
.aBack{
   display: block;
   text-align: right;
   margin-top: 20px;
}

/**** Copyright ****/
#divcopyright{
    color: gray;
    text-align: center;
    font-size: smaller;
}

/*** Products and industries ascx ***/
.ProdsInds td{
    vertical-align: top;
}

/*** Latest News ****/
.divLatestNews{
  border-bottom: 2px solid #C3C3C3;
  margin-top: 8px;
}
.divLatestNews_Header{
  border-top: 2px solid #C3C3C3;
  border-bottom: 2px solid #C3C3C3;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 5px;
}

.divLatestNews_Header_RSS{
  font-size: smaller;
  float: right;
  margin-top: 2px;
  margin-right: 25px;
  padding-left: 20px;
  padding-bottom: 5px;
  background: url("/Images/Core/rss_icon.gif") 0px 0px no-repeat;
}

.tbLatestNews_td{
  width: 200px;
  padding-right: 18px;
}

tr.tbLatestNews_tr_top td{
  height: 75px;
}

tr.tbLatestNews_tr_bottom td{
  padding-bottom: 8px;
}

a.divLatestNews_Title{
    font-weight: bold;
}

.divLatestNews_Date{
  font-size: smaller;
}

/*** Page title ***/
.cppagetitle{
  width: 100%;
  font-size: 1.9em;
  font-weight: bold;
  padding-bottom: 10px;
}
.ImagePageTitle{
    margin-top: 10px;   
    margin-bottom: 10px;
}

/*** Contact 1-liner ***/
#divContact td{
  font-size: 11px;
}
#divContact {
  margin-top: 5px;
  margin-bottom: 20px;
}

/*** Case Studies ***/
.divCaseStudies{
  width: 299px;
}

.divCaseStudies_Title{
  font-weight: bold;
}

.divCaseStudies_tdRight{
  padding-left: 20px;
}

/*** Generic Item Viewer ***/

.iv_divDividerNoShow , .iv_divDivider{
  height: 30px;
  margin-bottom: 20px;    
}

.iv_divDivider{
  height: 20px;
  border-bottom: 2px solid #C3C3C3;
}

.iv_divLead , .iv_divLead2col{
   text-align: left;
   padding-right: 15px;
}

.iv_divLead2col{
   padding-left: 20px;
}

.iv_divImage{
  width: 96px;
}

/*** tbGrid ***/
.tbGrid td{
  vertical-align: top;
}

.tbGrid h3{
  margin-top: 10px;
}

.tdSubheading{
  color: gray;
}

.trDivider td{
  height: 1px;
  border-bottom: 2px solid #C3C3C3;
  font-size: 0px;
}

.tdIncluded{
  color: #EC1B23;
}

.tdGridL{
  width:48%;
}
.tdGridM{
  width:4%;
}
.tdGridR{
  width:48%;
}

.tbGrid ul{
  margin-bottom: 10px;
}
.tbGrid li{
  padding: 5px;
}

.tdGridimgR{
  text-align: center;
}

.tdGridimgR {
  vertical-align: middle !important;
}

/*** Masked images ***/
.imgMaskBack{
  height: 97px; /*200px;*/
  width: 97px; /*200px;*/
}

.imgMaskFore{
  background: url(/Images/mask.gif) -6px -5px no-repeat;
  width: 137px;
  height:137px;
}

/*** FCKEditor template 5 ***/
.fcke5_tb{
    width: 100%;
    margin-bottom: 20px;
}

.fcke5_tb td{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #C3C3C3;

}

.fcke5_toptr td{
  border-top: 0px solid #C3C3C3;
}

.fcke5_td1{
    width: 50%;
    text-align: left;
}
.fcke5_td2{
    width: 50%;
    text-align: right;
}




/*** PAGER **
.divPager{
    margin-top:1em;
    text-align:center;
}
*/

/*

#leftcolumn { 
 border: 0px;
 background: url(../Images/left.jpg) top right no-repeat;
 margin: 0px;
 padding: 0px;
 height: 520px;
 width: 100%;
 float: left;
}


#ContentColumn { 
 float: left;
 color: #333;
 border: 0px;
 background: transparent url(../Images/bgFooter.jpg) bottom left repeat-x;
 margin: 0px;
 padding: 10px;
 width: 890px !important;
 display: inline;
 min-height:500px;
 */
  /* sets min-height for IE6 */
/*
  height:auto !important;
  height:500px;
  padding-left:0px !important;  
}
*/
/*
#RightColumn { 
 border: 0px;
 background: url(../Images/right.jpg) top left no-repeat;
 margin: 0px;
 padding: 0px;
 height: 520px;
 width: 100%;
 float: left;
}

#footer { 
 width: 100%;
 clear: both;
 font-size:0.9em;
 padding-top:2.5em;
 color: gray;
 text-align:center; 
 margin-bottom:3em;
}


.ErrorMessageList, .ConfirmationMessageList, .WarningMessageList
{
	margin-left: 50px;
	margin-top: 20px;
}


#header
{
 	margin-top:10px;
	margin-bottom:10px;
}
#content
{
    width: 850px;
    margin-top:1em;
    padding: 0px 8px 0px 25px;*/ /* TRBL To make up for the shorter banner/player */
/* } */


/*** Contact ***/
/*
.c_name{
	font-weight:bold;
}

.c_email{
	font-size: 13px;
}
*/

/* Recommend control */
/*
.tbRecommend{
    background: white url(/images/RecommendBkg.jpg) bottom left no-repeat;
}

.divRecommendInner { 
    background: transparent;
}

.divRecommendInner .divClose{ 
    background: transparent url(/images/close.gif) 0px 0px no-repeat;
}

.divRecommendInner .ErrorMessageList , .divRecommendInner .ConfirmationMessageList{ 
    text-align: left;
}
.RecommendSubmit
{
    background: transparent url(/images/btn1.gif) 0px 0px no-repeat;
}
   
.pnlMultiFileUpload {
  border: 1px solid silver;
  padding: 10px;
  width: 820px;
  margin-top: 2px;
}
*/

