/* 
 * YAWConline 2 CSS Document
 * 
 * $Id: yol-elearning.css,v 1.11 2007/12/20 16:36:40 conor Exp $
 */

/* Layout Divs*/

#wrap {
	background-color:#ffffff;
}

body {
	margin:0px 10px 0px 10px;
	padding:0px;
	background-color:#B8e5Fa;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%;
}

#menu {
	position: absolute;
	left:10px;
	top:124px;
	width:180px;
	background:#fff;
	border-right: 1px dotted #00aeef;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	color: #999999;
	margin: 0;
	padding: 5px;
}
}
#menubar, iframe {
	overflow: auto;
}

/* Logged in user presentation */
.body {

	padding-left: 1em;
}

#centercontent {
	background:#fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;/**/
	padding-right: 15px;
}

#centercontentPreview {
	background:#fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	/*padding-right: 15px;*/
}

div.previewPanel{
	background:#fff;
	margin-left: 201px;
	/*margin-right:201px;*/
	border-bottom: solid;
}

#centercontentPreview h1 {
	margin-left: 201px;
}

#rightcontent {
	position: absolute;
	right:25px;
	top:129px;
	width:180px;
	background:#fff;
	border: 1px dotted #00aeef;
	padding: 10px;
}
	
#banner {
	background:#6ccff6;
	height:95px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:94px;
	padding:0px;
}

html>body #banner {
	height:94px;
}
		
#topbar {
	/*display:hidden;*/
	background:#4a3996;
	height:20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:19px;
	padding-left:200px;
	padding-top:1px;
}

html>body #topbar {
	height:19px;
}
		
#footer {
	background:#4A3996;
	height:20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:19px;
	padding-left:210px;
	padding-top:1px;
	clear:both;
}

html>body #footer {
	height:19px;
}
		
/* Text Formatting*/
.main>p {
	margin:10px 15px 10px 10px;
}
p,h1,pre,h2 {
	/*margin:10px 15px 10px 10px;*/
	margin:2px 1px 2px 1px;
}

ul {
	list-style-image:  url("images/content_bullet.gif");
	list-style-position: outside;
	margin-left: 24px;
}

h1, h2, h3, h4, h5 {
	color:#00AEEF;
	font-weight: bold;
}
h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
}

h4 {
	font-size: x-small;
}

h5 {
	font-size: xx-small;
}
		
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
}
	
#rightcontent p {
	font-size: 11pt;
}

label{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}
	
#rightcontent h1 {
	font-size:medium;
	color:#4d7baa;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#rightcontent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	list-style-image:none;
	list-style-type: none;
	margin-left: 5px;
}

#rightcontent li {
	margin-top: 15px;
}

#rightcontent li a, a:visited {
	color: #00AEEF;
}

#rightcontent li a:hover {
	background-color: #00AEEF;
	color: #fff;
}

#rightcontent li a:active {
	background-color: #00AEEF;
	color: #fff;
}

/* Link Formatting */

a:link { 
	color: #4a3996; 
	font-weight: bold; 
	text-decoration:none
}

a:visited { 
	color: #00aeef; 
	font-weight: bold; 
	text-decoration:none
}
	
a:hover, a:active {	
	color: #ffffff;	
	background-color: #00aeef; 
	font-weight: bold;
}

/* menu styles for links */


#menu p
{
	margin: 0;
	padding: 5px;
}
	
#menu ul {
	margin: 0 0 0 0px;
	padding-left: 20px;
	padding-top: 10px;
	color: #666666;
	list-style: none;
}

#menu li {
	list-style-image: url("images/menu_bullet.gif");
	line-height: 150%;
	padding-right: 1px; padding-left: 0px; padding-bottom: 1px; margin: 0px; padding-top: 1px;
}

#menu li a {
	color: #666666;
	display: block; 
	text-decoration: none;
	padding-right: 1px; padding-left: 1px; padding-bottom: 1px; margin: 0px; padding-top: 1px;
	border-bottom: #cccccc 1px solid;
}

#menu li a:visited {
	color: #666666;
	display: block; 
	text-decoration: none;
	padding-right: 1px; padding-left: 1px; padding-bottom: 1px; margin: 0px; padding-top: 1px;
	border-bottom: #cccccc 1px solid;
}

