/* General */
body a,body a:hover,body a:visited,body a:focus,body a:link,body a:first-child{
	color:#0000cc;
}

.squeezecell {
padding:0;
border:1px solid #CCCCCC;
}
.firtcol {}
.secondcol {
	margin-left: 0px; margin-right: auto;
}

input, select, textarea, button{
	border:1px solid #adadac;
	background-color:#ffffff;
	
	border:1px solid #ADADAC;
}
input, textarea{
	padding:2px 0 2px 2px;
}


/* buttons & links */
input.button{
	border:0px;
	padding:0px;
	vertical-align:middle;
	width:auto;
}

input.savebutton{
	height:19px;
	padding:0;
	margin:0 6px 0 0;
	width:auto !important;
	border:0;
	vertical-align:middle;
}

input.checkbox {
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:middle;
	width:auto !important;
}

.cancelbutton{
	font-weight:bold;
	font-size:11px;
	line-height:inherit;
	text-decoration:underline;

	color:#0000cc;		
	cursor:pointer;
}
	
.helpbutton{
	vertical-align:middle;
}
/* end buttons & links  */


/* decorations */
.errormessage{
	color:#800000;
	font-weight:bold;
}
		
.tooltip {
	background-color:#eef2f8;
	border-color:#7196c8;
}
/* end decorations */

	
	
/* JSF component resets */
.selectManyCheckbox td input, .selectManyCheckbox td label{
	width:auto !important;
	vertical-align:middle;
	border:0;
	padding:0;
	margin:0;
}

.selectOneRadio td input, .selectOneRadio td label{
	width:auto !important;
	vertical-align:middle;
	border:0;
	padding:0;
	margin:0;
}
	.selectOneRadio td label{ margin:0 5px 0 0; }

.selectOneMenu{

}
/* END JSF component resets */




/* general column setup */
.layout{ margin:0; }
.layout li{ margin-bottom: 10px; }
.layout .leftmargin, .layout .leftpadding{ padding-left:6px; }
.layout .leftmargin label,  .layout .leftmargin span, .layout .leftmargin input, .layout .leftmargin textarea, .layout .leftpadding label,  .layout .leftpadding span, .layout .leftpadding input, .layout .leftpadding textarea{
	vertical-align:middle;
}
.layout .submission{ margin-top:5px; }
	.layout .submission a{ vertical-align:baseline; }
	.layout .submission a span{ vertical-align:baseline; }

	.labels, .inputs, .badges{
		display:table-cell;/*ff2*/
		display:inline-block;
		vertical-align:middle;
		margin-right:-3px;/*reset label spacing*/
	}
	.labels{
		font-weight:bold;
		text-align:right;
		padding-right:6px;
	}
	.multi .labels, .multi .inputs{	vertical-align:top; }
		.multi .labels{	padding-top:1px; }
		
	.labels span, .inputs label{ vertical-align:middle; } 	
		.labels .subtext{
			text-align:left;
			font-weight:normal;
		}
		.labels .subtext span{
			vertical-align:middle;
		}

.panelmessage{
	margin:0 20px 20px 5px;
}
	.badges img{
		vertical-align:top;
		width:75px;
	}


/* convenience classes */	
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.bold{
	font-weight:bold;
}
/* end convenience classes */

	
	
/* !!** OUTDATED, REMOVE AFTER ALL PAGES MIGRATED TO NEW STRUCTURE **!! */



	/* add border for all images of members */
	.memberImage{
		border:1px solid #c7c6c3;
	}




	.datalabel, .datainputs{
		float:left;
		line-height:100%;
	}
		.datalabel span, .datainputs span{
			vertical-align:top;
			line-height:176%;
		}
		.datainputs input, .datainputs textarea{
			vertical-align:top;
		}
		.datainputs input.checkbox{
			width:auto !important;
			
			border:0px;
			vertical-align:middle;
			padding:0;
			margin:0;
		}



	/* handle positioning of template-generated radio buttons in tables */
	.datainputs table tr td{ position:relative; }
		.datainputs table tr td input{/* IE6 fix */
			float:left;
			position:relative;
			top:50%;
			margin:-5px 0 0 0;
			height:14px;
			border:0;
			line-height:inherit;
		}
			.datainputs[class] table tr td input{/* all other browsers */
				float:none;
				top:0;
				left:0;
				vertical-align:middle;
				padding:0;
				margin:0;
				height:17px;
			}
		.datainputs table td label{
			vertical-align:middle;
			margin:0 6px 0 0;
		}
/* !!** OUTDATED, REMOVE AFTER ALL PAGES MIGRATED TO NEW STRUCTURE **!! */





/* #### PAGE STYLING #### */

/* (page) MAIN PROFILE */
.memberLeftColumn, .memberRightColumn{
	font-size:12px;
	line-height:14px;	
	color:#000;
}

/* main profile left column */
.memberLeftColumn{
	width:450px;
	float:left;
	margin:0 7px 0 0;
}

	.memberBox{
		padding:0 0 15px 22px;
	}
		.memberBoxTop{
			position:relative;
		}
		#content .memberBoxTop h2{
			padding:15px 0 8px 0;
			margin:0;
			
			line-height:15px;
			height:15px;
		}
		#content .memberBoxTop .editDiv{
			width:100%;
			height:27px;
			line-height:27px;

			position:absolute;
			
			font-weight:bold;
			text-align:right;
		}

		.memberBoxTop #status{
			margin:0 0 15px 0;
		}

	.memberLeftColumn .memberBox .memberBoxLeft{
		width:127px;
		float:left;
		
		position:relative;
	}
		.memberLeftColumn .memberBox .memberBoxLeft .editDiv{
			width:100%;
			height:12px;
			line-height:12px;

			font-weight:bold;
			text-align:right;
			
			margin:5px 0 0 0;
		}
		.memberLeftColumn .memberBox .memberBoxLeft .addAsFriend{
			margin:15px 0 0 0;
		}
		.memberLeftColumn .memberBox .memberBoxLeft .sendAMessage{
			margin:5px 0 0 0;
		}

	.memberLeftColumn .memberBox .memberBoxRight{
		width:300px;
		height:auto;
		
		float:left;
		position:relative;
	}
		.memberBoxRight .memberRankImage{
			width:72px;
			height:100%;
			
			position:absolute;
			
			top:0;
			right:0;
			bottom:0;
			left:0;
		}
		.memberBoxRight .memberServiceInfo{
			float:left;
			padding:0 0 0 76px;
		}
			.memberBoxRight .memberServiceInfo h3{
				font-size:14px;
				margin:0 0 10px 0;
			}
		
	.memberLeftColumn .memberBox .memberPersonalInfo{
		margin:12px 0 0 12px;
		padding:12px 0 12px 0;

		border:1px solid #c7c6c3;
		border-width:1px 0 0 0;
		
		position:relative;
	}
		.memberLeftColumn .memberBox .memberPersonalInfo .editDiv{
			width:100%;
			height:12px;
			line-height:12px;

			position:absolute;
			
			top:7px;
			
			font-weight:bold;
			text-align:right;
			
			padding:0 6px 0 0;
		}

		.memberLeftColumn .memberBox .memberPersonalInfo p{
			display:block;
			margin:0 0 10px 0;
		}
	

