/* CSS Document */

#outertable { 
	border: dotted 1px #7399BF;
	margin-top: 36px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 720px;
	height: 495px;
	}
	
#topmenu { 
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 0px;
	}
	
#leftframe { 
	width: 300px;
	height: 360px;
	margin-left: 4px;
	margin-top: 3px;
	float: left;
	}

#rightframe { 
	margin-left: 16px;
	margin-top: 8px;
	padding: 0px;
	width: 325px;
	height: 420px;
	float: left;
	}

#adminouter { 
	border: dotted 1px #666666;
	margin-top: 36px;
	background-color:#99CCFF;
	width: 718px;
	}

#adminarea { 
	width: 718px;
	}

#debug { 
	margin-top: 20px;
	background-color:#EEEEEE;
	width: 718px;
	height: 20px;
	}

.admintable {
	background-color:#FFFFFF;
	}



/* List Item Styles*/

li {font: 300 9px verdana;
   color: #003399;
   list-style-type: none;
}


li.black {font: 300 9px verdana;
   color: #000000;
}

.black {font: 300 9px verdana;
   color: #000000;
}

li.lightblue {font: 300 9px verdana;
   color: #809ACD;
  
}

li.lightgrey {font: 300 9px verdana;
   color: #999999;
}

li.blackbold {
   font: 700 9px verdana;
   color: #000000;
}

.blackbold {
   font: 700 9px verdana;
   color: #000000;
   text-indent: 0px;
}

h1 {font: 700 9px verdana;
   color: #000000;
}




/* Link Styles*/

a {font: 300 9px verdana;
    text-decoration: underline;
   color: #003399;
}

a.boldgrey {
	font: 700 9px verdana;
    text-decoration: underline;
    color: #666666;
}

td.boldgrey {
	font: 700 9px verdana;
    text-decoration: underline;
    color: #666666;
   	background-color:#E5F2FF;
	border: 1px solid #99CCFF;

}


a.boldblue {
	font: 700 9px verdana;
    text-decoration: none;
    color: #003399;
}

td.boldblue {
	font: 700 9px verdana;
    text-decoration: none;
    color: #003399;
   	background-color:#99CCFF;
	border: 1px solid #99CCFF;

}

.boldblue {
	font: 700 9px verdana;
    text-decoration: none;
    color: #003399;
   	background-color:#99CCFF;
	border: 1px solid #99CCFF;

}

a.black {font: 300 9px verdana;
    text-decoration: underline;
   color: #000000;
    list-style-type: none;
	text-align:left;
}

a.lightgrey {font: 300 9px verdana;
    text-decoration: underline;
   color: #999999;
}

a.lightblue {font: 300 9px verdana;
    text-decoration: underline;
   color: #809ACD;
}





/* Paragraph Style*/


p {font: 300 9px verdana;
   line-height: 18px;
   color: #666666;
   display: block;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 300 9px verdana;
    line-height: 18px;
    color: #666666;
    display: block;
}



/* Boxes Style*/
td.inputbox{
	border: 1px solid #000066;
}

input,select,checkbox {
	font: 300 9px verdana;
	border: 1px solid #CCCCCC;
}

input.red_btn {
	font: 300 12px verdana;
	background-color:#990000;
	color:#FFFFFF;
	border: 1px solid #CCCCCC;
}


/* Search box Style*/

#searchbox { 
	margin-top: 0px;
	margin-left: 1px;
	margin-bottom: 6px;
	padding:0px;
	border: solid 0px #FFFFFF;
	width: 220px;
	height: 21px;
	float:left;
	}

#listbox { 
	margin:0px;
	padding:0px;
	border: solid 1px #FFFFFF;
	width: 200px;
	height: 400px;
	float:left;
	}

#clear {
	clear:both;
	}


#list_title { 
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 4px;
	width: 348px;
	border: solid 1px #99CCFF;
	background-color:#FFFFCC;
	padding: 3px;
	height:18px;
}


input.search_box {
	margin-left: 1px;
	margin-top: 1px;
	font: 300 9px verdana;
	color:#00359C;
	border: none
	width: 250px;
	height: 15px;
	float:left;
}

input.search_btn {
	letter-spacing: 0.1em;
	margin-right: 1px;
	margin-top: 1px;
	font: 400 10px "helvetica neue";
	border: 1px solid #00359C;
	background-color:#00359C;
	color:#FFFFFF;
	width: 49px;
	height: 19px;
	float:left;
}


/* Info box Style*/

#info_outer { 
	margin-top: 0px;
	padding:0px;
	width: 350px;
	height: 170px;
	float:left;
	}

#info_image { 
	margin:0px;
	padding:0px;
	width: 110px;
	height: 160px;
	float:left;
	}
	
#info_block { 
	margin-left: 10px;
	padding:0px;
	width: 225px;
	height: 160px;
	float:left;
	}

#info_title { 
	margin-left: 6px;
	width: 200px;
	border: solid 1px #99CCFF;
	background-color:#FFFFCC;
	padding: 3px;
	height:12px;
}

#info_text { 
	width: 350px;
}
.ganz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #666666;
	text-align: justify;
}
.gsmall {
	font-family: Tahoma;
	font-size: 9px;
	color: #999999;
}
