
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/cssplay-tabbed-pages.html
Copyright (c) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.hiddenTarget {display:none; position:fixed;}
.tabbedPages {position:relative; margin: 0;}
ul.tabs {padding:0; margin:0; list-style:none; float:left; position:relative; z-index:100;}
ul.tabs li {float:left; margin-right:2px;}
ul.tabs li a {display:block; font:normal 12px/30px; border:1px solid #aaa; border-radius:5px 5px 0 0; padding:0 20px; text-decoration:none; color:#fff;
}

.tabcontent {float:left; width:920px; padding:20px; border:1px solid #aaa; border-radius:0 5px 5px 5px;  position:relative; z-index:10; display:none; clear:left; top:-1px;
 box-shadow:0 15px 10px -15px rgba(0,0,0,0.4);
}
/*.tabcontent p {padding:0 0 5px 0; margin:0; font:normal; color:#000000;}
.tabcontent h4 {padding:0 0 10px 0; margin:0; font:bold; color:#000000;}
.tabcontent img {border:1px solid #444; display:block; float:left; margin:0 20px 0 0; box-shadow:0 15px 10px -15px rgba(0,0,0,0.4);}*/

/* change the tab to selected style */
ul.tabs li a.default,
#tab1:target ~ .tabbedPages .tabs li a.default,
#tab2:target ~ .tabbedPages .tabs li a.tab2,
#tab3:target ~ .tabbedPages .tabs li a.tab3, 
#tab4:target ~ .tabbedPages .tabs li a.tab4 {color:#000;border-bottom:1px solid #E8F4DE; }
/*#tab5:target ~ .tabbedPages .tabs li a.tab5 {background-color:#fff; color:#000;}*/

/* show the tab content */
div.default,
#tab1:target ~ .tabbedPages div.default,
#tab2:target ~ .tabbedPages div#view2,
#tab3:target ~ .tabbedPages div#view3,
#tab4:target ~ .tabbedPages div#view4{display:block;}
/*#tab5:target ~ .tabbedPages div#view5 {display:block;}*/

/* reset the unclicked tabs to default */
#tab2:target ~ .tabbedPages .tabs li a.default,
#tab3:target ~ .tabbedPages .tabs li a.default,
#tab4:target ~ .tabbedPages .tabs li a.default {color:#000;border-bottom:1px solid #aaa;}
/*#tab5:target ~ .tabbedPages .tabs li a.default {background-color:#85B916; border:1px solid #888; color:#fff;}*/

/* hide the default tab when selecting other tabs*/
#tab2:target ~ .tabbedPages div.default,
#tab3:target ~ .tabbedPages div.default,
#tab4:target ~ .tabbedPages div.default{display:none;}
#tab5:target ~ .tabbedPages div.default {display:none;}*/

.clear {clear:left;}
