html
{
    background-color: #e0e0e0;
    background: #e0e0e0 url(../img/bg.png) repeat-y top center;
    font-size: 11px;
    color: #333;
    font-family: "Lucida Grande", "Myriad Web", Trebuchet, "Trebuchet MS", sans-serif;
    line-height: 1.42;
}

h3
{
    font-family: Caslon, Georgia, Times, serif;
}

a
{
    color: #666;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#Page
{
    margin: auto;
    width: 450px;
}

#Header
{
    padding-top: 35px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    left: -20px;
}

ul#Tab
{
    height: 57px;
    list-style: none;
	display: inline;
	overflow: hidden;
    margin: 0px;
    padding: 0px;
}
ul#Tab > li
{
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#Tab > li > a
{
    height: 0px !important;
    float: left;
    padding-top: 57px;
    position: relative;
    left: 10px;
	overflow: hidden;
}

li#TabHome > a
{
    width: 80px;
    background-image: url("../img/home-normal.png");
}
li#TabAbout > a
{
    width: 66px;
    background-image: url("../img/about-normal.png");
}
li#TabBlog > a
{
    width: 52px;
    background-image: url("../img/blog-normal.png");
}
li#TabWiki > a
{
    width: 63px;
    background-image: url("../img/wiki-normal.png");
}
li#TabGallery > a
{
    width: 70px;
    background-image: url("../img/gallery-normal.png");
}
li#TabProg > a
{
    width: 101px;
    background-image: url("../img/prog-normal.png");
}

li#TabHome > a:hover
{
    width: 80px;
    background-image: url("../img/home-select.png");
}
li#TabAbout > a:hover
{
    width: 66px;
    background-image: url("../img/about-select.png");
}
li#TabBlog > a:hover
{
    width: 52px;
    background-image: url("../img/blog-select.png");
}
li#TabWiki > a:hover
{
    width: 63px;
    background-image: url("../img/wiki-select.png");
}
li#TabGallery > a:hover
{
    width: 70px;
    background-image: url("../img/gallery-select.png");
}
li#TabProg > a:hover
{
    width: 101px;
    background-image: url("../img/prog-select.png");
}

div#ShadowTop
{
    clear: both;
    height: 32px;
    width: 450px;
    background-image: url("../img/shadow-top.png");
}

div#ShadowBot
{
    height: 32px;
    width: 450px;
    background-image: url("../img/shadow-bottom.png");
}

div#ArtWrapper
{
    width: 450px;
    height: 200px;
    overflow: hidden;
    background-color: #e0e0e0;
}

div.Article
{
    position: relative;
    padding: 10px;
}

table#MyTools
{
    border: none;
}

table#MyTools .IndexCol
{
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

ul#Links
{
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 90%;
}

ul#Links > li
{
    display: inline;
    list-style: none;
    padding: 0 10px 0 10px;
    border-left: 1px solid #666;
}

ul#Links :first-child
{
    border: none;
}

/* Tooltip */
div.tooltip
{
    position: absolute;
    z-index: 1000;
    max-width: 270px;
    width: auto !important;
    background: #2e3735;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 1em;
    color: #fff;
    font-family: "Lucida Grande", "Myriad Web", Trebuchet, "Trebuchet MS", sans-serif;
}

div.tooltip div.tiptitle
{
    font-style: italic;
}
div.tooltip div.tiphref
{
    font-size: 90%;
    font-family: Monaco, Consolas, "Lucida Console", "Courier New", Courier, monospace;
    color: #ddd;
}
