
/* ###################################################### */
/* Allgemeine Lifelog Overview Styles */
/* ###################################################### */

  


/* Wenn keine Lifelogs im Widget */
.lvl_over_box_conframe_no_lifelogs{
	background-color: #fff;
    border-top: 4px solid #e0e0e0;
	border-bottom: 4px solid #e0e0e0;
    padding: 6px;   
    margin-top: 4px;
    margin-bottom: 14px;
    line-height: 16px;
    width: 770px; 
    padding-left: 20px; 
    padding-top: 23px; 
    padding-bottom: 23px;
}


/* Container um alle Lifelogs */
.lvl_lifelog_overview_container {
	float:left;
	position:relative;
	background-color: #f1f1f1;
	left: -15px; 
	z-index: 1;
	top: -2px;
}

/* Ladeanzeige */
.lvl_loading_status{ 
    position: absolute;
    top: 135px;
    left: 350px;
    z-index:10;
}

/* Hinweis, dass keine Eintaege vorhanden sind */
.JS_lvl_ov_noEntries{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
    top: 143px;
    display:none;
    background: #fff;
    padding: 12px 6px 4px 6px;
	background-image: url(../../sys/img/sys_tab_bg.jpg);
	z-index: 2;
	width:114px;
	text-align: center;
	height:24px;
	}
	

    
/*Carousel Wrapper */
.lvl_ov_entries{
	z-index: 1;

}




/* Hell transparentes Editieren Overlay */
.JS_lvl_ov_overlay{
    display:none;
    position:absolute;
    top: 17px;
    left:0px;
    height:95px;
    z-index: 5;
    background: #fff;
    opacity:0.8;
    filter:Alpha(opacity=80);
}
  

/* #################### */ 
/* Adminboxen */ 
/* #################### */ 

  
/* Eine Admin Box */    
.lvl_admin{
    position:relative;
    clear: both;
    padding:10px;
    background-color: #f1f1f1; 
    width: 776px;
    color: #fff;
    border-top: 5px solid #a5c628;
	border-bottom: 5px solid #a5c628;	
	margin-left: -2px;
	overflow: hidden;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;

}


/* Box in linker Spalte einer Adminbox */
.lvl_admin_left_box{
	
	background-color: #fff;
	color: #009EE0;
	width: 410px;
	padding: 6px 4px;
	border-top: 2px solid #009EE0;
	margin-bottom: 5px;
	margin-right: 12px;
	}
	
/* Privacy Box im Einstellungen-Admin */
.lvl_admin_right_box{
	
	clear:both;
	width: 332px;
	background-color: #fff;
	color: #009EE0;
	padding: 6px 4px;
	margin-bottom: 20px;
	border-top: 2px solid #009EE0;
	}


/*Hauptueberschrift einer Adminbox */
.lvl_admin_header{
	
	padding:0px;
    margin:0px;
    color: #009EE0;
    margin-top:3px;
	margin-bottom: 14px;
	font-size: 17px; 
	font-weight: bold;
	}
   

/* Ein Eingabeelement inkl Lable */
.lvl_admin_element{
	margin-bottom: 15px;
	color: #009ee0;
	font-size: 11px;
	vertical-align: top;
	clear: both;
}

/* Label eines Eingabeelements  im Adminbereich */
.lvl_admin_elementheader{
	font-size: 11px;
	font-weight:bold;
	margin-bottom:3px;
	color: #009EE0;
	}


/* Inputfelder im Adminbereich */
.lvl_admin_input{	
	width: 442px;
	background-color: #f4f4f4 !important;
	border: 1px solid #B7E0F1;
	color: #000000;
	padding: 0px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	height: auto;
	font-size: 11px;
	font-family: verdana;
	font-weight:normal;
}



/* Selectboxen im Adminbereich */
.lvl_admin_select{	
	width: 445px;
	font-weight: normal;
	height: auto;
	font-size: 11px;
	background-color: #f4f4f4 !important;
	border: 1px solid #B7E0F1;
	color: #000000;
	padding: 0px;
    padding-bottom: 3px;
	padding-top:3px;
	padding-left: 3px;
	
}

/* Radioboxen im Adminbereich */
.lvl_admin_radiobox{
	height: 20px !important;
	width: 20px !important;
	margin: 0px !important;
	background: #f4f4f4 !important;
	border: 0px !important;
	float: left !important;
	padding: 2px !important; 
	margin-left: 0px !important;
	margin-right: 4px !important;	
}

