@charset "UTF-8";
/* CSS Document */

.shadetabs						{padding: 3px 0 0 0; margin-left: 0; margin-top: 1px; margin-bottom: -1px; list-style-type: none; text-align: left; /*set to left, center, or right to align the menu as desired*/}
.shadetabs li					{display: inline; margin: 0; color: #A17C55;}
.shadetabs li a					{text-decoration: none; position: relative;z-index: 1; padding: 3px 7px; margin-right: 3px; border-top: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD;color: #A17C55; background-color: #f1f1f1;}
.shadetabs li a:visited			{color: #EEEFF1}
.shadetabs li a:hover			{text-decoration: underline; color: #1990F4}
.shadetabs li a.selected		{ /*selected main tab style */ position: relative; top: 1px;}
.shadetabs li a.selected		{ /*selected main tab style */ background-image: url(shadeactive.gif); border-bottom-color: white}
.shadetabs li a.selected:hover	{ /*selected main tab style */ text-decoration: none}
.tabcontent						{display:none;}
@media print {
.tabcontent 					{display:block !important;}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu						{font: bold 13px Arial; width: 100%; /*leave this value as is in most cases*/}
.indentmenu ul					{margin: 0; padding: 0; float: left; /* width: 80%; width of menu*/ border-top: 1px solid navy; /*navy border*/background: black url(indentbg.gif) center center repeat-x}
.indentmenu ul li a{float: left; color: white; /*text color*/ padding: 5px 11px; text-decoration: none; border-right: 1px solid navy; /*navy divider between menu items*/}
.tabcontentstyle{ /*style of tab content container*/border: 1px solid gray; width: 450px; margin-bottom: 1em; padding: 10px}
.tabcontent						{display:none}
@media print 
{
.tabcontent 					{display:block !important;}
}
