/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* MODULES --------------------------------------------------------------------- */

.module_intro {
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 6px;
  padding-bottom: 3px;
}
.module_admin {
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 6px;
  padding-bottom: 8px;
  min-height: 20px;
  width: 100%;
  clear: left;
}
.module_admin a {
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  border: 1px solid gray;
  float: left;
}
.module_admin a img {
  float: left;
  margin-right: 3px;
}
.module_admin a:hover {
  background: #AAAAAA;
  color: #FFFFFF !important;
}
object.swfupload {
  width: 151px;
}


/* module: database ------------------------------------------------------------ */
.mod-database-detail,
.mod-database-detail td,
.mod-database-detail th,
.mod-database-detail tr {
  border: none;
}
.mod-database-detail td {
  padding-left: 0px;
}
.mod-database-detail {
  border-top: 1px solid #999999;
}
.mod-database-detail td {
  border-bottom: 1px solid #999999;
}


/* module: listing ------------------------------------------------------------ */
div.listing_entry {
    margin: 0 0 20px 0;
}
.listing_actions {
    float: right;
}

/* module: mailform ----------------------------------------------------------- */
.mailform_error label {
	font-weight: bold;
	color: red;
}

/* module: search ------------------------------------------------------------- */
.search_item {
  display: block;
  text-decoration: none !important;
  padding-top: 5px;
}
.search_item_title,
.search_item_title .highlighting {
  text-decoration: underline;
  font-weight: bolder;
}
.search_item_introduction {
  display: block;
  font-weight: bolder;
}
.search_item_content {
  display: block;
  text-decoration: none;
}
.search_item_details {
  display: block;
  color: gray;
}