#sch_comm {
	background-color: #000000;
	width: 1240px;
	margin: auto;
	height: 30px;
	position: relative;
}

#sch_comm > form > ul > li {
	display: inline-block;
	vertical-align: top;
}

#sch_comm > ul > li {
	display: inline-block;
	vertical-align: top;
}

#sch_comm > ul > li > a > span {
	position: absolute;
    top: 5px;
    right: 5px;
    background-color: #CC0000;
    color: #FFFFFF;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
    line-height: 14px;
}

#sch_comm > ul > li > a > span[count="0"] {
	display: none;
}

#sch_comm > ul > li > a > span.sch_old {
	background-color: #666666 !important;
}

#sch_comm_username,
#sch_comm_password {
	background-color: #666666;
	border: #666666 solid 0;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	margin-right: 1px;
	padding: 5px;
	width: 100px;
}

#sch_comm_remember_me_container {
	background-color: #666666;
	height: 22px;
	margin-right: 1px;
	padding: 8px 0 0 0;
    width: 53px;
    text-align: center;
}

#sch_comm_login_btn {
	background-color: #336699;
	border-width: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 30px;
	margin-left: 0;
	padding: 0 10px 0 10px;
	width: 80px;
}

#sch_comm_login_btn:hover {
	background-color: #3F7DBC;
}

#sch_comm_registration {
	background-color: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	line-height: 30px;
	margin-left: 1px;
	padding: 0 20px 0 20px;
	text-align: center;
	width: 121px;
}

#sch_comm_registration:hover {
	background-color: #CACACA;
	color: #666666;
}

#sch_comm_space {
	background-color: #125896;
	width: 382px;
}

#sch_comm_preloader {
	width: 49px;
	padding-top: 5px;
	text-align: center;
}

#sch_preloader {
	display: none;
}

#sch_comm_search {
	background: #F7F7F7 url("../images/communicator/search.png") left center no-repeat;
	border: #F7F7F7 0;
	color: #999999;
	font-size: 12px;
	padding: 5px 5px 5px 36px;
	width: 195px;
}

#sch_comm_search_container {
	background-color: #F7F7F7;
	width: 236px;
	height: 26px;
	padding: 2px;
}

#sch_comm_home {
	display: block;
	line-height: 30px;
	width: 50px;
	background: #1A1A1A url("../images/communicator/home.png") center center no-repeat;
	border-right: 1px solid #000000;
}

#sch_comm_home:hover {
	color: #666666;
	background-color: #CACACA;
}

#sch_comm_nick {
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	line-height: 30px;
	width: 159px;
	background-color: #1A1A1A;
	padding-left: 10px;
	border-right: 1px solid #000000;
}

#sch_comm_nick:hover {
	color: #666666;
	background-color: #CACACA;
}

.sch_comm_panels {
	position: absolute;
	top: 30px;
	background-color: #FFFFFF;
	display: none;
	z-index: 9999;
	box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.5), 2px 2px 2px -2px rgba(0, 0, 0, 0.5), -2px 2px 2px -2px rgba(0, 0, 0, 0.5);
}

.sch_comm_panel_header {
	padding: 0 10px 0 10px;
	background-color: #E9E9E9;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	color: #333333;
	position: relative;
}

.sch_comm_panel_header div {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	line-height: normal;
}

.sch_comm_panel_header div:hover {
	opacity: 0.5;
}

.sch_comm_panel_content {
	padding: 10px;
}

.sch_comm_panel_link a {
	padding: 5px;
	font-size: 12px;
	color: #333333;
	display: block;
}

.sch_comm_panel_link_on,
.sch_comm_panel_link a:hover {
	background-color: #E9E9E9;
	color: #336699;
}

#sch_comm_setup {
	display: block;
	line-height: 30px;
	width: 50px;
	background: #1A1A1A url("../images/communicator/setup.png") center center no-repeat;
	border-right: 1px solid #000000;
}

#sch_comm_setup:hover {
	background-color: #FF8E02;
}

#sch_comm_online_status {
	display: block;
	line-height: 30px;
	width: 110px;
	background-color: #1A1A1A;
	border-right: 1px solid #000000;
	font-size: 12px;
	color: #336699;
	padding-left: 10px;
}

#sch_comm_online_status:hover {
	color: #666666;
	background-color:#CACACA;
}

#sch_comm_credit {
    color: #999999;
    font-size: 12px;
    display: block;
    line-height: 30px;
    padding-left: 10px;
	width: 191px;
}

#sch_comm_credit:hover {
    color: #FFFFFF;
}

#sch_comm_messages {
    display: block;
    line-height: 30px;
    width: 50px;
	background: #1A1A1A url("../images/communicator/messages.png") center center no-repeat;
    border-right: 1px solid #000000;
    position: relative;
}

#sch_comm_messages:hover {
    background-color: #CACACA;
}

#sch_comm_notifications {
    display: block;
    line-height: 30px;
    width: 50px;
    background: #1A1A1A url("../images/communicator/notifications.png") center center no-repeat;
    border-right: 1px solid #000000;
    position: relative;
}

