/* This CSS is site specific overrided for nofearbridge.com SACY site */
/* public and members site */



.redbg{
	background: #CC0000;	
}

/* -------------------------Site header layout----------------*/
/* This holds the whole of the header                         */
#headmaincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
height: 162px;
padding-top:3px;
}

/* This holds the header details pics                     */
#headmaincontainer2{
width: 945px;  
margin: 0 auto;  
background-color: #004800;
height: 137px;
padding-left: 12px;
padding-right: 12px;
padding-top: 2px;
border-radius: 10px;
box-shadow: 7px 7px 11px #818181;
}


/* The website for learners */
#headline3 {
margin-top: -3px; 
}

/*---------------------------  Public Page Banner -------------------------------------------------------------*/
.bannerpub {
	height: 53px;
	width: 490px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 9px;
	background-color: #FFF;
	color: black;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	border-radius: 40px;
}

/* --------------------------Site header navigation menu----------------*/

#nav-menu li a
{
    background-color: #0066CC;
	font-size: 1em;
	border-radius: 14px;
	margin: 0 10px 0 10px;
	border: none;
	box-shadow: 1px 1px 3px #000;
	padding-bottom: 1px;
}


#nav-menu
{
width:560px;
}


/* This is our standard button - use inline style for any changed attributes   */
.btn {
	-webkit-appearance:none;
	border: none;
	padding: 2px 5px 3px 5px;
	border-radius: 14px;
	box-shadow: 1px 1px 3px #000;
}


/* this is the go button on main index page */
.signupbtn {
	vertical-align:0%;     /* this was compromise because IE didn't like vertical align middle with box-shadow from btn */
	padding: 2px 10px 3px 10px;
}

/*  Change background and add pointer when hover over   */
.btn:hover {   
	background-color: #4276FF;
	cursor:pointer;
}

/*  If the button contains a link use white text:  */
/*  Note: changeing the text color doesn't work in Chrome so also put this as inline style on the <a>  */
.btn a:link {
	color: white;
	text-decoration:none;
}


.demosbanner {
	height: 36px;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	background-color: #004800;
	/* works for firefox and is valid. webkit options seemed to fail firefox css validation but doesn't matter */  
    background-image: -moz-linear-gradient(#004800,#004800 ); 
	background-image: -webkit-linear-gradient(#004800, #004800);
	border-bottom: solid black 2px;
	color: white;
	font-family: Arial;
	font-size: 1.95em;
	font-weight: bold;
	text-shadow: 2px 2px 3px #232323;
	text-align: center;
	border-radius: 25px;
	box-shadow: 7px 7px 11px #818181;
	padding-top: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* MEMBERS SITE CSS */
/* -----------------------------Side bar menu ---------------------------------------------------*/
.menu a {
   background: #003399;
   font-size: .9em;
	margin: 10px 0 10px 0;
	border-radius: 14px;
	border: none;
	box-shadow: 1px 1px 3px #000;
}
.menu a:hover  {
   color: white;
	background-color: #4276FF;
}




/* ------------------------------------------- Horizontal activities menu  --------------------- */
.actmenu {
   font-family: Verdana;
   width: 900px;
}

.actmenu li a
{
	font-size: 1em;
	border-radius: 14px;
	margin: 0 7px 0 0;
	padding: 2px 11px 2px 11px;
	border: none;
	box-shadow: 1px 1px 3px #000;
	background-color: #003399;
}

.actmenu a:hover  {
   color: white;
	background-color: #4276FF;
}

/*---------------------------  Page Banner -------------------------------------------------------------*/
.banner {
	height: 36px;
	width: 390px;
	margin-left: auto;
	margin-right: auto;
	background-color: #004088;
	/* works for firefox and is valid. webkit options seemed to fail firefox css validation but doesn't matter */  
    background-image: -moz-linear-gradient(#660000,#660000 ); 
	background-image: -webkit-linear-gradient(#333, #333);
	border-bottom: solid black 2px;
	color: white;
	font-family: Arial;
	font-size: 1.95em;
	font-weight: bold;
	text-shadow: 2px 2px 3px #232323;
	text-align: center;
	border-radius: 25px;
	box-shadow: 7px 7px 11px #818181;
	padding-top: 7px;
	margin-top: -4px;
	margin-bottom: 0px;
}

.linklisthdr {
	display: block;
	min-height: 16px;	
	padding: 4px 0 4px 5px;
	text-align: left;
	color: white;
	font-weight: bold;
	background-color: #004088;
	/* works for firefox and is valid. webkit options seemed to fail firefox css validation but doesn't matter */  
    background-image: -moz-linear-gradient(#660000,#660000 ); 
	background-image: -webkit-linear-gradient(#333, #333);
}

/* used in whichbiddingsystem.php */
.whichsys {
	border-collapse:collapse;
	margin:auto;
	margin-top: 3px;
}

.whichsys td {
	background-color:#EFEFEF;
	border: solid 1px black;
	padding: 4px;
	padding-right: 10px;
	width: 150px;
}


