.homeMainDiv {
	overflow:auto; 
	position:absolute; 
	left:0; 
	top:55px; 
	bottom:25px; 
	right:0;
}

span.spanOn {
	align: center;
	margin: 0px;
	padding: 0px;
	display: inline;
}

span.spanOff {
	align: center;
	margin: 0px;
	padding: 0px;
	display: none;
}

table.clickableCell {
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	border: none;
	border-spacing: 0px;
	background-color: #FFF;	
	min-height: 250px;
}

td.clickableCellOff {
	text-align: center;
    display: inline-block;
    padding: 0 20px;
    margin-right:1px; /* It specifies the distance between each tab */
    background:#fff;
    color:Black;
    text-decoration:none;
    font-size: 10.5pt;
    line-height: 24px;
    border:1px solid #CCCCCC;
    border-bottom:0;
    color:#666;
    vertical-align:top;
    text-decoration:none;
    cursor: pointer;
}

td.clickableCellOn {
	text-align: center;
    display: inline-block;
    padding: 0 20px;
    margin-right:1px; /* It specifies the distance between each tab */
    background:#E6E6E6;
    color:Black;
    text-decoration:none;
    font-size: 10.5pt;
    line-height: 24px;
    border:1px solid #CCCCCC;
    border-bottom:0;
    color:#666;
    vertical-align:top;
    text-decoration:none;
    cursor: pointer;
}

td.searchInputTD{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	height: 22px;
	padding: 6px;
}

/*div.searchBox {
	position: relative; 
	bottom:250px;  
	z-index: 2000; 
	width: 350px; 
	display: table; 
	margin: auto; 
	border: 10px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/

.homePanelTabMainDiv {
	text-align: left; 
	background-color: #E6E6E6;
	min-height: 250px;	
}

.homePanelTabWmc {
	width: 95%;
	padding: 20px;
}

.homePanelTabAction {
	min-width: 66px;
}

.homePanelTabLastChange {
	width: 145px;
}


.homeMainTD {
	padding-top: 30px;
}

.sameRepository {
}

.otherRepository {
	font-style:italic;
	color: #cfcfcf;
	opacity: 0.6;
	filter:alpha(opacity=60);
	
}

.centerContent {
	position:fixed; 
	top:46px; 
	bottom:44px; 
	left:0; 
	right:0; 
	background-image: url('./images/prometapowered.png'); 
	background-repeat:no-repeat; 
	background-position: center center;
}