@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - BUSTA RHYMES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		br_community.css
	Date:			December 22, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/* 	***************************************************************************************************
	
	Note:	- All pngs are saved as PNG-24 (the CSS must also be added to the mainIE6.css file with a behavior attached).
			- <a> links that are png's must also be saved as PNG-8 with the suffix "IE6" and added to the mainIE6.css file. (eg. btn_logIn.png and btn_logInIE6.png)
	
	*************************************************************************************************** */
	
	
				
/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/			
	
	/* 	***********************************************************************
		Note:
		- Header should be 744px wide and the height should extend from the bottom of the banner to the top of the next element
		- Specify the height below
		*************************************************************************** */
		
		
	/* 	***********************************************************************
		Note:
		- The h2 tag holds the flash headers
		- Width and height of the swf should be specified below
		*************************************************************************** */

/*	--------------------------------------------------------------------------------------------------------------------------
	Header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#header {
		margin:21px 0 0 0;
		width:646px; height:78px;
		background:url(../../images/corneilleCommunity.png) top left no-repeat;
	}

	
/*	--------------------------------------------------------------------------------------------------------------------------
	profile nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#profileNav {
		padding:5px 0 0 0; margin:0 0 10px 0;
		height:15px;
		list-style:none;
		background:#fff;
	}
		ul#profileNav li {
			float:left;
		}
		ul#profileNav li a.active {
			background-position:bottom !important;
		}
			ul#profileNav li.profile {
				width:47px; height:10px;
				margin:0 12px 0 22px;
			}
				ul#profileNav li.profile a {
					width:47px; height:10px;
					display:block;
					background:url(../../images/btn_profile.png) top left no-repeat;
				}
					ul#profileNav li.profile a:hover {
						background-position:bottom;
					}
			ul#profileNav li.profileBlog {
				width:33px; height:10px;
				margin:0 12px 0 0;
			}
				ul#profileNav li.profileBlog a {
					width:33px; height:10px;
					display:block;
					background:url(../../images/btn_profileBlog.png) top left no-repeat;
				}
					ul#profileNav li.profileBlog a:hover {
						background-position:bottom;
					}
			ul#profileNav li.profilePhotos {
				width:48px; height:10px;
				margin:0 12px 0 0;
			}
				ul#profileNav li.profilePhotos a {
					width:48px; height:10px;
					display:block;
					background:url(../../images/btn_profilePhotos.png) top left no-repeat;
				}
					ul#profileNav li.profilePhotos a:hover {
						background-position:bottom;
					}
			ul#profileNav li.profileFriends {
				width:48px; height:10px;
				margin:0 12px 0 0;
			}
				ul#profileNav li.profileFriends a {
					width:48px; height:10px;
					display:block;
					background:url(../../images/btn_profileFriends.png) top left no-repeat;
				}
					ul#profileNav li.profileFriends a:hover {
						background-position:bottom;
					}
			ul#profileNav li.profileComments {
				width:73px; height:10px;
			}
				ul#profileNav li.profileComments a {
					width:73px; height:10px;
					display:block;
					background:url(../../images/btn_profileComments.png) top left no-repeat;
				}
					ul#profileNav li.profileComments a:hover {
						background-position:bottom;
					}



/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#nav {
		width:636px !important;
	}

				
				

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles ---- used for each section
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.header {
	
	}
		h2 {
			width:250px;
			float:left;
		}
		h2.text {
			height:18px !important;
			font:normal 18px Arial, Helvetica, sans-serif !important;
			color:#d74a19 !important;
			text-transform:uppercase !important;
		}
		.header a.btnViewAll {
			margin:15px 20px 0 0;
			width:51px; height:9px;
			display:block;
			float:right;
			background:url(../../images/btn_viewAll.png) 0 top no-repeat;
		}
			.header a.btnViewAll:hover {
				background-position:bottom;
			}
/*	--------------------------------------------------------------------------------------------------------------------------
	headerComponent Styles ---- used for each section
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.headerComponent {
		padding:25px 0 0 0;
	}

		.headerComponent a.btnViewAll {
			margin:0 15px 0 0;
			width:48px; height:11px;
			display:block;
			background:url(../../images/btn_viewAll.gif) 0 top no-repeat;
		}
			.headerComponent a.btnViewAll:hover {
				background-position:bottom;
			}

				

	
/*	--------------------------------------------------------------------------------------------------------------------------
	userBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/* userBlock */
	#userBlock {
		margin:0 0 10px 0;
		width:300px; height:123px;
		background:url(../../images/bg_login.gif) top no-repeat;
		text-align:center;
		color:#a7a6a9;
	}
	#userBlock h2 {
		width:90px;
	}
			
		/* userInfo */
		#userBlock .userInfo {
			margin:15px 0 10px 26px;
			text-align:left;
		}
			#userBlock .userInfo .userPhoto {
				margin:0 5px 0 0;
			}
				#userBlock .userInfo .userPhoto img {
					border:1px solid #fda101;
					width:50px;
				}
			#userBlock .userInfo .user {
				margin:0 5px 0 0;
				width:183px;
				font:normal 10px Arial, Helvetica, sans-serif;
			}
				#userBlock .userInfo .user a {
					color:#c66b33;
					font:bold 12px Arial, Helvetica, sans-serif;
					text-decoration:none;
				}
							#userBlock .userInfo .user a:hover {
								color:#268699;
							}
							
		/* logOut */				
		#userBlock a.btnLogOut {
			margin:10px 0 0 0;
			width:52px; height:17px;
			background:url(../../images/btn_logout.gif) 0 top no-repeat;
		}
			#userBlock a.btnLogOut:hover {
				background-position:bottom;
			}
		/* logIn */				
		#userBlock a.btnLogIn {
			margin:10px 20px 0 0;
			width:52px; height:17px;
			float:right;
			display:block;
			background:url(../../images/btn_login.gif) 0 top no-repeat;
		}
			#userBlock a.btnLogIn:hover {
				background-position:bottom;
			}
			#userBlock .userInfo a.im img {
				width:5px; height:12px;
			}
			#userBlock .userInfo img {
				width:60px; height:17px;
			}
			
		/* links */
		#userBlock a:link, #userBlock a:visited, #userBlock a:active {
			color:#268699;
			font:bold 10px Arial, Helvetica, sans-serif;
			text-decoration:none;
		}
			#userBlock a:hover {
				color:#b2a8e3;
			}
		
			
			
		
			
