* { margin: 0; padding: 0; }

body {
	background-color: #000;
    color: #856C71;
    font-family: verdana,arial,helvetica;
}

p {
    font-size: 12pt;
    color: #856C71;
    margin-top: 8px;
    margin-bottom: 7px;
}

h2 {
    font-family: verdana,arial,helvetica;
    font-size: 14pt;
    font-weight: bolder;
    font-style: italic;
    color: #674A4F;
    text-align:center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

h4 {
    font-family: verdana,arial,helvetica;
    font-size: 10pt;
    font-weight: bolder;
    font-style: italic;
    color: #856C71;
    text-align:center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.hr {
    height: 17px;
    width: 100%;
    background-image: url("/images/layouts/wine/hr.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:1px;
}

.section {
    padding: 0px 20px 0px 20px;
}

#mainContainer {
    width: 750px;
    margin: 0 auto;
    background-color:#2F040D;
}

#headerContainer {
    background-image: url("/images/layouts/wine/header.png");
    background-repeat: no-repeat;
    height: 165px;
    border-left: 1px solid #2F040D;
    border-right: 1px solid #2F040D;
    border-top: 1px solid #2F040D;
    clear:both;
}

#navContainer {
    padding: 0px 25px 0px 25px;
    background-color: #2F040D;
}

#nav {
    background-color: #2F040D;
    margin-bottom: 5px;
}

#mainNav {
    float:left;
}

#userNav {
	background-color: #2F040D;
	margin-bottom: 0px;
    padding-top: 5px;
    font-size: 10px;
    float: right;
}

#userNav a {
    color: #502F36;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}

#userNav a:link {
	color: #502F36; /*#502F36*/
}

#userNav a:hover {
	color: #856C71;
	text-decoration: none;
}

#userNav ul {
	text-align: right;
	padding: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 5px;
}

#userNav li {
	display: inline;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

#contentContainer {
    width: 700px;
    margin: 0 auto;
    background-image: url("/images/layouts/wine/content-middle.gif");
    background-repeat:repeat-y;
    background-color:#000;
    border-left: 1px solid #2F040D;
    border-right: 1px solid #2F040D;
}

#content-top {
    background-image: url("/images/layouts/wine/content-top.gif");
    background-repeat:no-repeat;
    height: 40px;
}

#content {
    width: 600px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
}

#content-bottom {
    background-image: url("/images/layouts/wine/content-bottom.gif");
    background-repeat:no-repeat;
    height: 40px;
}

#footer {
    background-image: url("/images/layouts/wine/footer.gif");
    background-repeat: no-repeat;
    height: 150px;
}

div#offline {
	width: 500px;
	margin: 20px auto;
}

a img {
    border-style: none;
}

.form_top {
	background-image: url("/images/table_top.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 34px;
}

.form_content {
	height:421px;
	background-image: url("/images/construction.png");
	background-repeat: repeat-y;
	padding: 0px 30px 0px 30px;
}

.form_bottom {
	background-image: url("/images/table_bottom.png");
	background-repeat: no-repeat;
	background-position: top;
	height: 34px;
}

/* ZEND_FORM */
.zend_form {

}

.zend_form label {
    color: #856C71;
    font-weight: bolder;
    font-style: italic;
}

.zend_form input, .zend_form select, .zend_form textarea {
	color: #333;
	border: 1px solid #333;
	font-weight: bold;
}

.zend_form input:focus, .zend_form select:focus, .zend_form textarea:focus, .zend_form .highlight {
	background-color: #856C71;
	border: 1px solid #333;
    color: #2F040D;
}

.zend_form .inputItem {
	margin: 5px 5px 0px 5px;
}

/* SWFUPLOAD */

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #000;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

input[disabled]{ border: 1px solid #000 } /* FF 2 Fix */

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

/*BORDER*/
.progressWrapper {
	width: 357px;
	overflow: hidden;
    background-color: #333;
}

.progressContainer {
	margin: 2px;
	padding: 2px;
	border: solid 1px #000;
	background-color: #000;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #000;
	background-color: #000;
	overflow: hidden;
}
/* Error */
.error {
	border: dotted 2px #333;
    background-color: #2F040D;
}

/* Current */
.loading {
	border: dotted 2px #333;
	background-color: #2A3201;
}

/* Complete */
.complete {
	border: dotted 2px #333;
	background-color: #1E3455;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.swfuploadButton {
    display: inline;
    border: solid 2px #333;
    background-color: #E0DFE3;
    padding: 2px;
}

#imageUploadForm #instructions p {
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

#imageUploadForm #instructions {
    border: 2px dotted #333333;
    background-color: #2F040D;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
}

#thumbnails {
    border: 1px solid #333333;
    background-color:#000;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#thumbnails img {
    border: 2px dotted #000;
    margin: 10px;
    background-color: #2F040D;
    padding: 2px;
}

.panelContent {
    width: 550px;
    margin: 0 auto;
}

#userRequests table td {
    font-size: 12px;
}

#userRequests table thead {
    font-style: italic;
    font-size: 16px;
    color: #502F36;
    font-weight: bolder;
}

.odd {
    color: #502F36;
    background-color: #2F040D;
}

.even {
    background-color: #502F36;
    color: #2F040D;
}

a {
    color: #502F36;
    font-style: italic;
    text-decoration: none;
    font-weight: bolder;
}

a:hover {
    color: #333;
    font-style: italic;
    text-decoration: none;
}

a:link {
    color: #502F36;
    font-style: italic;
    text-decoration: none;
}

.even a {
    color: #2F040D;
    font-style: italic;
    text-decoration: none;
    font-weight: bolder;
}

.even a:hover {
    color: #333;
    font-style: italic;
    text-decoration: none;
}

.even a:link {
    color: #2F040D;
    font-style: italic;
    text-decoration: none;
}

/*------FORMS----------*/
.qdForm label {
    font-size:14px;
}

.formButtons .button {
    color: #2F040D;
    font: bold 84% 'trebuchet ms',helvetica,sans-serif;
    margin: 5px 0px 0px 5px;
}

.formButtons input {
    border: none;
}

.formButtons {
    text-align: right;
}

#loginForm {

}

#userForm {

}