.memberLeftColumn .rich-stglpanel{
	width:450px;
	margin:0 0 12px 0;
}

		
	.memberLeftColumn .rich-stglpanel-body{ 
		position:relative;
	}
			.memberLeftColumn .rich-stglpanel-body .editDiv{
				font-weight:bold;
			}

			.memberLeftColumn .rich-stglpanel-body .panelContent .rich-list-item{
				padding:0 0 10px 0;
				
			}
			
/* right column */
.memberRightColumn{
	width:300px;
	float:right;
}

.memberRightColumn .rich-stglpanel{
	width:300px;
	margin:0 0 12px 0;
}
		
	.memberRightColumn .rich-stglpanel-body{ 
		position:relative;
	}

		.memberRightColumn .rich-stglpanel-body .editDiv{ 
			width:auto;
			height:14px;

			line-height:14px;
			padding:0 10px 0 0;
			
			text-align:right;
		}
			.memberRightColumn .rich-stglpanel-body .editDiv{ 
				font-weight:bold;
			}

			.memberLeftColumn .rich-stglpanel-body .panelContent .rich-list-item{
				padding:0 0 10px 0;
			}
			
		/* right column coding for specific panels */
		.memberRightColumn .memberBadgesAwards .editDiv, .memberRightColumn .awardsCitations .editDiv{
			width:auto;
			height:27px;
			line-height:27px;
			font-weight:bold;
			text-align:right;
			margin:0 12px 0 0;
		}

		.memberRightColumn .memberBadgesAwards{
			width:260px;
		}				

			.memberRightColumn .badgecontainer{}
				.memberRightColumn .badgecontainer li{ text-align:center; }
				.memberRightColumn .badgecontainer li img{ margin:0; }


			.memberRightColumn .awardsCitations{}
				.memberRightColumn .awardsCitations .editDiv{
					height:11px;
					line-height:11px;
				}
				.memberRightColumn .awardsCitations .ribboncontainer .ribbonlabel{
					font-weight:bold;
					text-align:left;
					line-height:20px;
				}
				.memberRightColumn .awardsCitations .ribboncontainer li{ 
					text-align:center; 
					padding:0 0 0 10px;
				}
				.memberRightColumn .awardsCitations .ribboncontainer img{
					float:left;
					margin:0 0 5px 0;
				}

		.memberRightColumn .rich-stglpanel-body .panelContent.friendList{
			padding:0 0 20px 0;
			position:relative;
			width:300px;
		}
			.memberRightColumn .rich-stglpanel-body .panelContent.friendList .friendListPerson{
				width:60px;
				height:90px;
				
				padding:0 16px 0 16px;
			}
				.memberRightColumn .rich-stglpanel-body .panelContent.friendList .friendListPerson .friendListImage{
					position:absolute;
				}
				.memberRightColumn .rich-stglpanel-body .panelContent.friendList .friendListPerson .friendListImageLink{
					width:60px;
					text-align:center;

					margin:60px 0 0 0;
					position:absolute;
					line-height:12px;
				}
				.memberRightColumn .rich-stglpanel-body .panelContent.friendList .friendListPerson .friendListImageLink a{}
				
			.memberRightColumn .rich-stglpanel-body #friendsSelect{
				margin:-12px 0 0 0;
				padding:0;
			}
			.memberRightColumn .rich-stglpanel-body #friendsSelect .inviteFriends{
				float:left;
				margin:0 0 0 12px;
			}
			.memberRightColumn .rich-stglpanel-body #friendsSelect .selectFriends{
				float:right;
			}

			.memberRightColumn .mainNetworksGroups{
				padding:0 0 10px 70px;

				min-height: 60px;
				height:auto !important;
				height:60px;

				position:relative;
			}
				.memberRightColumn .mainNetworksGroups img{
					position:absolute;

					top:0;
					left:0px;

					height:60px;
					width:60px;
				}

			.memberRightColumn .mainSalutes{
				padding:0 0 10px 70px;

				min-height: 60px;
				height:auto !important;
				height:60px;

				position:relative;
			}
				.memberRightColumn .mainNetworkSalutes img{
					position:absolute;

					top:0;
					left:0px;

					height:60px;
					width:60px;
				}




		
		
/* (modal) SEND MESSAGE */
#modalSendMessage{ margin:0;}
	#modalSendMessage li{ margin:0 0 10px 0; }

	#modalSendMessage li input{
		width:270px;
	}
	#modalSendMessage li textarea{
		width:565px;
	}
	
	#modalSendMessage .leftpadding{
		padding:0 0 0 106px;
	}

	#modalSendMessage .datalabel{
		width:100px;
		text-align:right;
		margin:0 6px 0 0;
	}
	#modalSendMessage .leftmargin{
		margin:0 0 0 106px;
	}

		#modalSendMessage input.button{
			width:91px;
			height:19px;
			margin:0 6px 0 0;
		}

	/* (modal) ADD AS FRIEND - MESSAGE SENT */
	.messageSentClose{
		margin:0 0 0 23px;
	}


/* (modal) ADD AS FRIEND */
#modalAddFriend{ margin:0;}
	#modalAddFriend li{ margin:0 0 10px 0; }

	#modalAddFriend li textarea{
		width:615px;
	}
		#modalAddFriend input.button{
			width:91px;
			height:19px;
			margin:0 6px 0 0;
		}
		.messageSentClose input.button{
			margin:0 6px 0 0;
		}








/* (page) MEMBER PHOTO UPLOAD */
#memberProfilePhoto{margin:10px 0 0 0;}
	#memberProfilePhoto .photoLeft{
		width:125px;
		float:left;
		text-align:center;
		font-weight:bold;
		
	}
	#memberProfilePhoto .photoRight{
		
		float:left;
		margin:0 0 0 25px;
	}





