﻿/*TEST*/
.wireFrame
{
    float: left;
}
.CmsMenu a{
color: #000!important;
font-size: 14px; 
}
.CmsMenu a:hover{
background-color: #efefef;
}

.wireFrameInfo
{
    float: left; 
    display: none; 
    z-index: 3; 
    opacity: 0; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
    font-size: 14px; 
    box-shadow: 2px 4px 11px 1px rgba(0,0,0,.5);
    background-color: #FFFFFF; 
    padding: 0;
}

.wireFrameBtnCloseParent
{
    float: right; 
    opacity: 100; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.wireFrameBtnClose
{
  
   color: #FFFFFF; 
    text-align: center; 
    font-weight: bold; 
    text-decoration: none; 
/*    border: outset thin #FFFFFF; */
    padding: 4px;
	position: absolute;
	right: 6px;
}
.wireFrameBtnClose:hover
{  
   color: #FFFFFF; 
	text-decoration:none;
}
.CmsMenu {
	text-align: left;font-family:  Arial!important;
}
.CmsMenu h1
{
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 5px;
	margin: 0px;
	background-color: #729eb4;
}

.CmsMenu ul
{
    color: #000;	
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
}
.CmsMenu li 
{
	padding:0
}
.CmsMenu li#cmsRoleSettings
{
	padding:5px;
}
.CmsMenu li#cmsRoleSettings span[class=title]
{
	padding:5px;
	margin-top: 10px;
}
.CmsMenu li a
{
	padding:5px 10px;
	display:block;
}

.CmsMenu li a, .CmsMenu li a:link, .CmsMenu  li a:hover, .CmsMenu  li a:active, .CmsMenu  li a:visited
{
	text-decoration: none;
}

.CmsMenu .roleSelect 
{
	padding: 0 0 10px 20px;
}
.CmsMenu .roleSelect .team,
.CmsMenu .roleSelect .team 
{
	margin: 4px 0px;
}
.CmsMenu .roleSelect .colName
{
	display: inline-block;
	width: 40px;
} 
/* -------- StandardFunction.cs Messages -------------*/

/* Funktion MessageBox */
#idMessageBox_pMessagePopUp
{
    display: none;
}


/* Funktion MessageAJAX */
.divMessageAJAX_WaremaIntranet
{
    text-align: left; 
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    vertical-align: middle;
    padding: 8px 10px 10px 10px; 
}


/* Funktion MessageJS (Info = 1, Ready = 2, Error = 3 ) */
.pMessagePopUp1_WaremaIntranet, 
.pMessagePopUp2_WaremaIntranet, 
.pMessagePopUp3_WaremaIntranet
{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 550px;
    /*height: 50px; */
    z-index: 4; 
    color: #808080;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px; 
    /*visibility: hidden;*/
    text-align: left; 
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    vertical-align: middle;
}

.pMessagePopUp1_WaremaIntranet table #pMessagePopUpHead, 
.pMessagePopUp2_WaremaIntranet table #pMessagePopUpHead, 
.pMessagePopUp3_WaremaIntranet table #pMessagePopUpHead
{
    height:16px; 
    background-color:#D4D0C8;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

.pMessagePopUp1_WaremaIntranet table #pMessagePopUpBody, 
.pMessagePopUp2_WaremaIntranet table #pMessagePopUpBody, 
.pMessagePopUp3_WaremaIntranet table #pMessagePopUpBody
{
    float:left;
    /*height: 100%;*/
    padding: 8px 10px 8px 10px;
}

.pMessagePopUp1_WaremaIntranet
{
    color: #000000;
    border: solid 1px #808080;
}

.pMessagePopUp2_WaremaIntranet
{
    color: #008000;
    border: solid 1px #808080;
}

.pMessagePopUp3_WaremaIntranet
{
    color: #FF0000;
    border: solid 1px #FF0000;
}
.channelAdmin
{
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
}

/* ---------------------------------- Funktion FavShelf ----------------------- */
.togglelinkshelf {
	position: absolute;
	bottom: 4px;
	right: 0px;
	cursor: pointer;
}
.linkshelf-plusminus {
	position: absolute;
	color: black;
	font-weight: 700;
	font-size: 14px;
	bottom: 0px;
	left: 0px;
}
.linkshelf-image,
.linkshelf-imageSelf
 {
	height: 20px;
}
.linkshelf-image
 {
	width: 26px;
}
.linkshelf-image.add {
	background: url(/images/AppsIcons/favList/favShelfAdd.png) left top no-repeat;
}
.linkshelf-image.remove {
	background: url(/images/AppsIcons/favList/favShelfRemove.png) left top no-repeat;
}
.linkshelf-imageSelf.add {
	background: url(/images/AppsIcons/favList/favShelfPlus.png) left top no-repeat;
}
.linkshelf-imageSelf.remove {
	background: url(/images/AppsIcons/favList/favShelfMinus.png) left top no-repeat;
}
#LinkListFooter0 {
	height: 20px;
	padding-top: 5px;
}
.currentSiteAddRemove {
	position: relative;
}
.currentSiteAddRemove .togglelinkshelf {
	position: absolute;
	top: 5px;
	left: 5px;          /* 10 */
/*	cursor: pointer;*/
}
.currentSiteAddRemove .toggleLabel {
	position: relative;
	left: 15px;
/*	cursor: pointer;*/
}
.linkshelf-image .linkshelf-plusminus, .linkshelf-imageSelf .linkshelf-plusminus
{
	display: none;
}

/* ---------------------------------- Funktion FavShelf LinkList ----------------------- */
#LinkListHeader {
	position: relative;
}
#LinkListHeader span.editButton {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#editFavShelfGrid
{
    display: none;
    position: absolute;
    left: -500px;
    top: 5px;
    width: 700px;
    z-index: 3;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 5px 5px 10px 8px;
}
.DhtmlxGridPanelFavShelf
{
	width: 490px;
	height: 150px;
	border: 1px solid #9AC2E5;
	overflow: hidden;
}

