/* Registration page styles */
div.profileForm {
	font-size: 80%;
	color: #999;
	line-height: 2.1;
	background: #f7f0f8 url(/_layouts/IMAGES/SchoolNet.GlobalNet/purple_gradient.jpg) top left repeat-x;
	border: 1px solid #e7dae7;
	padding: 10px 0 10px 16px;
}
.caseBox
{
	padding: 10px 0px 0px 5px;
	border-right: 1px solid #D9F1FE;
	border-bottom: 1px solid #D9F1FE;
	border-left: 1px solid #D9F1FE;
}
.profileForm .fieldGroup { 
	position: relative;
	padding-top: 2em;
	margin-bottom: 1em;
}
.profileForm legend span { 
	position: absolute;
	top: 0; 
	left: 0;
	display: block;
	color: #be9fbf;
	font-weight: bold;
	font-size: 110%;
}
/*.profileForm .instructions {
	font-size: 95%;
	padding-bottom: 10px;
	margin-top: -0.5em;
}*/
.profileForm input.textfield {
	background: #fff url(/_layouts/IMAGES/SchoolNet.GlobalNet/textfield_bg.gif) top left no-repeat;
	border: 1px solid #cfcfcf;
	height: 1.2em;
}
.profileForm input.textfield:focus {
	background: #fff url(/_layouts/IMAGES/SchoolNet.GlobalNet/textfield_bg_focus.gif) top left no-repeat;
}
.profileForm input.imgButton {
	margin-right: 10px;
}
.profileForm div.hideNameNotice {
	padding-top: 10px;
	clear: left;
}
.profileForm div.avatarSelect {
	float: left;
	text-align: center;
	margin: 0 10px 5px 0;
	padding-bottom: 4px;
}
.profileForm div.avatarSelect img {
	padding: 8px 8px 0 8px;
}
.profileForm div.avatarSelect#selected {
	background: #ccc;
}

.profileForm strong.centered {
	display: block;
	text-align: center;
	font-size: 90%;
}

div.lightboxContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
div.lightboxContent a.lbAction {
	text-align: right;
	display: block;
	font-size: 80%;
}
div.lightboxContent p.instructions {
	padding: 20px 0;
}
div.lightboxContent li {
	line-height: 1.5;
}

.biography
{
	font-family:Arial;
	}
	
.breadcrumb
{	
	font-family:Arial;
	font-size:15px;
	margin-bottom:15px;
	font-weight:bold;
}

.contactsHeader
{
	font-size: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid #71bce3;
	display: block;
	color: #000;
}

.mainContent {
	float: none;
	width: 100%;
}
.groupSidebar {
	float: left;
	width: 225px;
	background: #fbfbf9;
	border: 1px solid #d9f1fe;
	padding: 10px 5px 0px 10px;
	font-size: 12px;
}
.groupMain {
	margin-left: 8px;
	padding-right: 0px;
	font-size: 12px;
	float:left;
	width:720px;
}

.sidebarSection {
	margin-bottom: 15px;
	clear: both;
}
.editProfile{
	text-align:right;
}
.sidebarTitle {
	color: #999;
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-size: 13px;	
}
.sidebarButton {
	background: #f2f9fd;
	border: 1px solid #afbbd3;
	margin: 5px 0 20px 0;
	padding: 3px 6px 3px 15px;
	text-transform: uppercase;
}

.groupNameArea .sidebarTitle {
	border: 0;
	padding: 0;
	margin: 0;
}
img.userImage {
	float: left;
	margin: 0 3px 8px 0;
	height:75px;
	width:75px;
}
.groupNameArea .addContacts{
	clear:both;
}
.sharedFiles .sidebarTitle, .groupLinks .sidebarTitle {
	position: relative;
	clear:both;
	height: 1%; /* hasLayout hack for IE6 */
}
.groupLinks
{
	clear:both;
}
.sharedFiles .sidebarTitle a, .groupLinks .sidebarTitle a {
	position: absolute;
	right: 0;
}
.sharedFiles li {
	margin: 8px 0;
}

.groupLinks li {
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px solid #c1dff0;
}

.leaveGroup {
	margin: 80px 0 30px 0;
	display: block;
}

.aboutMe {
	margin-bottom: 30px;
}
.aboutMeTitle {
	font-size: 19px;
	font-weight: bold;
	color:#000000;
}

.activityAndMembers {
	width: 685px;
}

.recentActivity, .groupMembers {
	padding: 4px 8px;
	border: 1px solid #e9e2d8;
}
.recentActivity { width: 250px; }
.recentActivityTitle, .myContactsTitle {
	font-size: 17px;
	padding-bottom: 2px;
	border-bottom: 1px solid #71bce3;
	display: block;
	color: #333333;
	font-weight:bold;
}