/* (page) MILITARY SERVICE */
.militaryServiceProfile{ margin:0 0 25px 0; }
.militaryServiceProfile li{
	margin:0 0 8px 0;
}
	.militaryServiceProfile li{
		width:470px;
		text-align:right;
	}
		.militaryServiceProfile label{
			font-weight:bold;
			margin-right:2px;
		}
		.militaryServiceProfile label, .militaryServiceProfile input, .militaryServiceProfile select{
			vertical-align:middle;
		}
			.militaryServiceProfile input{
				width:271px;
				padding:2px 0 2px 2px;
				border:1px solid #adadac;
			}
			.militaryServiceProfile select{
				width:275px;
				margin:0 !important; /* fix for IE6. Select elements with vertical-align:middle doesn't expand if line-height/height is less than browser-rendered height*/
				margin:0 0 1px 0;
				border:1px solid #adadac;
			}



		.militaryServiceProfile .sepDate .sepDateMonth{
			width:50px;
			margin-right:5px !important;
		}
		.militaryServiceProfile .sepDate .sepDateYear{
			width:60px;
			margin-right:110px !important;
		}
	
	
		.militaryServiceProfile .sepDeploy{ 
			margin:15px 0 15px 0;
			text-align:left;
		}
			.militaryServiceProfile .sepDeploy label{
				line-height:inherit;
				padding:0 0 0 76px;
			}
			.militaryServiceProfile .sepDeploy span{
				line-height:inherit;
			}
			.militaryServiceProfile .sepDeploy span table, 
			.militaryServiceProfile .sepDeploy span tbody, 
			.militaryServiceProfile .sepDeploy span tr, 
			.militaryServiceProfile .sepDeploy span td{
				display:inline;
			}
			.militaryServiceProfile .sepDeploy span td{
				position:relative;
			}
				.militaryServiceProfile .sepDeploy span input{
					width:14px;
					height:14px;
					
					border:0;
					padding:0;
					margin:0;

					position:absolute;
					top:1px;
					left:0;
				}
				.militaryServiceProfile .sepDeploy span label{
					width:auto;
					line-height:inherit;
					border:0;
					padding:0;
					margin:0 5px 0 18px;
					font-weight:normal;
				}
				.militaryServiceProfile .sepDeployLL label{
				line-height:inherit;
				padding:0 0 0 76px;
			}
				.militaryServiceProfile .sepDeployLL table, 
			.militaryServiceProfile .sepDeployLL tbody, 
			.militaryServiceProfile .sepDeployLL tr, 
			.militaryServiceProfile .sepDeploLL td{
				display:inline;
			}
			.militaryServiceProfile .sepDeployLL td{
				position:relative;
			}
				.militaryServiceProfile .sepDeployLL input{
					width:14px;
					height:14px;
					
					border:0;
					padding:0;
					margin:0;

					position:absolute;
					top:1px;
					left:0;
				}
				.militaryServiceProfile .sepDeployLL span label{
					width:auto;
					line-height:inherit;
					border:0;
					padding:0;
					margin:0 5px 0 18px;
					font-weight:normal;
				}
				
				



			.militaryServiceProfile .sepCerts{
				text-align:right;
				width:699px;
			}
				.militaryServiceProfile .sepCerts label{
					text-align:right;
					vertical-align:top;
					width:120px;
					line-height:120%;
					margin:0 6px 0 0;
					padding:0 0 0 70px;
					float:left;
					display:block;
				}
				.militaryServiceProfile .sepCerts span{
					display:block;
					float:left;
					width:auto;
				}
					.militaryServiceProfile .sepCerts textarea{
						width:490px;
						height:60px;
						display:inline;
						line-height:inherit;
						
					}


		.militaryServiceProfile .sepSaveCancel {
			text-align:left;
			line-height:20px;			
		}
			.militaryServiceProfile .sepSaveCancel input{
				width:177px;
				height:20px;
				padding:0;
				margin:0 5px 0 195px;
				border:none;
			}

		
/* (end page) */






/* (page) BASIC PROFILE */
#militaryBasicProfile{ margin:0 0 25px 0; }
	#militaryBasicProfile li{ margin:0 0 10px 0; }
	#militaryBasicProfile li input{
		width:270px;
	}
	#militaryBasicProfile li select{
		width:274px
	}
	#militaryBasicProfile li textarea{
		width:515px;
		height:160px;
	}
	#militaryBasicProfile .leftpadding{
		padding:0 0 0 106px;
	}
	#militaryBasicProfile .datalabel{
		width:134px;
		text-align:right;
		margin:0 6px 0 0;
	}
	#militaryBasicProfile .leftmargin{
		margin:0 0 0 140px;
	}
		#militaryBasicProfile input.button{
			width:auto;
			height:19px;
			margin:0 6px 0 0;
		}
	#militaryBasicProfile .datainputs table tr td input, #militaryBasicProfile .datainputs table tr td label{
		width:auto;
	}

	#militaryBasicProfile .datainputs div{
		margin:5px 0 5px 0;
	}
	
	#militaryBasicProfile .datainputs div span{
		margin:0 0 0 3px;
	}

		#militaryBasicProfile .basicMonth{
			width:50px;
			margin:0 6px 0 0;
		}
		#militaryBasicProfile .basicDay{
			width:50px;
			margin:0 6px 0 0;
		}
		#militaryBasicProfile .basicYear{
			width:65px;
		}


		#militaryBasicProfile .basicInput{
			width:70px;
		}
		#militaryBasicProfile .basicInputButton{
			width:70px;
			height:19px;
		}

	#militaryBasicProfile .zip input{
		vertical-align:middle;
		margin:0 6px 0 0;
	}
	#militaryBasicProfile .zip .button{
		width:103px;
	}

	#militaryBasicProfile .datainputs div input, #militaryBasicProfile .datainputs div span{
		vertical-align:middle;
	}

			

	
	
/* (page) INTERESTS AND FAVORITES */
.interestsFavsProfBox{
	width:auto;
	margin:0 0 0 81px;
}
	.interestsFavsProfBox li{
		width:auto;
		text-align:left;
		margin:0 0 8px 0;
	}
		.interestsFavsProfBox li label{
			font-weight:bold;
			vertical-align:top;
			text-align:right;
			
			margin:0 6px 0 0;
			
			width:180px;
			display:block;
			float:left;
		}
		.interestsFavsProfBox li span{}
			.interestsFavsProfBox li span textarea{
				width:310px;
				height:100px;
			}
			.interestsFavsProfBox li span textarea.interestsFavsActivities{
				height:60px;
			}
		.interestsFavsProfBox .savebutton span{
			margin:0 0 0 186px;
			line-height:19px;
		}
			.interestsFavsProfBox .savebutton span input{
				width:196px;
				height:22px;
				line-height:inherit;
				vertical-align:middle;
				margin:0 5px 0 0;
				
				border:0;
				padding:0;
			}
			.interestsFavsProfBox .savebutton{
				height:22px;
			}
	
	



	/* (page) GROUPS(networks, groups, units) */
	.militaryGroupsPage{
		margin-top:20px;
	}
	.militaryGroupsPage .badges{
		width:184px;
		text-align:right;
		vertical-align:top;
		padding-right:25px;
	}
	.militaryGroupsPage .labels{
		width:288px;
		padding-left:0;
		text-align:left;
		vertical-align:top;
	}
	.militaryGroupsPage .inputs{
		vertical-align:top;
		text-align:right;
	}
	.militaryGroupsPage .leftmargin{ 
		margin-left:209px;
		padding-left:0;
	}



	/* (modal) GROUPS MODALS */
	.modalGroupsEdit li input{ width:270px; }
	.modalGroupsEdit li select{ width:274px; }

	.modalGroupsEdit .labels{ width:290px; }
	.modalGroupsEdit .leftmargin{ margin-left:290px; }

	.modalGroupsEdit .inputs.timePeriod select{ width:170px; }
		.modalGroupsEdit .inputs.timePeriod .month{
			width:100px;
			margin:0 6px 0 0;
		}
	.modalGroupsEdit .inputs.timePeriod .year{ width:60px; }
	.modalGroupsEdit .inputs.timePeriod .ajaxContent{ padding:0; }
	.modalGroupsEdit .inputs.timePeriod .timeperiodLower{ margin:6px 0 0 0; }

	.modalGroupsEdit .inputs .selectManyCheckbox td{ padding:0 0 3px 0; }
	
	.modalGroupsEdit#badges{
		position:absolute;
		top:15px;
		left:107px;
		width:75px;
		height:100px;
	}


	
	
	
	
	
	