/* Abstand der Radioboxen nach unten oben */
.lvl_admin_radiowrapper{
	float:left;
	padding-top: 3px;
	padding-bottom: 6px;
	color:#000;
	padding-right:10px;
	}

.JS_map_target a, 
.JS_map_target a:link, 
.JS_map_target a:visited,
.JS_map_target a:hover,
.JS_map_target a:active,
.JS_map_target a:focus {
	color: #a5c628 !important;
	font-size: 9px;
}


/* Map Adressuche Inputbox */
.lvl_admin_map_address input{
	width:220px; 
	vertical-align:middle;	
	background-color: #f4f4f4 !important;
	border: 1px solid #B7E0F1;
	color: #000000;
	padding: 0px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	height: auto;
	font-size: 11px;
	font-family: verdana;
	font-weight:normal;
	}

/* Map Adressuche Submitbutton */
.JS_lvl_admin_map_addressSubmit{
	color: #009EE0 !important;
	font-weight:bold !important;
	width: 65px !important;
	}

.JS_map_target{
	width:445px; 
	height:290px; 
	position:relative;
	}
	
		
.JS_lvl_admin_titlePreview{
	position:static; 
	margin-top: -25px; 
}	
	

	
.JS_lvl_admin_audioPreview{
	
	border-top: 1px dashed #009EE0;
	margin-top:10px; 
	padding-top:10px;
	width:100%px;
	color: #009EE0;
	display:none;
}

	

/*Wrapper f�r Submit Buttons */
.lvl_admin_submit{
	clear:both;
	width: 772px;
	height:43px;
	display:block;
	position:relative;
	}
	

/* Errorhinweisklasse, wird an Elementheader angeh�ngt um zu zeigen, dass hier Fehler */
.JS_lvl_admin_error{
	color: #BE5910;
	font-weight:bold;
	}
	
/* Errorbox erscheint wenn fehlerhafte Eingabe abgeschickt */
.JS_lvl_admin_errorbox{
	background-color: #fff;
	color: #BE5910;
	font-weight:bold;
	float: right;
	padding: 4px;
	border: 2px solid #BE5910;
	margin-top: -3px;
	float: right;
	margin-right: 50px;
	display: none;
	
	}
	
	

/* Bilder oder Videos in der Vorschau */
.JS_lvl_previewPic{
    padding: 3px;
    float:left;
    vertical-align:middle;
    text-align: center;
    }

.JS_lvl_previewAudio{
	padding: 3px;
    float:left;
    vertical-align:middle;
    text-align: center;
	}


.lvl_admin_previewActions{
	padding-left: 3px;
	padding-top: 3px;
	float:left;
	}


/* ############################################ */ 
/* Funktions-Buttons und Links unter Overview */ 
/* ############################################ */ 


/* Wrapper um gesamten Adminbereich */
.lvl_wrapper_edit{
  clear:both;
  margin-left: -4px;
  margin-bottom: -1px;
  display:none;

}

/* Wrapper um gesamten Adminbereich */
.lvl_wrapper_edit_menu{
 float:left;
 width:600px;
 height:25px;
 margin-bottom:12px;

}


/* Link, der Editieren-Overlay/Tab aktiviert */
.lvl_ov_editlink{
	float:left;
	margin-left:-272px;
	position:relative;
	}

a.lvl_ov_editlink:active{
	color:#fff;
	text-decoration:none;
	}

/* Lifelog Loeschen Link */
.lvl_ov_deletelink{
  position:absolute;
  top:10px;
  right:15px;
}

    
/* Tabs Liste */
.lvl_tabs_list{
    float:left;	
    padding-bottom:5px;	

}


/*Adressformular auf Karte - Wrapper Div */
.lvl_admin_map_address {
    background: #fff; 
    opacity: 0.95; 
    position: absolute; 
    padding-left:5px; 
    padding-bottom:3px;
    border: 1px solid #fff; 
    padding-top: 4px; 
    right:-5px; 
    top: 15px;
}


/* Beobachten, Senden etc */
.lvl_ov_functionsRight{
    float: right;
    padding-bottom: 3px;
    margin-bottom:10px;
   
}

.lvl_ov_functionsRight a{
	margin-right:6px;
	}