/* ---------------------------------- List of favorites administration ----------------------- */
.listLink
{
    text-align: left;
    display: block;
    float:left;
}
.AdminMode .listLink 
{
    width: 470px;
    overflow:hidden;
}
.adminButtons
{
    width: 120px;
    text-align: right;
    display: block;
    float:right;
    margin-right: 20px;
}
.buttonUp, .buttonDown, .buttonEdit, .buttonDelete, .buttonEmpty
{
    margin-left: 2px;
}
.buttonUp, .buttonDown, .buttonEdit, .buttonDelete, .addLink
{
    cursor: pointer;
}
.favShelfDialogEdit, .favShelfDialogDelete
{
    background-color: #FFFFFF;
}

/* ---------------------------------- Funktion add to Watchlist ----------------------- */
.togglelinkWatchlist {
	position: absolute;
	bottom: 4px;
	right: 35px;
	cursor: pointer;
}
.linkWatchlist-image {
	width: 30px;
	height: 20px;
}
.linkWatchlist-image.add {
	background: url(/images/AppsIcons/favShelfPlus.PNG) left top no-repeat;
}
.linkWatchlist-image.remove {
	background: url(/images/AppsIcons/favShelfMinus.png) left top no-repeat;
}
.linkWatchlist-imageSelf {
	width: 30px;
	height: 39px;
}
.linkWatchlist-imageSelf.add {
	background: url(/images/AppsIcons/addToWatchlistIcon.png) left top no-repeat;
}
.linkWatchlist-imageSelf.remove {
	background: url(/images/AppsIcons/removeFromWatchlistIcon.png) left top no-repeat;
}
.linkWatchlist-image .linkWatchlist-plusminus, .linkWatchlist-imageSelf .linkWatchlist-plusminus {
	display: none;
}

