﻿/* ================================
    CSS STYLES FOR CORNERSTONE PORTAL  v2.0 
	Training Page Specfic Items

 Janury 08		
		Start - FIPP 2 website Training page colour scheme
   ================================
*/   
html, body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	/*scrollbar-base-color: #1886E5;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-DarkShadow-Color: #333333;*/
}

div#header {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
/*	 background-color:#E51837; */
	

	}
div#header img
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #1886E5;
}

Div#TrainingPanel
{
float: right;
padding-Left:17px;	
}

Div#TrainingPanelimage
{
background-image:url('../images/FIPPPanelTopTraining.png');
width:241px;
text-align:center;
	font-size: 1.2em;
	font-weight: bold;
	color:White;
	padding-top: 10px;
height:25px;
}
.TrainingPanelRotator
{
	border-bottom:solid 5px #CACCCA;
	border-left:solid 1px #CACCCA;
	border-right:solid 1px #CACCCA;
	background-color:white;
	padding-bottom:5px;
/* height:205px;*/
	width:238px;
	 vertical-align:text-top;	
}

/* MEMBER LOGIN PANEL */

.memberback1 {
	background-color: #1E364A;
}
.memberback2 {
	background-color: #1C4971;
}
.memberback3 {
	background-color: #1B5D97;
}
.memberback4 {
	background-color: #1971BE;
}
.memberback5 {
	background-color: #1886E5;
}
.memberback2 a {
	 color:White ; 
}

.memberback2 a:hover 
{
	color: #1971BE; 
}

a.training:link {
	color: #2172BE;
}

a.training:visited {
	color: #2172BE;
}

a.training:hover {
	color: #2172BE;
	text-decoration: underline;
}

a.training:active {
	color: #2172BE;
}

/* Bread Crumbs */
div#infowrap div#breadcrumb {
	color: #333333;
	font-size:x-small;
	float:left;
	vertical-align:middle;
	}
	
div#breadcrumb span#breadtitle {
	color:#696969;
	font-size:x-small;
	}

div#breadcrumb span.arrow {
     background-image:url('../images/gridNext.gif');
    background-repeat:no-repeat;
    padding-left:10px;
    padding-top:6px;
    font-size:0px;
    color:White;
    overflow:hidden;
    background-position: 5px;
    }

 div#breadcrumb a {
    text-decoration:none;
    color:#1971BE;
    }	

div#breadcrumb a:hover {
    text-decoration:underline;
    }



/* ----- Module Title/Banner Controls ----- */
.ModuleTitle   {
	font-family: "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, sans-serif;
     font-size: 1.3em;
    font-weight: bold;
    color: #333333;
      width:99%;
     padding-left:5px;
	}

.ModuleTitle hr {
	background-color:#1971BE;
	color:#1971BE;
	height:1px;
	 margin-left:0px;
	   width:99%;
	}


.ModuleBanner {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold; 
    border-bottom: solid 1px #333333;
    text-align:center;
	}

/* ----- Master Module List ----- */

.MModuleItem a {
display:block;
width:300px;
vertical-align: middle;
font-weight: bold;
font-size: 1em;
text-align: left;
text-decoration: none;
outline:none;
background-image: url(../images/Trainingback.jpg);
background-repeat: repeat-x;
background-position: left bottom;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
color: #666;
margin-top: 6px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 90px;
border: 1px dotted #666;
}


.MModuleItem a:hover {
text-decoration: none;
background-image: url(../images/Trainingback2.jpg);
background-repeat: repeat-x;
background-position: left bottom;
color: #FFF;
}

/* ----- Module View ----- */
.Moduleduration {
	float: right;
	border: 1px solid #CACCCA;
	font-size: 0.9em;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 16px;
}
.Modulecourse-time{
	font-size: 1.3em;
	font-weight: bold;
}

.ModuleTitle {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 7px;
	float: left;
}
.moduleviewtop {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/FIPPPanelTopTraining.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 270px;
	padding-top: 10px;
	padding-left: 10px;
	letter-spacing: 0.05em;
}


.moduleviewtopbox {
	font-size: 1em;
	 margin-right:5px;

	margin-bottom: 20px;
	border: 1px solid #1970BD;
	overflow: auto;
}

.Moduledocs
{
font-size: 1.1em;
}

/* ----- Footers ----- */

div#footer div.links {
	margin-top:10px;
		color: #1971BE;
	}
.copyright {
	color: #666666;
	margin-left: 30px;
	font-size:xx-small;
}	
.footer-text {
	font-size:xx-small;
	line-height: 24px;
	color: #1971BE;
}
div#footer a:hover {
	text-decoration:none;
	color:#1886E5;
	}
