﻿/* SimpleTabs: default style */

div.Tabs p,div, { padding:0; margin:0; font-weight:normal; text-decoration:none; }
div.Tabs p { padding:8px 0; }
/* Links */
div.Tabs a {text-decoration:none; }
div.Tabs a:focus { outline:0; }
div.Tabs a:hover { cursor:pointer; color:red; text-decoration:underline; }
#container {width:300px; background:#fff; border:1px solid #941716; }
#releaseNotes { padding:8px; background:#ffffdd; }
#credits { text-align:right; border-top:1px solid #e0e0e0; padding:8px; margin:8px 0 0 0; }



div.Tabs { padding-left:5px; padding-right:5px; padding-bottom:5px; font-family:verdana; font-size:10px;}
ul.TabsNavigation { position:relative; bottom:-1px; margin:0 0px; line-height:26px; padding:0; text-align:left; }
ul.TabsNavigation li { list-style:none; display:inline;  margin:0; padding:0; }

ul.TabsNavigation li a {font-weight:bold; color:#000;  padding:5px; background:url(../images/hometabsgray.png) no-repeat;  background-position:left top; font-size:12px; text-decoration:none; font-family:verdana; }
ul.TabsNavigation li b {font-weight:bold; color:#000;  padding-left: 0px; padding-top:5px; padding-bottom:5px; padding-right:5px; background:url(../images/hometabsgray1.png) no-repeat; background-position:right top; font-size:12px; text-decoration:none; font-family:verdana; }
ul.TabsNavigation li a:hover { text-decoration:none; background-color:#F6F6F6;  background: url(../images/hometabred.png) no-repeat; background-position:left top; color:#fff; font-family:verdana; }
ul.TabsNavigation li a:hover b { text-decoration:none; background-color:#F6F6F6;  background: url(../images/hometabsred1.png) no-repeat; background-position:right top; color:#fff; font-family:verdana; }

ul.TabsNavigation li a.current {  background: url(../images/hometabred.png) no-repeat; background-position:left top; color:#fff;}
ul.TabsNavigation li a.current b {background: url(../images/hometabsred1.png) no-repeat;  background-position:right top; color:#fff;}
div.TabsContent { border:1px solid #941716;  padding-top:10px; display:none; }
div.TabsContent.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; }
*/
