
body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height:20px;
	color: #1A1A1A; /* black 90% */
	background-color:#ffffff;
}

	


*{
margin:0;
padding:0;
}


a:link, a:hover, a:visited{
	color:#1A1A1A;
	FONT-WEIGHT: normal;
}

img {
	margin:1px;
}

a img {
	border: none;
}

a.delete{
	color:#FF0000;
	font-weight: bold;
}


a.edit{
	color:#0099FF;
	font-weight: bold;
}

hr {
	height: 0px;
	border:0;
	border-bottom:#999999 solid 1px;
	margin:  5px 0px 5px 0px;
}

input,
select{
	font-size: 13px;
}





/* LOGO MAINBODY ////////////////////////////////////////////////////////////////////*/

#logo{
	position:absolute;
	left:28px;
	top:5px;
	z-index:999;
}


#ratato{
	position:absolute;
	left:0px;
	top:600px;
}


	
/* TABELVIEW OVERVIEW ////////////////////////////////////////////////////////////////////*/
	
#tableview{
	position:absolute;
	top:75px;
	left:30px;
	width:100px;
	clear:both;
}


#overview{
	position:absolute;
	top: 75px;
	left: 200px;
}

#overviewItems{
	clear:both;
	width:400px;
	height:600px;
	overflow:auto;
	/*border: #ff00ff solid 1px;*/
}

#overviewAdd{
	margin: 25px 0 0 0;
	font-weight:bold;
	border-top:#CCCCCC solid 1px;
}

#detailview{
	position:absolute;
	top:75px;
	left: 700px;
	width: 600px;
	padding:0 0 50px 0;
	/*border: #ff00ff solid 1px;*/
}



ul{
	list-style:none;
}

li{
	overflow:hidden;
	/*font-size:13px;*/
	list-style:none;
	border-bottom:#CCCCCC solid 1px;
}

li a{
	display: block;
	padding: 4px;
}



li a:link, li a:visited, li a:hover{
	display:block;
	cursor:pointer;
	text-decoration:none;
	height:19px;
	color:#1A1A1A;
	font-weight: bold;
	background-color:#FFFFFF;
}
li a:hover{
	background-color:#1A1A1A;
	color:#FFFFFF;
}

li.ov2_item_selected a:link,
li.ov2_item_selected a:hover,
li.ov2_item_selected a:visited,
li.ov2_seperator_selected a:link,
li.ov2_seperator_selected a:hover,
li.ov2_seperator_selected a:visited{
	color:#FFFFFF;
	background-color:#1A1A1A;
}

li.ov2_seperator a,
li.ov2_seperator_selected a{
	letter-spacing:-1px;
}

li.table_item_selected a{
	background-color:#1A1A1A;
	color:#FFFFFF;
}

.labelid{
	margin:0 0 0 10px;
	font-size: 10px;
	color:#d9912f;
}




#tableview_submenu{
	float:left;
	margin:100px 0 0 0;
	/*font-size: 13px;*/
}




/* DETAILVIEW ////////////////////////////////////////////////////////////////////*/


.detailview_item{
	float:left;
	clear:both;
	margin:0 0 30px 0;
	background-color:#FFFFFF;
}

.detailview_item textarea{ /* ALL TEXTAREAS */
	height: 500px;
	width: 600px;
}

.galleryItem{
	float:left;
	padding:5px 0 0 0;
	margin:0 0 20px 0;
	border-top:solid 1px #CCCCCC;
	width:600px;	
}




/* ITEMS */  
	
.inputItem{
	float:left;
	margin-bottom:10px;
	width:160px;
}
.inputItem input, .inputItem select{
	width:150px;
}

.inputItemL{
	float:left;
	margin-bottom:10px;
	width:465px;	
}

.inputItemL input{
	width:465px;
}
.inputItemL .savebut{
	width:100px;
}

input[disabled]{
	color:#000000;
}




/* ELSE */


.info_upload{
	FONT-SIZE: 11px; 
    FONT-WEIGHT:bold;
	color:#333333;
	float:right;
}



.lang li{
	float:left;
	margin:0 1px 0 0;
	width:40px;
	
}
.lang li.lang_selected a{
	color:#FFFFFF;
	background-color:#1A1A1A;
}

.fileinfo{
	background-color:#FF9900;
}





.fieldid{
	color:#FFFFFF;
	padding: 1px 4px 2px 4px;
	padding: 4px 6px;
	background:#d9912f;
	/*background: url(idbg.gif) repeat-x;*/
}
.galleryItem .fieldid{
	color:#ffffff;
	padding:1px 4px 2px 4px;
	padding: 4px 6px;
	background:#B3B3B3;
	/*background: url(bg-labelid-sub.gif) repeat-x;*/
}





/*background:#a25291;*/


/* LOGVIEW ... ////////////////////////////////////////////////////////////////////*/


#login{
	position:absolute;
	top:60px;
	left:30px;
}

#login input {
	margin-bottom: 10px;
}

#logout{
	position:absolute;
	top: 0px;
	right:150px;
}
#logout a {
	color:#ffffff;
	text-decoration: none;
	text-decoration: underline;
}

#logout .label{
	/*background-color: #FF0000;*/
	padding: 4px;
	font-weight: bold;
	display: inline-block;
	color: #df2020;
	text-decoration: underline;
}


/* ELSE /////////////////////////////////////////////////////*/

#customview{
position:absolute;
top:135px;
left:820px;
}

#customview_inner{
width:350px;
height:350px;
display:block;
}

#customview_inner img{
	border:1px #CCCCCC solid;
	width:300px;
	height:300px;
}



/* COLORS /////////////////////////////////////////////////////*/


.fieldid{
}




