img {
	border: 0px;
}

form {
	margin: 0px 0px 0px 0px
}

textarea,input {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal
}

option,select {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal
}

textarea.forminput,input.forminput {
	width: 99%
}

.tabletable {
	border: 1px solid #ffffff
}

.subheadtable {
	border: 1px solid #ffffff
}

.formtable {
	width: 100%;
	padding: 0px;
	spacing: 0px;
	border: 0px;
}

.formfield {
	vertical-align: middle;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff
}

textarea.chat {
	border: 1px solid #cccccc;
	font-size:9pt;
	width:340px;
	height:50px
}

iframe.chat {
	width:336px;
	height:403px
}

.teamhead {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold
}

.subform {
	padding:2px
}

.formrequired {
	vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #ff3300;
	padding-top: 2px;
}

.gap {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff
}


/*
NAVAREA
Styles for the main navigation
*/

div.navarea {
	border:1px solid;
	width:120px;
}
div.navitem {
	border-top:5px solid;
	border-bottom:5px solid;
	font-family:arial, helvetica, sanas-serif;
	font-size:8pt;
	font-weight:bold;
	height:19px;
	line-height:19px;
	width:116px;
}
div.navitem a, div.navitem a:visited {
	display:block;
	width:116px;
	background-position:0px 0px;
}
div.navitem a:hover, div.navitem a.whisper {
	text-decoration:none;
	background-position:0px 19px;
}
div.navitem a.on, div.navitem a.on:visited {
	background-position:0px 19px;
}
div.navitem a.logout, .navitem a.logout:visited {
}


/*
NAVCOMM
Styles for the community module navigation
*/

div.navcommarea {
	text-align:center;
	height:19px;
	padding:0px;
	margin:0px;
}
div.navcommarea table, div.navcommarea table tr {
	padding:0px;
	margin:0px auto;
	border-width:0px;
}
div.navcommarea table tr td {
	padding:0px;
	margin:0px;
	text-align:center;
}
div.navcommarea table tr td ul {
	margin:0px auto;
	padding:0px;
	list-style:none;
	height:19px;
	white-space:nowrap;
	border-right:1px solid;
}
div.navcommarea table tr td ul li {
	float:left;
	padding:0px;
	margin:0px;
	height:19px;
	border-left:1px solid;
}
div.navcommarea table tr td ul li a, div.navcommarea table tr td ul li a:visited {
	padding:0px;
	margin: 0px;
	padding-left:10px;
	padding-right:9px;
	font-family:arial, helvetica, sanas-serif;
	font-size:8pt;
	font-weight:bold;
	height:19px;
	line-height:19px;
	display:block;
	background-position:0px 0px;
}
div.navcommarea table tr td ul li a:hover {
	text-decoration:none;
	background-position:0px 19px;
}
div.navcommarea table tr td ul li a.on, div.navcommarea table tr td ul li a.on:visited {
	background-position:0px 19px;
}


/*
WHISPER2
Styles for the whisper module message display
*/

div.whisper2message {
	color:#bbbbbb;
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	padding:8px;
	padding-bottom:0px;
	margin-left:10px;
	margin-right:10px;
}
div.whisper2message table {
	padding:0px;
	margin:0px;
	width:100%;
}
div.whisper2message table tr td {
	text-align:left;
	vertical-align:top;
}
div.whisper2message table tr td.image {
	width:205px;
}
div.whisper2message table tr td.message {
	
}
div.whisper2message table tr td div.image {
	width:176px;
	text-align:center;
	padding-bottom:8px;
}
div.whisper2message table tr td div.message {
	padding-bottom:8px;
}
div.whisper2message table tr td div.message h4 {
	font-weight:normal;
	font-size:9pt;
	padding:0px;
	margin:0px;
}
div.whisper2message table tr td div.message p {
	padding:0px;
	margin:0px;
	padding-left:15px;
}
