@CHARSET "UTF-8";

/******************************************
  Horizontal Bar Sample
  Specification file: horizontal-tab
 ******************************************/

/*
 * Each link of the site navigation is organized into rows/colomns using a table.
 * This style applies to the table.
 */
.htab_table {
	border-width: 0px;
	border-style: none;
	padding: 1px;
}

/*
 * This style applies to the body in the table.
 */
.htab_table_body {
	border-style: none;
	padding: 1px;
}

/*
 * This style applies to the row in the table.
 */
.htab_table_row {
	border-style: none;
	padding: 1px;
}

/*
 * This style applies to each cell in the table.
 */
.htab_cell_normal {
	border-style:solid;
	border-width:1px;
	background-color: #ebe496;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-top-color: #111111;
	border-left-color: #111111;
}

/*
 * This style applies to the cell which contains a link to current page.
 */
.htab_cell_self {
    padding-top: 2px;
    padding-bottom: 3px;
	border-style:solid;
	border-width:2px;
	background-color: #ebe496;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-top-color: #111111;
	border-left-color: #111111;
}

/*
 * This style applies to the cell which represents a group.
 */
.htab_cell_group {
	border-style:solid;
	border-width:1px;
    padding-top: 2px;
    padding-bottom: 3px;
	background-color: #ebe496;
	border-top-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
	border-right-color: #111111;
}

/*
 * This style applies to each item in the cell. (e.g., to the <a> tag)
 */
.htab_item_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #001E25;
	font-weight: normal;
    font-size: 16px;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding : 5px;
}

/*
 * This style applies to the item which links to current page. (e.g., to the <a> tag)
 */
.htab_item_self {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #255961;
	font-weight: bold;
	text-decoration: none;
    font-size: 14px;
	text-transform: none;
	padding-left: 4px;
	padding-right: 4px;
	padding : 5px;
}

/*
 * This style applies to the item which displays a group name. (e.g., to the <span> tag)
 */
.htab_item_group {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
    font-size: 14px;
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 4px;
	padding : 5px;
}