/* (page) INSTALLATIONS */
.installationProfBox{
	width:480px;
	margin:0 0 0 110px;
	padding:0 0 10px 0;
	font-size: 12px;
}
	.installationProfLocation{}
	.installationProfDate{}
	.installationProfEdit{
		font-size:11px;
		font-weight:bold;
	}
	
	.installationProfBox ul li{ margin:0 0 10px 0; }
		.installationProfBox .installationBase{
			width:150px;
			float:left;
			text-align:right;
		}
		.installationProfBox .installationDate{
			width:180px;
			text-align:center;
			float:left;
		}
		.installationProfBox .installationEdit{
			width:150px;
			text-align:left;
			float:left;
		}
			.installationEdit a.cancelbutton{
				margin:0;
			}

	.installationProfBox .leftmargin{
		margin:15px 0 0 0;
		padding:0 0 0 43px;
	}

/* (modal) INSTALLATIONS EDIT MODAL*/
#modalInstallationsEdit{ margin:0; }
	#modalInstallationsEdit li{ margin:0 0 10px 0; }
	#modalInstallationsEdit li input{
		width:270px;
	}
	#modalInstallationsEdit li select{
		width:274px
	}
	#modalInstallationsEdit .leftpadding{
		padding:0 0 0 106px;
	}
	#modalInstallationsEdit .datalabel{
		width:270px;
		text-align:right;
		margin:0 6px 0 0;
	}
	#modalInstallationsEdit .leftmargin{
		margin:0 0 0 276px;
	}
		#modalInstallationsEdit input.button{
			width:auto;
			height:19px;
			margin:0 6px 0 0;
		}
	#modalInstallationsEdit .datainputs table tr td input, #modalInstallationsEdit .datainputs table tr td label{
		width:auto;
	}
		#modalInstallationsEdit .datainputs span{
			vertical-align:middle;
		}
		#modalInstallationsEdit .datainputs div {
			margin:5px 0 0 0;
		}
		#modalInstallationsEdit .datainputs.timePeriod select{
			width:170px;
		}
			#modalInstallationsEdit .datainputs.timePeriod .month{
				width:55px;
				margin:0 6px 0 0;
			}
			#modalInstallationsEdit .datainputs.timePeriod .year{
				width:60px;
				margin-right:6px;
			}



	/* (page) WORK */
	.militaryWorkPage .labels{
		width:320px;
		padding-left:145px;
		text-align:left;
		vertical-align:top;
	}
	.militaryWorkPage .inputs{
		vertical-align:top;
		text-align:right;
	}
	.militaryWorkPage .leftmargin{ 
		margin-left:145px;
		padding-left:0;
	}


	/* (modal) WORK MODALS */
	.modalWorkEdit li input{ width:270px; }
	.modalWorkEdit li select{ width:274px; }

	.modalWorkEdit .labels{ width:230px; }
	.modalWorkEdit .leftmargin{ margin-left:230px; }
	.modalWorkEdit .leftpadding{ padding-left:236px; }

	.modalWorkEdit .inputs.timePeriod select{ width:170px; }
		.modalWorkEdit .inputs.timePeriod .month{
			width:55px;
			margin:0 6px 0 0;
		}
	.modalWorkEdit .inputs.timePeriod .year{ width:60px;margin-right:6px; }
	.modalWorkEdit .inputs.timePeriod .ajaxContent{ padding:0; }
	.modalWorkEdit .inputs.timePeriod .timeperiodLower{ margin:6px 0 0 0; }

	.modalWorkEdit .inputs .selectManyCheckbox td{ padding:0 0 3px 0; }





	/* (page) EDUCATION */
	.militaryEducationPage .labels{
		width:320px;
		padding-left:145px;
		text-align:left;
		vertical-align:top;
	}
	.militaryEducationPage .inputs{
		vertical-align:top;
		text-align:right;
	}
	.militaryEducationPage .leftmargin{ 
		margin-left:145px;
		padding-left:0;
	}


	

	/* (modal) EDUCATION EDIT MODAL*/
	
	.modalEducationEdit li input{ width:270px; }
	.modalEducationEdit li select{ width:274px; }

	.modalEducationEdit .labels{ width:230px; }
	.modalEducationEdit .leftmargin{ margin-left:230px; }
	.modalEducationEdit .leftpadding{ padding-left:236px; }

	.modalEducationEdit .inputs.timePeriod select{ width:170px; }
		.modalEducationEdit .inputs.timePeriod .month{
			width:46%;
			margin-right:5px;
		}
	.modalEducationEdit .inputs.timePeriod .year{ width:60px;margin-right:6px; }
	.modalEducationEdit .inputs.timePeriod .ajaxContent{ padding:0; }
	.modalEducationEdit .inputs.timePeriod .timeperiodLower{ margin:6px 0 0 0; }

	.modalEducationEdit .inputs .selectManyCheckbox td{ padding:0 0 3px 0; }
	
	
	
	
	/* (modal) EDUCATION TRAINING MODAL */
	.modalEducationTraining .labels{ width:170px; }
	.modalEducationTraining li textarea{ width:420px; }
	.modalEducationTraining .leftmargin{ margin-left:170px; }
	



/* (page) ACCOUNT SETTINGS */

/* (modal) ACCOUNT SETTINGS MODALS*/
#modalAccountSettings{ margin:0; }
	#modalAccountSettings li{ margin:0 0 10px 0; }
	#modalAccountSettings li input{
		width:270px;
	}
	#modalAccountSettings li select{
		width:274px
	}
	#modalAccountSettings li textarea{
		width:565px;
	}
	#modalAccountSettings .leftpadding{
		padding:0 0 0 106px;
	}
	#modalAccountSettings .datalabel{
		width:245px;
		text-align:right;
		margin:0 6px 0 0;
	}
	#modalAccountSettings .leftmargin{
		margin:0 0 0 251px;
	}
		#modalAccountSettings input.button{
			width:auto;
			height:19px;
			margin:0 6px 0 0;
		}
	#modalAccountSettings .datainputs table tr td input, #modalAccountSettings .datainputs table tr td label{
		width:auto;
	}

		#modalAccountSettings .zipcode input{
			width:45px;
			vertical-align:middle;
			margin:0 6px 0 0;
		}
			#modalAccountSettings .zipcode .button{
				width:115px;
				vertical-align:middle;
			}









		
