    #language ul li a {
        text-decoration: underline;
        color: #1C4D7D;
    }

    #language ul li.active{
        text-decoration: none;
        color: #141414;
    }


	div.customer_box  {
		margin: 10px 0 15px 12px;
	}


		div.customer_box  a {
			font-size: 0.8em;
			text-decoration: none;
			color: #555354;
		}

			div.customer_box  a:hover {
				color: #000000;
			}


		div.customer_box input {
			width: 9em;
			margin: 0 0 5px 0;
			padding: 2px 0 2px 3px;
			border: 1px solid #AFAFAF;
			background-image: url(../images/se_input_background.gif);
			background-repeat: repeat-x;
			color: #555354;
		}

		div.customer_box br {
			clear: both;
		}

			div.customer_box input:hover {
				border: 1px solid #1C4D7D;
				color: #1C4D7D;
			}

		div.customer_box input.submit {
			background-image: none;
			background-color: #AFAFAF;
			border: none;
			padding: 1px 2px 1px 2px;
			width: auto;
			float: left;
			margin: 0 10px 0 0;
		}

			div.customer_box input.logout {
				float: right;
			}

			div.customer_box input.submit:hover {
				color: #FAFAFA;
				background-color: #1C4D7D;
			}

		div.customer_box span {
			font-size: 0.8em;
			color: #1C4D7D;
		}
		
	div.customer_box  {
		display: none;		
	}

	noscript {
		color: #555354;
		margin: 10px 6px 5px 7px;
		font-size: 0.8em;
		display: block;
		background-image: url(../images/se_icon_info.png);
		background-repeat: no-repeat;
		padding: 0 0 0 30px;
	}
	
	#datetime_container {
		position: absolute;
		top: 10px;
		right: 30px;
		font-size: 0.7em;
	}

#menu h1{
	font-size: 1.4em;
}

/* widgets */
div.se_widget {
	border: 1px solid #00355b;
	padding: 5px 5px 5px 5px;
	float: left;
	background-image: url(../images/se_widget_background.gif);
	background-repeat: repeat-x;
	background-color: #4A92DE;
	color: #CCD6E1;
	width: 240px;
	margin: 0 15px 15px 10px;
	height: 90px;
}

	div.se_widget h1 {
		font-size: 0.6em;
	}

div.se_footer {
	clear: both;
}

#portal_message {
	font-size: 0.9em;
	height: 15px;
	float: left;
	margin: 2px 0 0 0;
	width: 80px;
}

	#portal_message {
		color: #00355b;
	}

	#portal_message a {
		font-size: 1.2em;
	}

div.se_portal span {
	float: left;
	margin: 0 0 4px 0;
}

	div.se_portal span.indent {
		width: 14em;
	}

div.se_portal br {
	clear: both;
}