
/* Overall styles */

.custom-block {
	border: 1px solid #cbcbcb;
}

#sidebar-right .custom-block {
	width: 198px;
	position: relative;
}

#main .custom-block {
/*	width: 292px;
	float: left;*/
	margin-bottom: 5px;
}

.dashboard .left-float {
	padding-right: 0px;
}

/* Links */

.custom-block a {
    font-weight: normal;
/*    color: #666666;*/
}

.custom-block .bold-link a {
    font-weight: bold;
    color: black;
}

.custom-block .green-link a {
    font-weight: bold;
}

.custom-block a:hover,
.custom-block a:active {
    text-decoration: none;
}

/* Item */

.custom-block-item {
	padding-top: 5px;
	padding-left: 10px;
    padding-right: 10px;
}

.lesson-listing-box .custom-block-item.custom-block-item-smaller,
.notification-block .custom-block-item.custom-block-item-smaller {
/*	border-bottom: 1px solid #CBCBCB;*/
}


/* Item variations */

.custom-block-item-small {
	font-size: 11px;
    line-height: 1.4em;
}

.custom-block-item-small a {
    color: black;
}

.custom-block-item-small a:hover,
.custom-block-item-small a:active {
    text-decoration: underline;
}

.custom-block-item.boxed {
    padding-bottom: 5px;
	border-bottom: 1px solid #cacaca;
}

.custom-block-item.boxed:hover {
    background-color: #dddddd;
}

/* Green titles with shaded background */

#sidebar-right .custom-block-title {
	border-bottom: 1px solid #cacaca;
}

[dir="rtl"] .custom-block-title-text {
	padding: 4px 25px 4px 0px;
	float: right;
}
.custom-block-title-text {
	padding: 4px 0px 4px 25px;
	float: left;
/*    width: 135px;*/
    cursor: pointer;
}

.dashboard .custom-block-title-text {
/*	width: 155px;*/
}

[dir="rtl"] .custom-block-title-number {
	float: left;
}
.custom-block-title-number {
	/*width: 40px;*/
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	float: right;
}
