body {
	font-size: 10px;
}

div.moduletable h3,
.componentheading {
	font-size: 105%;
}

body {
		line-height: 105%;
		font-family: Arial, Helvetica, sans-serif;
}

.componentheading {
	font-weight: bold;
}


a:link,
a:visited {
	/* color: see style css */
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}


#fxContainer {
	position: absolute;
	padding-top: 0px;
	left: 0;
	z-index: 20;
	width: 100%;
}

#fxTarget {
	padding-top: 1px;
	margin: 0;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 19;
	height: 0;
	overflow: hidden;
}

#fxPadding {
	visibility: hidden;
	padding: 0 45px;
}

#fxShadow {
	position: relative;
	width: 100%;
	height: 6px;
	overflow: hidden;
	z-index: 20;
}

#fxTrigger {
	position: relative;
	cursor: pointer;
}

#fxTab {
	position: relative;
	bottom: 0;
	margin: -10px auto;
	text-align: center;
	height: 23px;
	line-height: 20px;
	font-weight: bold;
	width: 162px;
	z-index: 21;
}

#fxTab a:link,
#fxTab a:visited,
#fxContainer a:link,
#fxContainer a:visited {
	z-index: 100;
}

#fxTab a:hover {
	text-decoration: none;
}

#fxPadding div.moduletable h3 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
	height: 40px;
}

#fxPadding form {
	float: left;
	padding-left: 30px;
	height: 22px;
	margin-top: 8px;
}

#fxPadding div.loginelement {
	float: left;
	margin-left: 30px;
	height: 22px;
	line-height: 22px
}

#fxPadding div.loginelement input {
	width: 100px;
	padding-left: 5px;
}