/*   bLogbuch, 2005 by derek
     please feel free to edit
*/

/* + + + + + G L O B A L  P A R T S */
body  {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #636468;
	font-family: Arial, Arial, 'Trebuchet MS', Verdana, sans-serif;
	background-color: #c7c7c7;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}
  
td {    
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	}
	
/* + + + + +  A R E A S */
	  
#head {
	width: 700px;
	height: 300px;
	margin: 0px auto;
	background: #58696E;
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	color: #fff;
	font-size: 10px;
	text-align: left;
	}

#torso {
	width: 700px;
	margin: 0 auto;
	}

#content {
	width: 500px;
	float: left;
	padding-top: 20px;
	margin-left: 20px;
	background: transparent;
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	color: #636468;
	font-size: 12px;
	text-align: left;
	}

#navigation {
	width: 160px;
	float: right;
	margin: 0px 5px auto;
	padding-top: 15px;
	border-left: 1px #ccc solid;
	background: transparent;
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	color: #636468;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	}

#foot {
	width: 690px;
	height: 15px;
	float: left;
	padding: 5px;
	background: #58696E;
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
	}

/* + + + + +  S E P E R A T O R S */

#sep_h {
	width: 100px;
	font-size: 0px; 
	border-bottom: #ccc 1px solid;
	}

#sep_title {
	text-align: left;
	width: 100%;
	height: 1px;
	border-bottom: #ccc 1px solid;
	font-size: 0px;
	}

/* + + + + +  N A V I G A T I O N*/

#navcontainer { /* none needed */ }

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	top: 290px;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 11px;
        margin: 0;
        padding: 5px 0px 4px 4px;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #FFFFFF;
        border-right: 1px dashed #FFFFFF;
        text-decoration: none;
}

ul#navlist li#active {
        color: #95bbae;
        background-color: #deebe5;
}

#navlist a:hover {
    margin: 0;
	color: #FFFFFF;
	background-color: #375880;
	border-right: 1px dashed #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
}


/* + + + + +  T A B L E S */

.cell_title {
	background-color: #ccc;
	vertical-align: top;
	text-align: left;
	}

.cell_one {
	background-color: #eee;
	vertical-align: top;
	text-align: left;
	}

.cell_two {
	background-color: #C9DDE2;
	vertical-align: top; 
	text-align: left;
	}
	
.cell_special {
	background-color: #CFCF94;
	vertical-align: top;
	text-align: left;
	}

/* + + + + +  T E X T  /  F O N T S */

.small {
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
	color: #636468;
	}

.norm  {
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	color: #636468;
	}

.big    {
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 16px;
	color: #636468;
	font-weight: bold;
	}

.alt_small {
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
	color: #717165;
	}

.alt_norm {
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	color: #717165;
	}

.alt_big {
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 16px;
	color: #717165;
	letter-spacing: 2px;
	font-weight: bold;
        line-height: 22px;
	}

/* + + + + +  H Y P E R L I N K S */

a { 
	text-decoration: none; 
	color: #527BA4; 
	}
	
a:active { 
	text-decoration: none; 
	color: #527BA4; 
	}
	
a:visited { 
	text-decoration: none;  
	color: #527BA4; 
	}
	
a:hover { 
	color: #000; 
	}

/* + + + + +  I N F O R M A T I O N S */

fieldset { 
	color: #636468;
	border:1px solid #bba;
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;  
	}

/* + + + + +  L I S T S */

/*ul { 
	list-style: circle; 
	list-style-image:url(../../styles/midworld/arrow.gif); 
	}

/* + + + + +  F O R M S */

/* BUTTONS, TEXTFIELDS */
INPUT.entry {
	BACKGROUND-COLOR: #eee;
	BORDER: 1px solid #ccc;
	COLOR: #636468;
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	FONT-SIZE: 10px;
	}

/* TEXTAREAS */
TEXTAREA.entry {
	BACKGROUND-COLOR: #eee;
	BORDER: 1px solid #ccc;
	COLOR: #636468;
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	FONT-SIZE: 10px;
	OVERFLOW-X: hidden;
	OVERFLOW-Y: auto;
	}

/* SELECTFIELDS */
SELECT.entry {
	BACKGROUND-COLOR: #eee;
	BORDER: 1px solid #ccc;
	COLOR: #636468;
	font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
	FONT-SIZE: 10px;
	}