/* FUNDING TOOLKIT CSS V0.1*/
/* AUTHOR: IAN NORTON - LCC*/
/* GRAPHICS LAYOUT AND COLOURS: CENTRAL DESIGN - LCC*/
/* Created: 05/05/06*/

/*SITE WIDE STYLES */
body
{
font-family: arial, "lucida console", sans-serif;
text-align: center; /* for IE */
color: #6a5396;
background-color: #ffffff;
margin: 2px 0px 0px 0px;
}

tr.even
{
 	text-align: left;
    font-family: sans-serif;
	background-color: #F6EFFF;
} 

tr.odd
{
	text-align: left;
    font-family: sans-serif;
	background-color: #ffffff;
} 

.news td, th
{
	text-align: left;
	border-collapse: collapse;
	padding: 5px;
}

p
{
font-size:0.9em;
}


h1{
margin-top:0px;
font-size:1.4em;
}

h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
img
{ 
border:none;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 1px solid #7ea0b1;
	width: 770px;
	}
	
/* HOME SPLASH PAGE STYLES */
#homesplash
{ 
	height:360px;
	background-image: url('fundingtoolkitsplash.jpg') ;
	background-repeat: no-repeat;
	background-position: 0px 20px;
}

#homesplash_bottomframe 
{
	padding: 25px 0px 25px 0px;
	background-color: #7ea0b1;
	color:#ffffff;
	text-align:right;
	width:100%;
  }
#homecontent{
	color:#6a5396;
	background-color:inherit;
	padding: 100px 20px 0px 0px;
	float:right;
	text-align:center;
	font-weight:bold; 
	width: 60%;
}

.homecontent{
	width: 80%;
	margin: 0 auto;
}

#footer_home{
	background:#889faf;
	clear:both;
	text-align: right; 
	padding:15px 27px 15px 15px;
}

#homecontent h1 {
	background-color:inherit;
	color: #9d3283;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.7em;
}

#homecontent p {
	margin-top: 0px;
	margin-bottom: -30px;
}

.enterbutton	
{
	width: 120px;
	color: #ffffff; 
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 2px 0px 2px 0px; 
	border-width: 2px; 
	border-color: #fff036; 
	border-style: solid; 
	text-decoration: none; 
	background: #7ea0b1; 
	font-weight:bold;
	cursor: pointer;
}

.enterbutton:hover	
{ 
	text-decoration: underline; 
}


#wrap_5stepsplash
{
	background:#889faf;
	margin:0 auto;
	width:770px;
	border: 1px solid #7ea0b1;
	text-align:left; /*Fix for IE DIV centre headache*/
}

#stepsplash
{
	width:100%;
	background:inherit;
	
	text-align:center;
}

#wrap_stepone {
	background:#9a9a2d;
	margin:0 auto;
	width:770px;
	border: 1px solid #7ea0b1;
	text-align: left; /*Fix for IE DIV centre headache*/
}

#wrap_steptwo {
	background:#477434;
	margin:0 auto;
	width:770px;
	border: 1px solid #7ea0b1;
	text-align: left; /*Fix for IE DIV centre headache*/
}

#wrap_stepthree {
	background:#028395;
	margin:0 auto;
	width:770px;
	border: 1px solid #7ea0b1;
	text-align: left; /*Fix for IE DIV centre headache*/
}

#wrap_stepfour {
	background:#006f9b;
	margin:0 auto;
	width:770px;
	border: 1px solid #7ea0b1;
	text-align: left; /*Fix for IE DIV centre headache*/
}

#wrap_stepfive{
	background:#663066;
	margin:0 auto;
	width:770px;
	border: 1px solid #7ea0b1;
	text-align: left; /*Fix for IE DIV centre headache*/
}

#wrap_generic{
	background:#6a5396;
	margin:0 auto;
	width:770px;
	border: 1px solid #7ea0b1;
	text-align: left; /*Fix for IE DIV centre headache*/
}

#header
{
background:#fff;
padding:5px;
min-width:760px;
height:85px;
}

#headleft
{
	background:inherit;
	float:left;

	position:inherit;
}
#headright
{
	background:inherit;
	float:right;
	margin-top:20px;
	/*margin-right:10px;*/
}

#nav {
	background:inherit;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:0.8em;
	clear:both;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li.lispan{
	display:inline;
	vertical-align:top;
	top:4px;
	padding:3px 3px 3px 19px;
	margin-right:4px;
	border: 1px solid #ffec00;
	position:relative;
	z-index:1;
	height:25px;
}

#nav li.dblispan{
	display:inline;
	vertical-align:top;
	top:4px;
	padding:3px;
	margin-left:35px;
	/*margin-right:10px;*/
	border: 1px solid #ffec00;
	position:relative;
	z-index:1;
	height:25px;
}

#nav li{
	display:inline;
	padding:3px 3px 3px 3px;
}
/*
#sidebar {
	background:inherit;
	float:left;
	width:140px;
	margin-left:25px;
	position:inherit;
}
*/
#sidebar {
	background:inherit;
	float:left;
	width:170px;
	margin-left:15px;
	position:inherit;
}

#main {
	background:#fff;
	float:right;
	width:520px;
	margin-right:15px;
	padding:10px;
	border:2px solid #ffec00;
	font-size:0.8em;
}
#main table, th, td, tr{
	font-size:1em;
	padding: 5px;
}

#main_gen {
	background:#fff;
	float:right;
	width:520px;
	margin-right:15px;
	padding:10px;
	border:2px solid #937eb1;
}
#footer{
	background:inherit;
	clear:both;
	text-align: right; 
	padding:15px 27px 15px 15px;
}

