@font-face {
	font-family: "Oswald";
	src: url("Oswald-Bold.ttf") format("truetype");
}

/*helpers*/
.clear {
	width: 0;
	height: 0;
	clear: both;
}
.bullet-list {
	list-style: disc;
}
label {
	line-height: 22px;
}
label.notOk {
	width: 40%;
}
.errors {
	width: 96%;
	margin: 10px 0 0;
	padding: .2% 2%;
	color: #ff0000;
	background: #ffd7de;
	border: 1px solid red;
}
.errors {
	display: none;
	font-weight: bold;
}
.ok {
	border-color: #06FF1A;
}
.notOk {
	border-color: #ff0000;
}
.success {
	display: none;
	width: 96%;
	padding: 2%;
	margin: 10px 0 0;
	color: #067900;
	background: #c5fcc8;
	border: 1px solid #067900;
	border-radius: 5px;
}
.problems {
	display: none;
	width: 96%;
	padding: 2%;
	margin: 10px 0 0;
	color: red;
	background: pink;
	border: 1px solid red;
	border-radius: 5px;
}
/* highlight heading you navigated to */
:target {
	animation: highlight 1s ease;
}
@keyframes highlight {
	from { background: yellow; }
	to { background: white; }
}

/*tag styles*/
html,
body {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: auto;
}
body {
	margin: 0;
	color: #4b4b4b;
	font: 12px Arial, sans-serif;
	background: url("images/body-bg.jpg") no-repeat center top;
}
a {
	color: #0e78c9;
	word-break: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
a:hover,
.col-left .category a:hover,
.col-left .category ul a:hover,
.col-left .category.active a:hover.opener {
	color: #01c6ff;
}
ul {
	list-style: none;
}
h1 {
	color: #fff;
	float: left;
	font-size: 20px;
	line-height: 85px;
	text-transform: uppercase;
}
h1,
h2 {
	font-family: 'Oswald', sans-serif;
}
h2 {
	color: #233e41;
	padding: 0 0 10px;
	font-size: 30px;
	border-bottom: 3px solid #4f949a;
}
h3 {
	color: #000;
	padding: 0 0 10px;
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
}
form {
	padding: 10px;
	margin: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 5px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 5px 2px rgba(0,0,0,.3);
	box-shadow: inset 0 5px 2px rgba(0,0,0,.3);
}
form fieldset {
	margin: 10px 0 0;
	padding: 10px;
	border: 1px solid #ddd;
	background: #EBEBEB;
	border-radius: 4px;
}
form fieldset legend {
	width: 25%;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	background: #777;
}
form fieldset p {
	margin: 0;
	padding: 7px 0;
}
form fieldset label,
form fieldset input,
form fieldset select,
form fieldset textarea {
	margin: 0 5px;
}
form fieldset input,
form fieldset select,
form fieldset textarea {
	border: 1px solid #ddd;
	padding: 2px;
}
form fieldset label {
	display: inline-block;
	width: 12%;
	clear: both;
	font-weight: bold;
	vertical-align: top;
}
form fieldset input,
form fieldset select {
	width: 40%;
}
form fieldset input[type="submit"],
.col-left a.form-link {
	display: block;
	width: 15em;
	height: 3em;
	margin: 10px auto;
	clear: both;
	color: #fff;
	background: #0e78c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e78c9 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#0e78c9), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e78c9 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e78c9 51%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e78c9 51%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e78c9 51%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e78c9', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

	text-align: center;
	line-height: 3em;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #38A2EF;
	border-radius: 4px;
	box-shadow: 0 3px 3px rgba(0,0,0,.4);
}
form fieldset input[type="submit"] {
	margin: 10px 0 0 15%;
	padding: 0;
}
form fieldset input[type="submit"]:hover,
.col-left a.form-link:hover {
	background: #01c6ff;
}
a#dgcLogo {
	cursor: pointer;
	float: left;
	display: block;
	height: 18px;
	width: 115px;
	background: url('images/daybreak-logo-type.png') center no-repeat;
	margin: -30px 0 0 0;
}
.header {
	margin: 37px 0 -70px;
	overflow: hidden;
}
.header .logo a {
	display: block;
	width: 430px;
	height: 117px;
	float: left;
	background: url("images/ps2-logo.png") no-repeat 0 -10px;
}
.main-container {
	position: relative;
	width: 1008px;
	margin: auto;
}
.main-container .container-top {
	width: 1008px;
	height: 134px;
	background: url("images/content-bg-top.png") no-repeat center top;
	z-index: 0;
}
.main-container .container-mid {
	background: url("images/content-bg-mid.png") repeat-y;
	z-index: 1;
}
.container-mid .col-left {
	position: relative;
	top: -70px;
	width: 205px;
	margin: 0 6px 0 24px;
	float: left;
}
.container-mid .col-right {
	position: relative;
	top: -70px;
	width: 690px;
	margin: 0 55px 0 0;
	float: right;
}