/*	--------------------------------------------------------------------------------------------------------------------------
	communityOverview Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#communityOverview {
		margin:0 0 100px 0;
	}
		#communityOverview .sideBar {
			width:307px;
			margin:96px 0 0 0;
		}
		#communityOverview .MainContent {
			width:554px;
		}
	
	/*	latestBlogFlash Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
		#latestBlogFlash {
			margin:10px 0 0 0; padding:0 0 34px 13px;
			width:287px;
		}
		#latestBlogFlash h2 {
			padding:0 0 22px 0;
			width:126px; height:25px;
			background:url(../../images/h2_recentPostsSmall.png) top no-repeat;
		}
		#latestBlogFlash .entries {
			margin:0 0 0 -3px;
		}
			#latestBlogFlash .entries .entry {
				margin:0 0 10px 0; padding:6px 0 0 9px;
				width:271px; height:34px;
				background:#2c2b30;
				font:normal 9px Verdana, Arial, Helvetica, sans-serif;
				color:#a7a6a9;
			}
				#latestBlogFlash .entries .entry a {
					color:#c66b33;
					text-decoration:none;
				}
				#latestBlogFlash .entries .entry a:hover {
					color:#deeb89;
				}
			#latestBlogFlash .entries .entry h3 {
				height:18px; 
				overflow:hidden;
			}
			#latestBlogFlash .entries .entry h3 a{
				font:bold 14px Verdana, Arial, Helvetica, sans-serif;
				text-decoration:none;
				color:#deeb89;
			}
				#latestBlogFlash .entries .entry h3 a:hover {
					color:#fff;
				}
	
	
	/*	latestMembers Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
		#latestMembers {
			margin:10px 0 0 0; padding:0 0 34px 13px;
			width:287px;
		}
		#latestMembers h2 {
			padding:0 0 22px 0;
			width:143px; height:19px;
			background:url(../../images/h2_latestMembers.png) top no-repeat;
		}
			#latestMembers .members {

			}
				#latestMembers .members .entry {
					margin:0 0 15px 0;
					width:90px;
					float:left;
					display:inline;
					text-align:center;
				}
			#latestMembers .members a{
				font:bold 9px Verdana, Arial, Helvetica, sans-serif;
				color:#c66b33;
				text-decoration:none;
			}
				#latestMembers .members a:hover {
					color:#268699;
				}
	
	/*	myFriendsComponent Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
		#myFriendsComponent {
			margin:10px 0 0 0; padding:0 0 34px 13px;
			width:287px;
		}
		#myFriendsComponent .noContent {
			margin:0 10px 0 0;
		}
		#myFriendsComponent h2 {
			padding:0 0 22px 0;
			width:91px; height:24px;
			background:url(../../images/h2_myMates.gif) top no-repeat;
		}
			#myFriendsComponent .members {

			}
				#myFriendsComponent .members .entry {
					margin:0 0 15px 0;
					width:90px;
					float:left;
					display:inline;
					overflow:hidden;
					text-align:center;
				}
					#myFriendsComponent .members .entry a.im {
						display:none;
					}
					#myFriendsComponent .members .entry a img.userfullsize {
						margin:0 auto;
						display:block;
					}
			#myFriendsComponent .members a {
				font:bold 9px Verdana, Arial, Helvetica, sans-serif;
				color:#c66b33;
				text-decoration:none;
			}
				#myFriendsComponent .members a:hover {
					color:#268699;
				}
				
				
	/*	latestPhotos Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
		#latestPhotos {
			margin:10px 0 0 0; padding:0 0 34px 13px;
			width:287px;
		}
		#latestPhotos h2 {
			padding:0 0 22px 0;
			width:111px; height:25px;
			background:url(../../images/h2_newPhotosSmall.png) top no-repeat;
		}
			#latestPhotos .thumbnails {
				margin:0 0 0 25px;
			}
			#latestPhotos .thumbnails a img {
				border:solid 2px #686665;
			}
				#latestPhotos .thumbnails a:hover img {
				border:solid 2px #24117f;
			}
				#latestPhotos .thumbnails .entry {
					margin:0 15px 15px 0;
					width:100px; height:100px;
					float:left;
					display:inline;
					text-align:center;
				}
					#latestPhotos .thumbnails .entry span.caption {
						font:normal 10px Verdana, Arial, Helvetica, sans-serif;
						color:#686665;
						display:block;
					}
	
	/*	profileBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#profileBlock {
			padding:0 0 10px 0; margin:0 0 50px 0;
			width:636px;
			background:url(../../images/content_bg.png) top left repeat-y;
			border:1px solid #eba48c;
		}
		#profileBlock .editLinks a.btnSendMessage {
			width:83px; height:17px;
			display:block;
			float:left;
			background:url(../../images/btn_sendMessage.gif) top left no-repeat;
		}
			#profileBlock .editLinks a.btnSendMessage:hover {
				background-position:bottom;
			}
		#profileBlock .editLinks a.btnAddFriend {
			width:64px; height:17px;
			display:block;
			float:right;
			background:url(../../images/btn_addFriend.gif) top left no-repeat;
		}
			#profileBlock .editLinks a.btnAddFriend:hover {
				background-position:bottom;
			}
			#profileBlock h2 {
				height:18px;
				font:normal 18px Arial, Helvetica, sans-serif;
				color:#d74a19;
				text-transform:uppercase;
			}
			/* profile */	
			#profileBlock .profileInfo {
				margin:10px 0 0 22px;
				width:595px;
				background:#fef7ee;
			}
				#profileBlock .profileInfo .profileImage {
					width:200px;
					float:left;
				}
					
				#profileBlock .profileInfo .profileText {
					padding:10px;
					width:375px;
					float:left;
				}
					#profileBlock .profileInfo .profileText p {
						margin:0 0 16px 0;
						color:#profileInfo;
						font:normal 12px Verdana, Arial, Helvetica, sans-serif;
						line-height:16px;
					}
			/*  */
			#profileBlock .editLinks {
				margin:10px 0 0 23px;
				width:160px;
			}
			#profileBlock .editLinks a.btnSendMessage {
				float:left;
			}
			
			#profileBlock .editLinks a.btnAddToFriends {
				float:right;
			}


									
	/*	latestBlogBlock Styleshead
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#latestBlogBlock {
		padding:0 0 10px 0; margin:0 0 50px 0;
		width:636px;
		background:url(../../images/content_bg.png) top left repeat-y;
		border:1px solid #eba48c;
	}
	#latestBlogBlock .noContent {
		margin:0 33px 0 33px;
	}
	#latestBlogBlock a.btnNewEntry {
		margin:0 0 10px 554px;
		width:62px; height:17px;
		display:block;
		background:url(../../images/btn_newEntry.gif) top left no-repeat;
	}
		#latestBlogBlock a.btnNewEntry:hover {
			background-position:bottom;
		}
		#latestBlogBlock .entry a {
			color:#ac5936;
			font-weight:bold;
			text-decoration:none;
		}
			#latestBlogBlock .entry a:hover {
				color:#5c240c;
			}
		#latestBlogBlock .entry {
			padding:15px; margin:0 0 10px 21px;
			width:565px;
			background:#fef7ee;
		}
		#latestBlogBlock .entry .date {
			width:565px;
			font:normal 9px Arial, Helvetica, sans-serif;
			color:#464645;
		}
		#latestBlogBlock .entry h3 {
			padding:3px 0 0 0;
			width:565px;
			font:normal 14px Arial, Helvetica, sans-serif;
			color:#5c240c;
		}
			#latestBlogBlock .entry h3 a {
				color:#5c240c;
			}
				#latestBlogBlock .entry h3 a:hover {
					color:#ac5936;
				}
		#latestBlogBlock .entry .posted {
			padding:0 0 5px 0;
			width:565px;
			font:normal 9px Arial, Helvetica, sans-serif;
			color:#6f6f6f;
		}
		#latestBlogBlock .entry  p {
			padding:0 0 16px 0;
			font:normal 12px Arial, Helvetica, sans-serif;
			color:#111111;
			line-height:16px;
		}
		#latestBlogBlock .entry ul.socialBar {
			width:565px;
			list-style:none;
		}
			#latestBlogBlock .entry ul.socialBar li {
				float:left;
				font:normal 10px Arial, Helvetica, sans-serif;
			}
			#latestBlogBlock .entry ul.socialBar li.views {
				width:80px;
				color:#362f2d;
				overflow:hidden;
			}
			#latestBlogBlock .entry ul.socialBar li.comments {
				width:120px;
				color:#ac5936;
				overflow:hidden;
			}
			#latestBlogBlock .entry ul.socialBar li.share {
				width:83px;
				float:right;
			}
			/* comments */
			#latestBlogBlock .comments {
				padding:0 0 7px 0;
			}
				#latestBlogBlock .comments .entry {
					padding:15px 10px; margin:0 0 3px 33px;
					width:550px;
					background-color:#f8e2d0;
				}
					#latestBlogBlock .comments .entry .leftCol {
						margin:0 15px 0 0;
						width:50px;
						float:left;
						display:inline;
					}
					#latestBlogBlock .comments .entry .rightCol {
						width:485px;
						float:left;
					}
						#latestBlogBlock .comments .entry .rightCol h4 {
							font:normal 14px Arial, Helvetica, sans-serif;
							color:#464645;
						}
						#latestBlogBlock .comments .entry .rightCol .posted {
							padding:0 0 5px 0;
							font:normal 9px Arial, Helvetica, sans-serif;
							color:#6f6f6f;
						}
							#latestBlogBlock .comments .entry .rightCol .posted a {
								font:bold 10px Arial, Helvetica, sans-serif;
								color:#5c240c;
								text-decoration:none;
							}
								#latestBlogBlock .comments .entry .rightCol .posted a:hover {
									color:#d74a19;
								}
						#latestBlogBlock .comments .entry .rightCol p {
							padding:0;
						}
			#latestBlogBlock .comments a.btnPostComment {
				margin:10px 0 0 33px;
				width:91px; height:17px;
				display:block;
				background:url(../../images/btn_postComment.gif) top left no-repeat;
			}
				#latestBlogBlock .comments a.btnPostComment:hover {
					background-position:bottom;
				}
	
	/*	recentPhotosBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#recentPhotosBlock {
			padding:0 0 10px 0; margin:0 0 50px 0;
			width:636px;
			background:url(../../images/content_bg.png) top left repeat-y;
			border:1px solid #eba48c;
		}
		#recentPhotosBlock .noContent {
			margin:0 33px 0 33px;
		}
		/* Small Thumbs */
		#recentPhotosBlock .photoHolder {
			padding:0 0 0 29px;
		}
			#recentPhotosBlock .photoHolder .entry {
				margin:0 16px 0 0;
				width:102px; height:156px;
				float:left;
				font:normal 10px Arial, Helvetica, sans-serif;
				color:#362f2d;
				text-align:center;
				overflow:hidden;
			}
				#recentPhotosBlock .photoHolder .entry img {
					display:block;
					margin:0 auto;
				}
				#recentPhotosBlock .photoHolder .entry a img {
					border:1px solid #ea9d7d;
				}
					#recentPhotosBlock .photoHolder .entry a:hover img {
						border:1px solid #682e15;
					}
				#recentPhotosBlock .photoHolder .entry .title {
					padding:3px 0 0 0;
				}
				#recentPhotosBlock .photoHolder .entry .comment {
					color:#d74a19;
				}
			/* Big Thumbs */
			#recentPhotosBlock .photoHolderBig {
				padding:0 0 0 45px;
			}
			#recentPhotosBlock .photoHolderBig a.btnNewEntry {
				margin:0 0 0 510px;
				width:62px; height:17px;
				display:block;
				clear:both;
				background:url(../../images/btn_newEntry.gif) top left no-repeat;
			}
				#recentPhotosBlock .photoHolderBig a.btnNewEntry:hover {
					background-position:bottom;
				}
			#recentPhotosBlock .photoHolderBig .entry {
				margin:0 40px 0 0;
				width:252px; height:300px;
				float:left;
				display:inline;
				font:normal 15px Arial, Helvetica, sans-serif;
				color:#362f2d;
				text-align:center;
				overflow:hidden;
			}
				#recentPhotosBlock .photoHolderBig .entry img {
					display:block;
					margin:0 auto;
				}
				#recentPhotosBlock .photoHolderBig .entry a img {
					border:1px solid #ea9d7d;
				}
					#recentPhotosBlock .photoHolderBig .entry a:hover img {
						border:1px solid #682e15;
					}
				#recentPhotosBlock .photoHolderBig .entry .title {
					padding:3px 0 0 0;
				}
					#recentPhotosBlock .photoHolderBig .entry .title a {
						color:#ac5936;
						text-decoration:none;
					}
						#recentPhotosBlock .photoHolderBig .entry .title a:hover {
							color:#5c240c;
						}
				#recentPhotosBlock .photoHolderBig .entry .actions {
					font:normal 11px Arial, Helvetica, sans-serif;
				}
					#recentPhotosBlock .photoHolderBig .entry .actions span.comments {
						color:#d74a19;
					}
			/* Single */
				#recentPhotosBlock .singlePhotoHolder {
					padding:0 0 10px 0;
					text-align:center;
				}
				#recentPhotosBlock .singlePhotoHolder .editLinks {
					margin:0 auto;
				}
					#recentPhotosBlock .singlePhotoHolder img {
						border:solid 1px #ea9d7d;
					}
			/* Profile */
			#recentPhotosBlock .photoLarge {
				text-align:center;
				font:normal 15px Arial, Helvetica, sans-serif;
				color:#362f2d;
			}
				#recentPhotosBlock .photoLarge img {
					border:1px solid #d74a19;
				}
				#recentPhotosBlock .photoLarge .title {
					padding:3px 0 0 0;
				}
				#recentPhotosBlock .photoLarge .actions {
					font:normal 11px Arial, Helvetica, sans-serif;
				}
					#recentPhotosBlock .photoLarge .actions span.comments {
						color:#d74a19;
					} 
			#recentPhotosBlock .photoThumbs {
				padding:20px 0 0 30px;
			}
			#recentPhotosBlock .photoThumbs .noContent {
				display:none;
			}
				#recentPhotosBlock .photoThumbs .entry {
					margin:0 15px 0 0;
					width:102px; height:156px;
					float:left;
					font:normal 10px Arial, Helvetica, sans-serif;
					color:#362f2d;
					text-align:center;
					overflow:hidden;
				}
					#recentPhotosBlock .photoThumbs .entry img {
						display:block;
						margin:0 auto;
					}
					#recentPhotosBlock .photoThumbs .entry a img {
						border:1px solid #ea9d7d;
					}
						#recentPhotosBlock .photoThumbs .entry a:hover img {
							border:1px solid #682e15;
						}
					#recentPhotosBlock .photoThumbs .entry .title {
						padding:3px 0 0 0;
					}
						#recentPhotosBlock .photoThumbs .entry .title a {
							font:normal 12px Arial, Helvetica, sans-serif;
							color:#682e15;
							text-decoration:none;
						}
							#recentPhotosBlock .photoThumbs .entry .title a:hover {
								color:#DD4A19;
							}
					#recentPhotosBlock .photoThumbs .entry .comment {
						color:#d74a19;
					}
			/* comments */
			#recentPhotosBlock .comments {
				padding:0 0 7px 0;
				text-align:left;
			}
				#recentPhotosBlock .comments .entry {
					padding:15px 10px; margin:0 0 3px 33px;
					width:550px;
					background-color:#f8e2d0;
				}
					#recentPhotosBlock .comments .entry .leftCol {
						margin:0 15px 0 0;
						width:50px;
						float:left;
						display:inline;
					}
					#recentPhotosBlock .comments .entry .rightCol {
						width:485px;
						float:left;
					}
						#recentPhotosBlock .comments .entry .rightCol h4 {
							font:normal 14px Arial, Helvetica, sans-serif;
							color:#464645;
						}
						#recentPhotosBlock .comments .entry .rightCol .posted {
							padding:0 0 5px 0;
							font:normal 9px Arial, Helvetica, sans-serif;
							color:#6f6f6f;
						}
						#recentPhotosBlock .comments .entry .rightCol .posted span.user a.im img {
							border:none;
						}
							#recentPhotosBlock .comments .entry .rightCol .posted a {
								font:bold 10px Arial, Helvetica, sans-serif;
								color:#5c240c;
								text-decoration:none;
							}
								#recentPhotosBlock .comments .entry .rightCol .posted a:hover {
									color:#d74a19;
								}
						#recentPhotosBlock .comments .entry .rightCol p {
							padding:0;
							font:normal 12px Arial, Helvetica, sans-serif;
							color:#111111;
							line-height:16px;
						}
						#recentPhotosBlock .comments .entry .rightCol .editLinks {
							margin:0;
						}
					#recentPhotosBlock .comments a.btnPostComment {
						margin:10px 0 0 33px;
						width:91px; height:17px;
						display:block;
						background:url(../../images/btn_postComment.gif) top left no-repeat;
					}
						#recentPhotosBlock .comments a.btnPostComment:hover {
							background-position:bottom;
						}
			
	
							
	/*	friendsBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#friendsBlock {
			margin:0 0 50px 0;
			width:636px;
			background:url(../../images/content_bg.png) top left repeat-y;
			border:1px solid #eba48c;
		}
		#friendsBlock .members {
			padding:0 0 0 45px;
		}
			#friendsBlock .members .entry {
				padding:15px 10px 15px 10px; margin:0 20px 20px 0;
				width:242px; height:80px;
				float:left;
				display:inline;
				background:#fef7ee;
				font:normal 12px Arial, Helvetica, sans-serif;
			}
				#friendsBlock .members .entry .userImage {
					margin:0 5px 0 0;
					width:80px;
					float:left;
					display:inline;
				}
				#friendsBlock .members .entry .userActions {
					width:157px;
					float:left;
				}
					#friendsBlock .members .entry .userActions a {
						font:normal 16px Arial, Helvetica, sans-serif;
						color:#d74a19;
						text-decoration:none;
					}
						#friendsBlock .members .entry .userActions a:hover {
							color:#5c240c;
						}
		/*pending*/
			.pending a {
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#682e15;
				text-decoration:none;
			}
				.pending a:hover {
					color:#DD4A19;
				}
		/* Profile */
		#friendsBlock .entries {
			padding:0 0 0 35px;
		}
		#friendsBlock .entries .entry {
			margin:0 39px 0 0;
			width:80px; height:125px;
			text-align:center;
			font:bold 10px Arial, Helvetica, sans-serif;
		}
		#friendsBlock .entries .entry span.user a.im {
			display:none;
		}
			#friendsBlock .entries .entry a {
				color:#ac5936;
				text-decoration:none;
			}
				#friendsBlock .entries .entry a {
					color:#5c240c;
				}
				
	/* Buttons */
	#friendsBlock a.btnAddFriend {
		width:64px; height:17px;
		display:block;
		background:url(../../images/btn_addFriend.gif) top left no-repeat;
	}
		#friendsBlock a.btnAddFriend:hover {
			background-position:bottom;
		}
	#friendsBlock .members .userActions a.btnSendMessage {
		width:83px; height:17px;
		display:block;
		background:url(../../images/btn_sendMessage.gif) top left no-repeat;
	}
		#friendsBlock .members .userActions a.btnSendMessage:hover {
			background-position:bottom;
		}
	#friendsBlock .members .userActions a.btnBlock {
		margin:5px 0 0 0;
		width:52px; height:17px;
		display:block;
		background:url(../../images/btn_block.gif) top left no-repeat;
	}
		#friendsBlock .members .userActions a.btnBlock:hover {
			background-position:bottom;
		}
	#friendsBlock .members .userActions a.btnUnblock {
		width:52px; height:17px;
		display:block;
		background:url(../../images/btn_unblock.gif) top left no-repeat;
	}
		#friendsBlock .members .userActions a.btnUnblock:hover {
			background-position:bottom;
		}
	#friendsBlock .members .userActions a.btnApprove {
		width:52px; height:17px;
		display:block;
		background:url(../../images/btn_approve.gif) top left no-repeat;
	}
		#friendsBlock .members .userActions a.btnApprove:hover {
			background-position:bottom;
		}
	#friendsBlock .members .userActions a.btnReject {
		width:52px; height:17px;
		display:block;
		background:url(../../images/btn_reject.gif) top left no-repeat;
	}
		#friendsBlock .members .userActions a.btnReject:hover {
			background-position:bottom;
		}
		

	.control {
		font:bold 11px Arial, Helvetica, sans-serif;	
		padding:0 0 8px 0;					
	}			
		.control .paging a {
			color:#d74a19;
			text-decoration:none;					
		}
			.control .paging a:hover {
				color:#5c240c;			
			}
						
	/*	recentCommentsBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#recentCommentsBlock {
			margin:0 0 50px 0;
			width:636px;
			background:url(../../images/content_bg.png) top left repeat-y;
			border:1px solid #eba48c;
		}
		#recentCommentsBlock .noContent {
			margin:0 33px 0 33px;
		}
			/* entry */
			#recentCommentsBlock .entry {
				padding:15px 10px; margin:0 0 3px 34px;
				width:550px;
				background:#f8e2d0;
			}
			#recentCommentsBlock .entry a {
				color:#ac5936;
				font-weight:bold;
				text-decoration:none;
			}
				#recentCommentsBlock .entry a:hover {
					color:#5c240c;
				}
			#recentCommentsBlock a.btnPostComment {
				margin:15px 0 15px 533px;
				width:91px; height:17px;
				display:block;
				background:url(../../images/btn_postComment.gif) top left no-repeat;
			}
				#recentCommentsBlock a.btnPostComment:hover {
					background-position:bottom;
				}
			
				/* leftCol */
				#recentCommentsBlock .entry .leftCol {
					margin:0 15px 0 0;
					width:50px;
					overflow:hidden;
				}
					
			
				
				/* rightCol */
				#recentCommentsBlock .entry .rightCol {
					width:485px;
				}
					#recentCommentsBlock .entry .rightCol .timeStamp {
						color:#6f6f6f;
						font:normal 9px Arial, Helvetica, sans-serif;
					}
					#recentCommentsBlock .entry .rightCol h3 {
						color:#464645;
						font:normal 14px Verdana, Arial, Helvetica, sans-serif;
					}			
						#recentCommentsBlock .entry .rightCol p {
							margin:15px 0 0 0;
							font:normal 12px Verdana, Arial, Helvetica, sans-serif;
							color:#2c2c2c;
							line-height:15px;
						}


