html,body{
	font-family:arial, Helvetica, sans-serif;
}

#header{
	background-color: #edfdfb;
}

#logo{
	width:960px;
	margin:0 auto;
	padding: 30px 0;
}

#banner{
	margin: 0 auto;
	background-image: url(/s/site/ACCAN/Grants_guidelines_cover.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 50%;
	width: 100%;
	height: 100%;
	min-height: 450px;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
}

#head{
    height:40px;
	line-height:40px;
}

#head a, #head a:link, #head a:visited{
	font-size:16px;
	color:#2a51a9;
	padding:5px;
}

#head a:hover, #head a:active, #head a:focus{
	color: #b00707;
}

#user, #headlinks{
	margin:0px;
}

#body{
	padding: 15px;
	min-height:700px;
	background-color:white;
	color: #454545;
}

a, a:link, a:visited{
	border:1px solid transparent;
	color: #2a51a9;
}

a:hover, a:active, a:focus {
	color: #b00707;
	text-decoration: underline;
	border:1px solid transparent;
}

a:focus{
	border:1px dotted #0172a8
}

.sg-time {
	text-decoration: none;
	color: #454545;
}

h1{
	margin:20px 0;
	font-size: 29px;
	font-weight: 400;
}

h2{
	margin:20px 0;
	font-size: 25px;
	font-weight: 400;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#appnav{
	float:left; /*This is for appnav on left side*/
	background-color:white;
	border:none;
	margin-bottom:-4000px;
	color:black;
	padding:0px;
	font-size:16px;
	font-weight:100;
	width:210px;
}

#appnav .current{
	border:none;
	padding:8px;
	margin:0px;
	font-size: 16px;
	font-weight: 600;
	color: #b00707;
	background-color: white;
}

#appnav h3{
	border:none;
	margin:0px;	
	padding:8px;
	font-size:18px;
	background: #44c8f5;
}

#appnav li{
	border:none;
	padding:0px;
	margin:0px;
	font-weight:100;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	padding:8px;
	font-size:16px;
	font-weight:600;
}

#appnav a:hover,#appnav a:active, #appnav a:focus{
	padding: 15px;
	background-color: #edfdfb;
}

/*This is for appnav on left side*/

#htmlForm .appform{
	margin-left:230px;
}
 
/*End: This is for appnav on left side*/

.ftEditForm,.ftViewForm{
	border:none;
	width:700px !important;
}

.appform h2, .ftEditPageHeading{
	background-color:#44c8f5;
	color:white;
	width:inherit;
}

.ftEditSectionHeading{
	background-color:#44c8f5;
	color:white;
	width:inherit;
}

.ftEditColumnHeading{
	background-color:transparent;
	font-size:18px;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	/*padding: 5px;
	margin: 10px 0 10px 0;*/
	position: relative;
    background-color:transparent;
    border:none;
}


.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
    background-color: #eee;
    color: black;
    border: none;
    font-size:14px;
    text-decoration:none;
    cursor:pointer;
	border: 1px solid #666;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover{
    
}

.appform .btn .next, .appform .btn .review{
    
}

.appform .btn input.btndisabled{
    cursor:not-allowed;
}

.appform .btn .prev{
   
}

.appform .btn .mid{
    width: 410px;
}

.appform .l{
	width: 197px;
}

#lastSaved{
    margin-top:-70px;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

.iconbar .item-narrow{
	width:175px;
}

#footer{
	height:160px;
	background-color:black;
	color:white;
}

#footer-content{
	width: 960px;
	margin:0 auto;
}

h4{
	font-weight: 400;
	color: white;
	font-size: 15px;
	margin-bottom: 15px;
}

.footer-position{
	width: 45%;
	float: left;
	height: 85px;
	padding: 15px;
	margin-top: 0px;
	font-size: 14px;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	margin-bottom:0px;
}

.organisation{
	
}

#footer a, #footer a:link, #footer a:visited{
	color:white;
	text-decoration:none;
	border:1px solid transparent;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:aaa;
	text-decoration:underline;
	border:1px solid transparent;
}

#footer a:focus{
	border:1px dotted #0172a8
}

#footer-lower{
	height:240px;
	background-color:#44c8f5;
}

/*This is necessary for an ie11 glitch.*/
.questionLegend{
	width:inherit;
}
