html,body{
      margin:0;
      padding:0;
      height:100%;
	  overflow: hidden;
   }

#mainMenu {

	width: 200px;
	/*overflow: scroll;*/
	}

#mainContent_scroll {
	height: 100%;
	width: 100%;
	overflow-x: auto;
	overflow-y: auto;
	}

#mainContent {
	height: 100%;
	width: 100%;
	}

#mainContent_navBar {
	height: 28px;
	width: 100%;
	}



.fullheigthtable {
	height :100%;
	}

.28pxheigth {
	height :28px;
	}


.heigth28td {
	height :28px;
	}

.itemExpand{
		display:none;
	}

.hidden{
		display:none;
	}

#billing_topcontent{
		width: 100%;
		height: 100%;
		overflow:auto;
		overflow-x:hidden;
		overflow-y:auto;

	}


#ipvl_manager_call_history{
	width: 100%;
	height: 100%;
	overflow:auto;
	overflow-x:auto;
	overflow-y:auto;
}


#ipvl_manager_messages_div{
	width: 100%;
	height: 100%;
	overflow:auto;
	overflow-x:auto;
	overflow-y:auto;
}


#pin_manager_recharge_history{
	width: 100%;
	height: 100%;
	overflow:auto;
	overflow-x:auto;
	overflow-y:auto;
}

#pin_manager_recharge{
	width: 100%;
	height: 100%;
	overflow:auto;
	overflow-x:auto;
	overflow-y:auto;
}


#pin_manager_call_history{
	width: 100%;
	height: 100%;
	overflow:auto;
	overflow-x:auto;
	overflow-y:auto;
}

#transactions_pagos{
	width: 100%;
	height: 100%;
	overflow:auto;
	overflow-x:auto;
	overflow-y:auto;
}

#transactions_facturacion{
	width: 100%;
	height: 100%;
	overflow:auto;
	overflow-x:auto;
	overflow-y:auto;
}

#transactions_transacciones{
	width: 100%;
	height: 100%;
	overflow:auto;
	overflow-x:auto;
	overflow-y:auto;
}



.table200pxBlue {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Grande CE", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 200px;
	padding-bottom: 3px;
	color: #0066CC;
	padding-top: 3px;
}

.table100RApx {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Grande CE", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	text-align: right;
	/*padding-right: 3px;*/
}

.table100RApxTitle {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Grande CE", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 100px;
	color: #666666;
	text-align: right;
}

.hide_overflow
{
	overflow: hidden;
}

.table075pxTitle {
border-right:thin solid #FFFFFF;
color:#666666;
font-family:"Lucida Grande","Lucida Sans","Lucida Grande CE",Verdana,Arial,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
width:75px;
}

