/* teams */
.teams {
	list-style: none;
	margin: 0;
	padding: 0;
}

.teams li {
	margin-bottom: 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #eaeaea;
}

.teams li .teams-img {
	float: left;
	width: 170px;
}

.teams li .teams-content {
	float: left;
	width: 465px;
}

.teams li .teams-title {
	font-size: 15px;
	font-weight: bold;
	color: #0F8CC5;
	text-decoration: none;
}

.teams li .teams-title:hover {
	text-decoration: underline;
}

.teams li .teams-content p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.teams li .teams-users,.teams li .teams-status {
	float: left;
	width: 200px;
	color: #777777;
}

.teams li .teams-users span,.teams li .teams-status span {
	font-weight: bold;
	color: #333333;
}

.teams-view .teams-img {
	float: left;
	width: 150px;
	margin-right: 20px;
}

.teams-view .teams-content {
	float: left;
	width: 470px;
}

.teams-row {
	width: 100%;
}

.teams-col-75 {
	width: 65%;
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 20px;
}

.teams-col-25 {
	width: 35%;
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 20px;
}

.my-team {
	padding-bottom: 25px;
}

.my-team img {
	float: left;
	padding-right: 10px;
}

.my-team a {
	color: #0F8CC5;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.my-team a:hover {
	text-decoration: underline;
}

/* template */
.add.button {
	padding-left: 7px;
}

.add.button span {
	padding-left: 23px;
	background: url(../../images/template/icons/icon_plus_orange.png) center left
		no-repeat;
}

.add.right-title {
	float: right;
	margin-top: 14px;
}

.teams-action {
	margin-top: 0px;
}

/* team members */
.team-members {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-members li {
	float: left;
	width: 160px;
	margin-bottom: 20px;
}

.team-members li .avatar {
	float: left;
	padding-right: 10px;
}

.team-members li .username {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100px;
	overflow: hidden;
}

.team-members li .username:hover {
	text-decoration: underline;
}

.team-members li .date {
	display: block;
	color: #626262;
	font-size: 11px;
}

/* team quizzes */
.team-quizzes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-quizzes ul li {
	border-bottom: 1px solid #b9daec;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.team-quizzes ul li.last {
	border-bottom: none;
	margin-bottom: 0;
}

.team-quizzes ul li .img img {
	padding-right: 5px;
	float: left;
	width: 45px;
	padding-bottom: 10px;
}

.team-quizzes ul li a.title {
	font-weight: bold;
	font-size: 14px;
	color: #0f8cc5;
	text-decoration: none;
}

.team-quizzes ul li a.user {
	display: block;
	color: #777;
	text-decoration: none;
	padding-bottom: 5px;
}

/* wall */
#box-wall {
	margin-bottom: 25px;
}

#box-wall label {
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

#box-wall-error {
	border: 1px solid #FF0000;
	color: #FF0000;
	margin: 5px 0px;
	padding: 5px;
}

#box-wall-input {
	margin-bottom: 15px;
}

#box-wall-input #message {
	width: 525px;
	height: 50px;
	margin-right: 15px;
	float: left;
	padding: 3px;
}

#box-wall-input #btnSend {
	margin-top: 15px;
}

#wall {
	list-style: none;
	margin-bottom: 10px;	
	padding: 0;
}

#wall li {
	position: relative;
	padding: 12px 0px 10px 0px;
}

#wall li.last {
	border-bottom: none;
}

.message-profile {
	float: left;
	padding-right: 10px;
}

.message-full {
	width: 565px;
	float: left;
}

.message-full p {
	margin-bottom: 5px;
}

.message-username {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.message-username:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

.message-actions {
	font-size: 11px;
	color: #626262
}

.message-actions a {
	margin-right: 10px;
	padding-left: 16px;
	color: #626262;
	background: url(../../images/icons/comment_small.gif) no-repeat 0px 2px;
	text-decoration: none;
}

.message-actions a:hover {
	text-decoration: underline;
}

.message-delete {
	position: absolute;
	top: 10px;
	left: 620px;
	width: 16px;
	height: 16px;
	display: none;
}

.message-delete a {
	text-indent: -5000px;
	background: url(../../images/template/icons/icon_delete_off.gif) no-repeat
		left top;
	display: block;
	width: 16px;
	height: 16px;
}

#messages-more {
	border-top: 1px solid #cee4ee;
	padding: 7px 0px;
	text-align: center;
}

#messages-more a {
	color: #0F8CC5;
	text-decoration: none;
	font-weight: bold;
}

.mycomment {
	width: 500px;
	font-size: 13px;
	margin-top: 5px;
	padding: 5px 5px 2px 5px;
	border: 1px solid #dddddd;
}

.comments  ul {
	list-style: none;
}
.comments  ul li {
	postion: relative;
}

.comment-delete {
	position: absolute;
	top: 10px;
	left: 540px;
	width: 16px;
	height: 16px;
	display: none;
}

.comment-delete a {
	text-indent: -5000px;
	background: url(../../images/template/icons/icon_delete_off.png) no-repeat
		left top;
	display: block;
	width: 16px;
	height: 16px;
}

#spinner {
	text-align: center;
}

/* user/teams */
.users-pending {
	
}

.users-pending img.icon {
	float: left;
	margin-right: 10px;
	padding-top: 0px;
	width: 23px;
}

.users-pending span.number-new {
	color: #0f8cc5;
	font-size: 22px;
	font-weight: bold;
}

.users-pending ul {
	margin-bottom: 0;
}

.users-pending ul li.user-li {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #d4e8f3;
}

.users-pending ul li.last {
	border-bottom: none;
}

.users-pending ul li.user-li a.user {
	font-size: 14px;
	font-weight: bold;
	color: #0f8cc5;
	text-decoration: none;
	padding-top: 4px;
}

.users-pending ul li.user-li .avatar {
	padding-right: 5px;
	float: left;
}

.users-pending ul li.user-li ul.options {
	float: right;
	margin: 0;
}

.users-pending ul li.user-li ul.options li {
	float: left;
}

.users-pending ul li.user-li ul.options li a.button {
	margin-left: 10px;
}

/* user/teams/edit */
.teams-form-edit .input {
	width: 450px;
	font-size: 13px;
}

/* quizzes rating */
div.rating {
	margin-top: 5px;
}

div.rating div {
	float: left;
}

div.rating-0 {
	background: url(../../images/quizzes/rating_spr.png) no-repeat 0px 0px;
	height: 16px;
	width: 86px;
	text-indent: -5000px;
}

div.rating-1 {
	background: url(../../images/quizzes/rating_spr.png) no-repeat 0px -21px;
	height: 16px;
	width: 86px;
	text-indent: -5000px;
}

div.rating-2 {
	background: url(../../images/quizzes/rating_spr.png) no-repeat 0px -42px;
	height: 16px;
	width: 86px;
	text-indent: -5000px;
}

div.rating-3 {
	background: url(../../images/quizzes/rating_spr.png) no-repeat 0px -63px;
	height: 16px;
	width: 86px;
	text-indent: -5000px;
}

div.rating-4 {
	background: url(../../images/quizzes/rating_spr.png) no-repeat 0px -84px;
	height: 16px;
	width: 86px;
	text-indent: -5000px;
}

div.rating-5 {
	background: url(../../images/quizzes/rating_spr.png) no-repeat 0px -105px;
	height: 16px;
	width: 86px;
	text-indent: -5000px;
}