/*Generated using the SkinsAhoy engine*/

html,body{
	font-family:Arial;
}

#logo{
	padding-top:20px;
}

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

#body{
	padding: 15px;;
	min-height:700px;
}

a{
	color: #277EB3;
}

h1{
	color:#4A7FC0;
}

#headlinks a, #headlinks a:visited, #headlinks a:link {
	color: #277EB3;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #277EB3;
	text-decoration: underline;
}


.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;
}

#appnav{
}

#appnav h4{
	border:none;
}

.ftEditForm{
	border:none;	
	width:700px;
}


#appnav h3{
	border:none;
	background:rgb(107,199,255);
	padding:15px;
	text-align:center;
	font-size: 11pt;
}

#appnav h4{
	border:none;		
	padding:5px;
}

.appform h2{
	background-color:#277EB3;
	color:white;
	
}
		
.appform .btn{
	font-size:90%;
	border:none;
	background:none;
}

.appform .l{
	width: 197px;
}

#appnav .current{
	border-left:none;
}

/*Custom Paths*/
#regform  div.hint > p{
	margin-top:120px;
}