.lvl_send_subheader {
	color: #009ee0;
	font-size: 11px;
	font-weight: bold;
}

.input_email{
	overflow:hidden;
	position:absolute;
	width:0px;
	height:0px;
	}



.lvl_send_subheaderinfo {
	font-weight: normal;
}


.lvl_send_header {
	color: #009ee0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.lvl_send_close {
	text-align: right;
	margin-left: 5px;
}

.JS_lvl_send_emaillist{
	overflow: auto;
    width: 300px;
    height: 54px;
    border: 1px solid #009EE0;
    padding: 3px;
}
    

.lvl_send_emailitem{
    float:left;
    width:90px;
    overflow:hidden;
    padding-left:3px;
    white-space:nowrap;
    height:18px; 
}   
    
.lvl_send_emailitem a
{
	margin-left: 5px;
}


.JS_lvl_reportoverlay{
	color: #009ee0;
	font-size: 10px;
	font-weight: bold;
}

.JS_lvl_reportoverlay input{
	margin-right: 5px;
}


/* ############################################ */ 
/*  Lifelog Overview Header */ 
/* ############################################ */ 




/*Wrapperdiv um jeden Header einer Lifelobersicht*/
.lvl_ov_header_right{
	float:left;
	width:6px;
	height:48px;
	
}

/* Titelbild */
.JS_lvl_ov_titlepic{
    position: relative;
	float:left;
    width: 55px;
    height: 41px;
    border:1px solid #fff;
    background-color: #fff;
	margin-top: 3px;
	margin-left: 2px;
	vertical-align: middle;
}

.JS_lvl_ov_titlepic .sys_search_lifelog_img_lang
{
	top:-5px !important;
	left:-5px !important;	
}

.JS_lvl_ov_titlepic img{
	
	height:41px;
	vertical-align:middle;
	
	
	}

/* Lifelog �berschrift */
.JS_lvl_ov_title{
    float:left;
    position: relative;
    bottom: 3px;
    margin-left:6px;
    height:14px;
    color: #ffffff !important;
	font-variant: small-caps;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	overflow:hidden;
	margin-top: 6px;
	
}

/* Lifelog Besitzer Info */
.lvl_ov_owner{
	color: #ffffff;
	text-decoration:none;
    float:left;
    height:17px; 
    font-weight:bold; 
    overflow: hidden;
    padding-left:7px;
}


/* Blaue Infobox im Overview Header */
.lvl_ov_metabox{
    height: 15px;
    color: #fff;

    float:left;
    padding: 2px 0px;
    font-weight:normal;
    overflow:hidden;
    margin-bottom: 0px;
	margin-top: 4px;
	overflow: hidden;

}


/* Wrapper um einen Overview-Lifelog */
.lvl_over_box_conframe{
	position: relative; 
	z-index: 10;
	background-color: #fff;
    border-top: 1px solid #B7E0F1;
	border-bottom: 1px solid #B7E0F1;
    padding: 0px;   
    margin-top: 4px;
    line-height: 16px;
    padding-left: 6px; 
    padding-top: 10px; 
    padding-bottom: 0px;
    overflow:hidden;
   
    
}


/* Neu/Alt Label unter Header */	
.lvl_ov_header_spacer	{	
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #009ee0; 
	font-size: 9px;
	font-weight: bold;
	clear:both;
	padding-bottom:20px;
}


/*Wrapperdiv um jeden Header einer Lifelobersicht*/
.lvl_ov_header{
	background-repeat: repeat-x;
	height:48px;
	float:left;
}

.lvl_ov_entries_wrapper{
    position: relative;
    padding-top:2px;
    float:left; 
    height: 108px;
    margin-left: 5px;
	margin-top: 0px;
	z-index: 1;
	clear:both;
}






	
.lvl_ov_headerRight{
	height: 20px !important;
	float: left;
	background-color: #fff;
	margin-top: 22px;
	overflow: hidden;
	margin-right:2px;
	white-space: nowrap;
	overflow:hidden;
	right:18px;
	position:absolute;
	z-index:50;
	top:95px;
}


.lvl_ov_owner a{
	color: #FFFFFF !important;
	text-decoration:none !important;
	font-size:11px !important;
	
	}

	
