@import "tutor-online-status-bar.css";

#top-toolbar {
	height: 45px;
	/*background: url(/resources/images/background/footer_bg.png);*/
	color: #F0EEE1;
	min-width: 960px;

	background: #f16e51;
	background-image: -webkit-gradient(linear,left bottom,left top,from( #f16e51),to( #e15445));
	background-image: linear-gradient( #f16e51, #e15445);
	background-image: -moz-linear-gradient( #f16e51, #e15445);
	background-image: -webkit-linear-gradient( #f16e51, #e15445);	

	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.toolbar-left {
	float: left;
}
.toolbar-right {
	float: right;
}



.free_ticket_alert_wrap {
	position: relative;
	background: #222;
	border: 2px solid #999;
	border-radius: 6px;
}
.free_ticket_alert_wrap:after, .free_ticket_alert_wrap:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.free_ticket_alert_wrap:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #222;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.free_ticket_alert_wrap:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #999;
	border-width: 14px;
	left: 50%;
	margin-left: -14px;
}

.free_ticket_alert_wrap h3 {
	margin-top: 10px;
}

.free_ticket_alert_wrap p {
	padding: 0 10px 1px;
}

.free_ticket_alert_wrap p a {
	padding: 10px;
	color: #fff;
	text-decoration: underline;
}

.free_ticket_alert_wrap div {
	text-align: right;
	padding: 0 3px 2px 0;
}

.free_ticket_alert_wrap div a {
	font-size: 12px;
	color: #fff;
}

.free_ticket_alert_wrap div a:hover {
	text-decoration: underline;
}

.toolbar-item {
	display: block;
	float: left;
	color: white;
	font-family: Helvetica, AquaKana, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', 'NanumGothic';
	height: 45px;
	padding: 0 7px 0 5px;
	color: white;
	text-decoration: none;
	margin: 0;
	position: relative;
}
.toolbar-item:hover {
	background: #ef7f68;
	background: rgba(255, 255, 255, 0.15);
	box-shadow:rgba(78, 0, 0, 0.3) 0px 0px 8px 0px inset;
	-webkit-box-shadow:rgba(78, 0, 0, 0.3) 0px 0px 8px 0px inset;
	-moz-box-shadow:rgba(78, 0, 0, 0.3) 0px 0px 8px 0px inset;
	text-decoration: none;
}
.toolbar-item.small {
	height: 37px;
	padding-top: 8px;
}
.toolbar-item.text {
	height: 35px;
	padding-top: 10px;
	font-size: 20px; font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 100%;
}
.toolbar-item.text:hover {
	color: white;
	text-decoration: none;
}
.toolbar-item img {
	margin: 0;
}

.toolbar-item span {
	color: white;
	font-size: 12px;
	position: relative;
	top: -10px;
	margin: 0;
}

.toolbar-item em {
	color: white;
	font-size: 14px;
	position: relative;
	top: -15px;
	padding-right: 10px;
	margin: 0;
	margin-right: 5px;
}

.toolbar-item em.badge {
	/*position: absolute;*/
	font-style: normal;
	font-family: Helvetica, AquaKana, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', 'NanumGothic';
	padding: 1px 5px;
	text-align: center;
	height: 15px;
	background-color: #fff;
	color: #e15445;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	/*color: white;
	font-weight: bold;
	font-size: 12px;
	border: 2px solid white;
	cursor: pointer;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;

	box-shadow: 0px 1px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.8);

	background: #F13C31;
	background: -moz-linear-gradient(100% 100% 90deg, #F13C31, #F79690);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F79690), to(#F13C31));
	background: -webkit-linear-gradient(#F79690, #F13C31);
	background: -o-linear-gradient(#F79690, #F13C31);*/
	
	z-index: 2;						
}
.toolbar-item em.badge.small {
	border: 1px solid white;
	position: absolute;
	top: 2px;
	right: -6px;

	line-height: 100%;
	padding: 1px 5px 0px 5px;
	height: 12px;
	font-size: 11px;
}





				.my-info-toolbar {
					display: block;	
					float: left;
					font-family: Helvetica, AquaKana, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', 'NanumGothic';
					color: white;
					text-decoration: none;
					height: 45px;
					padding: 0 8px;
					position: relative;
				}
				a.my-info-toolbar {
					color: white;
					text-decoration: none;
				}
				.my-info-toolbar:hover {
					text-decoration: none;
					background: #ef7f68;
					background: rgba(255, 255, 255, 0.15);
					box-shadow:rgba(78, 0, 0, 0.3) 0px 0px 8px 0px inset;
					-webkit-box-shadow:rgba(78, 0, 0, 0.3) 0px 0px 8px 0px inset;
					-moz-box-shadow:rgba(78, 0, 0, 0.3) 0px 0px 8px 0px inset;
				}
				.my-info-toolbar .thumb {
					float: left;
					display: block;
					padding-top: 8px;
				}
				.my-info-toolbar .thumb img {
					height: 28px;
					box-shadow: 0px 1px 2px rgba(255,255,255,0.3);
					-moz-box-shadow: 0px 1px 2px rgba(255,255,255,0.3);
					-webkit-box-shadow: 0px 1px 2px rgba(255,255,255,0.3);
				}
				.my-info-toolbar .name {
					margin-top: 9px;
					margin-left: 42px;
					margin-right: 17px;
					line-height: 100%;
					font-size: 14px;
				}
				.my-info-toolbar .dropdown_symbol {
					float: right;
					padding-top: 12px;
					font-size: 10px;
				}



/*
	Sub Menu
	Language Select, ...
*/

.language-select-list {

	position: absolute;

	top: 45px;
	left: -35px;
	z-index: 2;

	width: 120px;
	font-family: Helvetica, AquaKana, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', 'NanumGothic';

	background: #e15445;

	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;

	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);

}

.language-select-list li {
	list-style: none;
}

.language-select-list li a {
	color: white;
	display: block;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.language-select-list li a:hover {
	text-decoration: none;
	background: #ef7f68;
	background: rgba(255, 255, 255, 0.15);
	box-shadow:rgba(78, 0, 0, 0.3) 0px 0px 8px 0px inset;
	-webkit-box-shadow:rgba(78, 0, 0, 0.3) 0px 0px 8px 0px inset;
	-moz-box-shadow:rgba(78, 0, 0, 0.3) 0px 0px 8px 0px inset;
}