/* -------------- START COMMON ELEMENTS -------------- */

body, textarea, table, tr, td {
    font-family: Verdana, Courier, Arial;
    font-size: 12px;
    }
body
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    color: #666666;
    /*background: #EFEFEF;*/
    background: #E1E1E1;
}
h1, h2, h3, h4
{   
    font-family: sans-serif, Times, Georgia;
    font-weight: normal;
    color: #5E0000;
}
h1 {
    font-size: 2em;
    font-weight: bold;
    }
h2
{
    font-size: 1.6em;
    padding-left: 10px;    
}
h3
{
    font-size: 1.2em;
    padding-left: 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
h4
{
    font-size: 1em;
    padding-left: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
p 
{
    margin-right: 30px;
    margin-left: 20px;
}
a
{
    text-decoration: none;
    color: #A53839;
}
a:hover 
{
    color: #2D3541;
    text-decoration: underline;
}
img 
{
    border: none;
}
hr
{
    margin: 100px 30px 30px 30px;
}    
    
.infoBox
{    
    border: thin dashed #C0C0C0;
    padding: 10px 5px 10px 5px;
    margin: 15px 100px 15px 25px;
    font-size: 8pt;
    background-color: #FFFFE0;
}
.warningBox
{ 
    border: thin dashed #C0C0C0;
    padding: 10px 5px 10px 5px;
    margin: 15px 100px 15px 25px;
    font-size: 8pt;
    background-color: #FFDCD2;
}
.codeBlock
{
    color: #000066;
    font-size: 11px;
    font-family: Monospace;    
    padding: 5px;
    margin: 0px 0px 20px 20px;
    white-space: nowrap;
    overflow: auto;
    clear: both;

    scrollbar-base-color: #FFFFFF;
    scrollbar-arrow-color: #000066;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #F2F2F2;
    scrollbar-shadow-color: #F2F2F2;
    scrollbar-track-color: #FFFFFF;
    
    border: 1px solid #ABCDF3;
    background-color: #F7FAFE;
}

.faqWrapper
{
    padding: 0px 5px 10px 5px;
    margin: 0px 10px 30px 30px;
    background-color: #F7FAFE;
}

.faqQuestion, .faqAnswer
{    
    font-family: Monospace;
    font-size: 1.5em;
    font-weight: bold;
    color: #5E0000;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}




/* -------------- END COMMON ELEMENTS -------------- */


/* -------------- START MAIN PLACEHOLDERS -------------- */
#BodyWrapper
{
    position: relative;
    background-color: #FFFFFF;
    float: left;
    clear: both;
    width: 968px;
    margin: 0 auto;
    padding: 0;
}
#BodyContent-PlaceHolder-Header
{
    float: left;
    clear: both;
    width: 968px;
    margin-bottom: 40px;    
}
#BodyContent-PlaceHolder-Mid-BorderTop
{
    background: #FFFFFF url('../Images/mainBody/mainBodyBorder-Horizontal.png') no-repeat left top;
    float: left;
    clear: both;
    width: 918px;
    height: 40px;
    margin-left: 50px;
}
#BodyContent-PlaceHolder-Mid-BorderLeft
{
    background: #FFFFFF url('../Images/mainBody/mainBodyBorder-Vertical.png') no-repeat left top;
    float: left;
    clear: left;
    width: 40px;
    min-height: 725px;
    height: auto !important;
    height: 725px;
    margin-left: 50px;
}
#BodyContent-PlaceHolder-Mid-CenterContent
{
    padding: 0px 0px 0px 10px;
    float: left;
    clear: right;
    width: 868px;
}
#BodyContent-PlaceHolder-Footer
{
    float: left;
    clear: both;
    width: 968px;
    text-align: center;
}
/* -------------- END MAIN PLACEHOLDERS -------------- */



/* -------------- START MAIN HEADER MENU -------------- */
#topLogo
{
    background: url('../Images/mainHeader/knasLogo.jpg') no-repeat center center;
    float: left;
    clear: both;
    width: 100%;
    height: 200px;    
}
#topMenu
{
    background: #FFFFFF url('../Images/mainHeader/menuBackground.gif') repeat-x left top;
    width: 968px;
    height: 30px;
    color: #FFFFFF;
    float: left;
    clear: both;
    font-size: 14px;
}
#topMenu ul
{
    margin: 0px auto 0px 30px;
}
#topMenu li
{
    padding: 0px 5px 0px 10px;
    background: url('../Images/mainHeader/menuDivider.png') no-repeat left top;
    list-style: none;
    line-height: 30px;
    float: left;    
    min-width: 80px;    
    text-align: center; 
}
#topMenu a
{         
    text-decoration: none;  
    color: #FFFFFF;
    height: 100%;         
    display: block;
}
#topMenu a:hover
{
    text-decoration: underline;
}
    
/* -------------- END MAIN HEADER MENU -------------- */

/* -------------- START FRONTPAGE ELEMENTS -------------- */

.frontPage-LeadTextWrapper
{
    margin: 20px;
}

    /* FrontPage Left Column ****************************************************/
.frontPage-LeftColumnWrapper
{
    float: left;
    width: 300px;
    margin: 20px 25px 20px 25px;    
}
.frontPage-LeftColumnWrapper ul
{
    list-style-type: none;
    margin: 0px;
    padding: 5px;
}
.frontPage-LeftColumnWrapper li
{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 3px;
}

    /* FrontPage Right Column ****************************************************/    
.frontPage-RightColumnWrapper
{
    float: right;
    padding: 0px 5px 0px 5px;
    width: 450px;
    margin: 20px 25px 20px 25px;
}



    /* Donate Banner ****************************************************/
.frontPage-RightColumnBanner
{
    padding: 5px;
    border: 1px solid #E1E1E1;
    width: 440px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    font-size: 10px;
}
.frontPage-RightColumnBanner .donateImageLink
{    
    width: 200px; 
    height: 100px;
    float: left;        
}
.frontPage-RightColumnBanner .donateTextBox
{
    width: 240px;
    float: right;    
    padding-top: 10px;
}

/* -------------- END FRONTPAGE ELEMENTS -------------- */



/* -------------- START PRODUCT PAGE ELEMENTS -------------- */

.ApplicationsContent-PlaceHolder-Left
{
    float: left;
    clear: left;
    width: 150px;
    color: #800000;
}

.ApplicationsContent-PlaceHolder-Left-ProductLogo
{
    border: none;
    width: 150px;
    height: 250px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.ApplicationsContent-PlaceHolder-Left ul
{    
    margin: 0px;
    padding: 0px;     
}

.ApplicationsContent-PlaceHolder-Left li
{
    background: url('../Images/applicationMenu/ApplicationButtonBackground.png') no-repeat left top;
    list-style: none;
    width: 140px;
    line-height: 25px;
    margin: 3px auto 3px auto;
}

.ApplicationsContent-PlaceHolder-Left a
{
    display: block;
    padding-left: 5px;
    text-decoration: none;
    color: #666666;    
}

.ApplicationsContent-PlaceHolder-Left a:hoover
{
    text-decoration: none;    
}

.ApplicationsContent-PlaceHolder-Data
{
    float: left;
    clear: right;
    width: 700px;
    margin: 20px 8px 0px 10px;
}

.ApplicationsContent-PlaceHolder-Data p
{
    margin-right: 30px;
    margin-left: 20px;
}

.ApplicationsContent-PlaceHolder-Data ul
{
    margin-right: 30px;
}
    
/* -------------- END PRODUCT PAGE ELEMENTS -------------- */



/* -------------- START SCREENSHOTS PAGE ELEMENTS -------------- */
.ScreenShot-Wrapper
{
    color: #000066;    
    border: 1px solid #ABCDF3;
    background-color: #F7FAFE;
    width: 500px;
    padding: 15px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.ScreenShot-Wrapper img
{    
    
    border: none;
}

.ScreenShot-Wrapper p
{
    margin: 25px 5px 0px 5px;
    background-color: #FFFFFF;
}
/* -------------- END SCREENSHOTS PAGE ELEMENTS -------------- */



/* -------------- START MAIN FOOTER -------------- */
#footerCopyright
{
    color: #FFFFFF;
    background: #FFFFFF url('../Images/mainFooter/menuBackground.gif') repeat-x left top;
    clear: both;
    height: 18px;
    margin-top: 50px;
}
#footerLogos
{
    background: #FFFFFF url('../Images/mainFooter/footerLogos/logo_All-Merged.png') no-repeat center top;
    float: left;
    clear: both;
    height: 100px;
    width: 100%;
    margin: 0px auto;
}

/* -------------- END MAIN FOOTER -------------- */


/* -------------- START CONTACT FORM -------------- */

.ContactFormLabel
{
    float: left;
    clear: left;
    width: 150px;
    margin-top: 10px;
}

.ContactFormField, .ContactFormFieldMessage
{
    color: #666666;
    float: left;    
    width: 300px;
    margin-top: 10px;
}
.ContactFormFieldMessage
{    
    width: 400px;
    height: 250px;    
}
.ContactFormFieldValidator
{
    color: #800000;
    float: left;
    clear: right;
    margin-top: 10px;
    margin-left: 5px;
    }
.ContactFormFieldValidatorSummary
{
    color: #800000;
    float: left;
    clear: both;
    margin-left: 150px;
    margin-top: 10px;
    }
.ContactFormButtonWrapper
{
    float: left;
    clear: both;
    margin-left: 150px;
    margin-top: 10px;
    }
.ContactFormButton
{
    float: left;
    }
/* -------------- END CONTACT FORM -------------- */



/* -------------- START APPLICATION SUMMARY PAGE -------------- */

.ApplicationSummary-Wrapper
{
    border: 1px solid #CCCCCC;
    margin: 10px 0px 10px 0px;
    float: left;
    clear: both;
    height: 260px;
    width: 800px;
}    
.ApplicationSummary-Image
{
    float: left;
    clear: right;
    margin: 5px;
    border: none;
    height: 250px;
    width: 150px;
}
.ApplicationSummary-ProductName
{
    font-family: Georgia, Helvetica, Times, sans-serif;
    font-size: 2em;
    float: left;
    clear: right;
    height: 30px;
    width: 530px;
    padding: 2px 10px 3px 100px;
}

.ApplicationSummary-Description
{
    background: url('../Images/applicationSummary/ApplicationSummaryLabel-Description.png') no-repeat left top;
    float: left;
    clear: right;
    height: 130px;
    width: 530px;
    padding-left: 100px;
    padding-right: 10px;
}
.ApplicationSummary-CurrentVersion
{
    background: url('../Images/applicationSummary/ApplicationSummaryLabel-Version.png') no-repeat left top;
    float: left;
    clear: right;
    height: 20px;
    width: 530px;
    padding-left: 100px;
    padding-right: 10px;
}
.ApplicationSummary-ReleaseDate
{
    background: url('../Images/applicationSummary/ApplicationSummaryLabel-ReleaseDate.png') no-repeat left top;
    float: left;
    clear: right;
    height: 20px;
    width: 530px;
    padding-left: 100px;
    padding-right: 10px;
}
.ApplicationSummary-License
{
    background: url('../Images/applicationSummary/ApplicationSummaryLabel-License.png') no-repeat left top;
    float: left;
    clear: right;
    height: 20px;
    width: 530px;
    padding-left: 100px;
    padding-right: 10px;
}
.ApplicationSummary-ShowMore
{
    float: left;
    clear: right;
    width: 490px;
    height: 30px;
    padding-top: 5px;
    padding-left: 140px;    
    padding-right: 10px;
}
.ApplicationSummary-ShowMore a
{
    background: url('../Images/applicationSummary/ApplicationSummary-ButtonBackground.png') no-repeat left top;
    color: #666666;
    display: block;
    height: 25px;
    width: 140px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    float: right;
}
.ApplicationSummary-ShowMore a:hover
{
    text-decoration: none;
}
/* -------------- END APPLICATION SUMMARY PAGE -------------- */
