* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, in
s, 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, nav, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, nav, section {
   display: block;
}
body {
   line-height: 1.2;
	margin: 0 auto;
}
ol {
   padding-left: 1.4em;
   list-style: decimal;
}
ul {
   padding-left: 1.4em;
   list-style: disc;
}
table {
   border-collapse: collapse;
	border-spacing: 0
}
/* end reset browser styles */

body {
   /* properties for body here */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
   max-width: 1200px;
   padding: 20px;
	background-color: #202733;
}
a, a:visited {
	color: #000;
	//font-weight: bold;
}
a:hover {
   color: #777;
}

img {
   max-width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}

img.block {
   display: block;
}

img.bottom {
   vertical-align: bottom;
}

img.half {
   max-width: 50%;
}

img.left {
   float: left;
   margin: 0 10px 10px 0;
}
img.right {
   float: right;
   margin: 0 0 10px 10px;
}

table {
	border: 1px solid #ccc;
   border-spacing: 0;
	margin: 0;
	padding: 0;
}
table tr {
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #fff;
}
table th {
	padding: 5px;
	text-align: center;
   background-color: #82befa;
}
table td {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
table tr.rowa {
	background-color: #fff;
}
table tr.rowb {
	background-color: #bbb;
}
table.green th {
	padding: 5px;
	text-align: center;
   background-color: #000;
	color: #fff;
}
table.green tr {
	background-color: #96b96b;
}
div.top {
   width: 100%;
   color: #080808;
   background-color: #fff;
	height: 100px;
   display:table;
   clear: both;
	padding-left: 15px;
	//background: url(/forums/styles/prosilver/theme/images/dpenetwork-logo.png);
	//background-repeat: no-repeat;
   //background-size: contain;
	text-align: center;
   border: 1px solid transparent;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
}
div.topleft {
   width: 50%;
   float: left;
   padding-left: 40px;
}
div.left {
   float: left;
}
div.textleft {
   text-align: left;
}
div.topright{
   width: 50%;
   float: right;
   padding-left: 40px;
}
div.top h1 {
   color: #fff;
   font-size: 3.0em;
   display:table-cell;
   vertical-align:middle;
}
div.navmenu {
	width: 100%;
	background-color: #fff;
	text-align: center;
}
div.content{
   font-size: 1.2em;
   width: 100%;
   padding: 50px 50px 50px 50px;
   background-color: #fff;
   min-height: 400px;
}
div.bottom {
   width: 100%;
   background-color: #fff;
   color: #000;
   min-height: 50px;
   position: relative;
   clear: both;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
}
div.altrow > div:nth-of-type(odd) {
    background: #fff;
}
div.altrow > div:nth-of-type(even) {
    background: #ddd;
}
div.altrow > div {
	width: 100%;
	float: left;
}
div.green {
	background-color: #96b96b;
}
div.green h4 {
	text-align: center;
}
.blue {
   background-color: #82befa;
}
.white {
	background-color: #fff;
}
div.login {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
div.login input[type=text], input[type=password], label {
	display: block;
}
div.center  {
	margin: 0 auto;
	text-align: center;
	display: table;
}
h1 {
   font-size: 2.0em;
}
h2 {
   font-size: 1.6em;
}
h3 {
   font-size: 1.4em;
}
h4 {
   font-size: 1.1em;
}
.copy {
   color: #fff;
   position: absolute;
   font-size: 0.8em;
   bottom: 0;
   right: 0;
}
.faq {
	font-weight: bold;
	font-size: 1.1em;
	color: #0000ff;
}
div#nav {
   width: 90%;
	background-color: #202733;
   text-align: center;
   border-radius: 8px;
	margin: 0 auto;
	font-size: 1.2em
	padding: 3px;	
	color: #fff;
}
div#navmobile {
	display: none;
}
#navbar li {
   display: inline;
   margin: 30px;
}

#navbar a {
   color: #fff;
   text-transform: uppercase;
   text-decoration: none;
   padding: 7px 5px 7px 5px;
   display: inline-block;
	font-weight: bold;
}
#navbar a:hover {
   font-weight: bold;
   color: #82befa;
}
p.bottom {
   vertical-align: bottom;
   float: bottom;
}
.button {
   margin-bottom: 20px;
   width:50%;
   padding: 15px;
   border-radius:10px;
   border:1px solid #7ac9b7;
	background-color: #202733;
   color: aliceblue;
   font-size: 1.2em;
   cursor:pointer;
}

.button a:visited {
	color: #fff;
}

table.striped th {
   background-color: #82befa;
}
table.striped tr.left th {
   text-align: left;
}
table.striped tr:nth-child(odd) { background-color: #fff; }
table.striped tr:nth-child(even) { background-color: #ddd; }
table.striped td {
   padding: 5px;
   text-align: left;
}
table.outlined {
   border: 2px solid black;
}
table.outlined td {
   padding-right: 5px;
   padding-left: 5px;
}
table.centertd td {
	text-align: center;
}

input[type=submit] {
	min-width: 150px;
	border-radius:5px;
	border:1px solid #7ac9b7;
	height: 40px;
	background-color: #202733;
	color: #fff;
	font-size: 1.0em;
	cursor:pointer;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	body {
		font-size: 1.0em;
	}
	div.content {
		width: 100%;
		padding: 0px;
	}
	div.bottom {
		min-height: 50px;
	}
	div.top {
		height: 100%;
   	border-top-left-radius: 8px;
   	border-top-right-radius: 8px;
	}
	div.top h1 {
		font-size: 1.0em;
	}
	div.topleft {
		padding-left: 10px;
	}
	a {
		//font-size: 1.4em;
	}
	div#nav {
		display: none;
	}
	div#navmobile {
		display: block;
		background-color: #202733;
		font-size: 1.0em;
		color: #FFFFFF;
		height: auto;
		z-index: 10;
		text-align: right;
		width: 100%;
		border: 1px solid #fff;
	}
	#navmobile #navbarmobile, #navmobile > input {
		display: none;
	}
	#navmobile > input:checked + #navbarmobile{
		display: block;
		clear: both;
		top: 0px;
		position: relative;
		background: #202733;
		color: #fff;
	}
	ul#navbarmobile {
		float: left;
  	 	padding: 0px;
		//font-weight: bold;
		list-style: none outside none;
		width: 100%;
		font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
		z-index: 10;
		margin-bottom: 20px;
	}
	ul#navbarmobile li {
		display: block;
		padding: 8px 10px;
   	list-style: none;
	}
	#navbarmobile a {
		text-decoration: none;
		color: #fff;
	}
	#navmobile > label {
		background-color: #202733;
		font-size: 36px;
		color: #fff;
		width: 100%;
		padding-right: 10px;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	a, a:visited {
	color: #000;
	font-weight: normal;
	}
}

