/*
 * Preferences
 */

.preferences-picker
{
	width: 675px;
	margin-top: 10px;
	border: 1px solid black;
	background-color: #dfdfde;
}

.preferences-picker select
{
	width: 270px;
	height: 125px;
}

.preferences-picker input
{
	width: 97px;
}

.preferences-picker td
{
	text-align: center;
	padding-right: 0px;
}

.preferences-picker .preferences-button
{
	margin: 0px;
}

.alert-topics
{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.alert-topics th
{
	margin: 0px;
	padding: 2px;
	background-image: url( '../images/header-fade.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #003399;
}

.administration
{
	margin-top: 20px;
	margin-left: 50px;
}

.administration th
{
	font-weight: bold;
	text-align: left;
}

.administration td
{
	font-style: italic;
	padding-bottom: 10px;
	padding-left: 10px;
}

.preferences-results {
	width: 98%;
	margin-bottom: 10px;
}

.preferences-results th {
	padding: 5px;
	background-image: url( '../images/header-fade.gif' );
	background-repeat: repeat-x;
	background-position: bottom left;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid #003399;
}

.preferences-results td {
	padding-left: 2px;
	padding-top: 5px;
	vertical-align: middle;
}

.preferences-confirmation {
	font-weight: bold;
	margin-top: 120px;
	margin-bottom: 100px;
	text-align: center;
}

