.calc_name {
	position: absolute;
	top: 30px;
	left:480px;
}

div.main_content{
	border: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.9;

}
#tooltip h3, #tooltip div { margin: 0; }
form {border: none;}
.fieldset {border: none;}

#main_content .hr {
        clear:        both;
        border-top:   1px solid #dfdfdf;
        line-height:  1px;
        height:       1px;
        margin:       10px 0 10px 0;
        padding:      0;
}

#main_content .tabs {
        width:        100px;
        border:       1px solid #c0c0c0;
        border-bottom:1px solid #c0c0c0;
        text-align:   center;
        font-weight:  bold;
        font-family:  arial, verdana;
        font-size:    11px;
        margin:       0 0 0 0;
        padding:      2px;
        cursor:       hand;
}

#foreignContener {
        clear:        both;
        float:        left;
        width:        100%;
}

#foreignContener div{
        float:        left;
        width:        220px;
}


#main_content .noBottom {border-bottom: none;}
#main_content .noBorder {border: none; font-size: 11px; margin:0;font-weight:bold;}
#main_content .bottomBorder {border-bottom: 1px solid #c0c0c0; font-size: 12px; margin:0;}

.contener {
        clear:        both;
        float:        left;
        width:        100%;
}

.contener div {
        float:        left;
}

.rightAli {
        text-align:   right;
        padding-right:  3px;
}

.boldText {
        font-weight:  bold;
}