@charset "utf-8";/*Reset CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}/* CSS Document */
body {
	margin:0;
	background-color:#333;
}
#indexheader{
	position:absolute;
	z-index:-10;
	top:0;
}

#header {
		width:1124px;
		height:284px;
}
#menu {
	background-color:#666;
	height:27px;
	text-align:center;
}
#content {
	background-color:#FFF;
}
blockquote {
	background-color:#CCC;
	padding:10px;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
}
p, form {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#333;
	padding-top:5px;
	padding-left:7px;
}
h1 {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:15px;
	color:#333;
	padding-top:5px;
	border-bottom:0px solid #333;
}
h2 {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:15px;
	color:#333;
	padding-top:5px;
}
h3 {
	background-color:#000000;
	width:100%;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
a:hover {
	color:#89aed2;
}
#footer {
	background-color:#666;
	height:60px;
	text-align:center;
	text-decoration:none;
}
#callout_light_gray {
	background-color:#CCC;
	text-align:left;
}
#callout_dark_gray {
	background-color:#999999;
	text-align:left;
}
#callout_med_blue {
	background-color:#7D98AC;
	text-align:left;
}
#callout_med_gray {
	background-color:#B7B7B7;
	text-align:left;
}
#callout_blue_gray {
	background-color:#86AABF;
	text-align:left;
}
#callout_light_blue {
	background-color:#C2DCEF;
	text-align:left;
}
.blue {
	color: rgb(0, 51, 153);
	font-weight:bold;
	font-size:14px;
}
.add_padd{
	padding-bottom: 20px;
	text-align:center;
	width:100%;
}
.lineheight_15{
	line-height: 1.5;
}
.has-error.has-danger{
	color: red;
}
.upload_group .col-sm-12{
	padding-top: 10px;
	padding-bottom: 10px;
}
.important_label{
	font-weight: bold;
	font-size: 1.1em;
}
.error_text{
	color: #C1080B;
}
#upload-tmpFiles{
	max-width: 100%;
}