.box_content input{
        FONT-SIZE: 10px;
        font-family: Tahoma, Verdana;
}
                
                

.column {
	min-height:1px;
	min-width:90px;
}

.frame{
	border: 1px; 
	margin: 1px;
	width: 100%;
}

.debuginfo {
	FONT-SIZE: 10px; 
	overflow: auto; 
	FONT-FAMILY: verdana, tahoma, arial; HEIGHT: 182px;
/*	word-wrap: break-word; */
	width:620px;
}

.content {
	padding: 2px;
	margin:2px;
	overflow:auto;
/*	width:100%;*/

	/* IE only: prevent long url to break layout */

	/*word-wrap: break-word; */
}


.title {
	margin:0px;
	padding:2px;
	color:white;
	background-color: green;
	font-weight: bold;
/*	FONT-SIZE: 12px;*/
	cursor:move;
}

.buttons {

}

.settings{
/*	background: #F1F1F1;*/
}


.settingtable {
	width:100%;
}

.settingtable td {
	color:#FFFFFF;
}


/* a simple list item */
.list_item{
	background: white;
}

/* a simple list item has mouveover */
div.list_item:hover, .list_item_on{
	background: #FFFF80; 
	cursor:pointer;
}

/* the selected list item has mouveover */
div.selected_item:hover, .selected_item_on {
	background: #FFFF80; 
	cursor:pointer;
}


/* the selected list item */
.selected_item{
	background: #00CAC8; 
}



#moduleGhost, #todolistGhost {
	border: 1px dashed #FFFFFF;
	margin: 2px;
}



.tip_of_the_day{
 position:absolute;
 width:250px;
 left:250px;
 top:250px;
 visibility:hidden;
 z-index:100;
}

.tip_of_the_day table{

	border-width: 1px; 
	border-style: solid; 
	border-color: #000080; 
	background: #000080; 
	padding: 1px;   
}

 /*DIV for showing "loading" status while system is stand by*/

.loading{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;

	top: 50%;
	left: 50%;
}


/* DO NOT CHANGE THESE VALUES */
.dialog {
	display: block;
	position: relative;
	margin-bottom: 4px;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
   table-layout: fixed;
	margin: 0px;
	padding:0px;
border:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}

.bottomspan {
	float:left; 
	width:1px; 
	height:1px
}

.more_hits {
	font-weight:bold;
	font-size: 12px;
}