/*	--------------------------------------------------------------------------------------------------------------------------
	communityComments Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#communityComments {
		margin:0 0 80px 0;
	}
		#communityComments .leftCol {
			margin:0 20px 0 0;
			width:640px;
		}
		#communityComments .rightCol {
			margin:100px 0 0 0;
			width:300px;
		}
		
			
				
	/*	commentsBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#commentsBlock {
			padding:0 0 80px 0;
			width:640px;
			border:1px solid #3d3b4a;
		}
		#commentsBlock .noContent {
			margin:20px 25px 0 25px;
		}		
			#commentsBlock .commentLink {
			    margin:10px 0 0 35px;
			    font:normal 12px Arial, Helvetica, sans-serif;
			}
			    #commentsBlock .commentLink a:link, #commentsBlock .commentLink a:active, #commentsBlock .commentLink a:visited {
			        color:#ff8a00;
			        text-decoration:none;
			    } 
			        #commentsBlock .commentLink a:hover {
			            color:#fd4e01;            
			        }
			#commentsBlock h2 {
				padding:5px 0 0 25px;
				width:615px; height:38px;
				color:#2400ff;
				font:normal 25px Arial, Helvetica, sans-serif;
				background:url(../../images/bg_h2.png) no-repeat;
			}
			
			/* entry */
			#commentsBlock .entry {
				margin:20px 0 0 30px; padding:20px 10px 15px 15px;
				background:url(../../images/bg_communityEntry.png) no-repeat;
				width:555px;
			}
		
				/* leftCol */
				#commentsBlock .entry .leftCol {
					margin:0 25px 0 0;
					text-align:center;
					width:152px;
				}
					#commentsBlock .entry .leftCol img {
						margin:0 auto 0 auto;
						border:1px solid #fda101;
					}
					#commentsBlock .entry .leftCol a.im img {
					    border:none;
					    display:inline;
			        }
					
					#commentsBlock .entry .leftCol a:link, #commentsBlock .entry .leftCol a:visited, #commentsBlock .entry .leftCol a:active {
						color:#ff8a00;
						font:normal 14px Arial, Helvetica, sans-serif;
						text-decoration:none;
					}
						#commentsBlock .entry .leftCol a:hover {
							color:#fd4e01;
						}
					
				
				/* rightCol */
				#commentsBlock .entry .rightCol {
					margin:0;
					width:370px;
				}
					#commentsBlock .entry .rightCol .timeStamp {
						color:#9ba2ad;
						font:normal 12px Arial, Helvetica, sans-serif;
						color:#3c3b3b;
					}
					#commentsBlock .entry .rightCol h3 {
						color:#ff8a00;
						font:bold 17px Arial, Helvetica, sans-serif;
						margin:8px 0 8px 0;
					}
						#commentsBlock .entry .rightCol h3 a:link, #commentsBlock .entry .rightCol h3 a:active, #commentsBlock .entry .rightCol h3 a:visited {
							color:#ff8a00;
							font:bold 17px Arial, Helvetica, sans-serif;
							text-decoration:none;
						}
							#commentsBlock .entry .rightCol h3 a:hover {
								color:#fd4e01;
							}					
						#commentsBlock .entry .rightCol p {
							margin:0 0 10px 0;
							font:normal 12px Arial, Helvetica, sans-serif;
							color:#3c3b3b;
							line-height:16px;
						}
						
						

