@import "reset.css";
@import "text.css";

html, body {
	color: #585858;
	font-size: 1em;
}

input, textarea, select, button {
	border: 1px solid #585858;
}

#content {
	padding-top: 3em;
}

#head_info {
	width:50%;
	float:right;
	text-align:right;
}

#head_navigation {
	width:50%;
	float:left;
}

#footer {
	padding-top: 1em;
	border-top: 1px solid #cacaca;
}

#footer p {
	font-size: .8em;
}


.wrapper {
	margin: 2.5em 2em;

}

div.bar {
	top: 0;
	color: #FFFFFF;
	font-weight: 700;
	left: 0;
	position: fixed !important;
	width: 100%;
	z-index: 999;
}

div.bar p {
	margin: 0;
	padding: .2em 1.2em;
}

div.bar p.success {
	background-color: #119911;
}

div.bar p.error {
	background-color: #DD1111;
}

.error {
	background:none;
	color:red;
	font-weight:bold;
}

ul.nav_ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.nav_ul li {
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
}

.view_listing td{
	padding-left:10px;
	font-size:11px;
}

.headTR td{
	background-color:#cacaca;
	color:black;
	padding-left:7px;
	padding-right:7px;
}

.view_listing{
	border:1px solid black;
	margin-top:10px;
}

#uploadForm{
	margin-top:20px;
}

input.error, select.error, textarea.error, .errorBox{
	border: 1px solid #CC0000;
	background-color:#FFE0E3;
}

.errorBox{
	line-height:1.5em;
	display:none;
	padding:25px;
	font-weight:bold;
	width:50%;
	margin:10px 0px 10px 0px;
}

.errorBox p{
	font-size:1.0em;
	color:black;
}

label.error{
	display:none;
}


div.error{
	color:red;
}

.no_decor{
	text-decoration:none;
	color: #585858;
}

.dif{
	background-color:#dedede;
}

td{
	vertical-align:top;
	padding-right:10px;
}



.form{
	float:left;
}

.form textarea{
	width:500px;
}

.listing_img label{
	font-size:10px;
	padding-left:10px;
}

.indiv_img{
	float:left;
	border:1px solid black;
	margin-right:9px;
}

/* Date Picker STuff 5/11/2009*/

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}