 /* Position and height just needed to fix a IE-Bug: 
    on Drag&Drop of the dashboardboxes the box is shifted to the right
 */
 .dashboard {width:595px; min-height:1px; position:relative;}

 .dashboardcontent {
 			    border: 1px solid #aebad0; 
			    border-top: 0;
                width: 580px;
				_width:582px;
				min-width:575px;
				_min-width:575px;
                min-height:150px;
                height:auto !important;
		        background-color: #FFF;
                margin-bottom:25px;
				padding:10px;
               }
 
 .portlet .dahsboardbox_title {
								margin-top:15px;
								border: 1px solid #96a6b3;
								font-weight:bold;
								width: 595px;
								_width: 597px;
								_height:25px;
								height:22px;
                                background: #f3f4f6;
								padding-left:5px;
								padding-top:3px;
							}

.dahsboardbox_title .dashboardButtonPlus {
										  float:right;
										  margin-right:5px;
										  width:18px;
										  height:17px;	
										  background-image:url("../images/de_DE/DashboardUI/dashboard_box_buttonPlus.jpg");
										  background-position:center;
										  cursor:pointer;
								     }	

.dahsboardbox_title .dashboardButtonMinus {
										  float:right;
										  margin-right:5px;
										  width:18px;
										  height:17px;	
										  background-image:url("../images/de_DE/DashboardUI/dashboard_box_buttonMinus.jpg");
										  background-position:center;
										  cursor:pointer;
								     }	
									 
.dahsboardbox_title .dashboardButtonMore {
										  float:right;
										  margin-right:5px;
										  width:18px;
										  height:17px;	
										  background-image:url("../images/de_DE/DashboardUI/dashboard_box_buttonMore.jpg");
										  background-position:center;
										  cursor:pointer;
								     }		
									 
.dahsboardbox_title .dashboardButtonChart {	
   									      float:right;
										  margin-right:5px;
										  width:18px;
										  height:17px;	
										  background-image:url("../images/de_DE/DashboardUI/dashboard_box_buttonChart.jpg");
										  background-position:center;
										  cursor:pointer;
								     }	
							 

	.ui-sortable-placeholder { border: 1px dotted #96a6b3; background-color:#CED4DF; visibility: visible !important; height: 180px !important; margin-top:25px}

td.statisticBox{
                  font-size:11px;
               }
			   
table.statisticsTable{
  width:565px;
  background:none;
}

table.selectionTable3col th, table.selectionTable3col td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED4DF;
	padding: 4px 4px 4px 4px;
}

table.selectionTable3col td.selection
{
    background-color: #f3f4f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED4DF;
	width:15px;
	padding-left:5px;
	
}
table.selectionTable3col input
{
    width:15px;
	padding-left:0;
	margin-left:0;
}

			   
table.statisticsTable th, table.statisticsTable td
 {
    font-size:11px;
    text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED4DF;
	padding: 4px 4px 4px 4px;
}


table.statisticsTable td.highlight, table.statisticsTable th.highlight
 {
    font-size:11px;
    background-color: #f3f4f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED4DF;
}

table.statisticsTable td.highlight span.spacer {
	padding-left: 20px;
}
.portlet {position: relative;}
.ajaxloader {                      
   background-image:url("../images/de_DE/DashboardUI/ajax-loader.gif");
   background-position:center;
   background-repeat:no-repeat;
   width:0;
   height:0;
   position:absolute;
   display:none;
}
.portlet .ajaxloader {width: 32px; height: 32px; left: 290px; top: 150px;}

.toggableContent {
                   cursor:pointer;
                 }			
			