body {  
   font-family: verdana,tahoma,arial;
   font-weight: normal; 
   font-size: 11px;    
   margin: 0px;
   display: block;
   background-color: #FFFFFF;
   height: 100%;
}
.clear {clear:both;}
.center {text-align: center;}
.bold {font-weight: bold;}

#top-bar1 {
	width:100%;
	height:8px;
	background-color: #060e2a;
}

#top-bar2 {
	width:100%;
	height: 100px;
	background-color: #102658;
}

#top-center-logo {
	width: 950px;
	margin: 0px auto;
	background-image: url('gfx/leniwce-logo.gif'); 
    background-repeat: no-repeat;
	height:100px;

}

#top-menu {
   	width:500px;
   	height:20px;
   	margin-left:400px;
   	padding-top: 70px;
}


#top-shadow {
    border-top: 3px solid #ffffff;
	width: 100%;
	height: 60px;
	background-image: url('gfx/bg-shadow.jpg'); 
    background-repeat: repeat-x;
}
div.topMenuElem {
	  text-align:center;
	  float:left;
	  color: #FFFFFF;
	  width:120px;
	  border-right: 1px solid #ffffff;
}

a.topMenu, a.topMenu:active, a.topMenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold; 

}
a.topMenu:hover {
	color: #e0e0FF;
	text-decoration: none;
	font-weight: bold;
	text-decoration:underline; 
}


div.title {
	font-family: arial;
	font-size: 20px;
	border-bottom: 1px dotted #e0e0e0;
	padding-bottom:8px;
	margin-bottom:8px;
	color: #10285a;
}

#bodyContent {
  	padding-top:10px;
  	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	font-family: arial;
	font-size: 13px;
	line-height: 20px;
	min-height:500px;
}

#body-left {
	float : left;
	width:600px;
	padding-right:40px;
	border-right: 1px dotted #e0e0e0;
	line-height: 22px;
	text-align:justify;
}

#body-right {
	float : left;
	width:230px;
	padding-left: 30px;
}

#footer2 {
clear: both; 
height: 100px; 
border-width: 1px; 
border-style: solid; 
border-color: red; 
vertical-align: middle; 
padding: 0; 
margin: 0;
}
div.infobox {
 	background-color: #e9f0f7;//e0e0ff;
	border: 1px solid #d07070;
	padding: 8px;
	font-size: 11px;
	line-height:14px;
	overflow:auto;
}

div.infoboxLight {
 	background-color: #fffbe1;
	border: 1px solid #d07070;
	padding: 8px;
	overflow:auto;
}

a, a:active, a:visited {
	color: #2b51a1;
	text-decoration: none;
	 

}
a:hover {
	color: #a81915;
	text-decoration: underline;	
}


#spacer{ 
height: 120%; 
clear: left; 
width: 100px; 
font-size: 1px; /* to make sure width is not overridden */ 
padding: 0; 
margin: 0; 
/*background-color: red; /* visual effect only */ 
}

#footer {
	width:100%;
	height:100px;
	margin-top:20px;
	background-color: #d0d0d0;
	padding-top:10px;
	color:#808080;
	text-align:center;
	
	
	
	
}

.comments {
  font-size: 9px;
}
.plus {
	background: url('gfx/plus.gif') no-repeat left center;
	width:150px;
	height:20px;
	padding-left:18px;
}
.minus {
	background: url('gfx/minus.gif') no-repeat left center;
	width:150px;
	height:20px;
	padding-left:18px;
}

input.gradientButton  {
  border: #1B6FCD 1px solid;  
  background-image: url('gfx/btn-bg.jpg'); 
  font-weight: bold; 
  text-align:center;
  font-size: 13px; 
  color: #FFFFFF;
}

.pagerContainer {padding-top:30px; width:500px; margin:0 auto;display: block;overflow: hidden;text-align: center;}
.pager {
	width:20px;
	height:20px;
	background-color: #f0f0ff;
	border:1px solid #a0a0d0;
	float: inherit;
	display:inline-table;
	margin-left: 10px;
	margin-right: 10px;	
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.pager a {font-weight: normal;}
