/*
* Chinesehideout-Chinese 100 Audio Recording UI CSS
* Copyright (c) 2012 (http://chinesehideout.com)
*/

.none {
}

.kanbujian {
	display:none;
}

.hwk-progesss {
	display:none;
	position: relative;
	top:150px;
	left:115px;
	width:56px;
	height:56px;
	background: url('../image/progress.gif');
	z-index: 999;
}

.progress-sml {
	display:none;
	width:16px;
	height:16px;
	background: url('../image/progress_sml.gif');
	z-index: 999;
}

.qtn-mc {
	padding:0 15px 15px 0;
	margin:5px;
	background: #F3F1E3;
	border: thin solid #886;
}

.mc-selection {
	margin-left:60px;
}

.mark-none {
	float:left;
	margin-left: 30px;
	width:17px;
	height:17px;
}

.mark-x {
	width:17px;
	height:17px;
	background: url('../image/mark-x.png');
}

.mark-chk {
	width:17px;
	height:17px;
	background: url('../image/mark-chk.png');
}

.label {
	cursor: pointer;
}

.dividerLine {border-bottom:thin solid #886;margin-top:5px;margin-bottom:5px;}

.main_head {
    white-space:nowrap;
    color:#333;
    font-size:x-large;
    font-weight:600;
    text-align:center;
}

.menuitem {
    margin: 0 0;
    padding:5px 8px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:medium;
    text-decoration:none;
    color:#fff;
    white-space: nowrap;
    float:left;
}

a.menuitem:link {
    color:#fff;
    text-decoration:none;
}

a.menuitem:visited {
    color:#fff;
    text-decoration:none;
}

a.menuitem:active {
    color:#e00;
    text-decoration:none;
}

a.menuitem:hover {
    color:#000;
    text-decoration:none;
}


.itemselected {
    margin: 0 0;
    padding:5px 8px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:medium;
    white-space: nowrap;
    background-color: #332;
    color: #fff;
    float:left;
}



.mainBlock { 
    margin: 20px 0;
}
.mainBlock a:link {color:#773;text-decoration:none;}
.mainBlock a:visited {color:#773;text-decoration:none;}
.mainBlock a:active {color:#e33;text-decoration:none;}
.mainBlock a:hover {color:#631;text-decoration:none;}

.mainBlock:after { content: ""; display: block; height: 0; clear: both; }

.titleBlock {
    border-bottom: 1px solid #666; 
    background:url(../media/menu_bg.png); 
    padding: .25em .4em .25em .4em;
    margin: 0;
}

.titleLeft {
    margin-bottom: .5em;
    color:#303030;
    font-size:medium;
    font-weight:bold;
}
.titleBlock h4 {
    text-transform:capitalize; 
    margin: 0; padding: 0; 
    float: left;
}

.titleRight { 
    clear: right;
    margin: 0;
    padding: 0 10px 0 0;
    float: right;
    font-weight: bold;
    color:#303030;
}

.titleTxt { 
    font-weight: bold;
    color:#303030;
    white-space: nowrap;
}

.containerTxt { 
    padding: 10px;
    font-weight: normal;
    color:#000;
}

.listitem {color:#fff;white-space:nowrap;line-height:200%;font-weight:bold;font-size:medium;margin:20px 10px;}
.listitem a:link {color:#886;text-decoration:none;border-bottom:thin dashed #886;margin:10px 10px;}
.listitem a:visited {color:#886;text-decoration:none;border-bottom:thin dashed #886;margin:10px 10px;}
.listitem a:active {color:#f00;text-decoration:none}
.listitem a:hover {color:#bb9;text-decoration:none;border-bottom:thin dashed #bb9;}
.listitem_active {color:#330;white-space:nowrap;line-height:200%;font-weight:bold;font-size:medium;margin:20px 10px;}

.lmenu {font-size:medium;font-weight:bold;margin:1px;line-height:150%;}
.lmenu a:link {color:#886;text-decoration:none;}
.lmenu a:visited {color:#886;text-decoration:none;}
.lmenu a:active {color:#f00;text-decoration:none}
.lmenu a:hover {color:#bb9;text-decoration:none;}

.lessonTitle {color:#555;font-size:x-large;font-weight:bold;text-align:left;padding-left: 20px;padding-top: 5px;padding-bottom: 0;}
.lessonTitleDivLine {border-bottom:thin solid #886;text-align:right;margin-left:10px;margin-right:10px;font-size:5pt;}

.gototop {
    margin: 0 3em 1em 0;
    float: right; 
    clear: right; 
}

.smallTxt { 
    font-weight: normal;
    font-size: small;
    font-style: italic;
    color:#303030;
}

.noteTxt { 
    font-weight: normal;
    font-size: small;
    font-style: normal;
    color:#888;
}

.scheduleBlock {
    margin-top: 20px;
    padding: 0 25px 0 0;
}

.tableHeader {
    background:#bb9;
    color:#303030;
    font-weight:bold;
    padding: 5px 10px 5px 10px;
}

.tableCell {
    background:#FFF;
    color:#000;
    padding: 5px 10px 5px 10px;
    border-top: thin solid #B0B0B0;
}

.clearit {clear: both};
.clearall {clear: both};


.chn_main_left {
    white-space:nowrap;
    color:#333;
    font-size:x-large;
    font-weight:600;
    text-align:left;
}

.chn_sub_left {
    white-space:nowrap;
    color:#333;
    font-size:large;
    font-weight:300;
    text-align:left;
}

.chn_sub_right {
    white-space:nowrap;
    color:#333;
    font-size:medium;
    font-weight:300;
    text-align:right;
}

.table_head {
    white-space:nowrap;
    color:#333;
    font-size:medium;
    font-weight:500;
    text-align:center;
}

.row_head {
    white-space:nowrap;
    color:#333;
    font-size:medium;
    font-weight:400;
    text-align:center;
    padding: 5px 5px 32px 5px;
}

.notes {
    color:#666;
    font-size:small;
    font-weight:400;
    text-align:left;
    padding: 10px 0 0 10px;
}

.announcementTitle {
    color: #441;
    border-bottom: thin solid #441;
    padding-bottom: 5px;
}

.announcementEven {
    background:#efeedf;
    padding: 10px;
    margin: 0 20px 10px 20px;
    border:thin solid #bb9;
}

.announcementOdd {
    background:#dcdac4;
    padding: 10px;
    margin: 0 20px 10px 20px;
    border:thin solid #bb9;
}


img { behavior:url(../global/iepngfix/iepngfix.htc); }
img.left { float: left; margin: 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }

.detail-top {
    background:url("../media/box_top.png") no-repeat left top;
    padding-top:15px;
    width:560px;
    margin:50px 25% 0 25%;
}
.detail-bot {
    background:url("../media/box_bot.png") no-repeat left bottom;
    padding-bottom:22px;
    width:560px;
}
.detail-main {
    background: white url(../media/box_grad.png) bottom repeat-x;
    border:2px solid #ff9933;
    border-width:0 2px;
    padding:0 18px;
    width:520px;
}

.xModalDialogGreyElement {
  position: absolute;
  overflow: hidden;
  width: 10px; height: 10px;
  left: -10px; top: -10px;
  z-index: 100;
  filter: alpha(opacity=20);
  opacity: .2; /* CSS3 */
  background-color: #000;
}

.clsModalDialog {
    position: absolute;
    left: -900px; /* Dialogs are hidden by placing them "off-screen". */
    width: 560px;
    z-index: 101; /* This must be at least one more than the z-index of xModalDialogGreyElement. */
    overflow: hidden;
}

/* Use this class for text used as links to javascript or ajax functions */
.link_txt {
	cursor: pointer;
	color: #333;
	border-bottom: 1px dashed #333;
	font: 10px Tahoma,sans-serif;
	font-weight: normal;
	padding: 2px;
	text-transform: uppercase;
}
.link_txt:hover {
	color: #21f;
	border-bottom: 1px dashed #21f;
}
.link_txt:focus {
	color: #f93;
	border-bottom: 1px dashed #f93;
}

/* Form Buttons */
.chin100_input {
	background: #fff;
	border: 1px solid #bbb;
	color: #888;
	display: block;
	font: 12px Tahoma,sans-serif;
	padding: 5px;
	width: 250px;
	border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	-webkit-appearance: none;
}
.chin100_input:hover {
	border: 1px solid #f93;
	background: #fff;
}
.chin100_input:focus {
	background: #fff;
	border: 1px solid #393;
	color: #333;
}
.chin100_button {
	background: #fff;
	border: 1px solid #777;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #666;
	cursor: pointer;
	font: 10px Tahoma,sans-serif;
	font-weight: bold;
	padding: 5px 20px;
	margin: 10px;
	text-transform: uppercase;
	border-radius: 8px; -khtml-border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	-webkit-appearance: none;
}
.chin100_button:hover {
	background: #fff;
	border: 1px solid #21f;
	color: #333;
}
.chin100_button:focus {
	background: #fff;
	color: #333;
}
.chin100_button:disabled {
	background: #fff;
	border: 1px solid #aaa;
	border-left-color: #eee;
	border-top-color: #eee;
	color: #aaa;
	cursor: default;
}

.orange_fillet {
	background: #fff; 
	border: 3px solid #f93;
	padding: 20px 30px;
	
	border-radius: 12px; -khtml-border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
}
/* Detail Tooltip */
.gloss {
	cursor: pointer;
	display: inline;
	background: #fff;
}
.gloss:hover {
	color: #888;
}
.refresh {
	background: url('../image/refresh.png') center center no-repeat;
	position:absolute;
	top:3px;
	left:180px;
	width:20px;
	height:20px;
	margin: 10px;
	cursor: pointer;
}
.processing {
	background: url('../image/progress.gif') center center no-repeat;
	background-size: 20px 20px;
}
#detail_tip {
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	padding: 2px 5px; 
	border: 2px solid #f90; 
	background: #fff; 
	font-size: 8pt;
	font-weight:bold;
	text-align: center;
	color: #000;
	position: fixed;
	z-index: 99999;
	filter: alpha(opacity=80);
	opacity: .8;
	display: none;
}

@font-face {
	font-family: LeagueGothic;
	src: url('http://chinesehideout.com/tools/fonts/League_Gothic.otf'),
		 url('http://chinesehideout.com/tools/fonts/League_Gothic.eot'); /* IE */
}

/* from Chris Coyier at http://css-tricks.com/css-transparency-settings-for-all-broswers/ */
.transparent {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.modal_dialog {
	position: relative;
	padding: 12px 15px; 
	background: white url(../media/box/box_grad.png) bottom repeat-x;
	border: 3px solid #f93; 
	border-radius: 12px; -khtml-border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
}

.shadow {
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .8);
	box-shadow: 0 0 15px rgba(0, 0, 0, .8);
}