/* GENERAL STYLING FOR COMMONLY USED COMPONENTS */	

.rich-panel-body .editDiv, .rich-modalpanel .rich-panel-body .editDiv{
	width:716px;
	height:12px;
	line-height:12px;

	margin:-4px 0 0 0;

	font-weight:bold;
	text-align:right;

	z-index:100;
	position:absolute;
}

.rich-panel-body .editDiv {
	/* for main profile page */
	height:auto;
	line-height:18px;
	position:relative;
	right: 0px;
	width: auto;
}

	.rich-panel-body .editDiv a {
		/* for main profile page */
		background:url(../images/editpencilbtn.png) center right no-repeat;
		display: block;
		font-weight: normal;
		padding-right: 20px;
	}	


/* (component) RICHFACES MODALPANELS */
.rich-modalpanel{
	position:absolute;
	/*position:relative;*/
	
	top:0;
	left:0;
	
	bottom:0;
	right:0;
	
	background-color:transparent !important;
}


.rich-mp-content{
	top:150px;
	position:relative;
	width:755px;
	border:0px;
}

	.rich-mpnl_panel {position:absolute;}
	.rich-mpnl_panel iframe{ display:none; }
	.rich-mpnl-mask-div{
		position:fixed !important;

		top:0;
		left:0;

		bottom:0;
		right:0;
		
		background-color:#fff;
		opacity:0.5;
		filter: alpha(opacity=50);
		
		z-index:-100 !important;
	}
	/**Modification:YC--
	*:first-child+html .rich-mpnl-mask-div{ position:absolute !important; } 
	**/
	* html .rich-mpnl-mask-div{ position:absolute !important; }



		.rich-mpnl-mask-div button{
			border:10px solid red;

			width:10px;
			height:1px;

			top:0;
			left:-100000px;

			outline-style:none;
			position:absolute;

			z-index:-300;
		}


	.rich-mpnl_panel{
		width:755px;
		position:absolute;
		/*margin:0 0 0 -393px;*/
	}
	/**Modification:YC--
	*:first-child+html .rich-mpnl_panel{ position:relative !important; } 
	**/
	* html .rich-mpnl_panel{ position:absolute !important; }

		.rich-mpnl-resizer{ display: none; }
		.rich-mpnl-shadow{ display:none; }

		.rich-mp-content{
			/*position:static !important;*/
			z-index:1000 !important;
			background-color:transparent !important;
		}

			.rich-mp-content table{}
				.rich-mp-content table tbody{}
					.rich-mp-content table tr{}
					.rich-mp-content table tbody tr td.rich-mpnl-body{ 
						z-index:10000;
						background-color:transparent;
						
						width:755px;
					}




/* (component) RICHFACES PAGINATION / DATA SCROLLER */
.rich-dtascroller-table{
	float:right;
	border:0;
	margin: 5px 0;
}

.rich-datascr-inact, .rich-datascr-act{
	line-height:10px;
	border-top:0;
	border-left:1px solid #0000cc;
	cursor:pointer;
	color:#0000cc;
}
.rich-datascr-inact {font-weight:normal;}

.rich-datascr-button{
	background-color:transparent;
	border:0;
	height:11px;
	line-height:11px;
	text-decoration:underline;
	cursor:pointer;
	color:#0000cc;
	font-weight:normal;
	padding-right:5px;
}

.rich-datascr-inact:hover, .rich-datascr-button:hover {
	font-weight:bold;
}



.rich-progress-bar-uploaded {
	background:url(../images/richfaces/progressbarfiller.png); 
}

/* (component) AUTO-SUGGESTION DROPDOWNS */
/*.rich-sb-int-decor-table colgroup{ display:none; }
.rich-sb-ext-decor-2{ margin:3px 0 0 2px; }
.rich-sb-ext-decor-3 tbody tr td{
	background-color:#fff;
	border:4px solid #eef0f4;
}
.rich-sb-int-sel .rich-sb-cell-padding{
	text-decoration:underline;
	background-color:#eef0f4;
	border-width:0px;	
}
*/

/* Richfaces Leftnav */
/*
	#leftNav{
		background:url(../images/leftnavbg.png) repeat-y;
		color:#0000cc;
		
		font-size:11px;
	}
	#leftNav #leftNavTitle{
		height:30px;
		line-height:23px;
				
		color:#000;
		font-weight:bold;
		padding:0pt 0pt 0pt 13px;
		
		background:url(../images/leftnavheaderbg.png) no-repeat;
	}
*/
/*
	#leftNav div.rich-pmenu{
		background:url(../images/leftnavbottom.png) no-repeat bottom;
		padding:0 0 10px 10px;
		
	}

		#leftNav .rich-pmenu-top-group{
			cursor:pointer;
		}
		#leftNav .rich-pmenu .rich-pmenu-item{
			cursor:pointer;
		}

		#leftNav .rich-pmenu-selected-element{
			font-weight:bold;
			text-transform:uppercase;
		}
*/

/*
.rich-pmenu{
	background:url(../images/leftnavbottom.png) no-repeat bottom;
}

	.rich-pmenu-top-group-div{
		border:1px solid #000;
		margin:0 0 0 10px;
	}
		.rich-pmenu-top-group{}
			.rich-pmenu-hovered-element{}

			dr-pmenu-hovered-element{}

			.rich-pmenu-group-self-icon, .rich-pmenu-top-group-self-icon{}

				.rich-pmenu-top-group-self-label{
					border:1px solid #000;
					
					vertical-align:middle;
				}

		.rich-pmenu-item{}
			.rich-pmenu-item-icon{ display:none; }
			.rich-pmenu-top-group-div div .rich-pmenu-item tr td{
				display:none;
			}
			.rich-pmenu-top-group-div div .rich-pmenu-item tr .rich-pmenu-item-label{
				display:block;
				margin:0 0 0 15px;
			}

  
  
.rich-pmenu-hovered-element tr td{
	border:1px solid #000;
}
*/


/* (page) FIND FRIENDS =KSB */

.label-find-friend, .field-find-friend,
.label-import-friend, .field-import-friend {
	padding-bottom: 6px;
}

