/* CSS Document */
.tablist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

.tablist ul, .tablist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

.tablist a:link, .tablist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

.tablist a:link.current, .tablist a:visited.current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

.tablist a:hover { color: #f00; }
.tablist ul a:hover { color: #f00 !important; }

div.guidance_text { 
font-style: italic ;
margin-left: 20px ;
}

/*** Hierarchical list in a table ***/
 
table.table_as_list {
/*border-spacing: 0px ;*/
}

table.table_as_list tr.depth0 { 
background: #e8e9ea;
}
table.table_as_list tr.depth0 td div.menu_title {
margin-left: 0px;
}

table.table_as_list tr.depth1 { 
background: #c8e9ea;
}
table.table_as_list tr.depth1 td div.menu_title {
margin-left: 20px;
}

table.table_as_list tr.depth2 { 
background: #e8c9ea;
}
table.table_as_list tr.depth2 td div.menu_title {
margin-left: 40px;
}
table.system_settings tr.settings_row { 
background-color:#ecdbbe ;
}

