﻿/******************************************
 LIFEWEB STYLES 
 ******************************************/
/* Comments added on 2009-04-09 by ODM
- 1. Page
- 2. Navigation
- 3. Body Text
- 4. Table Layout (added on 2009-04-09 by ODM)
*/
 
/******************************************
 1. PAGE LAYOUT
 ******************************************/

body
{
    background-color:#d7d7d7;
}

.SubMenu
{

      width: 100%;
      margin: 1em 0;
      padding: 0px 5px;
      padding-left:10px;
      padding-right:10px;
      background: #eee none;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    
    .SubMenu li
    {
        
      margin: 0;
      padding: 0;
      float: left;
   
      padding: 0;
      background: #fff none;
   
       padding-left:10px;
      padding-right:10px;
      margin-right: 1em;
      background: #eee none;
      text-align: center;
      color:white;
      background: #000 none;
    }
    
    .SubMenu li a
    {
      text-align: center;
      color:white;
      text-decoration:none;
     
    }


#Header 
{
	background-color:#f7f7f7;
	height:190px;
    background:transparent url(/lifeweb/images/bg.png) repeat-x scroll 0 0;
}
#content_module {
	clear:none;
}
#topNavigation {
	
	color:#666666;
	height:35px;
	line-height:35px;
	width:100%;
}

#topNavigationContent {
	margin:0 auto;
	width:972px;
}

.BannerRightLifeweb {
	background: transparent url(/images/lifeweb/logo-cbd.png) no-repeat scroll right bottom;
	height: 140px; width:250px;
}	

.BannerLeftLifeweb {
	background: transparent url(/lifeweb/images/lflogo.png) no-repeat scroll left top;
	height: 140px; width:700px;
}


#content_module {
background-image:none;
}

#content_module_right {
background-image:none;
}

.bluemenu 
{
	color:#0088A4;
	}

.search_container {display:none;}
.content_header {display:none;}
.left_nav {display:none;}
.left_footer a {color:#333333;text-decoration:none;}
.left_footer {color:#333333;height:56px;padding:22px 5px 17px 200px;position:relative;}
.right_footer {float:right;height:60px;padding:20px 15px 20px 0pt;text-align:center;width:75px;}

div.right_nav {width:300px;background:transparent;}

#container_right {
	margin-left:0px;
	background-image: none;
}
#footer {height:113px;background:transparent url(/images/lifeweb/footer-bkg.png) repeat-x scroll 0% 50%;}
#footer {color:#333333;}
#footer-padding{width:972px; margin:0 auto;}
.left_footer {padding:22px 5px 17px 20px;}
h2 {font-size:200%}
.titlex1, h1, .cmsH1 {
	float:left;
	color:#008341
}
/******************************************
 2. NAVIGATION
 ******************************************/
#main_nav  {
	background:none;
	border:none; 
	margin-bottom:0px; 
	width:750px;
	top:-50px;
}
ul.mainnav {width:750px;}
ul.mainnav li {background:#F6F6F6; font-weight:bold;padding: 0 4px 0 4px;}
ul.mainnav li a {background:#F6F6F6; border: none;font-size:14px; color:#008341; font-family:Arial, Sans-Serif;}
ul.mainnav li a:hover {background:#FFFFFF;}
ul.mainnav li a.selected {background:#FFFFFF;border-bottom:1px solid #FFFFFF;}

.lfmainnav
{
    white-space:nowrap;font-size:18px; color:#0088a4;font-weight:bold; font-family: 'Trebuchet MS' ,Verdana,Arial;
}
.lfmainnav_selected
{
    white-space:nowrap;font-size:18px; color:black; font-weight:bold; font-family: 'Trebuchet MS' ,Verdana,Arial;
}

.lfmainnav1
{
    white-space:nowrap;font-size:17px; color:#019454;font-weight:bold; font-family: 'Trebuchet MS' ,Verdana,Arial;
}
.navtd
{
    background-color:#efefef;
}

/******************************************
 3. BODY TEXT
 ******************************************/
h1, h2, h3, h4, h5, .cmsH1, .cmsH2, .cmsH3, .cmsH4, .cmsH5, .htitle {color:#0088A4;}
.hlite, .cms_text, .cmsText {padding:15px 15px 0px 0px;}
ul.cmsListBullet > li, ol.cmsListBullet > li, ul.cmsListNumber > li, ol.cmsListNumber > li, 
ul.cmsListAlpha > li, ol.cmsListAlpha > li, ul.cmsListRoman > li, ol.cmsListRoman > li {margin:0pt 4px 5px;}
/* .cms_list_bullet, ul.cmsListBullet, ol.cmsListBullet {list-style-image:url(/images/lifeweb/bullet.gif);} */

/******************************************
 4. TABLE LAYOUT
 ******************************************/
table.lwTable  
{
	border-collapse: collapse;
	border-top: solid 1px #808080; 
	border-bottom: solid 1px #808080; 
	border-left: none;
	border-right: none;
}
tr.lwTableHead { background-color:#EEEEEE; }
tr.lwTableRow { } 
tr.lwTableRowAlt { background-color: #F8F8F8; }

tr.lwTableHead > th  {
	padding: 3px; 
    border-top: solid 1px #808080; 
    border-bottom: solid 1px #808080; 
    border-left: none;
    border-right: none;
}
tr.lwTableRow > td  {
	padding: 2px; 
    border-top: dotted 1px #808080; 
    border-bottom: dotted 1px #808080; 
    border-left: none;
    border-right: none;
}

tr.lwTableRowAlt > td  {
	padding: 2px; 
    border-top: dotted 1px #808080; 
    border-bottom: dotted 1px #808080; 
    border-left: none;
    border-right: none;
}






