/***********************************/
/* STYLES FO0R NEW 2006 BETTER LOOKS SITE */
/***********************************/

/* GENERAL */
body {

    margin:0px;
    padding:0px;
    line-height:16px;
    font-family:Verdana,Helvetica,Arial,sans-serif;
    font-size:10px;
    color:#3E4347;
}

#schedule-menu  {
    width:170px;
}

div#schedule-menu h4 {
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:12px;
    margin-top:5px;
    margin-bottom:0px;
	text-transform:uppercase;
    padding:0px 0px 6px 5px;
    color:#41AFE2;
    background:url('http://www.betterlooks.co.cr/img/dotted-line-wht-bgr.gif') bottom repeat-x ;
}

#schedule-menu .treeview  {
    /*border-top:1px #C7D3D9 solid;*/
}

#schedule-menu .treeview .branch-open,
#schedule-menu .treeview .branch-closed {
    /*border-bottom:1px #C7D3D9 solid;*/
    padding-bottom:1px;
    background:url('http://www.betterlooks.co.cr/img/dotted-line-wht-bgr.gif') bottom repeat-x
}

#schedule-menu .treeview .branch-open .title,
#schedule-menu .treeview .branch-closed .title  {
    padding:4px 2px 4px 14px;
    width:100%;
    color:#999999;
    font-weight:normal;
    cursor:pointer;
}

#schedule-menu .treeview .branch-open .title {
	background-image: url(http://www.betterlooks.co.cr/img/icon-min.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#schedule-menu .treeview .branch-closed .title {
	background-image: url(http://www.betterlooks.co.cr/img/icon-plus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#schedule-menu .treeview .branch-open .children  {
    display:block;
    padding:0px 0px 4px 0px;
}

#schedule-menu .treeview .branch-closed .children  {
    display:none;
}

#schedule-menu .treeview div.leaf {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 14px;
	color: #05ADED;
    
}

#schedule-menu .treeview div.leaf-selected {
    padding:1px 2px 1px 14px;
    background:#FF0000;
}

#schedule-menu .treeview div.leaf-disabled {
    padding:1px 2px 1px 14px;
    color:#3399FF;
}

#schedule-menu .treeview div.leaf a:link,
#schedule-menu .treeview div.leaf a:visited {
	text-decoration:none;
	display:block;
	color: #05ADED;
}

#schedule-menu .treeview div.leaf a:hover {
	background-color:#FBFBFB;
	color: #666666;
}