/*right column (main content)*/
.col-right .sub-section {
	margin: 0 0 40px;
}
.col-right .extra-strong {
	text-decoration: underline;
}
.col-right ul,
.col-right ol {
	font-size: 11px;
}
.col-right .intro {
	padding: 15px 25px;
	font: 2em/1.5em Georgia, serif;
	background: #dbdbdb;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}
.col-right pre,
.col-right code {
	color: #4b81a7;
	background: #f1f4fc;
	border: 1px solid #e0e0e0;
}
.col-right pre {
	width: 90%;
	padding: 2% 3%;
	white-space: pre-wrap;
	overflow: auto;
}
.col-right code {
	padding: 1px 3px;
}
.col-right table {
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
}
.col-right table table {
	border: none;
}
.col-right table td {
	border-bottom: 1px solid #eaeaea;
}
.col-right table th,
.col-right table td {
	padding: 8px;
}
.col-right table th {
	color: #fff;
	background: #b2b2b2;
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*left column (navigation)*/
.col-left ul {
	margin: 0;
	padding: 0;
}
.col-left a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.col-left .category ul {
	background: #fafafa;
}
.col-left .category ul a {
	display: inline-block;
	width: 100%;
	margin: 0 -10px 0 0;
	padding: 0 0 0 5px;
	font-size: 11px;
	color: #9b9b9b;
}
.col-left .category .opener {
	position: relative;
	display: inline-block;
	width: 180px;
	margin: 0 -30px 0 0;
	padding: 0 12px 0 15px;
	line-height: 45px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
.col-left .category:first-child .opener {
	border-top: none;
	margin-top: 10px;
	padding-bottom: 20px;
	line-height: 18px;
}
.col-left .category ul li {
	padding: 6px 15px;
}
.col-left .trigger,
.col-left ul li span {
	display: inline-block;
	background: url("images/icon-sprite.png") no-repeat;
}
.col-left .trigger {
	position: absolute;
	bottom: 40%;
	right: 15px;
	width: 13px;
	height: 12px;
	margin: -6px 0 0 0;
	float: right;
	background-position: left top;
}
.col-left .category.active {
	background: url("images/active-stripe.png") repeat-y left;
}
.col-left .category.active a.opener {
	color: #9b9b9b;
}
.col-left .category.active .trigger {
	background-position: left bottom;
}
.col-left .category a:hover .trigger,
.col-left .category .trigger:hover {
	background-position: left center;
}
.col-left ul li span {
	width: 3px;
	height: 5px;
	float: left;
	margin: 5px 0 0;
	background-position: right top;
}

.footer {
	width: 100%;
	height: 146px;
	border-top: 5px solid #c5cecf;
}
.footer .foot-content {
	width: 1008px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.foot-content .soe-logo {
	width: 116px;
	height: 82px;
	margin: 0 20px 0 25px;
	float: left;
	background: url("images/soe-logo.png") no-repeat;
}
.foot-content p {
	width: 690px;
	float: left;
	margin: 20px 0 0;
	color: #7a7a7a;
	font-size: 11px;
	line-height: 18px;
}