/*	--------------------------------------------------------------------------------------------------------------------------
	communityFriends Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#communityFriends {
		margin:0 0 80px 0;
	}
		#communityFriends .leftCol {
			width:640px;
			margin:100px 16px 0 0;
		}
		#communityFriends .rightCol {
			margin:200px 0 0 0;
			width:300px;
		}
		
		/*	friendsBlock Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#communityFriends #friendsBlock {
			margin:0 0 35px 0; padding:0 0 80px 0;
			width:548px;
			background:url(../../images/boxBG.png) repeat-y;
		}
			#communityFriends #friendsBlock h2 {
				padding:0 0 22px 0;
				width:251px; height:23px;
				background:url(../../images/h2_Friends.png) top no-repeat;
			}	
			
			#communityFriends #friendsBlock .displaying {
				margin:40px 30px 0 0;
				color:#9ba2ad;
				font:bold 11px Arial, Helvetica, sans-serif;
				text-align:right;
			}
			
			
			/* entry */
			#communityFriends #friendsBlock .entry {
				margin:10px 0 0 30px; padding:15px 10px 15px 15px;
				background:url(../../images/bg_communityEntry.png) no-repeat;
				width:555px;
			}
			
				/* leftCol */
				#communityFriends #friendsBlock .entry .leftCol {
					margin:0 15px 0 0;
					width:152px;
				}
					#communityFriends #friendsBlock .entry .leftCol img {
						width:150px;
						border:1px solid #fda101;
					}
					
				
				/* rightCol */	
				#communityFriends #friendsBlock .entry .rightCol {
					margin:0;
					width:370px;
				}
					#communityFriends #friendsBlock .entry .rightCol h3 {
						margin:0 0 10px 0;
						color:#fda101;
					}
						#communityFriends #friendsBlock .entry .rightCol h3 a:link, #communityFriends #friendsBlock .entry .rightCol h3 a:active, #communityFriends #friendsBlock .entry .rightCol h3 a:visited {
							color:#ff8a00;
							font:normal 16px Arial, Helvetica, sans-serif;
							text-decoration:none;
						}
							#communityFriends #friendsBlock .entry .rightCol h3 a:hover {
								color:#fd4e01;
							}
							#communityFriends #friendsBlock .entry .rightCol h3 .smallTextOnline {
								font:normal 10px Arial, Helvetica, sans-serif;
								color:#ff8e00;
							}
							#communityFriends #friendsBlock .entry .rightCol h3 .smallTextOffline {
								font:normal 10px Arial, Helvetica, sans-serif;
								color:#8e8e8e;
							}
					#communityFriends #friendsBlock .entry .rightCol p {
						color:#3c3b3b;
						font:normal 13px Arial, Helvetica, sans-serif;
						line-height:18px;
					}
					
					/* PNG-8 */
					#communityFriends #friendsBlock .entry .rightCol a.readMore:link, #communityFriends #friendsBlock .entry .rightCol a.readMore:active, #communityFriends #friendsBlock .entry .rightCol a.readMore:visited {
						padding:0 7px 0 0;
						color:#ff8a00;
						font:normal 10px Arial, Helvetica, sans-serif;
						text-decoration:none;
						background:url(../../images/arrow_right.png) 52px 5px no-repeat;
					}
						#communityFriends #friendsBlock .entry .rightCol a.readMore:hover {
							color:#fd4e01;
							background:url(../../images/arrow_rightOrange.png) 52px 5px no-repeat;
						}
						
						
						
