

dl.profileGroupList
{
    
    font-family: Lucida Grande;
    font-size: 11px;
    color: #59A12B;
}
dl.profileGroupList dt
{
	font-family: Lucida Grande;
	background-color:	#ffffff;
	border: 1px dotted #BDD8DC;
}
dl.profileGroupList dd
{
	color:   #59A12B;
	background-color:	#fff;
}


img.photo
{
	background-color: #ffffff;
	border:2px solid;
	color: #f0f0f0;
	padding: 1px;
	hover: #FF5A00;
	cursor:		pointer;
}

.flagProfile
	{
		float:						right;
		border:						0px dotted grey;
		/*
		background-color:	#;
		color:						#;
		*/
		padding:					2px 4px;
		cursor:						pointer;
		font-size:				9pt;
	}

.flagged0
	{
		color:						#0066dd;
		padding-right:		5px;
	}

.flagged1
	{
		color:						red;
		padding-right:		5px;
		font-size:				12pt;
		font-weight:bold;
	}

td.featureSetName
	{
		color:						#ff5a00;
		width:150px;
		padding-bottom: 10px;
	}
	
td.featureSetInfo
	{
		padding-bottom: 10px;
	}
	
#examineMedia
	{
/*
		width:49.75%;
		float:left;
*/
	}	

#comments
	{
		position: relative;
	}

#examineGeneral
	{
		margin:0px 0px 0px 4px;
	
/*
		width:49.75%;
		float:right;
*/
	}
	
#examineProfile
	{
/*
		clear:both;
*/
	}
	
#examineContent
	{
		width: 1050px;
/*
		position:	relative;
		border:1px solid red;
*/
	}

#profileNav
	{
		float:right;
	}

div.youtube
{
	/*
	z-index:	500;
	*/
	float:center;
	margin:4px 2px;
	padding:2px;
	border:1px #f0f0f0;
	background-color:	white;
}

.youtube-text
{
	font-size:	9pt;
	color:			black;
}

input.youtube-username
{
	font-size:	8pt;
	color:			black;
	width:			95%;
}
input.youtube-message
{
	font-size:	8pt;
	color:			black;
	width:			95%;
}
input.youtube-tag
{
	font-size:	8pt;
	color:			black;
	width:			95%;
}

textarea.youtube-message
{
	height:	4em;
	font-size:8pt;
	color:black;
	padding:2px;
}

td.youtube-index
{
	font-size:8pt;
	color:black;
}

td.youtube-index a
{
	text-decoration: none;
}

img.youtube-thumb
{
	 width:		130px;
	 height:	97px;
	cursor:pointer;
}

td.youtube-prev
{
	width:15px;
	cursor:pointer;
}

td.youtube-next
{
	width:15px;
	cursor:pointer;
}

td.youtube-title
{
    width:		100px;
	font-size:8pt;
	color:lightslategray;
	cursor:pointer;
}

.youtube_message
{
	width:		130px;
	font-size:8pt;
	color:lightslategray;
}

#youtube-viewer-id
{
	/*
	display:	none;
	*/
	display:	none;
	z-index:					1000;
	position:					absolute;
	background-color:	gray;
	margin:						0px;
	padding:					2px;
	left:							-150px;
	top:							10px;
	color:	white;
	width:						433px;
}

.youtube-viewer-close
{
	float:	right;
	border:	1px solid gray;
	font-size:9pt;
	padding:	2px;
	margin:		1px;
	background-color:	white;
	color:						black;
	cursor:pointer;
}

#youtube-viewer-title-id
{
	padding:	2px;
	margin:		1px;
	border:		1px solid gray;
}

.youtube-viewer-close:hover
{
	background-color:	yellow;
}

#youtube-viewer-outer-id
{
	background-color:	white;
	color:						black;
	margin:						8px 2px 2px 2px;
	clear:						both;
}

#youtube-viewer-inner-id
{
	margin:						2px;
	width:						425px;
	height:						350px;
}