@charset "utf-8";
/* CSS Document */


body {
	background: url('/img/layout/bg-stone01.png');
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

p, h1, h2, ul {
	margin: 0;
	padding: 0 0 10px; 
}


form {
}
	form fieldset {
	}
		form fieldset label {
			float: left;
			padding: 0;
			margin: 0 20px 0 0;
		}
			form fieldset label.submitlabel {
				height: 1px;
			}
		form fieldset input {
			float: left;
			margin: 0 20px 0 0;
			padding: 0;
		}

form.std-form {
	padding: 20px 10px;
	border: 1px solid #000;
	
}
	form.std-form fieldset {
		border: 0;
	}
	form.std-form label {
		width: 100px;
	}
		form.std-form label.submit-label {
			visibility: hidden;
		}
		
	form.std-form select,
	form.std-form input {
		width: 200px;
	}
		form.std-form input.submit {
			width: auto;
		}
	
	
table.report {
}
table.report tr.totals td {
	font-weight: bold;
}

table.report tr th {
	text-align: left;
}
table.report tr th,
table.report tr td {
	padding: 2px 10px 2px 5px;
}
	


table.upload-files {
        width: 100%;
        border-collapse: collapse;
        border-width: 1px;
        border-color: #ccc;
        font-size: 12px;
}
        table.upload-files tr th {
            text-align: left;
            padding: 2px 10px 2px 5px;
            vertical-align: top;
        }
        table.upload-files tr td {
            padding: 2px 10px 2px 5px;
            vertical-align: top;
        }
        table.upload-files tr.deleted td,
        table.upload-files tr td.nofile {
                color: #ccc;
        }
        table.upload-files tr td span.filename {
            font-weight: bold;
        }

            
/* Panels */
.panel-green {
	background-color: rgba(164,220,162,0.25);
}
.panel-warning {
	background-color: rgba(209,143,144,0.35);
}



div#header-holder {
	background-color: #501800;
}

div#header {
	padding: 0;
	width: 80%;
	margin: 0 auto;
}

div#holder {
	padding: 0;
	width: 80%;
	margin: 0 auto;
}

div.clearfix {
	float: none;
	clear: both;
}

div#menu-holder {
	background-color: #9E590D;
}
	div#menu-holder div#menu {
		padding: 0;
		width: 80%;
		margin: 0 auto;
	}
		div#menu-holder div#menu ul {
			list-style: none;
			width: 100%;
			margin: 0;
			padding: 0;
			height: 30px;
		}
			div#menu-holder div#menu li {
				float: left;
				height: 26px;
				color: #fff;
				padding: 4px 30px 0 0;
			}
				div#menu-holder div#menu li a {
					color: #fff;
					font-weight: bold;
					text-decoration: none;
				}

div#logo {
}
	div#logo p a {
		display: block;
	}
		div#logo p a img {
			width: 250px;
		}
	
div#content-holder {
	clear: both;
}

div#content {
	float: left;
	width: 70%;
	margin-top: 20px;
	margin-bottom: 30px;
}	
#holder .content-full {
	width: 100%;
}
ul.pagination {
	list-style: none;
	margin: 20px 0;
}
	ul.pagination li {	
		display: inline;
	}

div#right-side {
	float: right;
	width: 30%;
	margin: 20px 0;
}
	div#right-side div.rpanel {
		float: right;
		width: 80%;
		border: 1px solid #000;
		padding: 20px 5%;
		margin-bottom: 20px;
	}
		div#right-side div.rpanel > h3:first-child {
			margin-top: 0;
		}
		div#right-side div.rpanel form {
			width: 100%;
		}
			div#right-side div.rpanel form div.field {
				padding-bottom: 5px;
			}
		div#right-side div.rpanel textarea.text,
		div#right-side div.rpanel input.text {
			padding: 2px 2%;
			border-width: 1px;
			width: 94%;
		}
		div#right-side div.rpanel textarea.text {
			height: 80px;
		}

	div#right-side div.rpanel div#feedback {
		width: 92%;
	}

@media (max-width: 767px) {

	div#content {
		width: 100%;
	}
	div#right-side {
		width: 100%;
	}
		div#right-side div.rpanel {
			width: 90%;
			padding: 20px 5%;
		}
	
}


@media (max-width: 900px) {
}

@media (max-width: 400px) {
	
	div#logo p a img {
		width: 100%;
	}
	
}

div#feedback {
	border: 1px solid #000;
	float: left;
	clear: left;
	width: 92%;
	margin-bottom: 20px;
	padding: 20px 4%;
}
div.error {
	background-color: #F4EAF4;
}
div.success {
	background-color: #fff;
}

div#footer-holder {
	clear: both;
	background-color: #9E590D;
	padding-bottom: 50px;
	margin-top: 20px;
}
	div#footer-holder div#footer {
		clear: left;
		padding: 20px 0;
		width: 80%;
		margin: 0 auto;
		color: #fff;
	}
		div#footer-holder div#footer form {
			margin: 0;
			float: right;
		}
			div#footer-holder div#footer form legend {
				margin-bottom: 20px;
				display: none;
			}
			div#footer-holder div#footer form fieldset {
				border: 0;
				float: none;
				padding: 0;
				margin: 0 0 10px;
			}
				div#footer-holder div#footer form fieldset label {
					margin-right: 5px;
					width: 75px;
				}
				div#footer-holder div#footer form fieldset input {
					margin-right: 5px;
					width: 130px;
				}
					div#footer-holder div#footer form fieldset input.submit {
						border: 0;
						width: 50px;
						margin: 0;
						padding: 2px 0;
					}
	
div.clearfix {
}
	div.clearfix:before {
		content: " ";
	}