.avatarArea {
	padding: 10px 0px 5px 0px;
}
.userAvatar {
	float: left;
	text-align: center;
	padding:0px 12px 5px 0px;
}
.userAvatar img {
	border: 5px solid #e0e6e7;
	margin: 0 10px 2px 0;
}
.userAvatar a {
	display: block;
}
.viewAllLink {
	clear: both;
	display: block;
	text-align: right;
	margin-top: 10px;
}

.theWall {
	border: 1px solid #afbbd3;
	background: #f2f9fd;
	padding: 7px 15px;
	width: 653px;
	margin: 10px 0;
	float:left;
}
.wallTitle {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	padding: 0 0 3px 10px;
	border-bottom: 1px solid #666;
	position: relative;
	height: 1%; /* hasLayout hack for IE6 */
}
.wallTitle a {
	position: absolute;
	right: 0;
	font-size: 0;
	text-indent: -9000px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 134px;
	height: 24px;
	background: url(/_layouts/images/schoolnet.globalnet/profile/add-post.gif) right no-repeat;
}
.wallPost {
	color: #333;
	padding: 0 10px 10px 10px;
	margin: 10px 0;
	border-bottom: 1px solid #333;
}
.wallPostTitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.wallPostByline {
	display: block;
}
.wallPostUsername {
	text-transform: uppercase;
}
.wallPostComments {
	display: block;
	margin-top: 10px;
}
.wallWritePost{
	width:auto;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #333;
}
.wallWritePost .writeIt{
	width:640px;
	height:50px;
	padding:5px;
	border:1px solid #8bb4c6;
	margin-bottom:5px;
	color:#000000;
	overflow:auto;
}
.wallWritePost .writeItBlur{
	width:640px;
	height:50px;
	padding:5px;
	border:1px solid #8bb4c6;
	margin-bottom:5px;
	color:#999999;
	overflow:auto;
}
a.numComments {
	padding: 0 0 2px 5px;
	margin-right: 3px;
}
a.addComment {
	padding: 0 0 2px 5px;
	margin-left: 3px;
}

.standardBtn{
	background-image:url(/_layouts/images/schoolnet.globalnet/profile/add_btn.gif);
	background-repeat:no-repeat;
	width:99px;
	font-size:12px;
	color:#FFFFFF;
	padding:4px 5px 5px 30px;
	display:block;
	text-align:left;
	clear:both
}

/* User profile edit */

.profContainer{
	width:800px;
	clear:both;
	font-size:12px;
}
.profTitle{
	font-weight:bold;
	width:100%;
	font-size:16px;
}
.profBox{
	width:100%;
	border:#e7d9e6 1px solid;
	background-color:#f7f0f8;
	padding:10px;
}
.profBox .title{
	font-size:18px;
	font-weight:bold;
	color:#986699;
	border-bottom:1px solid #986699;
}
.profSection{
	margin-top:10px;
}
.profSection td{
	padding:2px;
}
.textInput{
	border:1px solid #cd98cc;
	padding:2px;
	color:#666666;
}
.textInputBlur{
	border:1px solid #cd98cc;
	padding:2px;
	color:#999999;
}
.dropdownInput{
	border:1px solid #cd98cc;
	padding:2px;
	color:#666666;
}
.frame{
	width:265px;
	border:1px #cb99cc solid;
	margin-top:20px;
	padding:0px 8px 0px 8px;
	clear:right;
	position:relative;
}
.frame td{
	padding:2px;
}
.frame .frameTitle{
	height:20px;
	background-color:#f7f0f8;
	font-weight:bold;
	font-size:14px;
	color:#9a659b;
	position:relative;
	top:-10px;
	margin-left:5px;
	padding:0px 5px 0px 5px;	
	table-layout:auto;
	display:inline;
}
.triviaText{
	font-size:10px;
}

/* Blogs Section */
.tabBar{
	
	height:33px;
	border-bottom:1px solid #b7c2c8;		
}
.tabBar img, .tabBar input
{
	position:relative;	
	top:1px;
	margin:0px;
	padding:0px;
	float:left;
}
.pagination{
	color:#000000;
	font-size:14px;
	padding:10px 0px 0px 0px;
}
.blogContainer{
	padding: 10px 0px 0px 0px;	
}
.blogHeading{
	color:#f46732;
	font-size:24px;
	font-weight:bold;
}
.blogBox{
	margin:15px 0px 15px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #ccc2c1;
	color:#000000;
}
.blogTitle{
	font-size:24px;	
}
.blogArticle{
	padding:10px 0px 10px 0px;
}
.blogComment{
	padding:5px 0px 0px 0px;
}
.btnEditProfile{	
	font-size:12px;
	padding-left:22px;
	width:100%;
}

