body {
	margin: 0;
	background: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
}

/* Headers */
h1 {
	margin-bottom: 8px;
	color: #339e35;
	text-align: center;
	font-size: 1.25em;
}
h2 {
	margin-top: 0;
	margin-bottom: 2px;
	color: #003F87;
	text-align: center;
	font-size: 1em;
}
h3 {
	margin-bottom: -15px;
	color: #003F87;
	font-size: 1.4em;
	font-weight: bolder;
}
	h3.sub {
		color:#000;
		margin-top:5px;
		margin-bottom:0;
	}
	h3.warning {
		color:#f00;
		text-align: center;
	}
	
/* Links */
a {
	color: #003d86;
}
	a:visited {
		color: #003d86;
	}
	a:active {
		color: #003f87;
	}
a.link {
	font-size: .8em;
}
	a.link:hover {
		color: #339e35;
	}
	
/* Paragraphs */
p.warning {
	color: #f00;
}

/* Lists */
ul.instr_disp {
	margin-top: 10px;
}
	ul.instr_disp li {
		margin-top: 3px;
	}
	
/* Page Structure */
#div_error_msg {
	color: #f00;
	text-align: center;
	font-size: .8em;
}
#div_event {
	margin-top: 10px;
	color: #339e35;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
#div_header {
	background-image: url('../images/new_header_stretch.gif');
	width: 100%;
	height: 60px;
}
#div_instructions {
	display: block;
	position: relative;
	background: #e4e4e4 center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 10px;
	border: 2px #ccc outset;
	font-size: .6em;
}

#div_suggestions {
	display: None;
	position: relative;
	background: #e4e4e4 center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 10px;
	border: 2px #ccc outset;
	font-size: .9em;
}
#div_preview {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: .6em;
	font-weight: bold;
}	
#div_preview_creative {
	color: #339e35;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
#div_show_hide {
	margin: 5px;
}
#show_instr {
	display: none;
	text-align: center;
	font-size: .6em;
}
#hide_instr {
	display: block;
	text-align: center;
	font-size: .6em;
}
#show_suggestions {
	display: block;
	text-align: center;
	font-size: 1.0em;
}
#hide_suggestions {
	display: none;
	text-align: center;
	font-size: 1.0em;
}	
#show_child {
	display: block;
	text-align: center;
	font-size: 1.0em;
}
#hide_child {
	display: none;
	text-align: center;
	font-size: 1.0em;
}

#show_new_child {
	display: block;
	text-align: center;
	font-size: 1.0em;
}
#hide_new_child {
	display: none;
	text-align: center;
	font-size: 1.0em;
}




#div_upload_form {
	text-align: center;
}

#div_child {
	display:none;
	text-align: center;
}

#new_child {
	display:none;
	text-align: center;
}

/* Tables */
table.file_details {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
	border-collapse: collapse;
	font-size: .8em;
}
	table.file_details th {
		background: #e4e4e4;
		border: 1px #000 solid;
	}
	table.file_details td {
		color: #003F87;
		width: 17%;
		border: 1px #000 solid;
		font-weight: bold;
	}