﻿@import url(layout.css);
@import url(buttons.css);
@import url(design.css);
@import url(popups.css);
@import url(links.css);
@import url(gridviews.css);

body
{
    background-color: #E4E3D6;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
}

p
{ 
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 1em;
    font-weight: normal;
    font-family: Arial;
    line-height: 1.4em;
}

p.header-text
{
    position: absolute;
    bottom: 0px;   
    margin-bottom: 10px;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
}

#design-stone-delivery p
{
    width:243px;
    height:120px;
    font-weight:bold;
}

p.footer-text
{
    text-align: center;
    color: #333333;
    font-family: Arial;
    font-size: 8pt;   
}

h1
{
    border-bottom: 1px solid #000000;
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    margin-top: 0px;
    margin-bottom: 6px;
}

h2
{
    font-family: Arial;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

h3
{
    font-family: Arial;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 0px;
    margin-bottom: 4px;
}

h4
{
    font-family: Arial;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 6px;
    margin-bottom: 6px;
}

hr
{
    height: 1px;
    color: #000000;
    background-color: #000000; 
    margin-bottom: 8px;
    margin-top: 8px;  
    padding-bottom: 0px;
    padding-top: 0px;
}

.hr
{
    height: 2px;
    background-color: #7F7F7F;
    margin-bottom: 8px;
    margin-top: 8px;    
}

.hr-1
{
    height: 2px;
    background-color: #DDD8C5;
    margin-bottom: 16px;
    margin-top: 16px;    
}

ul
{
    margin-left: 12px;
    padding-left: 12px;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

li
{
    font-weight: normal;  
    margin-bottom: 2px;
}

ul.errors
{
    margin: 2px 0px 4px 8px;
    padding: 2px 0px 4px 8px;
}

ul.errors li
{
    font-weight: bold;
    color: Red;   
}


dl
{
    margin: 0px 0px 0px 0px;
}

dt
{
    font-weight: bold;
    line-height: 14pt;
    margin: 14px 0px 0px 0px;
}

dd
{
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}

.error
{
    font-weight: bold;
    color: Red;
}

.warning
{
    font-weight: bold;
    color: Red;
}

.okay
{
    font-weight: bold;
    color: Green;
}


/* GENERIC INFORMATIONAL TABLE */
.info
{
    background-color: inherit;
    border-top: 1px solid #726C4C;
    border-right: 1px solid #726C4C;
    border-left: 1px solid #726C4C;
    font-family: Arial;
    font-size: 10pt;
}

.info-label
{
    background-color: #DDD8C5;
    padding: 3px 3px 3px 3px;
    border-right: 1px solid #726C4C;
    border-bottom: 1px solid #726C4C;
}

.info-content
{
    background-color: #ffffff;
    padding: 3px 3px 3px 3px;
    border-bottom: 1px solid #726C4C;
}

.emailcomments
{
	display: none;
}


/* PICTURE GALLERY CSS */

#FrogJS
{
    width: 720px;
    height: 100px;
    margin: 0 auto;
}

#FrogJSCredit
{
    text-align: right;
    font-size:12px;
    color:#422408;
    padding: 1px;
    font-weight:bold;
    font-family:Arial;
}

#FrogJSCaption
{
    text-align: left;
    line-height: 140%;
}

/* END PICTURE GALLERY CSS */


.standard-model
{
    width: 100%;
}

.standard-model th
{
    text-align: center;
    font-weight: bold; 
}

.standard-model td
{
    font-weight: bold;
}

.standard-model tr
{
    text-align: center;
    font-weight: bold;
    /*background-color: #DDD8C5;*/ 
}

.standard
{
    width: 100%;
}

.standard th
{
    text-align: center;
    font-weight: bold; 
    font-size: 8pt;
    background-color: #ffffff;
}

.standard td
{
    font-weight: normal; 
    font-size: 8pt;
    border: 1px solid #999999;
    background-color: #ffffff;
    padding-left: 4px;
}

/* ADDITIONAL IMAGERY */

#dst-logo
{
    background-image:url(../images/site/dst-logo.jpg);
    width:150px;
    height:80px;
    display:block;
    float:left;
    margin:20px 40px 0 20px;
}