/* lines/borders*/
.navline {border-left: #426698 1px solid;}
.blueline {border-bottom: #B9C8DB 1px solid;}
.greyline {border-bottom: #D5DCE3 1px solid;}
.dottedline {border-bottom: #999 1px dotted;}
.whtbox {border: #B9C8DB 1px solid;}

/* Promo Box (orange)*/
.ltpromobx {background: url(/images/backgrounds/lt_crn_promo_orng.jpg);}
.rtpromobx {background: url(/images/backgrounds/rt_crn_promo_orng.jpg);}
.mtpromobx {background: url(/images/backgrounds/bg_tm_promo_orng.jpg);}
.mpromobx {
background: url(/images/backgrounds/bg_m_promo_orng.jpg);
background-repeat: no-repeat;
}
.mpromobxsm {
background: url();
background-repeat: no-repeat;
}

.m2promobxsm {background: url(/images/backgrounds/bg_bttm_promo_orngsm.jpg);}
.m2promobx {background: url(/images/backgrounds/bg_bttm_promo_orng.jpg);}
.mbpromobx {background: url(/images/backgrounds/bg_bm_promo_orng.jpg);}
.lbpromobx {background: url(/images/backgrounds/lbttm_crn_promo_orng.jpg);}
.rbpromobx {background: url(/images/backgrounds/rbttm_crn_promo_orng.jpg);}

/* Promo Box (blue)*/
.ltbluepromobx {background: url(/images/backgrounds/lt_crn_promo_blue.jpg);}
.rtbluepromobx {background: url(/images/backgrounds/rt_crn_promo_blue.jpg);}
.mtbluepromobx {background: url(/images/backgrounds/bg_tm_promo_blue.jpg);}
.mbluepromobx {
background: url(/images/backgrounds/bg_m_promo_blue.jpg);
background-repeat: no-repeat;
}
.m2bluepromobx {background: url(/images/backgrounds/bg_bttm_promo_blue.jpg);}
.mbbluepromobx {background: url(/images/backgrounds/bg_bm_promo_blue.jpg);}
.lbbluepromobx {background: url(/images/backgrounds/lbttm_crn_promo_blue.jpg);}
.rbbluepromobx {background: url(/images/backgrounds/rbttm_crn_promo_blue.jpg);}

/* grey box (round edges)*/
.ltgrmainbx {background: url(/images/backgrounds/lt_crn_box.jpg);}
.rtgrmainbx {background: url(/images/backgrounds/rt_crn_box.jpg);}
.mtgrmainbx {background: url(/images/backgrounds/bg_tm_box.jpg);}
.mgrmainbx {
background: url(/images/backgrounds/bg_m_box.jpg);
background-repeat: no-repeat;
}
.m2grmainbx {background: url(/images/backgrounds/bg_bttm_box.jpg);}
.mbgrmainbx {background: url(/images/backgrounds/bg_bm_box.jpg);}
.lbgrmainbx {background: url(/images/backgrounds/lbttm_crn_box.jpg);}
.rbgrmainbx {background: url(/images/backgrounds/rbttm_crn_box.jpg);}

/* video box */
.tpvideo {background: url(/images/backgrounds/bgtp_video.jpg);}
.lvideo {background: url(/images/backgrounds/bgl_video.jpg);}
.bttmvideo {background: url(/images/backgrounds/bgbttm_video.jpg);}
.rvideo {background: url(/images/backgrounds/bgr_video.jpg);}
.bgvideo {background-color: #000;} 

/* top bars (icons/round edges)*/
.barwebinar {background: url(/images/backgrounds/bar_webinars.jpg);}
.barwhitepapers {background: url(/images/backgrounds/bar_whitepapers.jpg);}
.barquicktours {background: url(/images/backgrounds/bar_quicktours.jpg);}
.barcasestudies {background: url(/images/backgrounds/bar_cs.jpg);}
.barblank {background: url(/images/backgrounds/bar_blank.jpg);}


/* IDs*/
#layout { 
width: 910px; 
height: 100%; 
border: 0; 
}

#top { 
height:372px; 
vertical-align:top; 
}
#crumbs { 
height:26px; 
vertical-align:top; 
}
#content { 
height: auto; 
vertical-align:top; 
background-color:#FFF; 
}
