﻿/* Kalender bokningspopup */
.pnlSetEvent
{
	background-color: #FF6600;
	border: solid 1px #333333;		
	/*visibility: hidden;*/
	/*padding: 10px;	*/
	width: 380px;	
}

.pnlEventPopupHeader
{		
	background-color: #eeeeee;
	border-bottom:solid 1px #000000;
	padding: 3px;	
}
.pnlEventPopupContent
{	
	padding: 10px;	
}

.eventsDeleteLnk
{
	color: Red;
	font-weight:bold;
	text-decoration: none;
	float:right;
	margin: 1px 1px 1px 3px;
}

.eventsLnk
{
	text-decoration:none;
	cursor:pointer;
}
.lblDay
{
	text-decoration:none;
	cursor:pointer;
}
.pnlDay
{
	text-align: right;
    background-color: #EBE4BC;
    border-bottom: 1px solid #D8D2AB;
    margin: 3px 0px 0px 0px;	
    display:block;
    cursor:pointer;
}

.pnlToday
{
	text-align: right;
    background-color: #EBE4BC;
    border: 1px solid red;
    margin: 3px 0px 0px 0px;	
    display:block;
    cursor:pointer;	
}

.pnlPopup
{
	background-color:#eeeeee;
    padding:10px;
    visibility:hidden;
    display:none;
    
}
.pnlSingleEvent
{
	border: dotted 0.5px #999999;
	background-color: #eeeeee;
	margin: 3px 0px 0px 0px;
	width:77px;
}

.pnlSingleEventHover
{
	border: solid 2px #999999;
	background-color: #eeeeee;
	margin: 0px;
	padding: 5px;
	width: 160px;
	visibility:hidden;
}

.pnlSingleEventList
{
	border: solid 2px #999999;
	background-color: #eeeeee;
	margin: 0px;
	padding: 5px;
	width: 320px;	
}

.lnkEventListCommand
{
	color: Red;
	font-weight:bold;
	text-decoration: none;	
	margin: 1px 1px 1px 3px;
}

.eventsDeleteLnk
{
	color: Red;
	font-weight:bold;
	text-decoration: none;
	float:right;
	margin: 1px 1px 1px 3px;
}

.pnlEditEvent
{
	background-color: #FFFFFF;
	border: solid 1px #333333;		
	/*visibility: hidden;*/
	/*padding: 10px;	*/
	width: 580px;		
	margin: 10px 0px 20px 0px;	
	padding: 5px;
}

.lnkEditEventEdit
{
	color: Red;
	font-weight:bold;
	text-decoration: none;
	float:right;
	margin: 1px 1px 1px 3px;
}
.pnlEditEventCommands
{
	width: 60px;
	float:right;
}

.pnlUpload
{
	border: dotted 1px #333333;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

.pnlUpload td
{
	border: none;	
}
.pnlUpload table
{
	margin:0px;	
}
.lnkDeleteFile
{
	margin: 0px 0px 0px 15px;
	text-decoration:none;
}

.pnlStatus
{
	background-color:Lime;
	border: dotted 1px #333333;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

#StartMittenE {
  margin: 10px 15px 0 0 ;
  padding: 15px 15px 10px 20px;
  width: 600px;
  border:#000000 solid 2px;
  background-color:#FFFFFF;
  float:right;  
}

#CenterWrapperE {
width:760px;
  height:auto !important;
min-height:135px; 
height: 135px;
  border:#000000 solid 2px;
  border-bottom:none;
  margin-left: auto;
  margin-right: auto;
padding:0;
  background-color:#C9EC0A /*ung-grön*/ /*fc7009  orange*/;
}

#SidFotE {
  margin: 0;
  padding: 8px 0;
  width: 760px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  border-bottom:2px solid #000000;
  clear:both;
}
