/*NOTE: always check css-settings in all browsers!*/
/*
this css definitions are examples to explain the css functionality in ExData
file: mod_exdata/inc_front/css/exdata.css
this is the standard file copied for new templates
you can change the stanadard css-file by overwrite the exdata.css file
but don't delete or rename it!!!
*/

/*Head div id="exd_head" - Category Name - /div*/
#exd_head, .exd_head {
font-weight: bold; 
color: #003366; 
line-height: 150%; 
background: #FEFEFE; 
margin: 0pxx; 
padding: 5px 0px 5px 10px; 
width: 700px;
}
/*Main Background for all  div id="exd_items"  ...  /div */
#exd_items, .exd_items {
background: #FFFFFF;
padding: 0px;
width: 700px;
}

/*Navigation -  div id="exd_navi"  - all the elements in table -  /div */
#exd_navi, .exd_navi{
background: #ffffff;
}
/*Page Numbers -  div id="exd_page"  - table with paging -  /div */
#exd_page, .exd_page {
font-size: 7pt;
background: #ffffff;
text-align: left;
}
/*Page Statistics -  div id="exd_stats"  - text -  /div */
#exd_stats, .exd_stats {
font-size: 7pt;
color:#ffffff;
background: #0066CC;
text-align: left; 
}
/*Sort-Function -  div id="exd_sort"  - text [Drop-Down class="exd_dd"] -  /div */
#exd_sort, .exd_sort {
font-size: 7pt;
padding: 3px;
background: #33CCFF;
text-align: right; 
}
/*Filter-Function in Dropdown -  div id="exd_filter"  - text [Drop-Down class="exd_dd"] -  /div */
#exd_filter, .exd_filter {
font-size: 7pt;
padding: 3px;
background: #33FFCC;
text-align: left;
}
/*Filter-Function Menu  div id="exd_filtermenu"  -  ul  li  /li  /ul  -  /div */
#exd_filtermenu, .exd_filtermenu {
font-size: 7pt;
padding: 3px;
background: #FF4488;
text-align: left;
}
/*Filter-Function Menu  ul */
#exd_filtermenu ul{
margin-left: 0px; 
}
/*Filter-Function Menu  li */
#exd_filtermenu ul li{
display: inline; 
padding: 5px;
}
/*Search-Function -  div id="exd_search"  - [Textfield class="exd_txt"][Button class="exd_but"] -  /div */
#exd_search, .exd_search {
font-size: 7pt;
padding: 3px;
background: #CC3399;
text-align: left;
}
/*Textfield*/
.exd_txt{}
/*Buttons*/
.exd_but{
font-size: 7pt;
}
/*Dropdowns*/
.exd_dd{}

/*Entries -  table width="100%" id="exd_item"  ...  /table */
#exd_item, .exd_item {
width: 700px;
font-size: 8pt;
padding: 0px;
background: #FFFFFF;
margin-bottom: 5px; /*divides the entries in list-layout*/
}

/*acces to the table*/
#exd_item, .exd_item {
border-spacing:2px;
}

/*Field-Title - extract number to change css for this number*/
.exd_field, .exd_field1, .exd_field2, .exd_field3, .exd_field4, .exd_field5, .exd_field6, .exd_field7, .exd_field8, .exd_field9, .exd_field10, .exd_field11, .exd_field12, .exd_field13, .exd_field14, .exd_field15, .exd_field16, .exd_field17, .exd_field18, .exd_field19, .exd_field20, .exd_field21, .exd_field22, .exd_field23, .exd_field24 {
font-weight: bold;
color:#225588;
background: #FFFFFF;
width: 100px; /*min. value for width*/
padding: 3px;
border: 1px solid #000000;
vertical-align: top;
}
/*Field-Titel-Link - if Sort by Field-Titels*/
.exd_field a {
color:#FF0000;
}
/*Example for extracted field (in preview nr)*/
.exd_field_nr {
background: #FFCC99;
color#000000;
padding: 3px; 
border: 1px solid #000000;
vertical-align: top;
}

/*Field Entry - extract number to change css for this number*/
.exd_entry, .exd_entry1, .exd_entry2, .exd_entry3, .exd_entry4, .exd_entry5, .exd_entry6, .exd_entry7, .exd_entry8, .exd_entry9, .exd_entry10, .exd_entry11, .exd_entry12, .exd_entry13, .exd_entry14, .exd_entry15, .exd_entry16, .exd_entry17, .exd_entry18, .exd_entry19, .exd_entry20, .exd_entry21, .exd_entry22, .exd_entry23, .exd_entry24 {
/*background: #C5C5C5; /*uncomment if row colors active!*/*/
padding: 3px;  
border: 1px solid #CDCDCD;
vertical-align:top;
}

 .exd_entry1 {width:200px; }
 .exd_entry2 {width:50px; }
 .exd_entry3{width:200px; }
 .exd_entry4{width:100px; }
 .exd_entry5{width:100px; }


/*Link in entries*/
.exd_entry a {
color:#FF0000;
}
/*Example for extracted field  (in preview nr)*/
.exd_entry_nr {
background: #ffffff;
padding: 3px;
border: 1px solid #CDCDCD;
/*width: 100px;*/
vertical-align:top;
}

/*row colors and mousefollow*/
.exd_row{} /*(leave this one empty!)*/
.exd_row_bg_0 { background:#c0defc; }
.exd_row_bg_1 { background:#e2f0fd; }

