/* begin styles for headers that appear above tab strips */
.tabOuterHeadLeft {
	background:url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_header2_top_left.png) no-repeat left top;
	padding-left:12px;
}
* html .tabOuterHeadLeft { /* IE 6 hack  */
	background-image: url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_header2_top_left.gif);
}
.tabOuterHeadRight {
	background:url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_header2_top_right.png) no-repeat right top;
	padding-right:12px;
}
* html .tabOuterHeadRight { /* IE 6 hack */
	background-image: url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_header2_top_right.gif);
}
.tabOuterHeadTop{	
}
.tabOuterHeadTop table {
	border-top:1px solid #CBE2B3;
	background-color:#EAF3E1;
}
.tabOuterHeadTop table table, .tabOuterHeadTop table table table {
	border-top:0px;
	background:transparent;
} 
.tabOuterHeadTop h3.ms-standardheader {
	padding-top:4px;
}
.tabOuterHeadTop table table table img {
	border-left:1px solid #CBE2B3;
	padding-left:5px;
}
/* end styles for headers that appear above tab strips */

/* tab strip */
.tabStrip {
	border-bottom:3px solid #517FBE;
}
.tabStrip ul {
	height:23px;
	list-style-type:none;
	margin:0;
	padding:10px 10px 0px 0px;
}
.tabStrip li {
	background:url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_strip_tab_left.png) left 2px no-repeat;
	float:left;
	margin:0 1px 0 -15px;
	padding:0 0 0 10px;
}
* html .tabStrip li { /* IE 6 hack */
	background-image: url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_strip_tab_left.gif);
}
.tabStrip li.first {
	margin-left:0px;
}
.tabStrip li a {
	background:url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_strip_tab_right.png) right 2px no-repeat;
	color:#1C2E56;
	cursor:hand;
	display:block;
	float:left;
	font:normal 11px verdana, arial, sans-serif;
	padding:6px 40px 4px 5px;
	text-decoration:none;
}
* html .tabStrip li a { /* IE 6 hack */
	background-image: url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_strip_tab_right.gif);
}
.tabStrip li:hover {
	background-position: left -38px;
}
.tabStrip li:hover a {
	background-position: right -38px;
}
* html .tabStrip a:hover {
	text-decoration:underline;
}
.tabStrip li.navOn {
	background-position: left -78px;
	position:relative;
	z-index:100;
}
.tabStrip li.navOn a {
	background-position: right -78px;
	color:#fff;
}
/* end tab strip */

/* begin styles for containers beneath tab strip */
div.tabContent, div.tabContentSearch {
	border-left:1px solid #CBE2B3;
	border-right:1px solid #CBE2B3;
	background-color:#FFF;
	padding:24px 13px 1px 13px;
}
div.tabContentSearch {
	padding: 14px 13px 1px 13px;
	font-size:11px;
	font-family:verdana, arial, sans-serif;
}
div.tabContentBottom, div.rightContentBottom, div.tabContentBottomNoMargins {
	background-position: left bottom;
	background-color:inherit;
		font-size:0px;
		height:15px;
		line-height:0px;
		padding:0px 0px 0px 13px;
	background-image: url('/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_content_bottom_left.png');
	background-repeat: no-repeat;
	margin-bottom:27px;
}
* html div.tabContentBottom, * html div.rightContentBottom, * html div.tabContentBottomNoMargins { /* IE 6 hack */
	background-image: url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_content_bottom_left.gif);
	margin-left:2px;
	margin-right:2px;
}
* html div.rightContentBottom, * html div.tabContentBottomNoMargins { /* IE 6 hack */
	margin-left:0px;
	margin-right:0px;
}
div.tabContentBottom div, div.rightContentBottom div, div.tabContentBottomNoMargins div  {
	background-position: right bottom;
	background-color:inherit;
		font-size:0px;
		height:15px;
		line-height:0px;
		padding:0px 13px 0px 0px;
	background-image: url('/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_content_bottom_right.png');
	background-repeat: no-repeat;
}
* html div.tabContentBottom div, * html div.rightContentBottom div, * html div.tabContentBottomNoMargins div { /* IE 6 hack */
	background-image: url(/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_content_bottom_right.gif);
}
div.tabContentBottom div div, div.rightContentBottom div div, div.tabContentBottomNoMargins div div  {
	background:url('/_layouts/1033/images/Ironworks.WebParts/TabStripWebPart/tab_content_bottom_bottom.gif') repeat-x left bottom;
	font-size:0px;
	height:15px;
	line-height:0px;
	padding:0;
}
/* end styles for containers beneath tab strip */

