
/**
* default styles
*/

* {
	margin: 0;
	padding: 0;
}

* body 
{
	width:100%;
	height: 100%;
	font: 0.7em Tahoma, Arial, "Trebuchet MS", sans-serif;
	line-height: 1.6em;
	color: #000000;
	
}

td 
{
	
	font: 0.8em Tahoma, Arial, "Trebuchet MS", sans-serif;
	color: #000000;
	
}

.menu_font
{
	
	font: 0.7em Tahoma, Arial, "Trebuchet MS", sans-serif;
	color: #000000;
	
}


.td_backgr
{
	background-color:#e6eeff;
}

.td_backgr1
{
	background-color:#f2f6ff;
}

/* table 1 presentation */
.tbl
{
	
	width:100%;
	height:100%;

	/* border:2px solid;
	border-color:#000;   */
	
    display: table;
	
}

.tbl_row  
{
	display: table-row;
	width:100%;
	height:100%;
}

.tbl_left
{
	display: table-cell;
	width:24%;
	float:left;
	
	
}

.tbl_middle
{
	display: table-cell;
	width:10px;
	height:100%;
	float:left;
	
	/* border:2px solid;
	border-color:#000; */
}

.tbl_right
{

 	/* border:2px solid;
	border-color:#FFFFCC; */
	
	display: table-cell;
	width:76%;
	height:100%;
	float:left;
}

.div_link
{
	font: 0.7em Tahoma, Arial, "Trebuchet MS", sans-serif;
	text-align:center;
}


#econt_iframe .iframe_wrapper {width: 476px; margin: 0 auto}
#econt_iframe .text {float: left; width: 260px; padding: 0 10px 0 0}
#econt_iframe .text p {padding: 0 0 10px; margin: 0; font-size: 11px}
#econt_iframe .banner {float: right}
#econt_iframe .text_banner_wrapper {width: 450px; overflow: hidden; margin: 0 auto}
.ie #econt_iframe .iframe_wrapper {margin-left: 35px; padding-bottom: 10px}
.ie #econt_iframe .text_banner_wrapper {margin-left: 50px}
