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
{
	font-size: 0.9em;
	color: #333333;
	font-family: sans-serif;
}

div.sh-header-div
{
	background-color: #9FA4A6;
	padding: 20px;
}

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

div.sh-header-div-small
{
	padding: 5px;
}

div.sh-header-div-small img.splash
{
	max-height: 40px;
}

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

span.optionalFont
{
	color: #888888;
}

span.mono
{
	font-family: monospace;
}

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

.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;
}

.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;
}

.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;
}