/* BODY */
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* ANCHORS */
a:link, a:visited {
	color:#47A43B;	
	text-decoration:underline;
}

a:hover, a:active {
	color:#47A43B;
/*	background-color: #eee;*/
	text-decoration:none;
}


/* FORM ELEMENTS */
input[type="text"], input[type="password"], input[type="file"], textarea, select {
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}


textarea {
	font-size:12px;
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

.standard-form-field {
	margin-bottom: 10px;
	font-size: 12px;
}

.standard-outer-form {
	background-color: #f4f4f4;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-style: dotted;
	border-top-color: #e0e0e0;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
}

.big-inner-form-auto {
	border-width: 1px;
	border-style: dotted;
	border-color: #ccc;
	margin-left:20px;
	margin-right:20px;
	padding: 20px 10px 20px 10px;
	background-color: white;
}

/* FOOTER */
#footer {
	clear:both;
	font-size: 11px;
	color: #a2a2a2;
	text-align: center;
	margin-top: 20px;
	margin-bottom:10px;
	height:13px;
	padding-top: 5px;
	border-top: 1px dotted #e4e4e4;
}


#footer-links {
	float:left;
	width:70%;
	text-align:left;
}

#footer-links a {
	color: #347FA1;
}

#footer-copyright {
	float:right;
	width:30%;
	text-align:right;
}

#footer-brand {
	clear:both;
	text-align:right;
}

/* MESSAGES */
.MessageBox {
	font-size: 14px;
	padding: 4px;
	margin-bottom: 20px;
	font-weight:normal;
	text-align:center;
}

.MessageSuccess {
	background-color: #D8ECFF;
	color:#222;
	border: 1px solid #A4D3FF;
}

.MessageNotice {
	background-color: #E5CB86;
}

.MessageFailure {
	color: #FFF;
	background-color: #D11010;
	border: 1px solid #A80505;
}

.fieldWithErrors {
	display:inline;
}

.fieldWithErrors input {
	background-color: #FFF8A7;
/*	border: 1px solid red;*/
/*	display:inline;*/
/*	padding-top:1px;
	padding-bottom:2px;
*/}

.formError  {
	color: #B72C2C;
	padding-left: 190px;
}

/* INFO SUB CONTENT */
#info-subcontent h3, #info-subcontent h4 {
	margin:0;
	padding:0;
	padding-bottom:10px;
	color:#222;
	font-size:22px;
	font-weight:normal;	
}
#info-subcontent h4 {
	margin-top:20px;
	color:#334D99;
	font-size:18px;
}

#info-subcontent p {
	color: #444;
	font-size: 13px;
	line-height: 16px;
	padding:0;
	margin:0;
}

#info-subcontent ol, #info-subcontent ul {
	color: #444;
	font-size: 13px;
	line-height: 16px;
	list-style-image: url('/images/bitsandpieces/ListDotGreen.gif');
}

#info-subcontent li {
	margin-bottom: 15px;
}



/* RESOURCE LIST */

.Resource {
	margin-left: 10px;
}

.Resource .taggedlink, .Resource .resource-title {
	text-decoration:none;
	color: #195C7B;
	font-size: 18px;
	font-weight: normal;
}

.Resource .resource-information {
	font-size: 11px;
	color: #333;
	padding-left: 16px;
/*	margin-bottom: 5px;*/
}

.Resource .external-service-resource {
	margin-bottom: 5px;
}

.verified-resource {
	font-size: 11px;
	margin-top:2px;
}

.Resource .description {
	font-size: 12px;
	color: #666;
/*	padding-left: 16px;*/
	margin-bottom:8px;
}

