﻿/* ********** START OF Forum Style.CSS FROM LAYOUT.CSS ********** */
html
{
    /* Force Vertical Scroll Bar */
    height: 100%;
    margin: 0 0 0 120px; /* effective will be auto centered + 120px left for psCorner */
    padding-bottom: 1px;
}

body
{
    height: 100%;
    text-align: center; /* IE6 needs this to center the layout in the browser window */
    font: 0.8em Verdana,Arial,sans-serif;
    line-height:170%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height:1.53em;
    color: #5e5e5d;
}

#wrapper
{
    margin: 0px auto;
    width: 850px;
    position: relative;
    text-align: left;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    background-color: White;
}

#header
{
    position: relative;
    padding: 0px;
    height: 100px;
}

/* **************************************************************
**
**  Navigation
*/

#nav.Button
{
    position: absolute;
    bottom: 20px;
    right: 10px;
    text-align: right;
}

#nav.Button a
{
    display: block;
    float: right;
    padding: 4px 6px 4px 4px;
    margin: 0px 0 0 6px;
    width: 50px;
    text-align: center;
}

#nav.Button a:hover
{
    text-decoration: none;
    margin: 2px 0 0 8px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

#nav.Text
{
    font-size: 120%;
    position: absolute;
    bottom: 3px;
    right: 10px;
    text-align: right;
    width: 500px;
}

#nav.Text a
{
    float: right;
    padding: 4px 6px 4px 4px;
}

#nav.Text span
{
    float: right;
    padding: 4px 6px 4px 4px;
}

#nav.Text a:hover
{
}

.aspForm
{
    height: 100%;
}

#content
{
    padding: 0;
}

#footer
{
    text-align: right;
    width: 756px;
    margin: 0 auto;
}

/* **************************************************************
**
**  Start footer placement 
*/


#wrapper
{
    min-height: 100%;
}

body > #wrapper
{
    height: auto;
    min-height: 100%;
}

#main
{
    padding-bottom: 60px; /* must be same height as the footer */
}

#footer
{
    position: relative;
    margin-top: -60px; /* negative value of footer height */
    clear: both;
    font-size:smaller;
}

/* End footer placement */

@media print
{
    .NoPrint
    {
        display: none;
    }

    #wrapper
    {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #nav
    {
        display: none;
    }

    body
    {
        background: normal;
    }
}

/* ********** END OF Forum Style.CSS FROM LAYOUT.CSS ********** */

/* **************************************************************
**
**  Header
*/

#themes
{
    position: absolute;
    top: 10px;
    right: 80px;
    border: 1px solid black;
    background-color: #fff;
    padding: 3px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#LogInOut
{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}



/* **************************************************************
**
**  Panels
*/

#panelTop
{
    vertical-align: top;
    text-align: left;
    padding: padding: 5px 0 5px 10px;
}

#panelLeft
{
    vertical-align: top;
    text-align: left;
    width: 576px;
    padding: 5px 0 0px 10px;

    
}

#panelRight
{
    vertical-align: top;
    text-align: left;
    width: 200px;
    padding: 0 10px;
    padding: 0 10px;
}
#panelMiddle
{
    vertical-align: top;
    text-align: left;
    width: 100%;
    padding: 0;
}

#panelBottom
{
    vertical-align: top;
    text-align: left;
    width: 776px;
    padding: 0px 0 5px 10px;
}

/* **************************************************************
**
**  Content (Containers for Panels)
*/

#contentTop
{
}

#contentLeft
{
}

#contentRight
{
}

#contentMiddle
{
}

#contentBottom
{
}

/* **************************************************************
**
**  Headers
*/

h1.PageHead
{
    margin: 0 0 5px 0;
}
h2.PageHead
{
    margin: 0 0 0 15px;
}
h3.PageHead
{
    margin: 0 0 0 30px;
    -webkit-opacity: 0.80;
    -webkit-filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -moz-filter: alpha(opacity=80);
}
h4.PageHead
{
    margin: 0 0 0 30px;
    -webkit-opacity: 0.60;
    -webkit-filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -moz-filter: alpha(opacity=60);
}

.Ruled
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    margin: 30px 0 10px 0;
    padding: 0 0 0 5px;
    line-height: 130%;
}

/* **************************************************************
**
**  DataPanel
*/

.dataPanel
{
    position: relative;
    padding: 8px;
}


/* **************************************************************
**
**  ProductPanel
*/

.productPanel
{
    position: relative;
    padding: 8px 8px 0 8px;
    page-break-inside: avoid;
}
.productPanel .subPanel
{
    margin-left: 60px;
}
.productPanel h2
{
    margin-top: 0px;
    margin-bottom: .5em;
}
.productPanel sup
{
    /* font-size: .8em; */
}

.productScreenShot
{
    margin-left: 85px;
    width: 400px;
}
.productScreenShot img
{
    cursor: hand;
    width: 380px;
    border: solid 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.productScreenShot p
{
    font-style: italic;
    color: #888;
    margin-top: 4px;
}

/* **************************************************************
**
**  Fieldset
*/

fieldset
{
    margin: 0;
    padding: 0;
}

fieldset h1
{
    margin: 0px;
    padding-left: 12px;
}

fieldset table
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-collapse: separate;
}

fieldset th
{
    height: 1.2em;
    text-align: right;
    vertical-align: baseline;
    white-space: nowrap;
}

fieldset td
{
    text-align: left;
    vertical-align: baseline;
}

fieldset label
{
    font-weight: bold;
}

fieldset input[type='text'], fieldset select
{
    margin-left: 5px;
    border: inset 2px #ccc;
}

fieldset .CaptchaImage
{
    margin: 0 10px 0 5px;
    vertical-align: baseline;
    float: left;
}

/* **************************************************************
**
**  Field Widths
*/

.widthEmailAddress
{
    width: 260px;
}

.widthDisplayName
{
    width: 120px;
}

.widthFirstName
{
    width: 120px;
}

.widthLastName
{
    width: 120px;
}

.widthPhone
{
    width: 120px;
}

.widthDefaultSelect, input[type='select'].widthDefault
{
    width: 120px;
}

.widthCaptcha
{
    width: 40px;
}

.widthDefaultTextArea, textarea.widthDefault
{
    width: 420px;
    height: 240px;
}

/* **************************************************************
**
**  SiteMap (NavBar)
*/

.SiteMapNode
{
    text-decoration: underline;
}

.SiteMapNodeRoot
{
    text-decoration: underline;
    font-weight: bold;
}

.SiteMapNodeActive
{
    font-weight: bold;
}

/* **************************************************************
**
**  Thumbnail View
*/

.thumbnail
{
    position: relative;
    z-index: 0;
}
.thumbnail:hover
{
    background-color: transparent;
    z-index: 50;
}
.thumbnail span
{
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #FFFFE0;
    padding: 5px;
    left: -1000px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img
{
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span
{
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 60px; /*position where enlarged image should offset horizontally */
}

/* **************************************************************
**
**  Standard Containers
*/

.dataEntryForm
{
    border: solid 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    width: 540px;
}

.dataEntryForm .dataEntryContent
{
    width: 520px;
}

.indent
{
    padding-left: 10px;
}

/* **************************************************************
**
**  Standard Controls
*/

li
{
}

p a
{
    border-bottom: 1px dotted;
}
p a:hover
{
    border-bottom: 1px solid;
}
input.error, select.error, textarea.error
{
    border: red 1px solid;
    color: red;
}

div.error
{
    display: none;
    color: red;
}

input[type='submit'].btn, input[type='button'].btn
{
    height: 25px;
    padding: 0 5px;
    font-weight: bold;
    cursor: pointer;
}

input[type='radio'] + label
{
    line-height: 180%;
    padding-left: 5px;
}

/* internal markup */
.markup
{
    background-color: Yellow;
}

.newFeature
{
    font-weight: bold;
    font-style: italic;
    margin-left: 40px;
    border-style: dotted;
    border-width: 1px;
    padding: 2px 5px;
}

.copyrights
{
    font-size: smaller;
    font-style: italic;
}
@media print
{
    body
    {
        background-color: White;
        background-image: none;
    }
    .content
    {
        background-color: Transparent !important;
        width: 100%;
    }

    .nav, #header, #panelTop
    {
        display: none;
    }
}
