/*


--------------------------------------------------------------------------------------------------------------------------------------
														 SkillSoft 2009
Project:	SkillSoft Innovation Lab
Author:	 	Joseph O'Donoghue (joseph_odonoghue@skillsoft.com) -> alienSlug
Date: 		29th April 2009

--------------------------------------------------------------------------------------------------------------------------------------


HTML Display elements  (Note: top | right | bottom | left)

*/

html{
	height:110%;
}

body {
	padding: 0px;
	margin: 0px;
	color:#000000;
	background-color: #f5f6f1;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	background-image:  url('../images/bg_tile.jpg');
	background-repeat: repeat-x;
}

#lab_holder {
	width:980px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo_banner {
	width:980px;
	height:95px;
	padding: 0px;
	margin: 0px;
	position:absolute;
}

#lab_banner {
	width:980px;
	height:235px;
	padding: 0px;
	margin: 0px;
	position:absolute;
	top:95px;
}

#nav_banner {
	width:980px;
	height:38px;
	padding: 0px;
	margin: 0px;
	color:#999;
	text-align: right;
	position:absolute;
	top:330px;
	background-repeat: repeat-x;
	background-image: url(../images/navbg.jpg);
}

#lab_content {
	width:980px;
	padding:0px;
	margin:0px;
	color:#000000;
	position:absolute;
	top:370px;
}

#lab_navigation {
	width: 241px;
	float: left;
}

#lab_frame {
	float:right;
	width: 725px;
	margin-top: 10px;
}

#content { padding:20px; display: block; color:#000000; background-color:#ffffff; background-image: none;}

#copyright_banner {
	width:980px;
	height:50px;
	padding:0px;
	color:#666666;
	background-color:#f5f6f1;
	text-align: center;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav_banner a {
	text-decoration:none;
	color:#333;
	font-weight: normal;
}

#nav_banner a:active {
	text-decoration:none;
	color:#333;
	font-weight: bold;
}

#nav_banner p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#lab_navigation p {
	display:block;
	color:#000;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
}

#lab_navigation ul { padding:0px; margin: 0px;}

#lab_navigation li {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;  display:block;  }

#lab_navigation a {
	width:221px;
	height:27px;
	color: #000000;
	display: block;
	text-decoration: none;
	background-image:  url(../images/global_nav_bg.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 20px;
	margin: 0px;
}


#lab_navigation a:hover {
	height:27px;
	background-image:  url(../images/global_nav_ovr.gif);
	background-repeat: no-repeat;
	color:#000;
	font-weight: bold;
}


#copyright_banner p {
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#conditions { display:none; position:absolute; top:0px; left:0px; width:100%; height: 100%;}

#conditions_bg {
	filter: alpha(opacity = 70);
	opacity: 0.7;
	width:100%;
	height: 100%;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 2;
}

#conditions_box {
	width: 400px;
	height: 310px;
	display:block;
	color:#666666;
	background-color:#ffffff;
	position:absolute;
	top:100px;
	left:0px;
	z-index: 3;
	border: 1px solid #778592;
}

#conditions_details { text-align: left; width:380px; height:256px; padding: 0px; float: left; margin:10px; overflow-x: hidden; overflow-y: scroll; }

#conditions_accept { text-align: center; font-weight: bold; text-decoration:none; float:left; margin: 0px 10px 0px 10px; padding: 6px 0px 0px 0px; width:380px; height:20px; color: #000000; background-image:  url(../images/accept_bg.gif); background-repeat: no-repeat; };
