/* DEFAULT STYLES FOR SAUSAGE FORMS

Historical styles (prefixed "ff_") are included temporarily to cover the finance application form which uses a fuseaction 

New styles are prefixed "fg_" and are the only ones with lifespan

*/


.fg_OuterContainer {
	text-align:center;
}


.fg_Container, .ffContainer {
	text-align:left;
	width:98%;
}


.fg_intro {

}


.fg_note {
	font-size:9px;
}



.fg_form {
	margin:0px;
	padding:0px;
}


.fg_elementTitle {
	clear:left;
	float:left;
	width:100%;
	margin-top:20px;
	border-bottom:1px solid #eee;
}


.fg_element, .ffitemHolder {
	clear:left;
	float:left;
	margin-top:10px;
	width:99%;
}


.fg_caption, .ffitemLabel {
	float:left;
	width:40%;
	margin-right:4px;
}

.fg_field {
	clear:none;
	float:left;

}

.fg_menu, .ffitemSelect, .ffmenu, .formaSearchmenu {
	float:left;
	font-size:10px;
}

.fg_input, .fg_field {
	clear:none;
	float:left;
	font-size:10px;
	width:150px;
}

.fg_textarea {
	float:left;
	font-size:10px;
	width:150px;
	height:100px;
}


.fg_radio {
	float:left;
}

.fg_submit {
	clear:left;
	float:left;
	margin-top:10px;
}

.fg_submitButton {
	background-color:white;
	color:black;
	border:1px solid #aaa;
	margin-left:190px;
	font-size:10px;
	padding: 0px 10px 0px 10px;

}



.formElementTitle{
background-color:white;
font-weight:bold;
text-align:center;
}



/* NEWS ROOM STYLES  */



.nr_item {
	float:left;
	width:32%;
	margin-right:10px;
	padding:4px;
	border:1px solid #ccc;
	background-color:1px solid #ddd;
}

.nr_title {
	font-weight:bold;
}

.nr_date {
	font-size:10px;
	font-weight:normal;
	width:100%;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}

.nr_summary {font-weight:normal;}


