@charset "utf-8";

body {
	background-color:#333333;
	color:#ffffff;
	font-family: "segoe ui", "candara", "trebuchet ms", arial, helvetica, tahoma, sans-serif;
	line-height:15px;
	font-size:100%;
	font-size:0.75em;
	text-shadow:#000000 1px 1px 1px;
	margin:0px auto 0px auto;
	max-width:1024px;
	height:100%;
	background:#000000 url('background_dark.jpg')  no-repeat fixed bottom right;
}

a:link {
	text-decoration:none;
	color:#ffdd00;
}
a:visited {
	text-decoration:none;
	color:#ffdd00;
}
a:hover {
	text-decoration:underline;
	color:#66dd00;
}
a:active {
	text-decoration:underline;
	color:#00ff00;
}

h2.tsc {
	font-weight:bold;
	font-size:1em;
	border-bottom:1px solid #ffffff;
	padding:0px;
	clear:left;
	position: relative;
}

div.type-1 {
	font-weight:bold;
	font-size:1em;
	border-bottom:1px solid #fff;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	clear:left;
	position: relative;
}

div.type-2 {
	font-weight:bold;
	font-size:1em;
	border-bottom:1px solid #777777;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	clear:left;
	position: relative;
}

div.welcome-message {
	text-align: center;
	height: 100%;
	font-size: 1.5em;
}

div.welcome-main {
	text-align: left;
	height: 100%;
	font-size: 1.0em;
}

div.welcome-footer {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	font-size: 1.0em;
}

div.validation-footer {
	position: fixed;
	bottom: 0px;
	left: 5px;
	padding: 10px;
	font-size: 1.0em;
}

div.icon-indent-container {
}

div.icon-indent {
	width: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
}

div.icon-indent-content {
	margin-left: 30px;
	padding-left: 5px;
	margin-bottom: 2px;
}
