/* ############################################################################
   ##
   ##  Extranet Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */
   
#Primary {
	width: 100%;
}
#Secondary {
	display: none;
}

#Story {
	background: #ffffff url('/images/templates/storybox_bottom.gif') bottom left no-repeat;
	float: right;
	margin-left: 30px;
	width: 469px;
	margin-bottom: 20px;
}
#Story-Inner {
	background: transparent url('/images/templates/storybox_top.gif') top left no-repeat;
	padding: 6px;
	margin-bottom: 4px;
}
#Story-Text {
	padding: 14px;
}
#StoriesPaging {
	margin: 2px 100px;
	text-align: center;
}

#UserForm {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: 1px solid white;
	width: 100%;
}
	#UserForm td.col1 {
		padding-right: 30px;
	}
	#UserForm p {
		margin-bottom: 0.8em;
	}
	#UserForm label {
		width: 200px;
	}
	#UserForm table {
	}
	#UserForm table td {
		padding: 0px 4px 2px 0px;
		vertical-align: top;
	}
	#UserForm table td td {
		width: 190px;
	}
	#UserForm input.radio {
		border: none;
	}
	#UserForm input.text {
		width: 200px;
	}
	#UserForm input.longtext {
		width: 580px;
	}
	#UserForm textarea {
		width: 350px;
		height: 216px;
	}
	#UserForm input.submit-button {
		/*display: inline;*/
		width: 185px;
		height: 49px;
		font-family: Arial;
		font-size: 110%;
		font-weight: bold;
		color: #005088;
		/*text-transform: uppercase;*/
		background: url(/images/content/b_yellow.gif) top left no-repeat;
		border: none;
		cursor: pointer;
		margin-top: 20px;
	}
	#UserForm .large-button {
		display: block;
		margin: 0px 0px;
		padding: 4px 0px 0px 0px;
		width: 150px;
		height: 23px;
		text-align: center;
		background: url(/images/templates/bg_button_large.gif) top left no-repeat;
		border: none;
	}
		#UserForm .large-button a {
			font-family: Arial;
			font-size: 91.7%;
			font-weight: bold;
			color: #ffffff;
			text-transform: uppercase;
			text-decoration: none;
		}
