/*========================================================

Global CSS file for Grants Online

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/***************
	Generic
***************/

body {
	background: #FFFFFF;
}

#wrapper {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

ul, li, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-family: Tahoma; /* replace */
	font-size: 24px;
	font-weight: bold;
	color: #262626;
}

h2 {
	font-family: Tahoma; /* replace */
	font-size: 18px;
	font-weight: bold;
	color: #262626;	
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1A6CB4;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #1A6CB4;
}

hr {
	display: block !important;
}

a {
	color: #114170;
	text-decoration: underline;
}

#breadcrumb a:hover, .content_section_text a:hover {
	text-decoration: underline;
}

#menu a, #breadcrumb a, #footer a, .column_left a {
	text-decoration: none;
}

.content_section_text h4 a:hover {
	text-decoration: none;
}

/***************
	Header
***************/

#header_wrapper {
	width: 100%;
	background: url("../images/header_background.png") repeat-x top;
}

#header {
	margin: 0px auto;
	position: relative;
	height: 140px;
	width: 982px;
}
/*
#header h1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 107px;
	width: 667px;
	margin: 0px auto;
}
*/

#header h1 a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	outline: none;
	height: 107px;
	width: 667px;
	text-indent: -9999px;
	background: url("../images/header_banner.png") no-repeat center;
}

#header #date {
	position: absolute;
	bottom: 8px;
	right: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #114170;
}

#header #date span {
	padding-right: 10px;
	color: #000000;
}

#header #login {
	position: absolute;
	top: 37px;
	right: 0px;
	height: 60px;
	width: 374px;
	padding-top: 3px;
	border: 0px;
	-moz-box-shadow: 0px 0px 4px #000000;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0px 0px 4px #000000;
	-webkit-border-radius: 12px;
	background: #262626;
}

#header #login form {
/*	display: none;*/
	margin: 2px auto 0px auto;
	width: 358px;
}

#header #login h6 {
	font-size: 8px;
	margin: 2px 0px 0px 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
/*	cursor: pointer;*/
}

#header #login form input.text {
	padding: 0px 5px;
	height: 14px;
	width: 137px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #000000;
}

#header #login form input.login {
	position: relative;
	top: 4px;
	right: 3px;
}

/***************
	Menu
***************/

#menu {
	margin: 0px auto;
	position: relative;
	height: 30px;
	background: url("../images/menu_background.png") repeat-x;
}

#menu ul {
	margin: 0px auto;
	list-style-type: none;
	height: auto;
	width: 982px;
}

#menu ul li {
	float: left;
	padding: 0px 8px;
	text-align: center;
}

#menu ul li.hover {
	background: url("../images/menu_hover.png") repeat-x;
}

#menu ul li.register {
	float: right;
	background: url("../images/menu_hover.png") repeat-x;
}

#menu ul li.current {
	background: url("../images/menu_active.png") repeat-x;
}

#menu ul li a {
	float: left;
	display: block;
	height: 22px;
	padding: 8px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 0px 2px #000000;
	color: #FFFFFF;
}

/***************
	Content
***************/

#breadcrumb {
	padding: 9px 0px 0px 18px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	color: #262626;
	background: url("../images/breadcrumb_background.png") repeat-x top;
}

#breadcrumb a {
	color: #666666;
}

#content_wrapper {
	background: url("../images/content_background.png") repeat-x top;
}

#content {
	position: relative;
	margin: 0px auto;
	width: 982px;
}

.content_section {
	padding: 0px 15px 15px 15px;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	min-height: 240px;
	background: url("../images/content_section_background.png") repeat-x top #404040;
}

.content_section_text {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 15px;
	background: #EEEEEE;
}

.content_section_text a {
	color: #114170;
}

.content_section_text h1 a {
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	color: #114170;
}

.content_section_text ul, .content_section_text ol {
	margin: 4px 14px 0px 14px;
}

.content_section_text ul li, .content_section_text ol li {
	margin-bottom: 4px;
}

.content_section_text input.text {
	padding: 2px 5px 1px 5px;
	height: 16px;
	width: 250px;
	border: 1px solid #999999;
	font-size: 12px;
	color: #000000;
}

