/* gereric settings */
body {
	font: 12px sans-serif;
    color: #000;
	background: #151e4d;
	margin: 0 auto;
	padding: 0;
}

p { text-align: justify;  }

a       { color: #00f; text-decoration: none;      }
a:hover { color: #00f; text-decoration: underline; }


img { border: none; }

table a {
	display: block;
	color: #000;
	text-decoration: none;
}

table a:hover {
	display: block;
	color: #000;
	text-decoration: underline;
}

th {
	background: #ccc;
	color: white;
}

tr { background: #ddd; }

/* classes */
/* this class is needed for chat-applet.
    it overwrites blue body color in iframe
*/
.list_iframe {
    background: #fff;
}

.adminlink {
}

.white tr td {
    background: #fff;
}

.rightbox {
	float: right;
}

.errorbox {
	width: 75%;
	margin: 1em auto;
	padding: 5px;
	border: 2px solid #f00;
	color: #000;
	background: #fff;
}

.textfield {
	width: 100%;
}

.pagechooser {
    background: #FFF;
}

.pagechooser * {
    text-decoration: none;
    vertical-align: middle;
}

.logon {
	position: fixed;
	right: 1px;
	bottom: 0px;
}

.center { text-align: center; }

/* table style for all lists */
.listtable {
    /* Without a fixed size and without "overflow: scroll"
    listtable can be bigger than the content page (very, very ugly)
    */
    margin: 0 auto;
    font-family: monospace;
}


.listtable a {
	display: block;
	color: #000;
	text-decoration: none;
}

.listtable a:hover { color: #000; text-decoration: none; }

.listtable tr:hover {
	background: #fa0;	
}

.col_id        { width: 20px;   text-align: center; }
.col_title     { width: 358px;  text-align: left;   }
.col_date      { width: 86px;   text-align: center; }
.col_moderator { width: 196px;  text-align: left;   }

.listtable th {
    text-align: center;
    font-size: 14px;
}

/* table style for detail */
.detailtable {
	padding: 5px;
	border-spacing: 0px;
	border: 2px dotted #000;
	width: 50px;
	background: #fc0;
}

.detailtable td {
	padding: 2px 3px;
	white-space: nowrap;
	background: #fc0;
    vertical-align: top;
}

.detailtable a {
    display: inline;
	font-weight: bold;
}

.detailtable a:hover {
    display: inline;
	font-weight: bold;
}

.detailtable .flags {
    font-size: xx-small;
    margin: 0 0 0 5px;
} 

.detailtable input {
        background-color:#FFFFFF; 
        border: 1px solid #000000;
}


/* table stype for gb */

.gbtable td {
    background: #FFF;
}

.gbentry {
    border: 2px dotted #000;
    padding: 4px;
    margin: 0 auto 4px;
    background: #fc0;
    width: 455px;
    text-align: left;
}

.gbentry td {
        background: #fc0;
}

.gbform table {
	border: 2px dotted #000;
	padding: 4px;
    background: #fc0;
	width: 50px;
}

.gbform td {
        background: #fc0;
}

.gbinputbutton {
	background-color: #FFCC00; 
	color: #324294; 
	width: 100px; 
	border: 1px solid #000000;
}

.gbinputtext {
        background-color:#FFFFFF; 
        border: 1px solid #000000;
}

.calendar {
    float: right;
    border: 2px dotted;
    margin: 0 0 10px 10px;
}

/* black top bar with logo */
#banner {
	padding: 0;
	margin: 0 0 auto;
	height: 180px;
	background-color: #000;
}

#image {
	padding: 0;
	margin: -180px auto 0;
    height: 120px;
    width: 700px;
    min-width: 239px;
    background-color: #000;
    background-image: url("../img/devradio_small.png");
    background-repeat: no-repeat;
    background-position: center top;
	border: 5px solid #000;
}

/* white sheet including navigation */
#container {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	border: 5px solid #000;
	padding: 0;
}


#header {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}


/* block including content */
#content { 
	padding: 10px;
	/*
        This is needed to force the tables (archive, plan) not to be 
        bigger than the content page.
        But Firefox 1.0 (Mac) has propblems to display this correctly.
    overflow: auto;
    */
    background: #fff;
    height:270px;
}

#content[ id] {
    height:auto;
    min-height:270px;
}

/* navigation stuff */
#navcontainer ul {
	padding: .2em 0;
    /* This is a ugly workaround. Originaly the container margin was "0 0 0 0"
       But IE and all other Browsers have drifferent distances between the
       navigation bar and header line.
    */
	margin: 0px 0px 20px 0px;
	background-color: #fc0;
	color: #000;
	float: left;
	width: 100%;
	text-align: center;
}

#navcontainer ul li { 
	display: inline;
}


#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #fc0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
    /*margin: 0px 0px 0px -1px;
	border-right: 1px solid #000;  
	border-left: 1px solid #000;  i*/
}

#navcontainer ul li a:hover
{
	background-color: #fa0;
	color: #000;
}

#footer {
	text-align: center;
    background: #000;
	color: #fc0;
	border: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search {
	position: absolute;
	top: 5px;
	right: 5px;
}