.label-find-friend, .label-import-friend {
	width: 228px; /* 235px - 7px (right) */
	padding-right: 7px;
	text-align: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.field-find-friend, .field-import-friend {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.field-find-friend input[type="text"],
.field-find-friend select,
.field-import-friend input[type="text"],
.field-import-friend input[type="password"],
.field-import-friend select{
	background-image: none;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	width: 290px;
	border: 1px solid #adadac;
}

.field-find-friend select,
.field-import-friend select {
	width: 292px;
}

.field-import-friend input[type="text"],
.field-import-friend select {
	width: 138px;
}

.field-import-friend input[type="password"] {
	width: 295px;
}

.field-import-friend span.atSymbol {
	padding: 0 4px 0 0;
}

.field-find-friend input[type="checkbox"],
.field-import-friend input[type="checkbox"]{
	border: 1px solid #adadac;
}
.field-find-friend .checkboxPartner,
.field-import-friend .checkboxPartner {
	top: -2px;
	position: relative;
}
textarea[type="textarea"], input[type="password"],  {}

.inviteFriendsPage .labels{ width:227px;vertical-align:top; }
.inviteFriendsPage .labels .comment{ font-weight:normal;font-size:11px; }
.inviteFriendsPage .leftmargin{ margin-left:320px; }
.inviteFriendsPage .savebutton {margin-top:13px;}
.inviteFriendsPageImport .savebutton {margin-top:7px;}

/* end (page) FIND FRIENDS =KSB */

/* (page) SELECT FRIENDS */

.inviteFriendsSelectPage .selectManyCheckbox, .inviteFriendsSelectPage textarea, .inviteFriendsSelectPage .savebutton {
	margin-left:61px;
}
.inviteFriendsSelectPage textarea {width:589px;}

/* end (page) SELECT FRIENDS */

/* (component) COMMENT WIDGET STYLING */
/*fonts*/
#commentContainer{
	line-height:15px;
}



/*layout*/
#commentContainer{
	width:auto;
	padding:2px 0 0 2px;
	margin:0 10px 0 0 ;
	border:0px solid #fff;
	background-color:#fff;
}
	#commentInput{
		margin:0 145px 0 140px;
		padding-bottom:15px;
		text-align:center;
		border-bottom:1px solid #c7c6c3;
	}
		#commentInput .savebutton {
			width:115px;
			height:22px;
			margin-top:15px;
		}
	.commentBox{
		width:100%;
		height:85px;
		padding:4px 0 0 0;
		border:1px solid #b7b7b6;
	}
		.commentUserName{}
		.commentDate{
			font-weight:bold;
		}
		li.commentOptions{
			text-align:right;
			margin:8px 0 0 0;
		}
			.commentReply{}
			.commentDelete{
				
			}
	#commentAllCommentsLink{
		width:100%;
		line-height:10px;
		text-align:right;
		margin:10px 0 10px 0;
	}
			
#commentContainer .commentList{
	float:left;
	width:444px;
	margin:0 0 0 140px;
	border-bottom:1px solid #c7c6c3;
	padding-top:4px;
	padding-bottom:7px;
}

	#commentContainer .commentList .commentImage{
		padding:0;
		float:left;
		width:60px;
		margin-right:11px;
	}
	#commentContainer .commentList .commentDelete{
		width:100%;
		
		font-weight:normal;
		text-align:right;
	}
	#commentContainer .commentList .commentComments{
		height:auto;
		width:373px;
		
		float:right;
		
		font-size:11px;
	}
		#commentContainer .commentList .commentComments a{
			text-decoration:underline;
		}
		
		#commentContainer .commentList .commentComments .commentDate, #commentContainer .commentList .commentComments .commentTime {
			font-weight:bold;
		}
	
/* (page) FIND FRIENDS SENT =KSB */

.friendsFindSentText {
	font-weight: bold;
	font-size: 12px;
}

.friendsFindSentList li {
	padding-left: 60px;
	padding-top: 5px;
}


/* end (page) FIND FRIENDS SENT =KSB */

/* (page) VIEW FRIENDS =KSB */
		#friendListArray.panelContent.friendList{
			position:relative;
		}
		#friendListArray.panelContent.friendList ul{
		}
		#friendListArray.panelContent.friendList ul li{
			margin:0;
			padding:0 0 13px 0;

			float:left;
		}
			#friendListArray.panelContent.friendList .friendListPerson{
				width:60px;
				height:90px;
				float: left;
				padding:0 9px 0 0;
			}
				#friendListArray.panelContent.friendList .friendListPerson .friendListImage{
					position:absolute;
				}
				#friendListArray.panelContent.friendList .friendListPerson .friendListImageLink{
					width:60px;
					text-align:center;

					margin:60px 0 0 0;
					position:absolute;
					line-height:12px;
				}
				#friendListArray.panelContent.friendList .friendListPerson .friendListImageLink a{
					font-size: 11px;
				}
				
			#friendListArray.panelContent.friendList .friendListConnectionOptions{
				width:88px;
				height:78px;
				float: left;
				padding:12px 9px 0 0;
				overflow: hidden;
				font-size: 11px;
				line-height: 1.2;
			}
				#friendListArray.panelContent.friendList .friendListConnectionOptions a.friendListImageLink {
					font-size: 11px;
					text-decoration: none;
				}
				
			#friendListArray #friendsSelect{
				margin:-12px 0 0 0;
				padding:0;
			}
			#friendListArray #friendsSelect .inviteFriends{
				float:left;
				margin:0 0 0 12px;
			}
			#friendListArray #friendsSelect .selectFriends{
				float:right;
			}
/* end (page) VIEW FRIENDS =KSB */

/* (page) MESSAGE INBOX =KSB */

.inboxMassActions {
	padding: 10px 0;
}

.inboxMassActionsSelectAll,
.inboxMassActionsDelete {
	
}

table.inboxTable {width:685px;margin:15px 0 0 20px;}
table.inboxTable tr,
table.inboxTable tr td {
	vertical-align: top;
}

/*table.inboxTable tr td {
	padding: 15px 0;
	border-top: 1px solid #c7c6c3;
}*/
.inboxCheck,.inboxProfilePic,.inboxSummary,.inboxAction {
	padding: 15px 0;
	border-top: 1px solid #c7c6c3;
}

	table.inboxTable tr td.inboxCheck {width:2%;}
	table.inboxTable tr td.inboxProfilePic {
		width:14%;
		text-align: center;
	}
	table.inboxTable tr td.inboxSummary {}
	table.inboxTable tr td.inboxAction {width:7%; text-align:right;}
	
	.pageInbox .inboxSubjectLabel {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		font-size: 18px;
	}

	.pageInbox .inboxSubject {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #00c;
		font-size: 18px;
	}

	.pageInbox .inboxSenderLabel {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		font-size: 11px;
	}

	.pageInbox .inboxSender {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #00c;
		font-size: 11px;
	}

	.pageInbox .inboxSummary {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #000;
		font-size: 11px;
	}

	.pageInbox .inboxTimestamp {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #666;
		font-size: 9px;
	}

	.pageInbox .inboxFlagNew {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #00c;
		font-size: 11px;
		background:url(../images/envelopesm.png) no-repeat 0 0;
		padding-left: 20px;
	}
	
	.pageInbox .inboxActionLink {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #00c;
		font-size: 11px;
		text-decoration: none;
		cursor: pointer;
	}
	
	.pageInbox .inboxDebug {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #ccc;
		font-size: 11px;
		margin-left: 15px;
		max-width: 400px;
	}

	.pageInbox .inboxDebug:hover {
		background-color: #ffe;
		cursor: crosshair;
	}
	
