﻿/* ================================
    CSS STYLES FOR CORNERSTONE PORTAL  v2.0 
	News 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: #FFCA06;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-DarkShadow-Color: #333333;*/
}

hr
{
	color:#CCA205
}

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 #FFCA06;
}


/* MEMBER LOGIN PANEL */

.memberback1 {
	background-color: #332801;
}
.memberback2 {
	background-color: #665102;
}
.memberback3 {
	background-color: #997904;
}
.memberback4 {
	background-color: #CCA205;
}
.memberback5 {
	background-color: #FFCA06;
}

.memberback2 a {
	 color:White ; 
}

.memberback2 a:hover 
{
	color: #E56D18;
}


/* News list */
.news-box {
	background-image: url(../images/training/back.jpg);
	background-repeat: repeat-x;
	background-position: center 10px;
}


/* News Search */
.NewsSearch
{
font-family: "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, sans-serif;	
 font-size:0.9em;
 
}

.NewsSearchLBl
{
 margin-left:60px;	
}

.NewsSearchItem
{
	width:60px;
	
	margin-top:2px;
	float:left;
	text-align:right;
}
.NewsSearchItem2
{
	float:left;
}

.NewsSearchButton
{
 margin-left:40px;
 width:100px;

	padding-left:10px;
}



.NewsSearchDrop
{
font-family: "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, sans-serif;	
 font-size:0.9em;
width:110px;	
}

div.NewsSearchResult {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	background-image: url(../images/Newsback.jpg);
	background-repeat: repeat-x;
	background-position: center 10px;
	border:solid 1px #CACCCA;
	height:95px;
	 z-index:0;
	}

div.NewsSearchResult a {
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	}

div.NewsSearchResult div.listpic {
	width:80px;
	float:left;
	}

div.NewsSearchResult div.newsSearchcontent {
	z-index:0;
	margin-left:80px;
	float:none;
	height:90px;
	font-size:0.9em;
	}

/* 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:#CCA205;
    }	

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.1em;
    color: #333333;
     padding-left:5px;
        font-weight: bold;
	}

.ModuleTitle hr 
{
	background-color:#CCA205;
	color:#CCA205;
	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;
	}

/* ----- Footers ----- */

div#footer div.links {
	margin-top:10px;
		color: #CCA205;
	}
.copyright {
	color: #666666;
	margin-left: 30px;
	font-size:xx-small;
}	
.footer-text {
	font-size:xx-small;
	line-height: 24px;
	color: #E56D18;
}
div#footer a:hover {
	text-decoration:none;
	color:#CCA205;
	}

.news-subscribe-back {
	background-image: url(../images/subscribe-folder/news-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;
}


.news-subscribe a {
	display:block;
	width:120px;
	background-image: url(../images/subscribe-folder/news-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;
}

.news-subscribe a:hover {
	background-image: url(../images/subscribe-folder/news-subscribe-off.gif);
}


