﻿/* ================================
    CSS STYLES FOR CORNERSTONE PORTAL  v2.0 
	Launches Page Specfic Items

 Janury 08		
		Start - FIPP 2 website Training page colour scheme
   ================================
*/   
html, body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, sans-serif;
	/*	scrollbar-base-color: #AFC7FF;
	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 #AFC7FF;
}


/* MEMBER LOGIN PANEL */

.memberback1 {
	background-color: #3C5C97;
}
.memberback2 {
	background-color: #5F91F0;
}
.memberback3 {
	background-color: #7EA2FF;
}
.memberback4 {
	background-color: #96AFFF;
}
.memberback5 {
	background-color: #AFC7FF;
}
.memberback2 a {
	 color:White ; 
}

.memberback2 a:hover 
{
	color: #AFC7FF;
}

/* 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:#96AFFF;
    }	

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;
     padding-left:5px;
	}

.ModuleTitle hr {
	background-color:#96AFFF;
	color:#96AFFF;
	height:1px;
	 margin-left:0px;
	}



.ModuleBanner {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold; 
    border-bottom: solid 1px #333333;
    text-align:center;
	}

/* ----- Footers ----- */

div#footer div.links {
	margin-top:10px;
		color: #96AFFF;
	}
.copyright {
	color: #666666;
	margin-left: 30px;
	font-size:xx-small;
}	
.footer-text {
	font-size:xx-small;
	line-height: 24px;
	color: #96AFFF;
}
div#footer a:hover {
	text-decoration:none;
	color:#AFC7FF;
	}


.launches-subscribe-back {
	background-image: url(../images/subscribe-folder/launches-subscribe-back.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px;
	height: 80px;
	width: 158px;
	font-size: 0.9em;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
	line-height: 1.5em;
}


.launches-subscribe a {
	display:block;
	width:120px;
	background-image: url(../images/subscribe-folder/launches-subscribe-on.gif);
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 20px;
	margin-right:20px;
	text-transform: uppercase;
}

.launches-subscribe a:hover {
	background-image: url(../images/subscribe-folder/launches-subscribe-off.gif);
}


