/*

Simon Crozier Virtual College 15 / 02 /06

Use:  Defines global layout details. 
*** To be overidden by IE specific Color and styling details to be held in color.css.

*/

/* **************************************************  Global Item *****************************************/
form{
margin-bottom:0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.topDate {
	float: right;
}

.header {
	overflow: hidden;
	min-width: 520px;
	height: 87px;
}

.navigation {
	text-align: center;
	min-width: 520px;
}

.navigation img {
	vertical-align: middle;
}

.subHeader {
	min-width: 520px;
}

.help {
	float: right;

}

.help img {
	vertical-align: middle;
}

.footer{
	margin-top: 0px;
	padding-top:10px;
}



.footerLeft {
	min-width: 50px;
	display: block;
}

.footerRight {
	
	float: right;
}

.sideArea {
	width: 150px;
	display: block;
	vertical-align: top; 
	float: left;  		 
}

.pageArea {
}

.exButton {
	display: inline;
}

.cloButton {
	display: none;
}
.recentUserActivityList th, .CourseRequestList th
{
color: #1C2F4A;
}


/* ###################################################### Global Items ####################################### */

/* ****************************************************** Help Plus ****************************************** */
#helpPlus {
    position: absolute;
    right: 0px;
    bottom: 0px;   
    
    height: 200px;
    width: 250px;
	border: solid 10px fuchsia;
}

#helpPlus h1 {
	font-family: Arial;
	font-size: 1em;
	color: Green;
	margin: 5px;
}

#helpPlus p {
	font-family: Arial;
	font-size: 1em;
	color: Green;
	padding: 5px;
	margin: 0px;
}

#helpPlus img {
	vertical-align: middle;
}
/* ###################################################### Help Plus ########################################## */

/* ****************************************************** Login Page ***************************************** */
.login{
	margin: 0 auto;
	width:91%;
}

.login .loginText {
	width: 65%;
	float: left;
}

.login .loginBox {
	
	display: block;
	margin-left: 64%;
}


/* ###################################################### End Login Page ##################################### */


/* ****************************************************** Home Page Items ************************************ */
.homepagePanel {
	
	width:95%;
	margin: 0px auto;
	margin: 0 auto;
	
}


/* Breaker is used to force the div to carried on if a floating element is longer than the main element */
.breaker {
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

.trainingPanel {
	width: 66%;
	float: left;
}

.profile {
	margin-left: 66%;
}

.profile img {
	vertical-align: middle;
	margin-top: 5px;
}

.profile a img{
	margin: 0px;
}
/*
.profileLabelAndValue{margin-bottom:2px;}*/



.messageCentre img {
	vertical-align: middle;
}

.messageCenter img {
	vertical-align: middle;
}

.calendar {
	display: table-cell;
	width: auto;
}

.calendar img {
	vertical-align: middle;
}

.calendarTable {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 15em;
}

.calendarHeaderRow {
	display: table-row;
}

.calendarHeaderCell {
	display: table-cell;
}

.calendarRow {
	display: table-row;
}

.calendarDayHasItems, .calendarDayHasNoItems, .calendarNotInMonth {
	width: 3em;
	display: table-cell;
}

.calendarSelectedDay {
	display: table-cell;
}

.dayDetails {
	width: 60%;
	float: right;
}


/*################################################### homepage Items #########################################*/

/* ************************************************** Course Details Items ********************************** */

.courseDetails {
	min-height: 530px;
	min-width: 520px;
}

.module {
	margin-left: 150px;
}

.moduleDetails 
{
}

.moduleTitle{
	padding-top: 5px;
	padding-bottom: 10px;
}

.moduleActivities {
	float: right;
	width: 30%;
}

.module .percentBar {
	float: right;
	width: 40%;
}

.scos, .attempts
{	display: none;
}


.scoPassed ul, .scoPreReq ul, .scoFailed ul, .scoNA ul, .attempt ul, .scoHeadings ul, .attemptHeadings ul
{   min-height:3em;
}



.preReq
{
	
}

.preReqStatus
{
	float:right;
}

.preReqTitle
{
	
}



.activityComments{
	width: 98.7%;
}

.expand{
	margin-top:5px;
	margin-bottom:10px;
}

.formLabel{
	padding-left: 5px;
	padding-top: 2px;
}

.formItem{
	padding: 0px;
}

/* ############################################## End Course Details ######################################## */

/* ********************************************** Training Record ******************************************* */

/* also references moduleTitle / ModulePercentage / Module from Course Details	*/
/*
.activeCourse {
	width: 100%;
}

.trainingRecord {
	min-height: 450px;
	min-width: 490px;
}

.courseDetailsLink {
	display: table-cell;
	width: 33%;
	text-align: right;
}



/* ############################################### End Traing Record ######################################## */


/* ********************************************** Scorm Player ********************************************** */
#overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#scormPlayer {
}

#scormPlayer a {
	display: block;
}

#scormPlayer img {
	vertical-align: text-bottom;
}

#scoFrame {
}


#innerOverlay {
	display: none;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
}


/* ############################################# End Scorm Player ########################################### */

/* ********************************************* QUIZ ITEMS ************************************************* */
.quiz
{
	width:91%;
}

/* ############################################### END QUIZ ################################################ */

/* ******************************************* Edit My details **************************************************** */



/* ############################################ END edit my details ##################################################### */
/* ******************************************* Help And Support **************************************************** */

.helpAndSupportPanel{
	width:91%;
	margin: 0px auto;
}

/* ############################################ END Help And Support ##################################################### */

/* ************************************************** Admin Dash Items *************************************** */

.adminDashBoardPanel {
	width:95%;
	margin: 0px auto;
	margin: 0 auto;
}

.StudentCourseEdit{
	width: 50%;
}

.profileDisplayEdit{
	padding-right: 0px;
	width: 50%;
}

.loginSummary
{
	margin-left: 52%;
	clear:right;
}

.ModuleList{
	clear: left;
	width: 50%;
}