
/* root element for tabs  */
ul.tabs, ul.tabs1, ul.tabs2, ul.tabs3, ul.tabs4 { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:39px;
}

/* single tab */
ul.tabs li, ul.tabs1 li, ul.tabs2 li, ul.tabs3 li, ul.tabs4 li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/blue.png) no-repeat 0px 0px;
	font-size:14px;
	font-family: Trebuchet MS, Helvetica;
	display:block;
	height: 40px;  
	line-height:35px;
	width: 165px;
	text-align:center;	
	text-decoration:none;
	color:#FFFFFF;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

/* link inside the tab. uses a background image */
ul.tabs1 a { 
	background: url(../images/blue.png) no-repeat 0px 0px;
	font-size:14px;
	font-family: Trebuchet MS, Helvetica;
	display:block;
	height: 40px;  
	line-height:35px;
	width: 165px;
	text-align:center;	
	text-decoration:none;
	color:#FFFFFF;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

/* link inside the tab. uses a background image */
ul.tabs2 a { 
	background: url(../images/orange.png) no-repeat 0px 0px;
	font-size:14px;
	font-family: Trebuchet MS, Helvetica;
	display:block;
	height: 40px;  
	line-height:35px;
	width: 165px;
	text-align:center;	
	text-decoration:none;
	color:#FFFFFF;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

/* link inside the tab. uses a background image */
ul.tabs3 a { 
	background: url(../images/red.png) no-repeat 0px 0px;
	font-size:14px;
	font-family: Trebuchet MS, Helvetica;
	display:block;
	height: 40px;  
	line-height:35px;
	width: 165px;
	text-align:center;	
	text-decoration:none;
	color:#FFFFFF;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

/* link inside the tab. uses a background image */
ul.tabs4 a { 
	background: url(../images/green.png) no-repeat 0px 0px;
	font-size:14px;
	font-family: Trebuchet MS, Helvetica;
	display:block;
	height: 40px;  
	line-height:35px;
	width: 165px;
	text-align:center;	
	text-decoration:none;
	color:#FFFFFF;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active, ul.tabs1 a:active, ul.tabs2 a:active, ul.tabs3 a:active, ul.tabs4 a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover, ul.tabs1 a:hover, ul.tabs2 a:hover, ul.tabs3 a:hover, ul.tabs4 a:hover {
	background-position: 0px -42px;	
	color:#FFFFFF;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a, ul.tabs1 a.current, ul.tabs1 a.current:hover, ul.tabs1 li.current a, ul.tabs2 a.current, ul.tabs2 a.current:hover, ul.tabs2 li.current a, ul.tabs3 a.current, ul.tabs3 a.current:hover, ul.tabs3 li.current a, ul.tabs4 a.current, ul.tabs4 a.current:hover, ul.tabs4 li.current a {
	background-position: 0px -42px;		
	cursor:default !important; 
	color:#FFFFFF !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px 40px; }
ul.tabs a.s.current  { background-position: -553px 40px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px 0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px 40px; }
ul.tabs a.l.current  { background-position: -248px 40px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 40px; }
ul.tabs a.xl.current { background-position: 0 40px; }


/* width 1 */
ul.tabs1 a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs1 a.s:hover 	{ background-position: -553px 40px; }
ul.tabs1 a.s.current  { background-position: -553px 40px; }

/* width 2 */
ul.tabs1 a.l 			{ background-position: -248px 0px; width:174px; }
ul.tabs1 a.l:hover 	{ background-position: -248px 40px; }
ul.tabs1 a.l.current  { background-position: -248px 40px; }


/* width 3 */
ul.tabs1 a.xl 			{ background-position: 0 0px; width:248px; }
ul.tabs1 a.xl:hover 	{ background-position: 0 40px; }
ul.tabs1 a.xl.current { background-position: 0 40px; }

/* width 1 */
ul.tabs2 a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs2 a.s:hover 	{ background-position: -553px 40px; }
ul.tabs2 a.s.current  { background-position: -553px 40px; }

/* width 2 */
ul.tabs2 a.l 			{ background-position: -248px 0px; width:174px; }
ul.tabs2 a.l:hover 	{ background-position: -248px 40px; }
ul.tabs2 a.l.current  { background-position: -248px 40px; }


/* width 3 */
ul.tabs2 a.xl 			{ background-position: 0 0px; width:248px; }
ul.tabs2 a.xl:hover 	{ background-position: 0 40px; }
ul.tabs2 a.xl.current { background-position: 0 40px; }


/* width 1 */
ul.tabs3 a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs3 a.s:hover 	{ background-position: -553px 40px; }
ul.tabs3 a.s.current  { background-position: -553px 40px; }

/* width 2 */
ul.tabs3 a.l 			{ background-position: -248px 0px; width:174px; }
ul.tabs3 a.l:hover 	{ background-position: -248px 40px; }
ul.tabs3 a.l.current  { background-position: -248px 40px; }


/* width 3 */
ul.tabs3 a.xl 			{ background-position: 0 0px; width:248px; }
ul.tabs3 a.xl:hover 	{ background-position: 0 40px; }
ul.tabs3 a.xl.current { background-position: 0 40px; }


/* width 1 */
ul.tabs4 a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs4 a.s:hover 	{ background-position: -553px 40px; }
ul.tabs4 a.s.current  { background-position: -553px 40px; }

/* width 2 */
ul.tabs4 a.l 			{ background-position: -248px 0px; width:174px; }
ul.tabs4 a.l:hover 	{ background-position: -248px 40px; }
ul.tabs4 a.l.current  { background-position: -248px 40px; }


/* width 3 */
ul.tabs4 a.xl 			{ background-position: 0 0px; width:248px; }
ul.tabs4 a.xl:hover 	{ background-position: 0 40px; }
ul.tabs4 a.xl.current { background-position: 0 40px; }

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

.tabHead		{ font-family:Arial; color:#006F3A; font-size:18px; }
.tabHead1		{ font-family:Arial; color:#006F3A; font-size:16px; }
.tabCopy		{ font-family:Arial; color:#676868; font-size:12px; line-height:1.8; }
.tabRight24		{ font-family:Arial; color:#006F3A; font-family:Arial; font-size:24px; }
.tabRight22 	{ font-family:Arial; color:#28903A; font-family:Arial; font-size:22px; }
.tabRight18		{ font-family:Arial; color:#28903A; font-family:Arial; font-size:18px; }
