a:link {color:#666;}
a:visited {color:#666;}
a:hover {color:#45647C;}
a:active {color:#666;}

.lightlink:link {color:#aaa; text-decoration:none;}
.lightlink:visited {color:#aaa; text-decoration:none;}
.lightlink:hover {color:#aaa; text-decoration:underline;}
.lightlink:active {color:#aaa; text-decoration:none;}

body
{
	color: #333333;
	font-family: sans-serif;
	margin:0px;
}

div.sh_header
{
	background-color: #F4F2FE; padding: 20px;
}

div.shrCentered {
	text-align: center;
}

div.sh_title {
	padding-top:50px;
	padding-bottom:30px;
	font-size: 2em;
	color: #999999;
	text-align: center;
}

div.sh_heading
{
	padding-bottom:20px;
	font-size: 1.5em;
	color: #999999;
}

body > div
{
	padding: 0px 0px 0px 0px;
}

img.splash
{
	max-height: 100px;
}

.highlightedBackground
{
	background-color: #FDFDFD;
	border: 1px solid #A8BCDB;
}

span.optionalFont
{
	color: #888888;
}

span.mono
{
	font-family: monospace;
}

.note
{
	padding-top: 50px;
	width:60%;
}

div.sh_centreColumn
{
	width: 800px;
}

.summary
{
	font-size: 0.9em;
	color: #888888;
}

.footer
{
	padding:5px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 8pt;
	color: #aaa;
}

td.paddedCells
{
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 30px;
	line-height: 20px;
	width: 250px;
	text-align: center;
	vertical-align: top;
}

td.launchPageCells
{
	padding-top: 55px;
	padding-left: 0px;
	padding-right: 30px;
	line-height: 20px;
}

.heading
{
	text-align: center;
	font-size: 1.2em;
	color: #666666;
}

.button
{
	width:120px;
	text-align:center;
	color: #3C7ED8;
	padding: 8px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	font-size: 0.9em;
}

img.sh_icon
{
	width: 128px;
	padding-bottom: 15px;
}

img.sh_icon_smaller
{
	width: 128px;
}


.sh_up
{
	background-color: #F3F9FD;
	border: 1px solid #A8BCDB;
}

.sh_over
{
	cursor: pointer;
	cursor: hand;
	background-color: #D8EBF9;
	border: 1px solid #A8BCDB;
}

#passwordField
{
	border: 1px solid #ccc;
	color: #444;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 12px;
	width: auto;
	-webkit-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
}

.sh_buttonsBlock
{
	padding-top: 50px;
}

div.sh_incorrectPassword
{
	color: #C91C1C;
	margin-top:10px;
	margin-bottom:10px;
	width:40%;
	padding:15px;
	display:none;
	border:1px
	solid #FFC9BF;
	background-color:#FFEBEB
}

div.sh_flheader
{
	padding-bottom:10px;
	text-align:left;
	padding-top:0px;
	font-size: 1.2em;
	color: #3C7ED8
}

#cursorDiv
{
	display:none;
	position:absolute;
	z-index:100px;
	top:0px;
	left:0px;
}

video {
	max-width: 100% !important;
	max-height: 100% !important;
	min-height: 50px !important;
	margin: auto !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}