body{
  color: #000;
  background: #ddd;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Verdana, Helvetica, sans-serif;
}

body{
  font-size: 10pt;
}

a{
  color: #05b; 
  text-decoration: none;
}
a:visited { color: #05b; }
a:hover, a:focus {
  color: #fff;
  background: #05b;
  text-decoration: underline;
}
a:active { color: #05b; }

a:hover img{
  color: #d62;	
}


#header{
  height: 100px;
  background: #4ab1fd url("images/header.png") no-repeat top left;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 0px;
  border-bottom: 1px solid #123;
}
div.header-title{
 color: #def;
 font-size: 24px;
 font-family: tahoma, arial, helveticy;
 padding: 10px 20px 4px 10px;
}


#top-nav{
  background: #48a0f0;
  color: #fff;
  font-weight: bold;
}
#top-nav a{ color: #def; }
#top-nav ul {
  margin: 0;
  padding: 2px 0 2px 0;
}
#top-nav li { 
  padding: 0 10px 0 10px;
  display: inline;
  list-style-type: none;
  border-right: 1px solid #aad;
}



#sidebar {
  padding: 0 0 0 0; 
  border-right: 1px solid #018; 
  background: #02b;
  width: 160px;
}

li.li-block{
  list-style-type: disc;
  list-style-image: url(menu-collapsed.png);
  padding: 0.1em 0.2em 0 0;
  margin: 0;
}

#sidebar a{
	color: #fff;
}

#footer{
  text-align: center;
  border-top: #666 1px solid;
}

#mainpart{
  padding: 16px;
  margin: 0;
  background: #fff;
}



.page-title{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-content{
}


.block{
  margin-bottom: 30px;
  font-size: 0.9em;
  color: #fff;
}
.block-title{
  padding: 2px 10px 2px 10px;
  color: #abd;
  border-bottom: 1px #cdf solid;
  font-weight: bold;
}
.block-body{
  padding: 2px 10px 2px 10px;
  color: #fff;
}

#box-table{
  width: 640px;
}

.box{
  border: #67b solid 1px;
  margin: 10px auto 10px auto;
  background: #fff;
}
.box-title{
  background: #67b;
  color: #fff;
  padding: 3px 10px 3px 10px;
  font-family: sans-serif;
  font-weight: bold;
}
.box-title-up{ float: right; }
.box-body{
  padding: 0px;
  background: transparent;
}
.box-paddedbody{
  padding: 12px;
}
.box-block{ 
  padding: 12px;
  border-bottom: #666 dotted 1px;
}
#box-header{ 
  background: #ddd;
}
table#object-header{ border-bottom: #67b solid 1px; }

#box-header-right{ 
  float: right;
  border-left: 1px #666 solid;
  padding-left: 12px;
}
#dialog{ 
  background: #ddd;
}
.box-dialogbody{ 
  padding: 12px;
  background: #ddd;
}


.block-body ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}


.listitem{ 
  border-bottom: #fff 1px solid;
}
.listitem a{
  color: #05b;
}
.listitem a:hover{
  color: #fff;
}

.list-table{
  padding: 8px;
}
.list-table td{
  padding: 3px 4px 1px 4px;
}
.table-header{
  background: #ddd;
  padding: 4px;
}

.objectlist td{ 
  padding: 4px;
}
.objectlist-header{ 
  background: #ccc;
}
.listitem-title{
  background: #f0f0f0;
}
.listitem-right{
  text-align: right;
}
.listitem-id{
  background: #ccc;
  font-weight: bold;
  font-size: 0.9em;
}
.listitem-type{
  background: #ffc;
}
.listitem-sender{
  background: #fcc;
}
.listitem-date{
  background: #ccf;
}

.ipath-image{ 
  padding: 20px;
  text-align: center;
}
.commentlist-title{ 
  font-weight: bold;
}
.commentlist-add{ 
  font-weight: normal;
  margin-left: 20px;
}
.comments td{ 
  padding: 4px;
}
.comments td{ 
  border-top: #666 dotted 1px;
}

.box-title-up{ font-size: 0.9em; font-weight: normal; }
.box-title-up a{ color: #fff; } 
.box-title-up a:visited{ color: #fff; }
.box-title-up a:active{ color: #fff; }


.gallery-input{ 
  font-size: 0.8em;
  white-space:nowrap;
  text-align: right;
}
.gallery-input input{ 
  border: #999 1px solid;
}
.gallery-item-edit{ 
  border: #999 1px solid;
  background: #ddd;
  padding: 2px;
}


.userlist-item{ 
  font-size: 0.9em;
  white-space:nowrap;
}




td#news{ background: #fff url("images/bgpaper.png"); width: 180px; border-left: 1px solid #abd; }
div.news-coltitle{ background: #abd; color: white; }

div.news-date{ padding: 0px 8px 0px 8px; color: #444;  font-size: 0.8em;}
div.news-title{ font-weight: bold; padding: 2px 8px 2px 8px;  font-size: 0.8em; }
div.news-body{ margin-bottom: 20px; font-size: 0.8em; padding: 0px 8px 0px 8px; }
