@CHARSET "UTF-8";

/******************************************
  Vertical Bar Sample
  Specification file: vertical-tab
 ******************************************/

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

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

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

/*
 * This style applies to each cell in the table.
 */
.vtab_cell_normal {
	align: center;
    padding-top: 4px;
    padding-bottom: 5px;
	border-style:solid;
	border-width:1px;
	background-color: #DCDCBA;
	border-right-color: #9A8342;
	border-bottom-color: #eeeeee;
	border-top-color: #eeeeee;
	border-left-color: #eeeeee;
}

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

/*
 * This style applies to the cell which represents a group.
 */
.vtab_cell_group {
    padding-top: 4px;
    padding-bottom: 5px;
	border-style:solid;
	border-width:1px;
	background-color: #919B80;
	border-right-color: #9A8342;
	border-bottom-color:  #CAD2BD;
	border-top-color: #CAD2BD;
	border-left-color: #CAD2BD;
}

/*
 * This style applies to each item in the cell. (e.g., to the <a> tag)
 */
.vtab_item_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #425F10;
	font-weight: bold;
    font-size: 11px;
	text-transform: lowercase;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding : 4px;
	text-align: center;
}

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

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

 
