* {
    padding: 0;
    margin: 0;
} 

/* ==== TAG-Cloud views ==== */
#tagcloud {
  text-align:center; 
  border-width: 1px;
  border-style: solid;
  border-color: silver;
}

.header2{
	background : none;
	color: #3b6ebf; font-size: 12px;  font-weight:bold; margin-top: 0px; margin-bottom : 10px;
	padding : 5px;
	height : 90%;
}

ul.tagcloud { 
  padding:10px; 
  margin:0px;
  margin-bottom : 10px;
  text-align:center; 
  list-style:none; 
  display: inline;
}

ul.tagcloud li { 
  display:inline; 
  background: none;
  padding: 0;
  margin: 0;
}
ul.tagcloud li.t1 a { 
  font-size: 1em; 
  opacity:0.6;
}
ul.tagcloud li.t2 a { 
  font-size: 1.3em;
  opacity:0.8;
}
ul.tagcloud li.t3 a { 
  font-size: 1.6em; 
  opacity:1.0;
}



body {
    background: #fff;
	//font-family: Verdana; padding: 3px;
	font: .74em Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 10px auto;
width: 992px;
background: #fff url('images/midbg35.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg35.jpg');
height: 30px;

}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg35.jpg');
height: 30px;
}


.header {
height: 100px;
background: #85ACF7 url('images/hidr.jpg');
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }


.breadcrumbs { 
    background: #F3F9FB; 
	border-bottom: 1px solid #F0F0F0; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 15%;
	margin: 0 6px;
	padding: 1% 1%;

}

.right {
	float: left;
	width: 77%;
	margin: 0 0px;
	padding: 1% 1%;
	text-align: justify;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right .notelist {
	visibility:hidden;
	height:0px;
}



.right li {
	margin-bottom:5px;
	color: #000000;
}


.right .publication_list {
	width : 100%;
}

.publication_list .header{
	background : none;
	color: #3b6ebf; font-size: 12px;  font-weight:bold; margin-top: 25px; margin-bottom : 15px;
	padding : 0px;
	height : 90%;
}

.publication_list  .large_icon {
	border-width : 0px;
	float:right;
}

 

.right .author  {
	visibility:hidden; 
	height : 0px
}

.odd { 
	background-color: #F3F5FB;
}


.publication_list .title a{
	color : black;
	font-weight:bold;
	text-decoration: none; 
	cursor: default;
}

.publication_list .readernote b {
	visibility:hidden; 
}

.copyright table tr td {
	border-style:solid; 
	border-width:1px; 
	border-color:silver;
}

.right .topLinks a {
	font-size: 11px;
}


.odd .author a{
	visibility:visible; 
	color: black; 
	background: #F3F5FB;
	text-decoration: none; 
	cursor: default;
}

.even .author a{
	visibility:visible; 
	color: black; 
	background: white;
	text-decoration: none; 
	cursor: default;
}



.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}



.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px; margin-bottom: 10px;}
.right h3 { font-size:  12px; }
.right table { border-style:solid; border-width:0px; border-color:silver; }
//.right table tr td { border-style:none; border-bottom-width:2px; border-color: white; }

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}