/* ---------------------------------- Funktion add to Downloadliste ----------------------- */
#LinkListHeaderdlList {
	position: relative;
}
#LinkListHeaderdlList span.editButton {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.linkshelf-imageDLL {
	width: 55px;
	height: 38px;
}
.linkshelf-imageDLL.add {
	background: url(/images/AppsIcons/FolderPlus.png) left top no-repeat;
}
.linkshelf-imageDLL.remove {
	background: url(/images/AppsIcons/FolderMinus.png) left top no-repeat;
}
.togglelinkDLL {
	position: absolute;
	bottom: 4px;
	right: 75px;
	cursor: pointer;
}
.linkshelf-imageDLL .linkshelf-plusminus 
{
	display: none;
}
.currentSiteDelZipdlList {
	position: relative;
}
.currentSiteDelZipdlList .togglelinkshelf {
	position: absolute;
	top: 5px;
	left: 10px;
	cursor: pointer;
}
.currentSiteDelZipdlList .toggleLabel {
	position: relative;
	left: 25px;
	cursor: pointer;
}
.downloadDeleteAll, .downloadCreateZIP
{
    position: relative;
    float: left;
    width:50%;
    height: 100%;
    vertical-align: bottom;
    cursor: pointer;
}

/* ---------------------------------- Funktion add to myDownloadliste ----------------------- */
#LinkListHeadermuList {
	position: relative;
}
#LinkListHeadermuList span.editButton {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.myDownloadStartDialog
{
    position: relative;
    float: left;
    width:100%;
    height: 100%;
    vertical-align: bottom;
    cursor: pointer;
}
.myUploadDialog
{
    background-color: #FFFFFF;
}
/* ---------------------------------- button in der myUploadLIste um uploads in die myDownloadliste hinzuzufuegen ----------------------- */
.togglelinkInDLL {
	position: absolute;
	bottom: 4px;
	right: 0px;
	cursor: pointer;
}
.togglelinkInDLL .linkshelf-plusminus {
	position: absolute;
	color: black;
	font-weight: 700;
	font-size: 14px;
	bottom: 0px;
	left: 0px;
}
.togglelinkInDLL .linkshelf-imagemuList {
	width: 30px;
	height: 20px;
}

/********************************************/
/* neuer button fuer die administration der linkshelf*/
/********************************************/
div#AddToLinkListButton {
	padding: 5px 0px 2px 25px;
	height: 20px;
	background-color: #ededee;
	COLOR:#515151;
	position: relative;
	margin-top: 10px;
}
/****************************************************/
/******** automated list elements menu  *************/
/****************************************************/
ul.ControlMenu
{
    color: black;
    border: 1px solid black;
    width: 100%;
    margin: 0 0 4px 0;
    list-style-type: none;
    padding:0px;
}
ul.ControlMenu ul 
{
    list-style-type: none;
    padding:0px;
    margin:0px;
}
ul.ControlMenu > li .arrow {
	width: 0; 
	height: 0; 
	top: 2px;
	left: 6px;
	position: relative;
	display:inline-block;
	border-top: 6px solid transparent;
	border-left: 6px solid white;
	border-bottom: 6px solid transparent;
}
ul.ControlMenu.open > li .arrow {
	top: 5px;
	left: 2px;
	border-top: 6px solid white;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
ul.ControlMenu span.MnHead 
{
	color: white;
    padding: 0px 12px;
    display:inline-block;
}
ul.ControlMenu.open span.MnHead 
{
    padding: 0px 6px;
}
ul.ControlMenu > li
{
    background-color: #57a4c9;
}
ul.ControlMenu ul li 
{
    font-size: 80%;
    line-height: 2em;
    cursor: pointer;
    list-style-type: none;
    margin: 0px;
    padding: 0px 20px;
}
ul.ControlMenu ul li:hover 
{
    text-decoration: underline;
}
ul.MnCont 
{
    background-color: white;
    display:none;
}
/****************************************************/