.profileMessageNone {width:685px;margin:15px 0 0 20px;}	

/* end (page) MESSAGE INBOX =KSB */

/* (page) SENT MESSAGES (OUTBOX) =KSB */

.recipientList {display:inline;}
ul.recipientList li {display:inline;}

.outboxMassActions {
	padding: 10px 0;
}

.outboxMassActionsSelectAll,
.outboxMassActionsDelete {
	
}

table.outboxTable {width:685px;margin:15px 0 0 20px;border-top:1px solid#c7c6c3;}
table.outboxTable tr,
table.outboxTable tr td {
	vertical-align: top;
}

/*table.outboxTable tr td {
	padding: 15px 0;
	border-top: 1px solid #c7c6c3;
}*/
.outboxCheck,.outboxProfilePic,.outboxSummary,.outboxAction {
	padding: 15px 0;
	border-top: 1px solid #c7c6c3;
}

	table.outboxTable tr td.outboxCheck {width:2%;}
	table.outboxTable tr td.outboxProfilePic {
		text-align: center;
		width:14%;
	}
	table.outboxTable tr td.outboxSummary {}
	table.outboxTable tr td.outboxAction {width:7%; text-align:right;}
	
	.pageOutbox .outboxSubjectLabel {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 18px;
	}

	.pageOutbox .outboxSubject {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #00c;
		font-size: 18px;
	}

	.pageOutbox .outboxSenderLabel {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 11px;
	}

	.pageOutbox .outboxSender {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #00c;
		font-size: 11px;
	}

	.pageOutbox .outboxSummary {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #000;
		font-size: 11px;
	}

	.pageOutbox .outboxTimestamp {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #666;
		font-size: 9px;
	}

	.pageOutbox .outboxFlagNew {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #00c;
		font-size: 11px;
		background:url(../images/envelopesm.png) no-repeat 0 0;
		padding-left: 20px;
	}
	
	.pageOutbox .outboxActionLink {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #00c;
		font-size: 11px;
		text-decoration: underline;
		cursor: pointer;
	}
	
	.pageOutbox .outboxDebug {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #ccc;
		font-size: 11px;
		margin-left: 15px;
		max-width: 400px;
	}

	.pageOutbox .outboxDebug:hover {
		background-color: #ffe;
		cursor: crosshair;
	}
	
	

/* end (page) SENT MESSAGES (OUTBOX) =KSB */

/* (page) MESSAGE THREAD =KSB */

.threadMassActions {
	padding: 10px 0;
}

.threadMassActionsSelectAll,
.threadMassActionsDelete {
	
}

.rich-table, .rich-table-header,.rich-table-headercell, .rich-table-cell,
  .rich-subtable-cell, .rich-table-footercell, .rich-subtable-footercell {
      border-width:0px;
}

table.threadTable {}
table.threadTable tr,
table.threadTable tr td {
	vertical-align: top;
	text-align:left;
}

table.threadTable tr td {
	padding: 15px 0;
	border-top: 1px solid #c7c6c3;
}
	table.threadTable tr.rich-table-firstrow td {
		border-top: 0px none;
	}
	table.threadTable {
		border-top: hidden;
	}
	table.threadTable tr first-child td {
		border-top: 0px none;
	}

	table.threadTable tr td.threadCheck {}
	table.threadTable tr td.threadProfilePic {
		text-align: right;
	}
	.profileThreadImage {margin-right:10px;}
	table.threadTable tr td.threadSummary {}
	table.threadTable tr td.threadAction {}
	
	.pageThread .threadSubjectLabel {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 11px;
	}

	.pageThread .threadSubject {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #000;
		font-size: 11px;
	}

	.pageThread .threadSenderLabel {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 11px;
	}

	.pageThread .threadSender {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #000;
		font-size: 11px;
	}

	.pageThread .threadSummary {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #000;
		font-size: 11px;
	}

	.pageThread .threadTimestamp {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 11px;
	}

	.pageThread .threadFlagNew {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #00c;
		font-size: 11px;
		background:url(../images/envelopesm.png) no-repeat 0 0;
		padding-left: 20px;
	}
	
	.pageThread .threadActionLink {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #00c;
		font-size: 11px;
		text-decoration: underline;
		cursor: pointer;
	}
	
	.pageThread .threadDebug, .pageThread .threadDebugNoPad {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #ccc;
		font-size: 11px;
		max-width: 400px;
	}
		.pageThread .threadDebug {margin-left:15px;}
		.pageThread .threadDebugNoPad {margin-left:0;}

	.pageThread .threadDebug:hover {
		background-color: #ffe;
		cursor: crosshair;
	}

	.threadReply {
		width: 690px;
		height: 132px;
		color: #666;
	}

	.threadCommandButtons {
		padding-top: 10px;
	}

	.threadCommandButtons .cancelbutton{
		padding-left: 10px;
	}

	.threadAlert {
		color:#800000;
		font-weight:bold;
	}


/* end (page) MESSAGE THREAD =KSB */

/* (page) COMPOSE MESSAGE =KSB */
#composeMessagePage{ margin:0 0 25px 0; }
	#composeMessagePage li{ margin:0 0 10px 0; }
	#composeMessagePage li input{
		width:270px;
	}
	#composeMessagePage li select{
		width:274px
	}
	#composeMessagePage li textarea{
		width:515px;
		height:160px;
	}
	#composeMessagePage .leftpadding{
		padding:0 0 0 106px;
	}
	#composeMessagePage .datalabel{
		width:134px;
		text-align:right;
		margin:0 6px 0 0;
	}
	#composeMessagePage .leftmargin{
		padding:0 0 0 140px;
	}
		#composeMessagePage input.button{
			width:auto;
			height:19px;
			margin:0 6px 0 0;
		}
	#composeMessagePage .datainputs table tr td input, #composeMessagePage .datainputs table tr td label{
		width:auto;
	}

	#composeMessagePage .datainputs div{
		margin:5px 0 5px 0;
	}
	
	#composeMessagePage .datainputs div span{
		margin:0 0 0 3px;
	}

	#composeMessagePage .datainputs div input, #composeMessagePage .datainputs div span{
		vertical-align:middle;
	}
/* end (page) COMPOSE MESSAGE =KSB */

/* (page) FRIEND FINDER =KSB */

.pageFriendFinder {}

.friendFinderTable {
	width: 650px;
}

.friendFinderTable .colName {
	width: 200px;
}

.friendFinderTable .rowOdd,
.friendFinderTable .rowEven {
	height: 20px;
}