/* Inputfeld f�r Datepicker -> unsichtbar */
.JS_lvl_ov_inp_showDate{
	vertical-align: top; 
	width:1px; 
	height: 1px;
	visibility: hidden;	
	}
		
	
/*#########################################################*/
/* Overview Eintraege
/*#########################################################*/

/* Entry Container */
.lvl_ov_entry{
	
    float:left; 
    width:108px; 
    height:100px; 
    padding:0px;
    padding-left: 10px;
    padding-right:0px;
    text-align: left; 
    font-size: 9px;
   	background-repeat:repeat-x;
    background-image: url('../img/bg-ov.png'); 
    background-position: 0 58px;
  
}

.lvl_ov_entry_date{
    font-weight:bold;
    font-size:9px;
    display:block;
    margin-left: -10px;
    width:100%;
    text-align:center;
   
    
}


/* Container fuer Icons in Eintraegen mit Bildern */
.lvl_ov_entry_icons{
    height:10px; 
    clear:both;
    padding-top:1px;
    text-align:center; 
    width:93px;
    margin-top:6px;
    vertical-align:top;
    } 
    

/* Container fuer Icons in Eintraegen ohne Bilder -> Weiter Rechts, da niemals Bilder/Video Icon */
.lvl_ov_entryNopics_icons{
    margin-top:4px;
    height:18px; 
    clear:both;
  	width:73px;
  	margin-left:10px;
  	text-align:center;

}
    


/* Platzhalter, wenn Icon nicht angezeigt wird */
.lvl_ov_entry_noicon{
   display:inline;
}

/* Icon Wrapper */
.lvl_ov_entry_icon{
  padding-left:2px;
  padding-right:0px;
  width:11px;
  background-repeat:no-repeat;
}



/* Container fuer Bilder in Eintraegen */
.lvl_ov_entry_pics{
    position: relative;
    width:93px; 
    margin-top: 3px;
    height:74px; 
    vertical-align: middle;
    float:left;   
    overflow: show;
 	text-align:center;
 	display:block;
}



/* Platzhalter, wenn keine Bilder hochgeladen */
.lvl_ov_entry_nopic{
    margin-left: 10px;
    width: 73px;
    height: 38px;
    margin-top: 24px;
    background: url(../img/bg-nopic.gif) no-repeat;
    color: #888;
    font-size: 9px;
    display:block;
    }
  
  
.lvl_ov_convimg  
{
	width:93px;
	height:74px;	
}

.lvl_ov_convtext
{
	position:absolute;
	top:20px;
	left:16px;
	color:#fff;
	font-size:10px;
	
	}



/* Container fuer Naechstes Bild/vorheriges Bild Pfeile */
.lvl_ov_pic_navi{  
    float:left; 
    height: 20px; 
    width: 6px;
    padding-left: 3px;
    margin-top: 4px;
    padding-top: 44px;  
}


/* Pfeil nach oben in Overview Bildernavi */
.JS_lvl_ov_prevpic{
    display:block;
    margin-bottom:4px;
    width:9px;
    height:11px;
    overflow:hidden;
    background-position: 0px 0px;
    }

/* Pfeil nach oben in Overview Bildernavi */
.JS_lvl_ov_prevpic_active{
     background-position: 9px 11px !important;
    }

/* Pfeil nach unten in Overview Bildernavi */
.JS_lvl_ov_nextpic{
    display:block;
    margin-top:1px;
    width:9px;
    height:11px;
    overflow:hidden;
    background-position: 0px 0px;
}

/* Pfeil nach unten in Overview Bildernavi */
.JS_lvl_ov_nextpic_active{
	 background-position: 9px 11px !important;
}
  
 
/* Fullview Icon in Eintrag ohne Bilder */  
.lvl_ov_entryNopics_fv{
    position: absolute;
    top:35px;
    margin-left: 3px;
    z-index: 3;
    height: 13px;
    width: 17px;
 
}

/* Fullview Icon in Eintrag mit Bildern */  
.lvl_ov_entry_fv{
    position: absolute;
    margin-top:-2px;
    margin-left: -8px;
    z-index: 3;
    display:block;
    height: 13px;
    width: 17px;
}