.content_section_text textarea.text {
	padding: 2px 5px 1px 5px;
	width: 250px;
	border: 1px solid #999999;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}

.content_assets {
	list-style-type: none;
	float: right;
}

.content_assets li {
	margin-bottom: 20px;
	width: 200px;
	background: #FFFFFF;
}

.content_assets li h4 {
	padding: 11px 20px;
	font-size: 12px;
	color: #FFFFFF;
	background: url("../images/menu_background.png") repeat-x center top #222020;
}

.content_assets li div {
	padding: 10px 15px;
}

.content_assets li h5 {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #3A83D0;
}

.content_assets li p {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #262626;
}

.content_assets li a {
	float: right;
	font-weight: bold;
	text-decoration: underline;
	color: #262626;
}

.section_normal {
	margin: 0px 0px 10px 331px;
}

.section_wide {
	margin: 0px 0px 10px 245px;
}

.column_left {
	float: left;
	width: 316px;
}

.column_left_thin {
	float: left;
	margin: 0px 7px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #DDDDDD;
	padding: 15px;
	width: 165px;
}

.column_center_wide {
	
}

.column_center {
	margin-left: 165px;
	width: 641px;
}

.content_box {
	position: relative;
	float: left;
	margin: 4px 0px 20px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #DDDDDD;
	padding: 15px;
	height: 150px;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background: url("../images/content_box_background.png") repeat-x bottom #FFFFFF;
}

.content_box_tall {
	position: relative;
	float: left;
	margin: 4px 0px 20px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #DDDDDD;
	padding: 0px 0px 15px 0px;
	height: 200px;
	width: 180px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background: url("../images/content_box_background.png") repeat-x bottom #FFFFFF;
}

.content_box h3 {
	text-shadow: 0px 0px 2px #999999;
	color: #262626;
}

.content_box_tall h3 {
	padding-top: 9px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	height: 24px;
	font-size: 13px;
	text-shadow: 0px 0px 2px #333333;
	color: #FFFFFF;
	background: url("../images/content_box_title_background.png") repeat-x top #262626;
}

.content_box_tall h3.blue {
	height: 24px;
	background: url("../images/content_box_title_blue_background.png") repeat-x top #1A6CB4;
}

.content_box img {
	
}

.title {
	position: relative;
	height: 29px;
	padding: 11px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 0px 2px #000000;
	color: #FFFFFF;
	background: url("../images/title_background.png") repeat-x top;
}

.title span {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 10px;
	font-weight: bold;
}

.title span a {
	text-decoration: underline;
	color: #FFFFFF;
}

.grants_menu {
	position: relative;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
}

.grants_menu a {
	color: #114170;
}

.pagination {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.pagination span {
	color: #999999;
}

.pagination a span {
	color: #114170;
}

.pagination span.current_page {
	font-size: 15px;
}

.pagination span.current_page_side {
	font-size: 14px;
}

ul.news {
	list-style-type: none;
	width: 316px;
	background: #EEEEEE;
}

ul.news li {
	margin: 0px auto;
	width: 290px;
	padding: 12px 0px 12px 0px;
	border-bottom: 2px solid #AAAAAA;
	font-size: 10px;
	color: #000000;
}

ul.news li h4 {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}

ul.news li p {
	line-height: 1.4em;
}

ul.news li h4 a {
	border-bottom: 2px solid #3A83D0;
	color: #1A6CB4;
}

ul.news li a.view {
	display: block;
	margin-top: 8px;
}

ul.contact_form {
	list-style-type: none;
}

ul.contact_form li {
	margin-bottom: 10px;
	width: 500px;
	font-size: 12px;
}

ul.contact_form li label {
	float: left;
	margin-right: 10px;
	width: 140px;
	font-weight: bold;
	color: #000000;
}

ul.contact_form li span {
	float: right;
	width: 350px;
}

ul.contact_form li input.radio {
	margin-bottom: 10px;
}

ul.contact_form li input.checkbox {
	margin-bottom: 10px;
}

ul.contact_form li.wide {
	margin-bottom: 20px;
	width: 700px;
}

ul.contact_form li.wide label {
	width: 300px;
}

ul.contact_form input.button {
	margin-top: 10px;
	border: 1px solid #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100px;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	background: #666666;
}

#calls_for_proposals td {
	vertical-align: top;
	padding-bottom: 25px;
}

#calls_for_proposals table td:first-child {
	font-weight: bold;
}