.friendFinderTable .rowOdd {
	background-color: #fff;
}

.friendFinderTable .rowEven {
	background-color: #eee;
}
/* end (page) FRIEND FINDER =KSB */

/* (page) FRIEND REQUESTS =KSB */

.requestMassActions {
	padding: 10px 0;
}

.requestMassActionsSelectAll,
.requestMassActionsDelete {
	
}

table.requestTable {border-top:none;width:700px;margin-left:10px;}
/*table.requestTable tr,
table.requestTable tr td {
	vertical-align: top;
	padding: 15px 0;
	border-bottom: 1px solid #c7c6c3;
	border-top:none;
}*/
.requestProfilePic,.requestSummary {
	vertical-align: top;
	padding: 15px 0;
	border-top: 1px solid #c7c6c3;
}
	table.requestTable tr td.requestCheck {}
	table.requestTable tr td.requestProfilePic {
		text-align: left;
	}
	table.requestTable tr td.requestSummary {}
	table.requestTable tr td.requestAction {}
	
	.requestTable .requestSender {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 18px;
	}
	
	.requestTable .requestSenderBlock {
		padding: 0 0 4px;
	}

	.requestTable .requestTimestamp,
	.requestTable .requestTimestampLabel {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 11px;
	}
	

	.requestTable .requestSubject {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #000;
		font-size: 11px;
	}
	
	.requestTable .requestSubjectLabel {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 11px;
	}

	.requestTable .requestSummary {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #000;
		font-size: 11px;
	}
	
	.requestTable .requestSummaryLabel {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 11px;
	}


	.requestTable .requestFlagNew {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #00c;
		font-size: 11px;
		background:url(../images/envelopesm.png) no-repeat 0 0;
		padding-left: 20px;
	}
	
	.requestTable .requestActionLink {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #00c;
		font-size: 10px;
		text-decoration: underline;
		cursor: pointer;
	}
	
	.requestTable .requestDebug {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		color: #ccc;
		font-size: 11px;
		margin-left: 15px;
		max-width: 400px;
	}

	.requestTable .requestDebug:hover {
		background-color: #ffe;
		cursor: crosshair;
	}
	
	

/* end (page) FRIEND REQUESTS =KSB */

/* (page) ACTIVITIES PAGE */

#activities .panelContent {
	margin-left:122px;
}
#activities .rich-tabpanel {
	width:450px;
	padding:0 16px 0 0;
}

/* (page) COMMUNITY PAGES =KSB */
/*.activitiesPanel table.activityFeed tr {
}

.activitiesPanel table.activityFeed tr td {
	position: relative;
	display: block;
	height: 50px;
	overflow: hidden;
}

.activitiesPanel table.activityFeed tr img.activityFeedIcon {
	position: absolute;
	top: 23px;
}

.activitiesPanel table.activityFeed tr .activityFeedAction {
	position: absolute;
	top: 23px;
	left: 25px;
	width: 310px;
	font-size: 12px;
}

.activitiesPanel table.activityFeed tr .activityFeedTimestamp {
	position: absolute;
	top: 23px;
	right: 10px;
	font-weight:bold;
	font-size:9px;
	opacity:0.4;
	filter:alpha(opacity=50);
	width: 100px;
	text-align: right;
} */

.interestsPanel .memberName {
	font-size: 18px;
	margin-right:4px;
	line-height:19px;
}

.interestsPanel .memberImage {
	height: 50px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom:5px;
}

.interestsPanel .rich-inplace {
	font-size: 12px;
}

.activitiesPanel .selectDiv {
	width:100%;
	text-align: right;
}


.notificationCountMessages, 
.notificationCountFriends,
.actionsJoinUnit,
.actionsJoinDiscussion,
.actionsPostClassified,
.actionsSearchClassifieds,
.actionsShowRide,
.actionsUploadVideo {
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	padding-bottom: 5px;
	display: block;
}

.notificationCountMessages span, 
.notificationCountFriends span {
	color: black;
}

body a.notificationMore,
.blockSubheading {
	font-weight: bold;
	font-size: 12px;
	color: black;
}
.notificationCountMessages {
	background:url(../images/envelopesm.png) no-repeat left top;
}

.notificationCountFriends,
.actionsJoinUnit {
	background:url(../images/activityfriendicon.png) no-repeat left top;
}

.actionsJoinDiscussion { 
	background:url(../images/activityblogicon.png) no-repeat left top;
}

.actionsUploadVideo {
	background:url(../images/activityvideoicon.png) no-repeat left top;
}

.actionsPostClassified,
.actionsSearchClassifieds,
.actionsShowRide  {
	background:url(../images/activityrssicon.png) no-repeat left top;
}

.halfColumnFormField {
	width: 126px;
}
select.halfColumnFormField {
	width: 130px;
}

.tableAnchorSpacer {
	margin: 0 2px 2px 0;
}

/* end (page) COMMUNITY PAGES =KSB */

/* (page) PROFILE PAGES =KSB */
.profilePanel .memberImage {
	margin-right: 10px;
	display: block;
	margin-bottom:5px;
}

.profilePanel .memberName,
.profilePanel .memberService,
.profilePanel .memberStatus,
.profilePanel .memberPaygrade,
.profilePanel .memberRankDescription {
	color: #000;
}

.profilePanel .memberName {
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
	display: block;
}

.profilePanel .memberService {
	font-size: 16px;
	font-weight: bold;
}

.profilePanel .memberStatus,
.profilePanel .memberPaygrade,
.profilePanel .memberRankDescription {
	font-size: 13px;
	font-weight: normal;
}

.profilePanel .memberBioData {
	font-size: 15px;
	font-weight: bold;
}

.profilePanel .memberBioLabel {
	font-size: 12px;
	font-weight: normal;
}

.profilePanel .memberBioLabel,
.profilePanel .memberBioData {
	display: block;
}

.profilePanel .memberBioLabel span {
	display: none;
}

.profilePanel .memberBioData {
	margin-bottom: 5px;
}

td.memberStatusGroup,
td.memberRankInsigniaGroup {
	vertical-align: top;
}

td.memberRankInsigniaGroup {
	width: 75px;
	padding-left: 3px;
}

.panelSubhead {
	font-weight: bold;
}

.profilePanel .editDiv, .rich-modalpanel .profilePanel .editDiv{

	margin:-4px 0 0 0;

	font-weight:bold;
	text-align:right;

	z-index:100;
	position:absolute;
}

.profilePanel .editDiv {
	/* for main profile page */
	height:auto;
	line-height:18px;
	position:relative;
	right: 0px;
	width: 320px;
}

	.profilePanel .editDiv a {
		/* for main profile page */
		background:url(../images/editpencilbtn.png) center right no-repeat;
		display: block;
		font-weight: normal;
		padding-right: 20px;
	}	


/* end (page) PROFILE PAGES =KSB */

.pagingalign {
	float:right;
}