/* End-User CSS file */


/* Changing main background display */
#userProfile {
	background:url(../images/bg-green.gif);
	background-repeat:repeat-x;
	background-color: white;
	background-position:top left;
}


/* Changing community menu display */
.user #community-menu {
  	background: #467a54;
  	border: none;
  	margin:7 auto 7 auto;
  	color: white;
}
.user #community-menu a {
  	color: white;
	border-right:none;
    border-left:none;
}
.user #community-menu a:hover {
 	color: white;
  	background:#8bbd98;
}


/* Changing myprofile items display */
#my-profile h1 {
	color:#467a54;
}
#my-profile .location, #my-profile .age {
	color:#999999;
}
#my-profile .last-login {
	color:#599d6a;
	font-weight:bold;
}
#my-profile p, #my-profile a, #my-profile a:hover {
	color:#467a54;
	background:none;
}


/* Changing myDetails display */
#userProfile #my-details {
	background:#CBEAC8;
	border:1px solid #467A54;
}
#userProfile #my-details .alt {
	background:white;
}
#userProfile #my-details .name {
	color:black;
}
#userProfile #my-details .value {
	color:#467A54;
}
#userProfile #my-details table td {
	border-bottom:1px solid #64936E;
}
#userProfile #my-details a {
	color:#467A54;
	background:none;
}



/* Changing myfriends display */
#my-friends {
	background:#cbeac8;
	border:1px solid #467a54;
}
#my-friends h2 {
	background:url(../images/icon-friends-green.gif) no-repeat 0 50%;
	color:#467a54;
	padding-left:25px;
}
#my-friends .friends-table a, #my-friends .friends-table a:hover {
	color:#467A54;
	background:none;
}
#my-friends p a {
	color:#467A54;
	background:none;
}

/* Changing mypolls display */
#my-polls {
	clear:both;
	background:#cbeac8;
	border:1px solid #467a54;
	padding:5px;
	margin:9px 0 0 0;
}
#my-polls h2 {
	background:url(../images/icon-poll-green.gif) no-repeat 0 50%;
	color:#467a54;
	padding-left:25px;
}
#my-polls h3 {
	color:black;
	padding-top:10px;
}
#my-polls p a {
	color:#467a54;
	background:none;
}
#my-polls li {
	color:#467a54;
}

/* Changing myvideo display */
#my-videos {
	background:#cbeac8;
	border:1px solid #467a54;
}
#my-videos h2 {
	background:url(../images/icon-video-green.gif) no-repeat 0 50%;
	color:#467a54;
	padding-left:25px;
}
#my-videos h3 {
	color:#467a54;
	padding-top:10px;
}
#my-videos p a {
	color:#467a54;
	background:none;
}



/* Changing  my details display */



/* Changing my pics display */
#my-pics {
	background:#cbeac8;
	border:1px solid #467a54;
	clear:both;
  	padding:5px;
	margin:9px 0 0 0;
}
#my-pics h2 {
	color:#467a54;
	background:url(../images/icon-pics-green.gif) no-repeat 0 50%;
	padding-left:25px;
	
}
#profile_photo_cur #curImg {
	border: solid 3px #467A54;
}
#profile_photos_list img {
  	border:none;
}
#profile_photos_list img.cur {
  	border: solid 2px #467A54;
}
#my-pics p a, #my-pics p a:hover {
	color:#467A54;
	background:none;
}
#my-pics a, #my-pics a:hover {
	background:none;
}


/* Changing my music display */
#media-player {
	background:#cbeac8;
	border:1px solid #467a54;
	clear:both;
  	padding:5px;
	margin:9px 0 0 0;
}
#media-player h2 {
	color:#467a54;
	background:url(../images/icon-music-green.gif) no-repeat 0 50%;
	padding-left:25px;
}
#media-player p a, #media-player p a:hover {
	color:#467a54;
	background:none;
}
#musicPlayer {
	margin: 0 -6px;	
}

/* Changing comments display */
#friend-comments {
	background:#cbeac8;
	border:1px solid #467a54;
	padding:5px;
	margin:9px 0 0 0;
}
#friend-comments h2 {
	color:#467a54;
	background:url(../images/icon-comments-green.gif) no-repeat 0 50%;
	padding-left:25px;
}
#friend-comments #btn_add_comment, #friend-comments .btn-submit {
  	background:#467A54;
  	color:white;
  	border:none;
}
#friend-comments .post, .user-comments .post {

	color:#467a54;
}
#friend-comments .content p {
	color:black;
}
#friend-comments .content p.date {
	color:#467a54;
}


/* Changing my groups display */
#my-groups {
	background:#cbeac8;
	border:1px solid #467a54;
	padding:5px;
	margin:9px 0 0 0;
}
#my-groups h2 {
	color:#467a54;
	background:url(../images/icon-groups-green.gif) no-repeat 0 50%;
	padding-left:25px;
}
#my-groups li a, #my-groups li a:hover {
	color:black;
	background:none;
}


/* Overide for ric button to accomodate div specific changes above */
#my-details a:hover.ric-btn, #my-profile a:hover.ric-btn, #my-pics a:hover.ric-btn, #media-player a:hover.ric-btn, #friend-comments a:hover.ric-btn, #userProfile #my-details a:hover.ric-btn {
	background:#ebfeeb;
	border-color:#7dbb84;
	color:black;
}
#my-details .ric-btn, #my-profile .ric-btn, #my-pics .ric-btn, #media-player .ric-btn, #friend-comments .ric-btn, #userProfile #my-details .ric-btn {
  	background:#ebfeeb;
  	color:black;
	border-color:#ff6600;
}