/* @override http://txprinters.com/css/style.css */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #3d3d3d;
}

#mast {
	background-image: url(/img/mast.gif);
	width: 773px;
	height: 282px;
	position: relative;
	border-top: 3px solid #fff;
}

#wrapper {
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d1d1d1;
	border-right-color: white;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: white;
	border-bottom-style: solid;
	border-bottom-color: white;
}

#flash, #flash2 {
	width: 400px;
	height: 250px;
	border-style: solid;
	border-color: white;
	border-bottom-style: none;
	border-right-style: none;
	position: relative;
	display: inline;
	float: right;
}

#flash {
	margin-top: -1.5em;
}

#flash2 {
	border-bottom-style: solid;
	border-bottom-color: white;
}

#content {
	position: relative;
	width: 325px;
	padding: 20px;
	float: left;
}

a {
	text-decoration: none;
	color: #8b8a89;
}

a:hover {
	color: #403e2f;
}

h1 {
	font-size: 1.2em;
	color: #403e2f;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: -10px;
}

h3 {
	color: #8b8a80;
	font-style: italic;
	line-height: 1.2em;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 1em;
}

#clear {
	clear: both;
}

p {
	font-size: .9em;
	color: #403e2f;
	line-height: 1.2em;
	padding-right: 20px;
}

#gnav {
	list-style-type: none;
	position: relative;
	height: 23px;
	background-image: url(/img/navBg.gif);
	width: 350px;
}

#gnav li {
	display: inline;
	position: relative;
	padding-right: 20px;
}

#gnav li a {
	color: white;
	text-decoration: none;
	font-size: .7em;
}

#gnav li a:hover {
	color: yellow;
}

ul#gnav {
	margin: 0;
	padding: 0 0 0 20px;
}

/* FTP PANEL */

form {
	padding-left: 41px;
	padding-top: 9px;
}

a:focus {
	outline: none;
}
#ftp {
	background: #403e2f;
	display: none;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	font-size: .9em;
	position: relative;
	height: 150px;
}

.alert {
	color: #7a795e;
	font-size: .8em;
	padding-left: 41px;
}

h4.panel {
	margin-bottom: 0;
	padding: 6px 0 0 43px;
	margin: 0;
	color: #7a795e;
}

p.panel {
	padding: 6px 0 0 43px;
	margin: 0;
	width: 510px;
	color: #f7f8ee;
}
.slide {
	border-top: 3px none #fff;
	background: url(/img/btn-slide.png) no-repeat right top;
	position: relative;
	margin-top: -2px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 84px;
}
.btn-slide {
	background: url(/img/white-arrow.png) no-repeat right 10px;
	text-align: center;
	width: 109px;
	height: 31px;
	display: block;
	font: bold 91%/100% Arial, Helvetica, sans-serif;
	color: #f7f8ee;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	left: 564px;
}

a:hover.btn-slide {
	color: #f7f8ee;
}
.active {
	background-position: right -29px;
}

input {
	color: #706c52;
}