#sch_comm_notifications:hover {
    background-color: #CACACA;
}

#sch_comm_requests {
    display: block;
    line-height: 30px;
    width: 50px;
    background: #1A1A1A url("../images/communicator/requests.png") center center no-repeat;
    border-right: 1px solid #000000;
    position: relative;
}

#sch_comm_requests:hover {
    background-color: #CACACA;
}

#sch_comm_favorites {
    display: block;
    line-height: 30px;
    width: 50px;
    background: #1A1A1A url("../images/communicator/favorites.png") center center no-repeat;
    border-right: 1px solid #000000;
    position: relative;
}

#sch_comm_favorites:hover {
    background-color: #CACACA;
}

#sch_comm_friends {
    display: block;
    line-height: 30px;
    width: 50px;
    background: #1A1A1A url("../images/communicator/friends.png") center center no-repeat;
    border-right: 1px solid #000000;
    position: relative;
}

#sch_comm_friends:hover {
    background-color: #CACACA;
}

#sch_comm_visitors {
    display: block;
    line-height: 30px;
    width: 50px;
    background: #1A1A1A url("../images/communicator/visitors.png") center center no-repeat;
    border-right: 1px solid #000000;
    position: relative;
}

#sch_comm_visitors:hover {
    background-color: #CACACA;
}

#sch_comm_languages {
    display: block;
    line-height: 30px;
    width: 50px;
    background-color: #1A1A1A;
    border-right: 1px solid #000000;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}

#sch_comm_languages:hover {
    color: #666666;
    background-color:#CACACA;
}

.sch_comm_languages_teaser {
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    0%   {background-color: #1A1A1A; color: #FFFFFF;}
    25%  {background-color: #FFFFFF; color: #000000;}
    50%  {background-color: #FFFFFF; color: #000000;}
    100% {background-color: #1A1A1A; color: #FFFFFF;}
}

/* Standard syntax */
@keyframes example {
    0%   {background-color: #1A1A1A; color: #FFFFFF;}
    25%  {background-color: #FFFFFF; color: #000000;}
    50%  {background-color: #FFFFFF; color: #000000;}
    100% {background-color: #1A1A1A; color: #FFFFFF;}
}

#sch_comm_nick_panel {
	width: 169px;
	left: 51px;
}

#sch_comm_online_status_panel {
	width: 180px;
	left: 272px;
}

#sch_comm_messages_panel {
	width: 1180px;
	height: 566px;
	left: 60px;
}

#sch_comm_notifications_panel {
	width: 546px;
	left: 694px;
}

#sch_comm_requests_panel {
	width: 300px;
	left: 745px;
}

#sch_comm_favorites_panel {
	width: 300px;
	left: 796px;
}

#sch_comm_friends_panel {
	width: 300px;
	left: 847px;
}

#sch_comm_visitors_panel {
	width: 300px;
	left: 898px;
}

#sch_comm_languages_panel {
	width: 150px;
	left: 949px;
}

.sch_comm_panel_buttons {
	background-color: #E9E9E9;
	position: relative;
	text-align: right;
}

.sch_comm_panel_buttons > a {
	background-color: #336699;
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-left: #FFFFFF solid 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.sch_comm_panel_buttons > a:hover {
	background-color: #3F7DBC;
}

.sch_comm_icon_on {
	background-color: #CACACA !important;
	color: #666666 !important;
}

#sch_notification_content {
	padding: 24px;
}

#sch_notification_content > li,
#sch_comm_panel_notification_content > li {
	border-bottom: 1px solid #E9E9E9;
	padding: 10px 0 10px 0;
	font-size: 12px;
}

#sch_notification_content > li:first-child,
#sch_comm_panel_notification_content > li:first-child {
	padding-top: 0;
}

#sch_notification_content > li:last-child,
#sch_comm_panel_notification_content > li:last-child {
	padding-bottom: 10px;
	border-bottom: none;
}

#sch_notification_content > li > a:hover,
#sch_comm_panel_notification_content > li > a:hover {
	color: #336699;
}

#sch_comm_panel_notification_content > li > span {
	color: #CCCCCC;
	font-size: 10px;
	display: block;
}

#sch_notification_content > li > span {
	color: #999999;
	font-size: 11px;
	display: block;
}

.communicator_user_list > li {
	height: 40px;
	padding: 0 0 10px 0;
}

.communicator_user_list > li > a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-right: 10px;
}

.communicator_user_list > li > div {
	display: inline-block;
	vertical-align: top;
	height: 39px;
	width: 228px;
	border-bottom: 1px solid #F0F0F0;
}

.communicator_user_list > li > div > a {
	color: #336699;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 2px;
}

.communicator_user_list > li > div > a:hover {
	color: #333333;
}

.communicator_user_list > li > div > p {
	font-size: 10px;
}

#sch_friend_requests_content {
    margin: 24px;
}

#sch_friend_requests_content > li > div {
    border-bottom: none;
}