/*	--------------------------------------------------------------------------------------------------------------------------
	blogBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	#blogBlock {
		padding:0 0 10px 0; margin:0 0 50px 0;
		width:636px;
		background:url(../../images/content_bg.png) top left repeat-y;
		border:1px solid #eba48c;
	}
		#blogBlock .entry a {
			color:#ac5936;
			font-weight:bold;
			text-decoration:none;
		}
			#blogBlock .entry a:hover {
				color:#5c240c;
			}
		#blogBlock .entry {
			padding:15px; margin:0 0 10px 21px;
			width:565px;
			background:#fef7ee;
		}
		#blogBlock .entry .date {
			width:565px;
			font:normal 9px Arial, Helvetica, sans-serif;
			color:#464645;
		}
		#blogBlock .entry h3 {
			padding:3px 0 0 0;
			width:565px;
			font:normal 14px Arial, Helvetica, sans-serif;
			color:#5c240c;
		}
			#blogBlock .entry h3 a {
				color:#5c240c;
			}
				#blogBlock .entry h3 a:hover {
					color:#ac5936;
				}
		#blogBlock .entry .posted {
			padding:0 0 5px 0;
			width:565px;
			font:normal 9px Arial, Helvetica, sans-serif;
			color:#6f6f6f;
		}
		#blogBlock .entry .userImage {
			margin:0 10px 0 0;
			width:50px;
			float:left;
			display:inline;
		}
		#blogBlock .entry .paragraphHolder {
			width:505px;
			float:left;
		}
			#blogBlock .entry .paragraphHolder p {
				padding:0 0 16px 0;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#111111;
				line-height:16px;
			}
		#blogBlock .entry ul.socialBar {
			width:565px;
			list-style:none;
		}
			#blogBlock .entry ul.socialBar li {
				float:left;
				font:normal 10px Arial, Helvetica, sans-serif;
			}
			#blogBlock .entry ul.socialBar li.views {
				width:80px;
				color:#362f2d;
				overflow:hidden;
			}
			#blogBlock .entry ul.socialBar li.comments {
				width:120px;
				color:#ac5936;
				overflow:hidden;
			}
			#blogBlock .entry ul.socialBar li.share {
				width:83px;
				float:right;
			}
	


/*	--------------------------------------------------------------------------------------------------------------------------
	galleryBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#galleryBlock {
		padding:0 0 80px 0;
		width:640px;
		background:url(../../images/boxBG.png) repeat-y;
		border:1px solid #3d3b4a;
	}
		#galleryBlock .control {
			margin:10px 0 0 30px;
			color:#3c3b3b;
			font:normal 12px Arial, Helvetica, sans-serif;
		}
		#galleryBlock h2 {
			padding:5px 0 0 25px;
			width:615px; height:38px;
			color:#2400ff;
			font:normal 25px Arial, Helvetica, sans-serif;
			background:url(../../images/bg_h2.png) no-repeat;
		}
		#galleryBlock  .gallery {
			margin:23px 0 10px 30px;
		}
		#galleryBlock  .gallery .noContent {
			margin:0 25px 0 0;
		}
		#galleryBlock .postPhoto {
			margin:0 0 0 35px;
			font:normal 12px Arial, Helvetica, sans-serif;	
		}
			#galleryBlock .postPhoto a:link, #galleryBlock .postPhoto a:visited, #galleryBlock .postPhoto a:active {
				color:#ff8a00;
				text-decoration:none;
			}
				#galleryBlock .postPhoto a:hover {
					color:#fd4e01;
				}
		#galleryBlock .gallery .galleryEntry {
			margin:0 20px;
			width:245px; height:262px;
			text-align:center;
		}
			#galleryBlock .gallery .galleryEntry .imgHolder {
				margin:0 auto;
				width:150px; height:180px;
			}
			#galleryBlock .gallery .galleryEntry .imgHolder img {
				border:6px solid #fda101;
				display:block;
			}
			#galleryBlock .gallery .galleryEntry h3 {
				margin:0 0 4px 0; padding:0;
				color:#fda101;
				font:normal 15px Arial, Helvetica, sans-serif;
			}
			#galleryBlock .gallery .galleryEntry .photoInfo {
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#3c3b3b;
			}
				#galleryBlock .gallery .galleryEntry .photoInfo a:link, #galleryBlock .gallery .galleryEntry .photoInfo a:active, #galleryBlock .gallery .galleryEntry .photoInfo a:visited {
					color:#ff8a00;
					text-decoration:none;
				}
					#galleryBlock .gallery .galleryEntry .photoInfo a:hover {
						color:#fd4e01;
					}
		
		
		/* galleryBlock Styles for communityBlogSingle.html*/
		#galleryBlock .lead {
			padding:0 0 80px 0;
			width:580px;
		}
		
			/* header */
			#galleryBlock .gallery .header {
				margin:0; padding:14px 0 24px 490px;
				height:10px;
				border:none;
				background:none;
				width:100px;
			}
				#galleryBlock .gallery .header a.btnPrev:link, #galleryBlock .gallery .header a.btnPrev:active, #galleryBlock .gallery .header a.btnPrev:visited {
					margin:0 16px 0 0;
					width:32px; height:7px;
					background:url(../../images/btn_prev.png) left top no-repeat;
				}
					#galleryBlock .gallery .header a.btnPrev:hover {
						background-position:bottom;
					}
					#galleryBlock .gallery .header .btnPrev img {
						width:32px; height:7px;
					}
				#galleryBlock .gallery .header a.btnNext:link, #galleryBlock .gallery .header a.btnNext:active, #galleryBlock .gallery .header a.btnNext:visited {
					width:30px; height:px;
					background:url(../../images/btn_next.png) left top no-repeat;
				}
					#galleryBlock .gallery .header a.btnNext:hover {
						background-position:bottom;
					}
					#galleryBlock .gallery .header .btnNext img {
						width:30px; height:7px;
					}
					
			/* entry */
			#galleryBlock .gallery .entry {
				text-align:center;
			}
				#galleryBlock .gallery .entry .imgHolder {
					margin:0 auto;
					width:500px;
				}
				#galleryBlock .gallery .entry img {
					border:6px solid #fda101;				
				}
				#galleryBlock .gallery .entry h3 {
					margin:9px 0 4px 0; padding:0;
					color:#fda101;
					font:normal 16px Arial, Helvetica, sans-serif;
				}
				#galleryBlock .gallery .entry .photoInfo {
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#3c3b3b;
				}
				#galleryBlock .gallery .entry .photoInfo p {
					margin:16px auto 0 auto;
					width:402px;
					font:normal 12px Arial, Helvetica, sans-serif;
					line-height:16px;
					color:#3c3b3b;
					text-align:left;
				}
					#galleryBlock .gallery .entry .photoInfo a:link, #galleryBlock .gallery .entry .photoInfo a:active, #galleryBlock .gallery .entry .photoInfo a:visited {
						color:#ff8a00;
						text-decoration:none;
					}
						#galleryBlock .gallery .entry .photoInfo a:hover {
							color:#fd4e01;
						}
					#galleryBlock .gallery .entry .editLinks a:link, #galleryBlock .gallery .entry .editLinks a:visited, #galleryBlock .gallery .entry .editLinks a:active {
						color:#ff8a00;
						font:normal 12px Arial, Helvetica, sans-serif;
						text-decoration:none;
					}
						#galleryBlock .gallery .entry .editLinks a:hover {
							color:#fd4e01;
						}
			
		/* comment */
		#galleryBlock .comment {
			margin:0 0 0 30px;
			width:570px;
		}
			#galleryBlock h3 {
				padding:0 0 0 11px;
				font:normal 17px Arial, Helvetica, sans-serif;
				color:#3c3b3b;
			}
			#galleryBlock .comment .commentPost {
				margin:22px 0 0 0; padding:0 0 11px 0;
			}
			#galleryBlock .comment .commentPost .post {
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#3c3b3b;
			}
			#galleryBlock .comment .commentPost h4 {
				margin:18px 0 7px 0;
				font:bold 14px Arial, Helvetica, sans-serif;
				color:#fda101;
			}
			#galleryBlock .comment .commentPost p {
				margin:0 0 15px 0;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#3c3b3b;
				line-height:16px;
			}
			#galleryBlock a.btnLeaveAComment:link, #galleryBlock a.btnLeaveAComment:visited, #galleryBlock a.btnLeaveAComment:active {
				margin:25px 0 0 455px;
				width:97px; height:16px;
				background:url(../../images/btn_leaveAComment.png) 0 top no-repeat;
				text-decoration:none;
			}
				#galleryBlock a.btnLeaveAComment:hover {
					background-position:bottom;
				} 
		/* this is a PNG-8 */
		#galleryBlock .hr {
			width:562px; height:1px;
			background:url(../../images/breaker.png) no-repeat;
		}



