a img.avatar {
	border: 1px solid #E3E3E3;
	padding: 2px;
	}
a:hover img.avatar {
	border: 1px solid #9AC2DB;
	}

body .small,
body small {
	font-size: 90% !important;
}


div.profile-toolbox-bl ul.small-button {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	height: 32px;
}
div.profile-toolbox-bl ul.small-button li {
	background: none;
	line-height: 33px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
/*	background: transparent url(../images/toolbar/profile-toolbar-separator.gif) no-repeat top right; */
}
div.profile-toolbox-bl ul.small-button li a {
	display: block;
	float: left;
    text-decoration: none;
    height: 20px;
    line-height: 16px;
    padding: 0 0 0 20px;
    margin: 8px 15px 0 0;
}
/*
div.profile-toolbox-bl ul.small-button li.add-friend a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 0;
}
div.profile-toolbox-bl ul.small-button li.write-message a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -104px;
}
*/

ul.small-button li.btn-add-friend a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 0;
}
ul.small-button li.btn-gallery a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -21px;
}
ul.small-button li.btn-blog a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -42px;
}
ul.small-button li.btn-videos a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -83px;
}
ul.small-button li.btn-write-message a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -104px;
}
ul.small-button li.btn-music a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -145px;
}
ul.small-button li.btn-news a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -165px;
}
ul.small-button li.btn-favourite a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -63px;
}
ul.small-button li.btn-friends a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -183px;
}
ul.small-button li.btn-discussions a {
    background: transparent url(../images/toolbar/profile-toolbar-icons.png) no-repeat 0 -125px;
}
ul.small-button li.btn-members a {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat scroll 0 -60px;
}


/** Profile Toolbox */
div.profile-toolbox-bl {}
div.profile-toolbox-br {}
div.profile-toolbox-tl {}
#miniheader div.profile-toolbox-tl {
    padding: 0;
}
div.profile-toolbox-bl h2.app-box-title {
	font-family: Tahoma, Verdana, Helvetica, san-serif;
	font-size: 150%;
	padding: 10px 10px 0;
	font-weight: 700;
	color: #fff;
	text-align: left;
}


 .cToolbarNav + #miniheader,
 .cToolbar + #miniheader {
	margin-top: -10px;
}


/**
 * User Status Text at Profile Page
 */ 
body  #profile-new-status {
	padding: 15px 20px 10px;
}
body  #profile-new-status label {
	font-weight: bold;
	font-size: 120%;
}
body  #profile-new-status textarea#statustext {
	display: block;
	border: 1px solid #CCCCCC;

	height: 50px;
	margin: 2px 0;
	padding: 4px;
}

body  #profile-new-status.inactive textarea#statustext {
	color: #888888;
}
body  #profile-new-status.inactive #save-status {
	display: none;
}
body  #profile-new-status.inactive #profile-status-notice {
	display: none;
}

body  div#community-photo-caption input#captiontext {
	font-size: 16px;
	color: #999;
	margin: 0 0 0 10px;
	width: 50%;
}

body  div#community-photo-caption #save-caption {
	padding: 3px 10px;
	background: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border: solid 1px #666;
	height: 28px;
	line-height: 28px;
}

body  div.profile-toolbox-bl td {
	text-align: center;
}
body  div.profile-toolbox-bl td a {
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	width: 100%;
	background: #eee;
	color: #360;
	font-size: 11px;
	font-weight: 700;
}
body  div.profile-toolbox-bl td a span {
	float: left;
	display: block;
	width: 100%;
	padding: 50px 0 0;
	cursor: pointer;
}
body  div.profile-toolbox-bl td a.btn-invite:link,
body  div.profile-toolbox-bl td a.btn-invite:visited {
	background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 0px;
}
body  div.profile-toolbox-bl td a.btn-invite:hover {
    background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 -80px;
    color: #690;
}
body  div.profile-toolbox-bl td a.btn-photo:link,
body  div.profile-toolbox-bl td a.btn-photo:visited {
	background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 -160px;
}
body  div.profile-toolbox-bl td a.btn-photo:hover {
    background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 -240px;
    color: #690;
}
body  div.profile-toolbox-bl td a.btn-video:link,
body  div.profile-toolbox-bl td a.btn-video:visited{
	background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 -320px;
}
body  div.profile-toolbox-bl td a.btn-video:hover {
    background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 -400px;
    color: #690;
}
body  div.profile-toolbox-bl td a.btn-group:link,
body  div.profile-toolbox-bl td a.btn-group:visited {
	background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 -480px;
}
body  div.profile-toolbox-bl td a.btn-group:hover {
    background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 -560px;
    color: #690;
}
body  div.profile-toolbox-bl td a.btn-apps:link,
body  div.profile-toolbox-bl td a.btn-apps:visited {
	background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 -640px;
}
body  div.profile-toolbox-bl td a.btn-apps:hover {
    background: #eee url(../images/icons/profile-toolbox-icons.gif) no-repeat 0 -720px;
    color: #690;
}



/**
 * New updates in profile page
 */ 
 div.profile-toolbox-bl ul.updates {
	margin: 10px;
	padding: 0 0 10px;
	list-style: none;
}

div.profile-toolbox-bl ul.updates li {
	background: none;
	padding: 0 5px;
	text-align: left;
}
	
div.profile-toolbox-bl ul.updates li.title {
	font-weight: 700;
	border-bottom: solid 1px #ccc;
	padding: 3px 5px;
	color: #900;
}
	
div.profile-toolbox-bl ul.updates li a {
	color: #666;
	text-decoration: none;
}
		
div.profile-toolbox-bl ul.updates li a:hover {
	text-decoration: underline;
}


a.inbox {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -120px;
	padding: 0 0 0 22px;
}
a.friend {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 0;
	padding: 0 0 0 22px;
}


