


body{
	padding: 0;
	margin: 0;
	font-family:  Arial, Helvetica, sans-serif, Geneva;
	FONT-SIZE: 14px; 
	FONT-WEIGHT: normal;
	line-height:20px;
	color:#000000;
	background-color:#ffffff;
}



	
#main-body {
	margin: 0;
	padding: 0;
}


p{
margin:0;
padding:0;
}

a:link, a:hover, a:visited{
	color:#000000;
	FONT-WEIGHT: normal;
}

img {
	margin:1px;
}

a img {
	border: none;
}

a.delete{
color:#FF0000;
}


a.edit{
color:#0099FF;
}

hr {
height: 0px;
border:0;
border-bottom:#cccccc solid 1px;
margin:  15px 0px 15px 0px;
}

	
	
	
#table{
position:absolute;
top:60px;
left:30px;
width:100px;
clear:both;
}



#overview{
position:absolute;
top:60px;
left:160px;
width:250px;
clear:both;
height:500px;
overflow:auto;
}
#overviewAdd{
position:absolute;
top:585px;
left:160px;
font-weight:bold;
border-top:#cccccc solid 1px;
width:225px;
}

#detailview{
position:absolute;
top:60px;
left:450px;
width:450px;
}







/* OVERVIEW */

ul{
list-style: none;
margin:0;
padding:0;
}



li{
	margin:0px 1px 0 0;
	padding:0;
	float:left;
	overflow:hidden;
}
li a:link, li a:visited, li a:hover{
	padding:2px 2px 2px 2px;
	display:block;
	cursor:pointer;
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
	font-size:13px;
	border-bottom:#cccccc solid 1px;
	height:20px;
	
}
li a:hover{
	background-color:#000000;
	color:#ffffff;
}


li.table_item,
li.table_item_selected{
	width:100px;
}
li.overview_item, 
li.overview_item_selected{
	width:225px;
}

li.lang_item, 
li.lang_item_selected{
	width:50px;
}

li.table_item_selected a:link,
li.table_item_selected a:hover,
li.table_item_selected a:visited,
li.lang_item_selected a:link,
li.lang_item_selected a:hover,
li.lang_item_selected a:visited,
li.overview_item_selected a:link,
li.overview_item_selected a:hover,
li.overview_item_selected a:visited{
	background-color:#000000;
	color:#ffffff;
}






textarea{
width:515px;
height:500px;
}

input.tf{
width:300px;
}
input.but{
width:80px;
}




.info_upload{
	FONT-SIZE: 11px; 
    FONT-WEIGHT:bold;
	color:#333333;

}



#foot{
	position:absolute;
	bottom:0px;
	left:160px;
	font-size:12px;
	font-weight:bold;
}

#logo{
	position:absolute;
	right:150px;
	top:5px;
	z-index:999;
}



#login{
position:absolute;
top:60px;
left:30px;
}
#logout{
position:absolute;
right:400px;
background-color:#e61400;
padding: 0 5px 2px 5px;
}
#logout a {
	color:#fad0cc;
}





