@charset "utf-8";
/* CSS Document */


#userData {

}
#identity{}
#identity h2{
	font-size: 14px;
}
.dataItem{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:  #999999;
}
.dataItemLarge{
	height: 150px;
}
.dataItemLarge180{
	height: 180px;
}
.dataItem_30{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:  #999999;
	height: 40px;
}
.dataItem_100{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:  #999999;
	height: 100px;
}
.dataItem_180{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:  #999999;
	height: 180px;
}

.dataItemShort{
	width: 50px;
}
.dataItem:first-child{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.dataLabel{
	width: 150px;
	margin-right: 30px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	color: #FFFFFF;
}
.dataData{
	float: left;
	margin-right: 15px;
	color: #FFFFFF;
}
.dataData input{
	/* height: 15px; */
	color: #000000;
}

.fieldSize_standard{
	width: 200px;
}
.controlButtons{
	padding-top: 30px;
	padding-left: 190px;
}
.formNote{
	color: #CCCCCC;
	font-size: 10px;
	font-style: italic;
}






#eventList{
	width: 940px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.eventItem{
	height: 18px;
	clear: both;
	padding-top: 3px;
	border-bottom: dotted 1px #666666;
}
.eventItem:first-child{
	border-top: dotted 1px #666666;
}
.eventName,
.eventType,
.eventStartTime,
.eventEndTime,
.eventRoles{
	float: left;
}
.eventName{
	width: 200px;
}
.eventType{
	width: 100px;
}
.eventStartTime{
	width: 150px;
}
.eventEndTime{
	width: 150px;
}
.eventRoles{
	width: 200px;
}






#userList{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 30px;
}
.userItem{
	height: 18px;
	padding-top: 3px;
	border-bottom: dotted 1px #666666;
}
.userItem:first-child{
	border-top: dotted 1px #666666;
}
.userNumber,
.userAlias,
.userName,
.userEmail,
.userStatus,
.userMember,
.userProfile{
	float: left;
}
.userNumber{
	width: 25px;
}
.userAlias{
	width: 180px;
}
.userName{
	width: 150px;
}
.userEmail{
	width: 200px;
}
.userStatus{
	width: 200px;
	font-size: 12px;
}
.userMember{
	width: 70px;
}
.userProfile{
	width: 30px;
}


#alertMsg{
	color:#FFFFFF;
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
#alertMsg2{
	color: #00FF00;
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
#formInfo{
	color: #FFFFFF;
	margin-left: 180px;
	margin-top: 15px;
	
}