/* Edit/Delete Overlay */
.JS_lvl_ov_entry_editoverlay{
    background: #fff;
    opacity: 1;
    display:none;
    position:absolute;
    top:42px;
    z-index:7;
    padding:6px 0px 0px 6px;
    padding-bottom:0px;
    margin-left: 23px;
    width: 40px;
    height: 23px;
    background: url('../img/bg-edit.jpg') no-repeat top left;
    border: 2px solid #ffffff;
    }
    
/* Edit/Delete Overlay  f�r Eintraege ohne Bilder*/  
.JS_lvl_ov_entryNopics_editoverlay{
	
	background: #fff;
    opacity: 1;
    display:none;
    position:absolute;
    top:42px;
    z-index:7;
    padding:6px 0px 0px 6px;
    padding-bottom:0px;
    margin-left: 22px;
    width: 40px;
    height: 23px;
    background: url('../img/bg-edit.jpg') no-repeat top left;
	
	}



/* ################################################################## */
/* Create Lifelog Seite */
/* ################################################################## */


	
#create_lifelog{
	position:relative;
	width:771px;
	}
	
	
 * html #create_lifelog{
	position:static;
	}


.lvl_report_wrongmail{
    display: none;
	margin-bottom: 10px; 
    padding-left: 5px;
	background-color: #E66262; 
	color: white;
}


#JS_lvl_send_no_input{
	display: none;
	width: 305px;
    font-size: 11px;
	padding: 0px;
    text-align: center;
    margin-left:0px !important;
}
#JS_lvl_send_no_sender{
	display: none;
	width: 305px;
    font-size: 11px;
	padding: 0px;
    text-align: center;
    margin-left:0px !important;
}


#JS_lvl_send_wrong_mail{
	display: none;
    font-size: 11px;
	width: 305px;
	padding: 0px;
	text-align: center;
	margin-left:0px !important;
}

#JS_lvl_send_too_many_mail{
	display: none;
    font-size: 11px;
	width: 305px;
	padding: 0px;
	margin-left:0px !important;
	text-align: center;
}


#JS_lvl_report_no_value{
	display: none;
	font-size: 11px;
	width: 270px;
	padding: 0px;
    text-align: center;
    font-weight: normal;
}

.lvl_green_button{
	float: left;
	background: url(../../sys/img/welcome_button_overview_bg.gif);
	width:130px !important;
	height:22px;
	text-align: center;	
	color:white;
	padding:0 !important;
	padding-top:3px !important;
	color: #fff;
	text-decoration: none;
	display: block;
	border:none;
	cursor:pointer	
}


.lvl_green_button_inactive{
	background: url(../../sys/img/welcome_button_overview_bg_inactive.gif);
	cursor:default !important;
}
 
a.lvl_green_button:hover, a.lvl_green_button:visited, a.lvl_green_button:active{
	color:white;
	text-decoration: none;
}

.lvl_admin_main_header
{
	margin:0px;
	
}

.lvl_admin_entry_header
{
	margin:0px;
	
	
}


.lvl_admin_main_header li
{
	line-height:20px;
	display:block;
	width:230px;
	float:left;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	height:30px;
	padding-top:12px;
	padding-left:27px;
	color: #deecae;
	cursor:pointer;
	
}


.lvl_admin_main_header li.lvl_admin_main_header_1
{
	background: url(../img/lvl_main_button_1.gif);
	background-position: 0 0; 
}

.lvl_admin_main_header li.lvl_admin_main_header_2
{
	background: url(../img/lvl_main_button_2.gif);
	background-position: 0 0; 
}

.lvl_admin_main_header li.lvl_admin_main_header_3
{
	background: url(../img/lvl_main_button_3.gif);
	background-position: 0 0; 
}




.lvl_admin_entry_header li
{
	display:block;
	width:168px;
	float:left;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	height:30px;
	padding-top:12px;
	padding-left:25px;
	color: #deecae;
	cursor:pointer;
	line-height:20px;
	
}

.lvl_admin_entry_header li.lvl_admin_entry_header_1
{
	background: url(../img/lvl_entry_button_1.gif)
}

.lvl_admin_entry_header li.lvl_admin_entry_header_1
{
	background: url(../img/lvl_entry_button_1.gif);
	background-position: 0 0; 
}

.lvl_admin_entry_header li.lvl_admin_entry_header_2
{
	background: url(../img/lvl_entry_button_2.gif);
	background-position: 0 0; 
}

.lvl_admin_entry_header li.lvl_admin_entry_header_3
{
	background: url(../img/lvl_entry_button_3.gif);
	background-position: 0 0; 
}

