/*
 * Preferences
 */

.preferences
{
	width: 648px;
}

.preferences th
{
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	width: 5%;
	white-space: nowrap;
}

.preferences td
{
	padding-right: 20px;
	width: 45%;
}

.preferences select, .preferences input, .preferences textarea
{
	width: 100%;
}

/*
 * Tabstrip
 */

.tab-top
{
	width: 100%;
}

.tab-top th {
	vertical-align: bottom;
}

.tab-top td {
	width: 100%;
	border-bottom: 1px solid #888888;
}

.tab-top input {
	background-image: url( '../images/tab-off.gif' );
	background-repeat: no-repeat;
	background-color: #888888;
	border: 0;
	font-size: 10pt;
	font-family: verdana;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 5px;
	width: 177px;
	height: 33px;
}

.tab-top div {
	background-image: url( '../images/tab-on.gif' );
	background-repeat: no-repeat;
	border: 0px;
	font-size: 10pt;
	font-weight: normal;
	line-height: 27px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 177px;
}

.tab-body {
	width: 700px;
	border-left: 1px solid #888888;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.tab-body h2
{
	position: relative;
	left: -5px;
	margin-bottom: 12px;
	margin-top: 6px;
}

.tab-body
{
	text-align: left;
	background-image: url( '../images/header-bottomfade.gif' );		
	background-repeat: repeat-x;
	background-position: left bottom
}

.preferences-button
{
	margin-top: 20px;
	margin-bottom: 10px;
}

