/**************************************************************************
 Stylesheet for the Profile component
 Jeff Chew
 *************************************************************************/
 
 
.profileOuterTable {
	width									: 275px;
	border									: 5px solid #9ccf59;
	background-color						: #d7ecc0;	
}
 
.profileTable {	
	margin									: 6px 4px 10px 4px;	
	font-size								: 12px;
	font-weight								: normal;
	color									: #343433;		
}

.profileTable td {	
	vertical-align							: top;	
	padding									: 0px 0px 5px 5px;
}

/**************************************************************************
 BEGIN Profile Specific Fonts
 *************************************************************************/

.profileBlue {
	color									: #4678aa;
    font-weight                             : normal;
}

.profileBlueBold {
	color									: #4678aa;
	font-weight								: bold;	
}

.profileBlackBold {
	color									: #000000;
	font-weight								: bold;	
}

/**************************************************************************
 END Profile Specific Fonts
 *************************************************************************/ 
 
table.profileListingsTable {
	margin									: 5px 0px 0px 0px;
	width									: 100%;
}

.profileListingsTable td{
	margin									: 5px 0px 5px 0px;
	padding									: 1px 1px 1px 1px;
	border-bottom							: 5px solid	#d7ecc0;
}
 
.profileWhiteBox {
	background-color						: #FFFFFF;
	width									: 21px;
	text-align								: center;
}

table.awardsDesignationTable {
	margin									: 5px 0px 0px 0px;
	width									: 74px;	
}

.awardsDesignationTable td {
	padding									: 5px 5px 5px 5px;
	text-align								: center;
	font-size								: 12px;
	color									: #ffffff;
	font-weight								: bold;
}

.awardsProfileSelect {
	width									: 172px;
	font-size								: 11px;
	margin									: 0px 0px 5px 0px;	
}	

/***********************************
Styles For change location menu
***********************************/

table.changeMenuT {
	padding						: 0px;
	margin						: 0px;
	width						: auto;
	background-color 			: #FFFFFF;
	border						: 3px solid #9CCF59;
	border-collapse				: collapse;
}

.changeMenuT td {
	vertical-align				: top;
	padding						: 1px 1px 0px 1px;
}

.subchangeMenuT {
	width						: 100%;
	background-color			: #9CCF59;
}

.subchangeMenuT td {
	padding						: 1px 3px 1px 3px;
}

.changeMenuA {
	Background-Color			: #66994C;
}

.changeMenu {
	Background-Color			: #9CCF59;
}


a.whiteLink, a.whiteLink:active, a.whiteLink:visited {
	font-size					: 12px;
	color						: #ffffff;
	font-weight					: normal;
	text-decoration				: none;
}

/***********************************
End Styles For Global DropDownMenu
***********************************/

/***********************************8
Change Location Menu
*************************************/

div#changeLocMenu {
	visibility					: hidden;
	position					: absolute;
	z-index						: 11500;
	width						: 500px;
}

/***********************************8
End Change Location Menu
*************************************/