.lvl_admin_entry_header li.lvl_admin_entry_header_4
{
	background: url(../img/lvl_entry_button_4.gif);
		background-position: 0 0; 
}

.header_active
{	
	background-position: 0 84px !important; 
	color: #fff !important;
	cursor:default !important;
}

.header_deactivate
{	
	background-position: 0 42px !important; 
	color: #fff !important;
	cursor:default !important;
}


.lvl_admin_entry_content{
	clear:both;
	border: 1px solid #009EE0;
	background: #fff;
	width:770px;
	overflow:hidden;
	
	position:absolute;
	top:0px;
	left:0px;
	
}

.lvl_admin_main_content{
	clear:both;
	border: 1px solid #009EE0;
	background: #fff;
	width:769px;
	overflow:hidden;
	
	position:absolute;
	top:0px;
	left:0px;
	
}



#create_lifelog .lvl_admin_entry_content{
	
	width:769px;
	
	}

.lvl_admin_left_form
{
	
	float:left;
	width:440px;
	padding:15px;
	overflow:hidden;
	
	
	
}

.lvl_admin_right_info
{
	padding:15px;
	float:left;
	width:279px;
	padding-right:5px;

}

.lvl_admin_info_icon{
	width:25px;
	float:left;
	margin-top:3px;
	
}
	
.lvl_admin_info_text{
	color:#a2a2a2;
	float:left;
	width:250px;
	}
	
.lvl_media_form
{	
	width: 440px;
	background-color: #f4f4f4 !important;
	border: 1px solid #B7E0F1;
	color: #000000;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: auto;
	font-size: 11px;
	font-family: verdana;
	font-weight:normal;
	position:relative;
	overflow:hidden;
}

.lvl_admin_image_edit
{
	position:absolute;
	left: 95px;	
}

.lvl_admin_image_edit_delete
{
	position:absolute;
	top:5px;
	right:5px;
	
}

.lvl_admin_image_edit_buttons img
{
	margin-bottom:3px;
	display:block;
}

.lvl_admin_image_edit_buttons
{
	float:left;
	margin-left:0px;
	margin-top:25px;
}


.lvl_admin_image_edit_textarea
{
	width:233px;
	display:block;
	border:1px solid #D9F0FA;
	color:#000;
	font-weight:normal;
	
}

.lvl_admin_image_edit_caption
{
	float:right;
	width:235px;
	display:block;	
	margin-right: 3px;
	margin-top:27px;
}

.lvl_admin_preview_image
{
	max-height:60px; 
	max-width:80px;
	float:left;
}

.lvl_admin_preview_imageWrapper{
	min-width: 39px;
	min-height: 11px;
	float: left;
	position: relative;
}



.lvl_admin_entry_content_wrapper
{
	clear:both;
	background: #fff;
	width:772px;
	overflow:hidden;	
}


#create_lifelog .lvl_admin_entry_content_wrapper
{
	width:771px;
	
}

.lvl_admin_chosen_images .lvl_admin_preview_imageWrapper{
	min-width: 39px;
	min-height: 11px;
	float: left;
	position: absolute;
	bottom: 5px;
	left: 23px;
}

.lvl_flickr_sets_back
{
	margin-top:3px;
	margin-bottom:10px;
	display:block;
	text-align:right;
	}



.lvl_admin_transfer_button{

	background: url(../../sys/img/welcome_button_overview_bg.gif);
	text-align: center;
	margin-right: 75px;
	color:white;
	width:130px;
	height:22px;
	display:block;
	margin-left:130px;
	margin-top:15px;
	padding-top:3px;
	text-decoration:none;
	
}


a.lvl_admin_transfer_button:active{
	color:white !important;
	text-decoration:none !important;;
	

}


.lvl_admin_button_back
{
	left:0px;
	background: url(../img/btn_back.gif);
	width: 100px;
	padding-left: 29px;
}

.lvl_admin_button_forward
{
	
	right:0px;
	background: url(../img/btn_forward.gif);
	width: 92px;
	padding-right:37px;
	background-position:  0 0px; 
}

.lvl_admin_button_publish
{
	
	left:200px;
	background: url(../img/btn_publish.gif);
	width: 178px;
	background-position:  0 0px; 
}

