/* Swiftlight CSS 09Sept09 Mike Scott*/

/* Global default parameters*/

body {
	background:#000000;
	font-family: "Segoe UI", "Trebuchet MS", sans-serif;
	font-size:12px;
}

img {border: 0px;} 

a:link {color: #004758;}
a:visited {color: #004758;}
a:hover {color: #eb8719;}

h1 {font-size:14pt;}
h2 {font-size:12pt;}
h3 {font-size:10pt;}
p {font-size:10pt;}
li {font-size:10pt;}
ul {
	margin:0px 0px 12px 20px;
	padding:0px;
}

/* Div specifics */

#Swiftlight-Video-Page {
	background:#000000;
}

#noUpdate
	{
		margin: 0px auto;
		font-size: x-small;
		color: #cccccc;
		text-align: center;
		width: 180px; 
		height: 150px;	
		padding: 40px;
	}
#media
	{
		margin: 0px auto;
		background: #000000;
		color: #cccccc;
		text-align: center;
	}
	
#webinarWarning
	{
		text-align:center;
		color: #cccccc;
		position: relative;
		top: -200px;
		z-index: 2;

	}