#menu ul.onlink {
	color: #666666;
	font-weight: bold;
}

#menu ul.onlink A:hover {
	display: block; 
	text-decoration: none;
	color: #ffffff;
	background-color: #f9951c;
	padding-right: 1px; padding-left: 1px; padding-bottom: 1px; margin: 0px; padding-top: 1px;
}

#menu ul.onlink A:active {
	display: block; 
	text-decoration: none;
	color: #ffffff;
	background-color: #f9951c;
	padding-right: 1px; padding-left: 1px; padding-bottom: 1px; margin: 0px; padding-top: 1px;
}

/* Image Formatting */
.image
{
	padding: 2px;
	border: 1px solid #707049;
	margin: 5px 5px 5px 5px;
}

.imagefloatright
{
	float: right;
	padding: 2px;
	border: 1px solid #707049;
	margin: 5px 5px 5px 5px;
}

.imagefloatleft
{
	float: left;
	padding: 2px;
	border: 1px solid #707049;
	margin: 5px 5px 10px 5px;
}

.headerimage
{
	border: 0px;
}

/* Right Side Menu Icons */
span.icon_freetrial {
	display:block;
	float:left;
	width:25px;
	height:25px;
	margin-right:5px;
	background-image:url("images/icon_freetrial.gif");
	background-repeat:no-repeat;
}

span.icon_freetrial span {display:none;}

span.icon_findoutmore {
	display:block;
	float:left;
	width:25px;
	height:25px;
	margin-right:5px;
	background-image:url("images/icon_findoutmore.gif");
	background-repeat:no-repeat;
}

span.icon_findoutmore span {display:none;}

span.icon_forgot {
	display:block;
	float:left;
	width:25px;
	height:25px;
	margin-right:5px;
	background-image:url("images/icon_forgot.gif");
	background-repeat:no-repeat;
}
span.icon_forgot span {display:none;}

span.icon_contact {
	display:block;
	float:left;
	width:25px;
	height:25px;
	margin-right:5px;
	background-image:url("images/icon_contact.gif");
	background-repeat:no-repeat;
}
span.icon_contact span {display:none;}

span.icon_login {
	display:block;
	float:left;
	width:25px;
	height:25px;
	margin-right:5px;
	background-image:url("images/icon_login.gif");
	background-repeat:no-repeat;
}
span.icon_login span {display:none;}
	
/* Text Classes */
.topbartext
{
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.topbartext a
{
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.topbartext a:visited
{
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.topbartext a:hover
{
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
	background-color: #4a3996;
}

.topbartext a:active
{
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
	background-color: #4a3996;
}

.topbartext a:focus
{
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
	background-color: #4a3996;
}

.blueheading_small
{
	color:#00AEEF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small;
}

.greyheading
{
	color:#999999;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: large;
}

.smalltext {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
}

/* Forms */
.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4A3996;
	width: 95px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin: 10px;
}

/* Skip to Content Link */
.skiptocontent {
	position:absolute;
	left:0px;
	top:-100px;
	width:0px;
	height:0px;
	overflow:hidden;
}

iframe{
	width: 90%; /* modified to 100% by CR 20050914 *//* reduced to 80% to allow the scrollbar to be shown, by olivier H, 20060802 */
	height: 600px;
}

/*To fix IE bug*/
.universe {
	position:relative;
	width: 100%;
}

/*Upload field*/
div.field{
/*	padding-bottom: 8pt;*/
	clear: both;
}
div.field input, p.loginbox-sub input{
	display: block;
	margin-left: 7em;
}
div.field label, p.loginbox-sub label{
	display: block;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 10em;
}

/* Preview page information for ye_convert1.php*/
#previewInformationTable th {
	text-align: left;
}

@media print {
	body {
		font-family: "Times New Roman", Times, Serif;
		font-size: 80%;
	}

	div#menu,
	div#rightcontent,
	div#topbar,
	span.skiptocontent {
		display: none;
	}

	div#mainContent, div.body {
		width: 100%;
		overflow: visible;
	}
	span#banner {
		display: block;
		text-align: right;
	}

	p.footer {
		margin-bottom: 1.5em;
	}
}