html{background: url(../images/bg.gif) repeat-x #cbcbcb;}

body {
	margin: 0px;
	font-family: Verdana,sans-serif;	
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal;
	/*background-image: url(../images/bg.gif);
	background-repeat: repeat;*/
}

A.link_blue, A.link_blue:visited, A.link_blue:active {
	color: blue;
	text-decoration: none;
}

A.link_blue:hover {
	text-decoration: underline;
}

A.link_white, A.link_blue:visited, A.link_white:active {
	color: white;
	text-decoration: none;
}

A.link_white:hover {
	text-decoration: underline;
}

#border {
	width: 1016px;
	margin: 0 auto;
	background-image: url(../images/bg_shadow_big.png);
}


#menuleft
{
	width: 168px;
	height: 550px;
	margin-left: 8px;
	float:left;
}

#content
{
	float:left;
	width: 800px;
}

#header_top {
	width: 1000px;
	height:	135px;
	background-image: url(../images/header.png);
	margin-left: 8px;
	
}

#logo {
	margin-left: 25px;
	margin-top: 20px;
	position: absolute;
}

#header_bottom {
	width: 1000px;
	height: 30px;
	background-image: url(../images/top_nav_main_bg.png);
	margin-left: 8px;
}

#header_bottom_left 
{
	width: 8px;
	height: 30px;
	background-image: url(../images/top_nav_left_round.png);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
}
#header_bottom_middle
{
	width: 984px;
	height: 30px;
	float: left;
}
#header_bottom_right 
{
	width: 8px;
	height: 30px;
	background-image: url(../images/top_nav_right_round.png);
	background-repeat: no-repeat;
	float: left;
}

#tdWorld
{
	margin-top: 4px;
	width: 180px;
	float:left;
}

#log_in_button
{
	margin-top: 8px;
	margin-left: 8px;
	text-align: right;
	float:left;
}

#div_recordar
{
	margin-top: 4px;
	margin-left: 10px;
	float:left;
}

#div_text_recordar
{
	margin-top: 8px;
	margin-left: 5px;
	color:White;
	font-size: 12px;
	float:left;
}

#div_olvide
{
	margin-top: 8px;
	margin-left: 15px;
	font-size: 12px;
	color: White;
	float: left;
}

#div_help
{
	margin-top: 8px;
	margin-left: 30px;
	float: left;
}

#footer
{
	width: 1016px;
	height: 37px;
	color: #9E9E9E;
	margin: 0 auto;
	background-image: url(../images/footer_btm_bg.png);
	font-size: 9px;
	clear: both;
	text-align: center;
}

.foot
{
	color: #9E9E9E;
	text-decoration: none;
}
.foot:visited, .foot:active 
{
	text-decoration: none;
}
.foot:hover
{
	text-decoration: underline;
}

#footer span
{
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 7px 0 0;
	width: 1016px;
}

#iframeContent
{
	border-width: 0px;
	overflow: hidden;
}

#leftDropDownBoxContents, #leftDropDownBoxContents_2 {
	background-image: url("../images/harmonica_content.png");
}

.leftColumnDOWN{
	background-image: url(../images/harmonica_head_down.png);	
}
.leftColumnUP{
	background-image: url(../images/harmonica_head.png);	
}
.leftColumn{
	background-image: url(../images/harmonica_head_no_arrow.png);	
}
.login_field 
{
	width: 120px;
	height: 18px;
	border: 0px;
	font-size: 11px;
	background-image: url(../images/login_field_little.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #000;
	text-indent: 4px;
}

.div_login_field
{
	margin-top:5px;
	width: 130px;
	text-align: right;
	float: left;
}

.yellow_btn_start {
	width: 5px;
	height: 16px;
	background-image: url(../images/yellow_btn_start.png);
	background-repeat: no-repeat;
	float: left;
}

.yellow_btn_mid {
	height: 16px;
	background-image: url(../images/yellow_btn_mid.png);
	background-repeat: repeat-x;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

A.yellow_btn_txt, A.yellow_btn_txt:hover, A.yellow_btn_txt:visited, A.yellow_btn_txt:active {
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	color: #424242;
}

.yellow_btn_end {
	width: 5px;
	height: 16px;
	background-image: url(../images/yellow_btn_end.png);
	background-repeat: no-repeat;
	float: left;
}
.leftmenuhighlightedtab {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
}

.leftDropDownBox, .leftDropDownBox_2 {
	width: 167px;
	position: static;
	z-index: 100;
	overflow: hidden;
}

#border:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


