@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

/* FONTS
================================================== */
body {
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

/*a {
	color: #3399cc;
}*/

a:link, a:visited, a:active {
	color: #3399cc;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a:active {
	color: #3399cc;
	text-decoration: underline;
}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

p {
	margin-bottom: 18px;
}

h1 {
	color: #000;
	font-size: 1.3em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

h2 {
	color: #000;
	font-size: 2em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-bottom: 18px;
}

h3 {
	color: #777;
	font-size: 1em;
	font-weight: 700;
	line-height: 18px;
}

h4 {
	color: #777;
	font-size: 10px;
	font-weight: 700;
	line-height: 18px;
}

ul {
	margin-bottom: 18px;
	list-style: none outside;
}

ol {
	margin-bottom: 18px;
	margin-left: 2.2em;
	list-style: decimal;
}

ul.square, ul.circle {
	margin-left: 2em;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.circle, ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}

ul.circle li, ul.square li {
	margin-bottom: 13px;
}


/* ID AND CLASSES
================================================== */

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:visited {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	color: #000;
	text-decoration: underline;
}

.footer a:active {
	color: #000;
	text-decoration: none;
}

#footer a {
	color: #777;
	text-decoration: none;
}

#footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #777;
	text-decoration: underline;
}

#footer a:active {
	color: #777;
	text-decoration: none;
}

.errorheadline {
	color: #000;
	font-size: 2em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 18px;
}

.footer {
	font-size: 10px;
	color: #777;
}

.headline {
	font-size: 16px;
}

.question {
	font-size: 1.2em;
	line-height: 1.2;
}

a.playermenu {
	color: #000;
}

a.playermenu:link,
a.playermenu:visited,
a.playermenu:active {
	font-weight: 300;
	text-decoration: none;
	line-height: 1.2;
}

a.playermenu:hover {
	text-decoration: underline;
}

.playerheaderfirst {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	margin: 20px 20px 5px 0;
}

.playerheader {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	margin: 10px 20px 5px 0;
}

.playerheadline {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
}

.playerheadline_classic {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
}

.playerheadertop {
	width: 200px;
	font-size: 1.4em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.2em;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.lastcontentheader {
	color: #fff;
	font-size: 2em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-bottom: 18px;
}

/*.helpheaderfirst {
	color:#777;
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	margin-bottom: 0px;
	margin-right: 20px;
	border-bottom: 1px solid #777;
}*/

.helpheader {
	color: #000;
	font-size: 1.4em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 30px 20px 10px 0;
}

.widgetdiagramtext {
	color: #414141;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: 700;
	position: relative;
	top: -8px;
}

.widgettextbold {
	color: #414141;
	font-size: 11px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.widgettext {
	color: #414141;
	font-size: 11px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}


/* Diploma print link
================================================== */

a.printit
{
	color: #4169aa;
	background: url('/images/print_it.gif') no-repeat 0px right;
	padding-right: 15px;
}

a.printit:link, a.printit:visited, a.printit:active
{
	text-decoration: none;
	background: url('/images/print_it.gif') no-repeat 0px right;
	padding-right: 15px;
}

a.printit:hover
{
	color: #0080ff;
	text-decoration: underline;
	background: url('/images/print_it_roll.gif') no-repeat 0px right;
	padding-right: 15px;
}
