/*
	#####################################################################
	# BASIC ELEMENT VISUAL STYLES
	#####################################################################
*/
	body {
		font-family: arial,helvetica,sans-serif;
		font-size: 0.69em;
		background-color: #EEEEEE;
		color: #555555;
	}

	#page {
		background-color: white;
	}

	img {
		border: 0;
	}

	a, a:link, a:active, a:visited {
		text-decoration: none;
		color: #0066CC;
	}

	a:hover {
		text-decoration: underline;
	}

	h1 {
		font-size: 150%;
		margin: 0 0 10px 0;
		color: #952A14;
	}

	h2 {
		font-size: 125%;
		line-height: 175%;
		margin: 0 0 10px 0;
	}

	h3 {
		font-size: 100%;
		line-height: 150%;
		margin: 0 0 5px 0;
	}

/*
	#####################################################################
	# SPECIAL CONTENT ELEMENT STYLES
	#####################################################################
*/

	div.pullQuote {
			display:inline;
			width:200px;
			float:right;
			border:1px #555 dotted;
			background-color:#FFE;
			line-height:30px;
			font-size:18px;
			font-weight:bold;
			font-style:italic;
			color:#888;
			padding:12px;
			margin-left:12px;
			margin-bottom:6px;
		}


/*
	#####################################################################
	# NAVIGATION STYLES
	#####################################################################
*/

	a.RootNavOff, a:visited.RootNavOff {
		display: block;
		background-color: #952A14;
		background-image: url('/data/shell/en/images/nav/RootOffCorner.gif');
		background-repeat: no-repeat;
		background-position: bottom left;
		padding: 2px 2px 2px 10px;
		border-bottom: 1px #B29E88 solid;
		color: white;
	}

	a.RootNavOn, a:visited.RootNavOn, a:hover.RootNavOff {
		display: block;
		background-color: #93896D;
		background-image: url('/data/shell/en/images/nav/RootOnCorner.gif');
		background-repeat: no-repeat;
		background-position: bottom left;
		padding: 2px 2px 2px 10px;
		border-bottom: 1px white solid;
		color: white;
		text-decoration: none;
}

	a.SubNavOff, a:visited.SubNavOff {
		display: block;
		color: #952A14;
		padding: 2px 0 2px 0;
	}

	a.SubNavOn, a:visited.SubNavOn {
		display: block;
		color: #952A14;
		padding: 2px 0 2px 0;
		font-weight: bold;
	}

	div.SubNavBorder {
		border-top: 1px dotted gray;
	}

/*
	#####################################################################
	# FOOTER STYLES
	#####################################################################
*/
	#footer {
		color: #333;
		text-align: right;
	}

	#footer a {
		color: #333;
	}


/*
	#####################################################################
	# INPUT FORMS
	#####################################################################
*/
	form {
		margin: 0;
		padding: 0;
	}

	label {
		display: block;
		float: left;
	}

	.FormBox {
		width: 474px;
		text-align: left;
		float: left;
	}

	.FormHelpBox {
		width: 300px;
		float: right;
	}

	.FormHelpBox .Label {
		font-weight: bold;
		margin: 0 0 2px 0;
	}

	.OnePerRow, .FullSize {
		width: 450px;
	}

	.TwoPerRow, .HalfSize {
		width: 225px;
	}

	.ThreePerRow, .ThirdSize {
		width: 150px;
	}

	.FormElement {
		text-align: left;
		float: left;
		margin: 0 3px 10px 3px;
	}

	.FormElement .Label, .FormLabel {
		font-weight: bold;
		color: #444;
		margin-bottom: 2px;
	}

	.FormElement .SubLabel {
		font-style: italic;
		font-weight: normal;
		margin-bottom: 2px;
	}

	.ButtonRow {
		margin-top: 25px;
		text-align: center;
	}

	.FormError {
		text-align: left;
		background-color: #FEE;
		border: 1px red solid;
		padding: 2px 5px 2px 25px;
		background-image: url(/data/shell/en/images/warn.gif);
		background-repeat: no-repeat;
		background-position: 5px center;
		margin: 5px 0 5px 0;
		line-height: 16px;
	}

	input.text, textarea.textarea, select {
		font-family: sans-serif;
		font-size: 12px;
		color: #444;
		border: 1px gray solid;
		background-color: #F7F7F7;
		padding: 2px;
	}

	input.checkbox, input.radio {
		margin-top: 1px;
		float: left;
	}

	input.button {

	}