
/* basic tab setup */

div#tabs {
	float: left;
	font-size: 13px;
	font-family: Arial;
}

div#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

/* inactive tab style */

div#tabs li {
	float: left;
	background: url("/templates/javascript/tab_gfx/norm_right.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	width: auto;
}

div#tabs a {
	display: block;
	padding:2px 15px 0 15px;
	text-decoration: none;
	/* color: #6b654f; */
        color: #415674;
	background: url("/templates/javascript/tab_gfx/norm_left.gif") no-repeat left top;
}

/* Active tab style */

div#tabs #active a {
    background-image: url("/templates/javascript/tab_gfx/norm_left_on.gif");
    color:#fff;
    padding-top: 2px;
    background-repeat: no-repeat;
    text-shadow: #333 0px 0px 2px; /* Safari only shadows */
    }

div#tabs #active {
	background-image: url("/templates/javascript/tab_gfx/norm_right_on275.gif");
}

/* extra makeup, hover for inactive */

div#tabs a:hover {
	color: #415674;
	text-shadow: #333 0px 0px 2px; /* Safari only shadows */
        text-decoration: none;
}
/* extra makeup, hover for active */

div#tabs #active a:hover {
	text-shadow: none;
	text-decoration: none;
}

/* tab styles */

div#tab_content_white {
	float: left;
	clear: left;
	background: #fff;
        border: 2px groove #476783;
        margin: 0px;
        margin-top: -3px;
        width: 99%;
}

div#tab_content {
	float: left;
	background: #eee;
        border: 2px groove #476783;
        margin: 0px;
        margin-top: -3px;
        width: 99%;
}

div.tabset_content {
        margin: 0px ! important;
		padding: 10px;
}
