/* CSS Document */

/* STYLE SHEETS */
.header1 {
	font-size: 16px;
	font-weight:bold;
}
.fieldset1{
	border: 1px solid #cccccc;
	padding: 10px 15px;
	width: 96%;
	margin-bottom: 10px;
}
.fieldset {
	border: 1px solid #cccccc;
	padding:10px;
}
.fieldset legend.legend-header1 {
	padding: 4px 8px;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:2px;
}
.fieldset1 legend.legend-header {
	padding: 4px 8px;
	background: #f4f4f4;
	border-top: 2px solid #cccccc;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:2px;
}
.lbl_registration {
	font-size: 12px;
	color:#999999;
}
.lbl-required {
	font-size: 10px;
	color:#ff6b6b;
}	
.txt_registration {
	padding: 1px;
	border: 1px solid #cccccc;
}
.txt_registration:focus, .txt_registration:hover {
	border: 1px solid #999999;
}
.btn_registraion {
	padding: 4px 10px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
}
.btn_registraion:hover {
	background: #cccccc;
	border: 1px solid #999999;
}
.users-menu ul {
	position:absolute;
	margin-top: 25px;
	width: 925px;
	z-index:100;
}
.users-menu ul li {
	float:left;
	margin: 0px 4px 0 4px;
	padding: 5px 8px;
	background: #d7e8fa;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.users-menu ul li.selected {
	background: #ffffff;
}
.midcontent-container {
	position: relative;
	clear: both;
	border:1px solid #cccccc; 
	padding:10px; 
	margin-top:50px;
	height: auto;
	overflow:hidden;
}
.col2_1 {
	float:left;
	width:60%;
	padding: 10px;
}
.col2_2 {
	float:left;
	width:35%;
	padding: 10px;
}
.memcontent-panel {
	padding:10px;
}
.memcontent-panel .prof-pic {
	text-align:center;
	padding-bottom:15px;
}
.memcontent-panel .prof-pic img {
	border: 5px solid #666666;
	padding: 1px;
}
.prof-header {
	position:relative;
}
.prof-header p.editbtn {
	position:absolute;
	right:1px;
	top: 6px;
	width: 46px;
}
.prof-header p.savebtn {
	position:absolute;
	right:0px;
	top: 3px;
	width: 102px;
}
.prof-header p.savebtn input { 
	background: #cccccc;
	margin: 0px 2px;
	border: 1px solid #999999;
}
.prof-header h1 {
	font-size:14px;
	font-weight:bold;
	padding: 5px 2px 5px 5px;
	border-bottom: 1px dotted #cccccc;
	background: #f4f4f4;
}
.content-info {
	padding: 15px 10px;
}
.tbl-profile tr td {
	padding:4px;
}

tr.header {
	background: #a1cbf8;
	border-bottom:2px solid #5591d1;
}
.menu_reports {
	margin: 10px 0px 15px 0px;
}
.menu_reports p a {
	margin: 0px 10px;
	color:#0099FF;
}
.menu_reports p a.selected {
	margin: 0px 10px;
	color:#00CCFF;
	text-decoration:underline;
}
