﻿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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	font-family:'Ubuntu', sans-serif;
}

#div_menu
{
	position:fixed;
	left:0px;
	top:0px;
	width:250px;
	padding-left:25px;
	padding-right:25px;
	background-color:#f2f2f3;
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.19);
	min-height:100%;
	box-sizing:border-box;
}

#div_menu img
{
	width:100%;
	margin-top:15px;
	margin-bottom:50px;
}

#div_menu a
{
	text-decoration:none;
	border-top:solid 1px #a0a0a0;
	box-sizing:border-box;
	color:#231f20;
	width:100%;
	display:block;
	line-height:30px;
	padding-left:5px;
	cursor:pointer;
}

#div_menu a:hover, .a_active
{
	background-color:#e0551c;
	color:#fff !important;
}

.a_logout
{
	border-bottom:solid 1px #a0a0a0;
}

#div_content
{
	margin-left:300px;
	margin-top:40px;
	padding-right:50px;
}

.div_form table td
{
	vertical-align:middle;
	line-height:30px;
}

.form_textbox
{
	border:solid 2px #231f20;
	line-height:40px;
	height:40px;
	width:100%;
	box-sizing:border-box;
	border-radius:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14pt;
	font-weight:normal;
	padding-left:10px;
	width:300px;
}

.form_textarea
{
	border:solid 2px #231f20;
	line-height:24px;
	height:20px;
	height:300px;
	width:100%;
	box-sizing:border-box;
	border-radius:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14pt;
	font-weight:normal;
	padding-left:10px;
	width:300px;
	font-family:'Ubuntu', sans-serif;
	padding-top:10px;
	color:#231f20;
}

.form_numeric_textbox
{
	border:solid 2px #231f20;
	line-height:40px;
	height:40px;
	width:100%;
	box-sizing:border-box;
	border-radius:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14pt;
	width:100px;
	text-align:center;
	font-weight:normal;
}

.form_list
{
	border:solid 2px #231f20;
	line-height:40px;
	height:40px;
	width:100%;
	box-sizing:border-box;
	border-radius:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14pt;
	font-weight:normal;
	padding-left:10px;
}

.form_button
{
	background-color:#e0551c;
	text-align:center;
	border:solid 2px #e0551c;
	color:#fff;
	line-height:30px;
	padding-left:20px;
	padding-right:20px;
	font-family:'Ubuntu', sans-serif;
	border-radius:0px;
	display:block;
	text-decoration:none !important;
	margin-top:10px;
}

.no_underline
{
	text-decoration:none !important;
}

.float_right
{
	float:right;
}

.overview_table
{
	width:100%;
	max-width:900px;
}

.element_padding_left
{
	padding-left:10px;
}

.tr_overview_row td, .tr_alternate_row td
{
	border:solid 1px #e0551c;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	line-height:24px;
}

.tr_alternate_row td
{
	background-color:#e0e0e0;
}

.tr_overview_row:hover td, .tr_alternate_row:hover td
{
	background-color:#a0a0a0;
}


.td_form_header
{
	background-color:#e0551c;
	padding-left:20px;
	padding-right:20px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	border:solid 1px #fff;
}

#div_images
{
	margin-top:30px;
}

#div_images .div_image
{
	display:inline-block;
	width:300px;
	font-weight:bold;
	height:300px;
	text-align:center;
	box-sizing:border-box;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;
	padding:20px;
	box-shadow:0px 0px 10px 0px;
}

#div_images .div_image img
{
	max-width:100%;
	text-align:center;
	max-height:100%;
}

#div_images a
{
	text-decoration:none;
}

#div_add_image
{
	box-shadow:0px 0px 10px 0px;
	padding:20px;
	width:400px;
	margin-top:30px;
	margin-bottom:40px;
	line-height:50px;
}

#div_add_image a
{
	text-decoration:none;
}

.div_activity_image 
{
	width:110px;
	box-shadow:0px 0px 4px 0px;
	height:110px;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	padding:10px;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	box-sizing:border-box;
}

.div_activity_image div
{
	width:90px;
	height:90px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.div_activity_image.active, .div_activity_image:hover
{
	box-shadow:0px 0px 4px 0px #e0551c;
	background-color:#f0f0f0;
}

.div_activity_image img
{
	max-width:90px;
	max-height:90px;
}

	

#div_images .div_image .div_image_container
{
	padding-top:20px;
	padding-bottom:20px;
	display:table-cell;
	box-sizing:border-box;
	width:260px;
	text-align:center;
	vertical-align:middle;
	height:200px;
}

.div_zipcode input
{
	border:solid 2px #231f20;
	line-height:40px;
	height:40px;
	width:80px;
	box-sizing:border-box;
	border-radius:0px;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	font-size:14pt;
	font-weight:normal;
	text-align:center;
}

.form_zipcode_box::placeholder {
	color:#ff0000;
	opacity:1;
	text-decoration:line-through;
}

.div_zipcode td
{
	vertical-align:top !important;
}

.div_zipcode .form_button
{
	margin:0px;
	display:inline-block;
	height:40px;
	box-sizing:border-box;
	line-height:40px;
	margin-left:10px;
	cursor:pointer;
}