.lvl_admin_button_cancel
{
	left:380px;
	background: url(../img/btn_publish.gif);
	background-position:  0 0px; 	
	width: 178px;
	
}

.lvl_admin_submit a{
	position:absolute;
	top:0px;
	height:30px;
	padding-top:12px;
	color:#fff;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	cursor: default;

}

.lvl_admin_button_active
{
	background-position:  0 42px; 
	cursor: pointer !important;	
}

.lvl_admin_button_deactivated
{
	background-position:  0 42px; 
	visibility:hidden;
}


.lvl_admin_wrapperbox
{
	width: 440px;
	background-color: #f4f4f4 !important;
	border: 1px solid #B7E0F1;
	color: #000000;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	height: auto;
	font-size: 11px;
	font-family: verdana;
	font-weight:normal;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	

}


a.lvl_ov_link_fullviews:active{
	
	color: #fff;
	text-decoration:none;
}


a.lvl_ov_link_fullviews{
	height:21px;
	padding-top:4px;
	padding-right:25px;
	width: 126px;
	background: url(../img/fullview_button.gif);
	display:block;
	float:right;
	color: #fff;
	text-decoration:none;
	margin-left:7px;
}

a.lvl_ov_link_fullviews:active{
	
	color: #fff;
	text-decoration:none;
	}
	
.lvl_ov_shadow{
	clear:both;
	display:block;
	height:5px;
	background: url(../img/ov_shadow.gif) repeat-x;
	margin-bottom:25px;
	width:796px;
	
	}
	
* html .lvl_ov_shadow{
	
	margin-bottom:20px;
	
	}

	
	.lvl_admin_sourcebox
{
	margin-top:10px;
	margin-bottom:20px;
	margin-right:10px;
	position:relative;
	padding-top:10px;
	border-top: 1px dashed #009EE0;
	
}

.lvl_photoset_list li
{
	width: 400px;
	float:left;
	list-style:none;
	overflow:hidden;
	
}

.lvl_photoset_list ul
{   
	list-style:none;
	overflow: auto;
	margin:0px !important;
}

.lvl_photoset_list
{   
	margin-top:10px;
	height: 195px;
	overflow: auto;

}


.lvl_photo_list
{
	height: 202px;
	overflow: auto;
	margin:0px;
	line-height: 80%;
	position:relative;

	
}

.lvl_photo_list li
{
	float:left;
	list-style:none;
	border: 2px solid #F1F1F1;
	margin:2px;	
	position:relative;
	height:60px;
	
	
}

.JS_media_selected
{
	border: 2px solid #009EE0 !important;
}



.lvl_admin_chosen_images{
display:none;
clear:both;
margin:15px;
margin-top:10px;
padding-top:10px;
position:relative;
border-top: 1px dashed #009EE0;
margin-bottom:25px;


}

.lvl_admin_chosen_images ul
{
	clear:both;
	margin:0px;
	position:static;
	z-index:1;
	width:100%;
	padding:0px;
	

}

.lvl_admin_chosen_images ul li
{

	list-style:none;
	padding:5px;
	list-style-position: outside;
	float:left;
	line-height:80%;
	cursor: pointer;
	background: #f1f1f1;
	height:60px;
	position:relative;
	width:348px;
	margin-left:0px;
	margin-top:5px;
	margin-right:10px;
	border: 1px solid #B7E0F1;
	height:60px;

}

.lvl_admin_deletebutton
{
	position:absolute;	
	z-index:0;
	right:0;
	cursor: pointer;
}

.lvl_upload_logo {
	
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:1;
	
	}

.sort-Helper
{
	background-color: #000;
	border: 3px dashed #666;
	width: 60px;
	height:60px;
	z-index:1;
}


#sys_mainframe_widget
{
	padding:0; 
	margin:0; 
	height:230px; 
	overflow:hidden; 
	background-color:#fff; 
}


#sys_mainframe_practigo
{
	padding:0; 
	margin:0; 
	overflow:hidden; 
	background-color:#fff; 
	
}

.lvl_loading_status_layer{
	height:110px; 
	position:absolute; 
	z-index:9; 
	top:104px; 
	display:block; 
	background: #fff; 
	opacity: 0.8; 
	filter:Alpha(opacity=80);
	left:35px:
	
	}


.lvl_loading_animation{
	width:62px;
	height:55px;
	}
