﻿/* ================================
    CSS STYLES FOR CORNERSTONE PORTAL  v2.0 
	Default Page Specfic Items

 Janury 08		
		Start - FIPP 2 website Training page colour scheme
   ================================
*/   


html, body {

/*	scrollbar-base-color: #BE1932; 
	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 #5E0915;
}

/* MEMBER LOGIN PANEL */
.memberback1 {
	background-color: #BE1932;
}
.memberback2 {
	background-color: #A21429;
}


.memberback3 {
	background-color: #800E1F;
}
.memberback4 {
	background-color: #5E0915;
}
.memberback5 {
	background-color: #341419;
}
.memberback2 a {
	 color:White ; 
}

.memberback2 a:hover 
{
	color:#341419; 
}



/* 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:#BE1932;
    }	

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;
	}

.ModuleTitle hr {
	color:#BE1932;
	height:1px;
	background-color:#BE1932;
	 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: #BE1932;
	}
.copyright {
	color: #666666;
	margin-left: 30px;
	font-size:xx-small;
}	
.footer-text {
	font-size:xx-small;
	line-height: 24px;
	color: #BE1932;
}
div#footer a:hover {
	text-decoration:none;
	color: #BE1932;	
	}
	
	
/* ----- Footers ----- */	
	.FIPPMembers
{
 font-family: "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, sans-serif;
 padding: 0px 0px 0px 15px;
 margin: 0px 0px 0px 5px;
 background-image:url("../images/menu_head_f2.gif");
 font-size:105%;
 font-weight:bold;
 color :White;


}
.FIPPMembers2
{

 border-right:solid 1px gray;
 border-left :solid 1px gray;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
	
}
.FIPPMembersText
{
font-size:x-small;
border-right:solid 1px gray;
border-left :solid 1px gray;
border-bottom :solid 1px gray;
margin:5px 5px 5px 5px;
padding:5px 5px 5px 5px;
}
.FippmembersTextbox
{
  margin-left:5px;	
  margin-top:5px;
font-family: "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, sans-serif;
}

/* -----Committe Members----- */
Div#NewMembersPanelimage
{
background-image:url('../images/home-top-small.png');
width:230px;
text-align:center;
	font-size: 1.2em;
	font-weight: bold;
	color:White;
	padding-top:5px;
height:23px;
}

Div#CommitteeMembersPanel
{
float: Left;
padding-right:17px;	
padding-left:0px;

}
.CommitteeMembersPanelbody {
	font-size: 1em;
	width: 575px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BE1932;
	border-bottom-color: #BE1932;
	border-left-color: #BE1932;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BE1932;
	padding: 2px;
}
.CommitteeMholder {
	background-image: url(../images/boardback.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: auto;
	height:45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CACCCA;
}
.CommitteeMcopy {
	float: left;
	width: 30%;
	margin-right: 15px;
	font-size: 0.9em;
}

