/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent 
{
	height: 100%;
}
/* end hide */

h2 
{
	font-size:18px;
	font-weight:100;
}

.invisible {
	display:none;
}

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family:Arial, "sans-serif";
	font-size:0.8em;
	color:#fff;
	background: #254c75 url("../images/launch-banner-bkgd.jpg") repeat-x;
	
}

strong {
	font-weight: bold;
	color: #ff9900;
}

#courseInformation{
	text-transform:uppercase;
	text-align:right;
	float:inherit;
	margin: 10% 5px 0px 0px;
	position:absolute;
	left: 995px;
	top: 618px;
}

#canvas {
	margin: 0 auto;
	width:600px;
}

#logo {
	height:129px;
	background:#ffcc00;
	background:  url("../images/logo_01.jpg") no-repeat;
}

#content {
	color:#000000;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
}

#content a {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	padding: 20px 0 20px 0;
}

img
{
	border: 0;
}

#launch {
	padding: 10px 0 0 0;
}

#launch * {
	float: left;
}

#launch #text {
	padding: 0 0 0 0px;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flash {
	height: 100%;
}
/* end hide */

.loadOptions 
{
	padding:20px;
	background:#eee;
	border:#ddd 1px solid;
}

#userCondition 
{
	width:50%;
	padding:5px;
	border:none;
	background:#ccc;
}

#userCondition:hover
{
	background:#fff;
}

.send 
{
	cursor:pointer;
	border:none;
	padding:5px;
	width:48%;
	background:#ccc;
}

.send:hover
{
	border:none;
	background:#fff;
}


a#stButton 
{
	display:block;
	background:#ff0000;
	width:100%;
	height:0px;
	font:center;
	overflow: hidden;
}


/***************************************************
Saffron version tag
***************************************************/
#version {
	display:none;
	position:absolute;
	bottom:0px;
	right:0px;
	background:#ccc;
	font-size:0.8em;
	text-align:right;
}

#version p {
	margin:10px;
	padding:0px;
}