/*	--------------------------------------------------------------------------------------------------------------------------
	inboxBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#inboxBlock {
		padding:0 0 10px 0; margin:0 0 50px 0;
		width:636px;
		background:url(../../images/content_bg.png) top left repeat-y;
		border:1px solid #eba48c;
	}
		#inboxBlock .noContent {
			margin:0 20px 0 0;
		}
		/* Inbox */
		#inboxBlock .messages a.btnSendMessage {
			margin:10px 0 0 0;
			width:83px; height:17px;
			display:block;
			background:url(../../images/btn_sendMessage.gif) top left no-repeat;
		}
			#inboxBlock .messages a.btnSendMessage:hover {
				background-position:bottom;
			}
		#inboxBlock .messages .headings {
			margin:0 0 5px 0;
			width:597px; height:13px;
		}
			#inboxBlock .messages .headings .sender {
				padding:0 10px 0 0; margin:0 0 0 10px;
				width:123px; height:10px;
				float:left;
				display:inline;
				background:url(../../images/sender.png) top left no-repeat;
			}
			#inboxBlock .messages .headings .subject {
				padding:0 10px 0 0;
				width:380px; height:13px;
				float:left;
				background:url(../../images/subject.png) top left no-repeat;
			}
			#inboxBlock .messages .headings .date {
				width:60px; height:10px;
				float:left;
				background:url(../../images/date.png) top left no-repeat;
			} 
		#inboxBlock .messages .entry {
			margin:0 0 5px 0; padding:8px 0 0 0;
			width:597px; height:22px;
			background:#fef5ec;
			font:normal 12px Arial, Helvetica, sans-serif;
		}
			#inboxBlock .messages .entry .sender {
				padding:0 10px 0 10px;
				width:123px; height:14px;
				float:left;
				overflow:hidden;
			}
				#inboxBlock .messages .entry .sender a {
					font-weight:bold;
					color:#c66b33;
					text-decoration:none;
				}
					#inboxBlock .messages .entry .sender a:hover {
						color:#5c240c;
					}
			#inboxBlock .messages .entry .subject {
				padding:0 10px 0 0;
				width:380px; height:15px;
				float:left;
				overflow:hidden;
			}
				#inboxBlock .messages .entry .subject a {
					font:normal 13px Arial, Helvetica, sans-serif;
					color:#5c240c;
					text-decoration:none;
				}
				#inboxBlock .messages .entry.unread .subject a {
					font:bold 13px Arial, Helvetica, sans-serif;
					color:#5c240c;
					text-decoration:none;
				}
					#inboxBlock .messages .entry .subject a:hover {
						color:#c66b33;
					}
			#inboxBlock .messages .entry .date {
				width:60px; height:12px;
				float:left;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#464645;
				overflow:hidden;
			}
		
		/* Inbox Single */
		#inboxBlock .message {
			padding:10px 20px 13px 20px; margin:0 0 0 19px;
			width:557px;
			background:#fef6ee;
		}
			#inboxBlock .message .date {
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#464645;
				text-align:right;
			}
			#inboxBlock .message h3 {
				font:normal 16px Arial, Helvetica, sans-serif;
				color:#5c240c;
			}
				#inboxBlock .message h3 a {
					color:#5c240c;
					text-decoration:none;
				}
			#inboxBlock .message .leftCol {
				padding:10px 0 0 0; margin:0 10px 0 0;
				width:50px;
				float:left;
				display:inline;
				overflow:hidden;
			}
				#inboxBlock .message .leftCol a {
					font:bold 10px Arial, Helvetica, sans-serif;
					color:#ac5936;
					text-decoration:none;
				}
					#inboxBlock .message .leftCol a:hover {
						color:#5c240c;
					}
			#inboxBlock .message .rightCol {
				padding:10px 0 0 0;
				width:497px;
				float:left;
			}
				#inboxBlock .message .rightCol p {
					padding:0 0 16px 0;
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#111111;
					line-height:16px;
				}
				#inboxBlock .message .rightCol .editLinks {
					margin:0 0 0 401px;
					width:96px;
				}
					#inboxBlock .message .rightCol .editLinks a.btnReply {
						width:42px; height:17px;
						display:block;
						float:left;
						background:url(../../images/btn_reply.gif) top left no-repeat;
					}
						#inboxBlock .message .rightCol .editLinks a.btnReply:hover {
							background-position:bottom;
						}
					#inboxBlock .message .rightCol .editLinks a.btnDelete {
						width:44px; height:17px;
						display:block;
						float:right;
						background:url(../../images/btn_delete.gif) top left no-repeat;
					}
						#inboxBlock .message .rightCol .editLinks a.btnDelete:hover {
							background-position:bottom;
						}
			 
	


		
							
/*	--------------------------------------------------------------------------------------------------------------------------
	Form Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/							
	#aspnetForm {
		color:#3c3b3b;
	}		
		#aspnetForm p {
			color:#3c3b3b;
		}								
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	editLinks Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.editLinks {
		padding:10px 0 10px 0;
		width:119px;
	}
	.editLinks a.btnEdit {
		width:52px; height:17px;
		display:block;
		float:left;
		background:url(../../images/btn_edit.gif) top left no-repeat;
	}
		.editLinks a.btnEdit:hover {
			background-position:bottom;
		}
	.editLinks a.btnDelete {
		width:52px; height:17px;
		display:block;
		float:right;
		background:url(../../images/btn_deleteBig.gif) top left no-repeat;
	}
		.editLinks a.btnDelete:hover {
			background-position:bottom;
		}

