﻿body {
	background-color: #513220;
	margin: 12px 0px 32px 0px;
	font-family: Arial, Helvetica, Sans-Serif;
}

.dark-brown-border {
	background-color: #513220;
}
.light-brown-border {
	background-color: #938364;
}


a.ftl2 
{
	color: #704F3A;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
}
a.ftl2:hover {
	color: #704F3A;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
}

.footerLineCell 
{
    background-color: #9B825C;
}
.proofFooter 
{
    color: #704F3A;
    font-size: xx-small;
}


#frontPanel, #backPanel, #sleevePanel, #namesPanel {
	/*background: #754c24;*/
	height: 145px;
	display: none;
}
#disapprovalButtonsTable {
    display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url(images/btn-slide.gif) no-repeat center top;
}
.btn-disapprove, .btn-approve {
	border: 0px;
}
.btn-take-me-back { }
.active {
	background-position: right 12px;
}
.feedbackTextbox {
    font-family: Arial;
    font-size: 9pt;
    border: solid 2px #513220;
    height: 122px;
    width: 190px;
}
.grayText {
    color: gray;
}
.textHeaders {
    color: white;
    background-color: #805F49;
    border: solid 2px #513220;
    width: 183px;
    font-size: 8pt;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: left;
}
.DesignProofCheckbox {
    font-size: 9pt;
}
.page-message
{
	border: 1px solid #F7F7F7;
    background-color: #F5F5F5;
    padding: 4px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}


.mainTableCell 
{
    color:#513220; 
    vertical-align: top; 
    width: 100%;
}

.TextColor 
{
    color: #513220;
}

.dataCell 
{
    width: 25%; text-align: center; vertical-align: top;
}

.borderRight 
{
    border-right: solid 2px #513220;
}

.dataCellTable
{
    border: 0px;
    width: 100%;
    border-bottom: solid 2px #513220;
}

.proof-text-italic {
    color: #513220;
    font-family: Arial, Helvetica, Sans-Serif; /*Tahoma*/
    font-size: 9pt;
    font-style: italic;
}

a.proof-text-italic {
    color: #513220;
    font-family: Arial, Helvetica, Sans-Serif; /*Tahoma*/
    font-size: 9pt;
    font-style: italic;
    text-decoration: underline;
}

a.proof-text-italic:hover {
    color: #A18270;
    font-family: Arial, Helvetica, Sans-Serif; /*Tahoma*/
    font-size: 9pt;
    font-style: italic;
    text-decoration: underline;
}



