ul#tabnav { /* general settings */ 
	margin: 1em 0 0 0.001em; /* set margins as desired */
	font: bold 11px arial, verdana; /* set font as desired */
	list-style-type: none;
	padding: 3px 10px 2px 1px; /* THIRD number must change with respect to padding-top (X) below */
	width:100%%;
}

*:first-child+html ul#tabnav {
	margin: 1em 0 0 0.001em; /* set margins as desired */
	font: bold 11px arial, verdana; /* set font as desired */
	list-style-type: none;
	padding: 15px 10px 2px 1px; /* THIRD number must change with respect to padding-top (X) below */
	width: 100%%;
}

* html ul#tabnav {
	margin: 10px 0 0 0;
	font: bold 11px arial, verdana; /* set font as desired */
	list-style-type: none;
	padding: 3px 10px 1px 1px; /* THIRD number must change with respect to padding-top (X) below */
	width: 100%;
	clear:both;
}

ul#tabnav li { /* do not change */
	display: inline;
}



ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #3D5056; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #002D5E; /* set unselected tab background color as desired */
	color: #fff; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

*:first-child+html ul#tabnav li a {
	padding: 2px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #3D5056; /* set border COLOR as desired; usually matches border color specified in #tabnav *//
	color: #fff; /* set unselected tab link color as desired */
	margin-right: 1px; /* set additional spacing between tabs as desired */
	text-decoration: none;
}

* html ul#tabnav li a {
	padding: 2px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #3D5056; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	color: #fff; /* set unselected tab link color as desired */
	margin-right: 1px; /* set additional spacing between tabs as desired */
	text-decoration: none;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #336699 /* set desired hover color */
}

*:first-child+html ul#tabnav a:hover {
	background: #336699; /* set desired hover color */
	color: #3D5056;
}

* html ul#tabnav a:hover {
	background: #fff; /* set desired hover color */
	color: #3D5056;
}

ul#tabnav li#active a { /* settings for hover effect */
	background: #fff; /* set desired hover color */
	color: #3D5056;
	border-bottom: 1px solid #3D5056;
}



span.date_format{
font-family: Tahoma, Verdana, Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", sans serif;
font-size: 12px;
}