/* ######### 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: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	/* width: 80%; width of menu*/
	/*border-top: 1px solid navy;*/ /*navy border*/
	background: url(../imagesNew/title_bg2.gif) center center repeat-x;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 0px 11px;
	text-decoration: none;
	/*border-right: 1px solid navy;*/ /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
	color: white;
}

.indentmenu ul li a.selected{
	color: black !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: black url(../images/shadeactive.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	/*border: 1px solid gray;*/
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}


.tabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-left:0px;
	font: normal 13px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
	display: inline;
	margin: 0;
	padding: 0px;
}

.tabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 5px;
	margin-right: 2px;
	border: 1px solid #c7d6e2;
	color: #2d2b2b;
	background: #FFC10A url(shade.gif) top left repeat-x;
	outline:none;
}

.tabs li a:visited{
	color: #2d2b2b;
}

.tabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
}

.tabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}

.tabs li a.selected{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	background-color:#F0F0F0;
	border-bottom-color: white;
}

.tabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

A.more1, A:ACTIVE.more1, A:FOCUS.more1, A:LINK.more1, A:VISITED.more1{
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-decoration:none;
}
A:HOVER.more1{
	font-family: Arial, verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-decoration:underline;
}
a{
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	font-family: Arial;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
