
/***************************************************************
*  Copyright notice
*
*  (c) 2007 Thomas Wittich, www.bueffelsoft.de <rotes.bueffelfell@web.de>
*  All rights reserved
*
*  This script is part of the CyWeb project. The CyWeb project is
*  free software; you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation; either version 3 of the License, or
*  (at your option) any later version.
*
*  The GNU General Public License can be found at
*  http://www.gnu.org/copyleft/gpl.html.
*
*  This script is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/

/* This is the one and only CSS-File of CyWeb-Project */

* {padding:0px; margin:0px; }

* { font-family: arial,helvetcia;
    font-size: 14px;
  }
  
body {
	background-color: #fff;
}
  
td, th { vertical-align:top; }
  
/* used for whole list wrapper */
table.cyweb_list


/* used for caption of subitems */
div.cyweb_list {
    font-weight: bold;
}

/* used for table of subitems */
table.cyweb_list_item {
    margin-left: 15px;
}

/* used as container for all items of one entry */
div.cyweb_list_item {
    border-bottom: 1px dotted green;
}
td.cyweb_list_item {
    margin-left: 10px;
/*    border: 1px solid red; */
}

/* used for labels of field of one entry */
div.cyweb_list_item_label {
    width: 80px;
    float:left;
    border-bottom: 1px dotted yellow;
    border-right: 1px dotted yellow;
}

/* used for values of fields of one entry */
div.cyweb_list_item_value {
    width: 300px;
    border-bottom: 1px dotted blue;
    border-right: 1px dotted blue;
}
div.cyweb-list-item img {
    border: 0px solid #000;
    float:right;
    border: 1px solid #d9d9d9;
}


div.cyweb-list-item {
    background-color: white;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    padding: 7px;
    width:460px;
}

div.cyweb-list-item-odd {
    background-color: #e5e5e5;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

div.cyweb-list-item-date {
    float: right;
}

div.cyweb-list-item-title {
    font-weight: bold;
    font-size: 12px;
    background-color: #e5e5e5;
}
div.cyweb-list-item-odd div.cyweb-list-item-title {
    background-color: #f3f3f3;
}

.cyweb-list-item-title a ,
.cyweb-list-item-title a:hover ,
.cyweb-list-item-title a:visited {
    text-decoration: none;
    color: #444444;
    font-size:12px;
    display:block;
    padding:2px;
    padding-bottom:5px;
}

.cyweb-list-item-title a:hover {
	background-color: #ddddFF;
}


div.cyweb-list-item-category_name {
    font-style: italic;
    padding-bottom: 5px;
    background-color: inherit;
    
}

div.cyweb_clear {
    clear:both;
    height:0px;
    line-height: 0px;
}

span.cyweb-list-item-searching {
    font-weight: bold;
    color: #000080;
    font-style: normal;
    font-size: 11px;
}

.cyweb-list-item-owner a,
.cyweb-list-item-owner a:link,
.cyweb-list-item-owner a:hover,
.cyweb-list-item-owner a:visited {
    font-weight: bold;
    color: #000080;
    font-style: normal;
    font-size: 11px;
    text-decoration:none;
}

div.cyweb_pager {
    padding: 5px;    
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    background-color: #d15c19;
    width: 460px;
}

span.cyweb_pager_act {
    color: white;
    background-color: #d15c19;
    border: 2px solid white;
}

span.cyweb_pager {
    color: black;
    font-weight: bold;
}

span.cyweb_pager a ,
span.cyweb_pager a:hover ,
span.cyweb_pager a:visited {
    text-decoration: none;
    color: black;
}

th.cyweb_searchform {
    width: 125px;
    margin-left: 3px;
    margin-right: 3px;
    text-align:left;
    font-weight: normal;
}

td.cyweb_searchform {

}