#searchtop
{
vertical-align:top;
}

/* SPANNER IMAGE POSITIONING */

.spanner{
position:relative;
top:60px;
left:-185px;
z-index:2;
}

/*LINK STYLES */

a:visited
{
color:#735596;
text-decoration:underline;
}

a:link
{
color:#735596;
text-decoration:underline;
}

a:active
{
color:#735596;
text-decoration:none;
}

a:hover
{
color:#735596;
text-decoration:none;
}

div#sidebar a:visited
{
text-decoration:none;
}

div#sidebar a:link
{
text-decoration:none;
}

div#sidebar a:hover
{
text-decoration:underline;
}

div#sidebar a:active
{
text-decoration:underline;
}

div#headright a:visited
{
text-decoration:none;
}

div#headright a:link
{
text-decoration:none;
}

div#headright a:hover
{
text-decoration:underline;
}

div#headright a:active
{
text-decoration:underline;
}

a.lispan:visited
{
color:#fff;
text-decoration:none;
}

a.lispan:link
{
color:#fff;
text-decoration:none;
}

a.lispan:active
{
color:#fff;
text-decoration:underline;
}

a.lispan:hover
{
color:#fff;
text-decoration:underline;

}

.leftnav
{
padding-bottom:10px;
font-size:1.1em;
}

.leftnavparent
{
padding-left:-10px;
font-size:0.8em;
color:#fff;
}

.leftnavchild
{
padding: 3px;
font-size:0.8em;
font-weight:bold;
color:#fff;
border-bottom:1px solid yellow;
}

.nav5self
{
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background:#fff;
color:#9d3283;
font-size:0.9em;
padding:2px;
font-weight:bold;
}

.nav6self
{
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background:#fff;
color:#9d3283;
font-size:0.8em;
padding:2px 2px 2px 15px;
font-weight:bold;
}

.nav6child
{
background:#bdaecf;
color:#6a5396;
padding:2px 2px 2px 15px;
font-size:0.8em;
font-weight:bold;
}


div.nav5self a:link
{
color:#9d3283;
}

div.nav5self a:hover
{
color:#9d3283;
}

div.nav5self a:visited
{
color:#9d3283;
}

div.nav5self a:active
{
color:#9d3283;
}

div.nav6self a:link
{
color:#9d3283;
}

div.nav6self a:hover
{
color:#9d3283;
}

div.nav6self a:visited
{
color:#9d3283;
}

div.nav6self a:active
{
color:#9d3283;
}


div.leftnav a:link
{
color:#fff;
}

div.leftnav a:hover
{
color:#fff;
}

div.leftnav a:visited
{
color:#fff;
}

div.leftnav a:active
{
color:#fff;
}

div.leftnavparent a:link
{
color:#e1e1e1;
}

div.leftnavparent a:hover
{
color:#e1e1e1;
}

div.leftnavparent a:visited
{
color:#e1e1e1;
}

div.leftnavparent a:active
{
color:#e1e1e1;
}

div.leftnavchild a:link
{
color:#fff;
}

div.leftnavchild a:hover
{
color:#fff;
}

div.leftnavchild a:visited
{
color:#fff;
}

div.leftnavchild a:active
{
color:#fff;
}

/* MENU STYLES */
.menu1 {
  width:490px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
.menu1 li {
  float:left;
}
.leftborder
{
border-left:1px solid #9d3283; 
border-bottom:1px solid #9d3283;
padding-top:10px;
padding-left:4px;
padding-bottom:4px;
}
.bottomborder
{
border-bottom:1px solid #9d3283;
padding-top:10px;
padding-left:4px;
padding-bottom:4px;
}
.none
{
padding-left:4px;
padding-top:4px;
}
.leftonly
{
border-left:1px solid #9d3283; 
height:32px;
padding-left:4px;
padding-top:4px;
}
.doubleleftonly
{
	border-left:1px solid #9d3283; 
	height:32px;
	padding-left:4px;
	padding-top:4px;
	display:block;
	width:180px;
	color:#6a5396; 
	background:#fff; 
	text-align:left;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none; 
	float:left; 
	vertical-align: top;
}

.leftborderdouble
{
	border-left:1px solid #9d3283; 
	border-bottom:1px solid #9d3283;
	padding-top:10px;
	padding-left:4px;
	padding-bottom:4px;
	width:180px;
}
.menu1 a {
  display:block;
  width:90px;
  color:#6a5396; 
  background:#fff; 
  text-align:left;
  font-size:0.8em;
  font-weight:bold;
  text-decoration:none; 
  float:left; 
  }
.menu1 a:hover {
  color:#fff; 
  background:#08c;
  }
.menu1 form{
margin-bottom:-10px;
vertical-align: top;
}

.gosearch{
	width: 24px;
	color: #ffffff; 
	border: 1px solid #9d3283; 
	text-decoration: none;
	text-align:center;
	background: #9d3283; 
	cursor: pointer;
}

.top
{
vertical-align: top;
}

.inline
{
display:inline;
}
.center
{
text-align:center;
}

/*small grants fund graphic - Added IN 21st December 2006 - Merry Christmas! */

.smallgrants{
padding-top:10px;
}

/* Print styles */

.normal
{
text-align: left;
padding:10px;
}

/* *** Highlight Search Text - Added by Meena Mistry - 25/10/2006 *** */
.highlight {background-color:#FFFF99;}