#calls_for_proposals table tr td {
	border-bottom: 1px solid #CCCCCC;
}

#calls_for_proposals a {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

#calls_for_proposals h3 {
	margin-top: 20px;
}

#calls_for_proposals ul {
	list-style: none;
	margin: 20px 0px 20px 20px;
}

#calls_for_proposals ul a {
	display: inline;
	font-weight: normal;
}

.table_colour {
	border: none;
}

.table_colour tr:nth-child(odd) {
	background-color: #CCCCCC;
}

.error {
	padding: 10px;
	color: #FFFFFF;
	background: #AA0000;
}

.error h3 {
	color: #FFFFFF;
}

.error p {
	margin: 5px 10px 5px;
}

.error p a {
	text-decoration: underline;
	color: #FFCCCC;
}

.success {
	padding: 10px;
	color: #FFFFFF;
	background: #00AA00;
}

.success h3 {
	color: #FFFFFF;
}

.success p {
	margin: 5px 10px 5px;
}

.success p a {
	text-decoration: underline;
	color: #CCFFCC;
}

.login_error {
	margin-left: 10px;
	color: #FF6666;
}

/***************
	Home
***************/

#home_funding {
	padding-top: 20px;
	height: 192px;
/*	width: 639px;*/
}

#home_funding h2 {
	margin: 0px auto;
	height: 40px;
	width: 628px;
	text-indent: -9999px;
	background: url("../images/never_miss_an_opportunity.png") no-repeat top center;
}

#home_funding h3 {
	margin: 0px auto;
/*	width: 614px;*/
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000000;
	text-align: center;
	line-height: 22px;
	color: #FFFFFF;
}

#home_funding #subscribe_trial {
	margin: 10px auto 0px auto;
	width: 530px;
}

#home_funding #subscribe_trial #subscribe {
	margin-right: 20px;
}

#newsletter {
	position: absolute;
	top: 1px;
	right: -29px;
	height: 216px;
	width: 329px;
	background: url("../images/newsletter_background.png") no-repeat;
}

#newsletter form {
	position: relative;
	margin: 20px auto 0px auto;
	width: 210px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#newsletter form h3 {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000000;
	line-height: 22px;
	color: #FFFFFF;
}

#newsletter form label {
	display: block;
	margin: 6px 0px 2px 0px;
	color: #333333;
}

#newsletter form input.text {
	padding: 0px 5px;
	height: 14px;
	width: 200px;
	border: 1px solid #999999;
	font-size: 11px;
}

#newsletter form input.email {
	padding: 0px 5px;
	height: 14px;
	width: 155px;
	border: 1px solid #999999;
	font-size: 11px;	
}

#newsletter form input.signup {
	position: absolute;
	right: 0px;
}

.home_section {
	margin: 30px 0px 0px 0px;
/*	height: 292px;*/
	text-align: center;
}

.home_section img.section_title {
	margin-bottom: 10px;
	height: 85px;
}

.home_section h3 {
	margin: 0px auto 6px auto;
	width: 165px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.home_section h3 a {
	color: #333333;
}

.home_section span {
	display: block;
	margin: 0px auto 6px auto;
	width: 165px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.home_section .button {
	display: block;
	margin: 0px auto;
	padding-top: 5px;
	border: 0px;
	height: 18px;
	width: 130px;
	font-size: 11px;
	font-weight: bold;
	color: #262626;
	cursor: pointer;
	background: url("../images/home_button_background.png") no-repeat 0px 0px;
}


/***************
	Footer
***************/

#footer {
	position: relative;
	margin: 4px auto 0px auto;
	height: 43px;
	width: 982px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: url("../images/footer_background.png") repeat-x #535353;
}

#footer a {
	color: #FFFFFF;
}

#footer_left {
	position: absolute;
	top: 11px;
	left: 35px;
}

#footer_left ul {
	list-style-type: none;
}

#footer_left ul li {
	float: left;
	margin-right: 10px;
}

#footer_right {
	position: absolute;
	top: 11px;
	right: 35px;
}
