﻿/* SimpleTabs: default style */
div.simpleTabs
{ float:left;
	font-size:8.0pt;
	}
div.simpleTabs p { padding:0; margin:0; font-weight:normal; text-decoration:none; }
div.simpleTabs p { padding:5px 0; }
/* Links */
div.simpleTabs a {text-decoration:none; }
div.simpleTabs a:focus { outline:0; }
/*div.simpleTabs a:hover { color:red; text-decoration:underline; }*/
/*#container {width:420px; background:#fff; border:1px solid #e0e0e0; }*/
/*#releaseNotes { padding:8px; background:#ffffdd; }*/
/*#credits { text-align:right; border-top:1px solid #e0e0e0; padding:8px; margin:8px 0 0 0; }*/



div.simpleTabs { padding-bottom:10px; font-family:verdana; text-align:center; font-size:8pt;}
ul.simpleTabsNavigation { position:relative; bottom:0px; margin:0 0px; height:28px; padding-left:55px; text-align:center; }
ul.simpleTabsNavigation li { list-style:none; display:inline;  margin:0px; padding:0; }

ul.simpleTabsNavigation li a { float:left; display:block;  color:#407c9f; padding-left:8px; height:28px; line-height:28px; background:url(../images/navi-lf-d.jpg) no-repeat;  background-position:left top; font-size:8pt; text-decoration:none; font-family:verdana; }
ul.simpleTabsNavigation li a span{ float:left; display:block;  color:#407c9f; margin-right:3px; padding-left:0px; padding-right:8px; background:url(../images/navi-rt-d.jpg) no-repeat;  background-position:right top; font-size:8pt; text-decoration:none; font-family:verdana; }
ul.simpleTabsNavigation li a:hover { cursor:pointer; background: url(../images/navi-lf-a.jpg) no-repeat; background-position:left; color:#e0edee; font-family:verdana; text-decoration:none}
ul.simpleTabsNavigation li a:hover span { cursor:pointer; background: url(../images/navi-rt-a.jpg) no-repeat; background-position:right top; color:#e0edee; font-family:verdana; text-decoration:none }

ul.simpleTabsNavigation li a.current {  background: url(../images/navi-lf-a.jpg) no-repeat; background-position:left top; color:#e0edee; text-decoration:none}
ul.simpleTabsNavigation li a.current span{  background: url(../images/navi-rt-a.jpg) no-repeat; background-position:right top; color:#e0edee; text-decoration:none}
div.simpleTabsContent { width:605px; border-top:4px solid #407c9f;  padding-top:10px;  display:none; padding:10px; }
div.simpleTabsContent.currentTab { display:block; }

/*

div.simpleTabs { padding:10px; font-family:verdana; font-size:12px;}
ul.simpleTabsNavigation { margin:0px 0px; width:300px; line-height:37px; padding:0; text-align:left}
ul.simpleTabsNavigation li { list-style:none; display:inline; margin:0; padding:0;}
ul.simpleTabsNavigation li a {font-weight:bold; color:#000;   background:url(../images/hometabsgray.png) no-repeat;  background-position:left top;  font-size:14px; text-decoration:none; font-family:verdana; }
ul.simpleTabsNavigation li a b {font-weight:bold; color:#000; padding:10px 3px;  background:url(../images/hometabsgray1.png) no-repeat; background-position:right top; font-size:14px; text-decoration:none; font-family:verdana; }
ul.simpleTabsNavigation li a:hover { text-decoration:none; padding:10px 3px;  background: url(../images/hometabred.png) no-repeat; background-position:left top; color:#fff; font-family:verdana; }
ul.simpleTabsNavigation li a:hover b { text-decoration:none; padding:10px 3px; background: url(../images/hometabsred1.png) no-repeat; background-position:right top; color:#fff; font-family:verdana; }
ul.simpleTabsNavigation li a.current {  background: url(../images/hometabred.png) no-repeat; padding:10px 3px; background-position:left top; color:#FFF; border-bottom:1px solid #fff; }
ul.simpleTabsNavigation li a.current b {  background: url(../images/hometabsred1.png) no-repeat; padding:10px 3px;  background-position:right top; color:#FFF; border-bottom:1px solid #fff; }
div.simpleTabsContent { border:1px solid #E0E0E0; padding:5px 15px 15px 15px; margin-top:20px; display:none; }
div.simpleTabsContent.currentTab { display:block; }
*/
