/* Index Page */
div.index-intro
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 20px;
}
div.index-continued
{
    font-size: 14px;
    margin-top: 20px;
    margin-right: 20px;
}

/* Main Template */

div#addthis
{
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -10px;
    text-align: right;
    padding-top: 10px; padding-right: 10px;
}

td.search-browse { vertical-align: top; }

a:link { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black; }
body
{
    font-family: verdana, arial; min-width: 950px; background-color: White;
}

form#search-form
{
    margin: 0px; padding: 0px;
}

div#title { font-size: 44px; }
div#subtitle { font-style: italic; font-size: 20px; vertical-align: bottom;
               padding-left: 30px; position: relative; top: -1px; }
a.letter-browse { font-size: 18px; margin-right: 5px; color: White; }
div#search-box { margin-right: 40px; }
td#search-browse { width: 100%; padding: 10px; 
                   background-color: ForestGreen; color: White; }
td#content { vertical-align: top; padding-left: 20px;}
div#left-nav { width: 250px; min-width: 250px; }

div.index-intro, div.index-continued
{
    width: 700px; max-width: 700px;
}

div.content
{
    width: 700px; max-width: 700px;
}

div.index-subitem
{
    width: 650px; max-width: 650px;
    position: relative; left: 50px;
}

a.subitem-link
{
    color: Crimson;
    font-weight: bold;
}

div.section-header
{
    background-color: AliceBlue;
    border-color: Gray;
    border-style: solid;
    border-width: 1px;    
    width: auto;
    color: Black;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    
}

div#category-description
{
    margin-top: 20px;
}

div#tool-download
{
    padding: 10px;
    /*background-color: DarkOrange;*/
    font-weight: bold;
    font-size: 14px;
}

a.cat-link
{
    color: DarkOliveGreen;
    
}

td.cat-link
{
    padding: 5px;
    vertical-align: top;
}

div.left-nav-title
{
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
}

td#left-nav
{
    vertical-align: top;
    /*background-color: YellowGreen;*/
    padding-bottom: 50px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: Gray;
}

div#title
{
  position: relative;
  top: -10px;
}

div#footer
{
    width: 100%;
    font-size: 12px;
    text-align: center;
    border-top-style: dotted;
    border-top-width: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}

a.footer-link
{
    margin-right: 10px;
}

/* Program Page */
div#program-name { font-size: 30px; font-weight: bold; }
div#program-author { font-size: 16px; font-style: italic; font-weight: normal; margin-top: 10px; margin-left: 20px; }
div.program-link { font-size: 16px; margin-top: 20px; }
a.program-link { font-weight: bold; color: Crimson; }
div#program-description { font-size: 16px; width: 700px; max-width: 700px; margin-top: 20px; margin-bottom: 10px; }
img#program-icon { position: relative; top: 5px; } 

/* Search Page */
div.file-extension-list { font-size: 16px; width: 700px; max-width: 700px; margin-top: 20px; margin-bottom: 10px; }

/* Category Page */
div#category-name { font-size: 30px; font-weight: bold; }
div#category-stats { font-size: 16px; }
div#category-description { font-size: 16px; width: 700px; max-width: 700px;}
img#category-icon { position: relative; top: 3px; }

tr.file-extension-even { background-color: WhiteSmoke; width: 100%; }
tr.file-extension-odd { background-color: White; width: 100%; }
td.file-extension-row { padding: 10px; }

/* Desktop Tool Instructions Page */
td.instructions
{
    vertical-align: top;
    padding: 15px;
}

/* File Extension Page */

div#forum { }
div#forum-title { font-weight: bold; font-size: 20px; }
div#forum-subtitle { font-size: 12px; padding-top: 15px; padding-bottom: 15px; }

textarea#comment { width: 100%; max-width: 100%; height: 10em; }


div#file-extension-name { font-size: 30px; font-weight: bold; }
div#file-extension-type { font-size: 20px; padding-bottom: 10px; padding-top: 10px; }
div.filext-header { vertical-align: top; padding-right: 15px; padding-bottom: 20px; width: 150px; min-width: 150px;}
div.filext-content { vertical-align: top; padding-bottom: 20px;
    width: 570px;
    max-width: 570px;
}

a#add-info
{
    font-weight: bold;
    color: ForestGreen;
}


div.filext-app-box
{
    background-color: AliceBlue;
    padding: 10px;
    border-color: Gray;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    width: 550px;
    max-width: 550px;
}

td.filext-app-icon { vertical-align: top; padding-right: 10px; }

a.filext-app-name
{
    color: RoyalBlue;
    font-size: 18px;
}

a.filext-app-link
{
    font-size: 12px;
    margin-right: 15px;
}

div.filext-app-link
{
    margin-top: 5px;
}

a.related-filext-link
{
    font-size: 10px;
    margin-right: 15px;
}

div.filext-app-notes
{
    margin-top: 10px;
    padding: 5px;
    border-style: dashed;
    border-width: 1px;
    font-size: 14px;
}