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{
  background: #fff url("header_bg.gif") repeat;
  text-align: left;
  padding: 0px;
  clear: both;
  text-align: left;
  padding-right: 6px;
  font-size: 16px;
  height: 63px;
}


#top-nav{
  text-align: center;
  background: #ddd;
  color: #444;
  font-weight: bold;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
}
#top-nav a{ color: #026; }
#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-left: 1px solid #aad;
}



#sidebar {
  padding: 0 0 0 0; 
  padding-top: 40px;
  background: #eee;
  width: 200px;
  border-right: #999 dotted 1px;
}

li.li-block{
  list-style-type: disc;
  list-style-image: url(list-item.gif);
  padding: 0.1em 0em 0 0;
  margin: 0;
  margin-left: 0.2em;
}


#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-top: 20px;
  font-size: 0.9em
}
.block-title{
  padding: 2px 10px 2px 10px;
  color: #539cc5;
  font-weight: bold;
  border-top: 1px dotted #666;
}
.block-body{
  padding: 2px 10px 2px 10px;
}

#box-table{
  width: 640px;
}

.box{
  border: #539cc5 solid 1px;
  margin: 10px auto 10px auto;
  background: #fff;
}
.box-title{
  background: #539cc5;
  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; width: 180px; border-left: 1px solid #abd; }
div.news-coltitle{ background: #85b6d5; 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; }
