.admin-panel {background: #cccc99; border: 0; text-align: left;}
.admin-panel th, .admin-panel h1 {display: block; border-bottom: 4px solid #fff; padding-bottom: 10px; font-size: 120%;} 
.admin-panel td {}
#admin-wrapper {width: 760px; margin: 0 auto;} 
div.admin-panel {padding: 15px; }
label {font-size: 90%; text-transform: uppercase; }
.admin-panel p {110%}
caption#validationSummary, .Info {color: red; font-weight: bold; text-align: left;}
ul.admin-nav {list-style-type: none;}
ul.admin-nav li {margin-left: -40px;}
ul.admin-nav li a {background: White; padding: 4px 8px; font-size: 75%; text-transform: uppercase; font-weight: bold; text-decoration: none; border: 1px solid #FFCC00; display: block;}
ul.admin-nav li a:hover  {background: #FFCC00; text-decoration: underline; border: 1px solid White;}
div#nav {
  width: 170px;          /* menu width */
}
#admin-footer {font-size: 80%; text-align: center; clear: all;}
/* p.admin-button {text-align: right; margin: 1em 5%;}
table.list h1 {margin: .5em 5%;}
.admin-button a {background: #ffcc66; padding: 4px; margin-left: 15px; font-weight: bold; text-decoration: none; border: 1px solid #ff9966;}
.admin-button a:hover {background: #652D89; text-decoration: underline; border: 1px solid #CC99CC;}
.subheadtext {font-weight: normal; text-transform: none;}
.itemname a {font-size: 120%; font-weight: bold;}
table.list td.status {text-align: center; }
#admin-head, .admin-head {
border-bottom: 2px solid #fff;
margin-bottom: 10px;
padding: 10px;
background: #007D68;
text-align: left;
font: bold 125%/1em arial, geneva, sans-serif;
color: #FFF;
width: 100%;
text-transform: uppercase;
letter-spacing: 0.15em;
width: auto;
}
.admin-head {margin: 0 0 30px 0}
#status-message {color: #CC0000; font-weight: bold; padding: .5em 5%; text-transform: uppercase;}	

/* MODIFIED BY BCOHEN from:
pop.pop.star 
by Timo Wirth
24th Oct. 05
http://www.javajim.de 
*/





table.list {
font: 75%/1.5em arial, geneva, sans-serif;
border-collapse: collapse;
margin: 1em 0; width: 100%;

}
	
/* headline */

table.list caption {
margin: 0 0;
border-bottom: 1px solid #fff;
padding: 10px;
background: #999966;
text-align: left;
font: bold 150%/1em arial, geneva, sans-serif;
color: #FFF;
width: 100%;
text-transform: uppercase;
letter-spacing: 0.1em;
width: auto;
}	
	
/* data */

table.list tbody {
background: #CCCC99;
color: #000000;
}
table.list tbody td {
font-size: 100%;
letter-spacing: 0.05em;
background: #CCCC99;
}
table.list tbody td, table.list tbody th {
border-bottom: 4px solid #fff;
border-left: 2px dotted #fff;
vertical-align: top;
padding: 10px;
}

/* header */ 
	
table.list thead th { /* headers oben */
padding: 5px 10px;
text-align: left;
background: #999966; /* dk brown */
color: #fff;
text-transform: uppercase;
letter-spacing: 0.2em;
font-weight: bold;
font-size: 110%
}


table.list tbody th { 
padding: 10px 10px 10px 10px;
text-align: center;
font-size: 110%;
color: #fff;
letter-spacing: 0.1em;
line-height: 1.5em;
text-transform: uppercase;
}	

/* colours */

table.list tbody tr.odd th {
background: #D2ECE7; 
}
table.list tbody tr.odd {
background: #D2ECE7; 
}

table.list tbody tr th {
background: #999966; 
}
table.list tbody tr {
background: #CCCC99; 
}

/* footer */

table.list tfoot th, table.list tfoot td {
margin: 0;
border-top: 2px solid #fff;
padding: 5px 10px;
text-align: left;
background: #999966; /* dk header */
color: #FFF;
}

table.list tfoot th {
text-transform: uppercase;
letter-spacing: 0.2em;
border: none;
}

table.list tfoot td {
padding-left: 10px;
}
	
/* links */	
	
table.list tbody tr th a { /* blue */
color: #277ffe;
display: block;
}

table.list tbody tr.odd th a { /* beige */
color: #555;
display: block;
}	
	
table.list tbody td a {
color: #White;
}

table.list a:visited, table.list tbody tr.odd th a:visited {
color: #White;
}

/* Sliding Doors Navigation */

#header {
      float:left;
      width:100%;
      background:#FFF url("../../images/nav/bg.gif") repeat-x bottom;
      font-size:83%;
      line-height:normal;
	  
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("../../images/nav/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      float:left;
      display:block;
      background:url("../../images/nav/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url("../../images/nav/left_on.gif");
      border-width:0;
      }
    #header #current a {
      background-image:url("../../images/nav/right_on.gif");
      color:#333;
      padding-bottom:5px;

