@charset "utf-8";
/******************************/
/* Containers - NTU
/******************************/
.container-1col {
}
.container-2col {
	float: left;
	width: 600px;
}
.container-3col {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.container-half-col {
	float: left;
	width: 450px;
	margin-right: 30px;
}

.last {
	margin-right: 0;
}
.add {
	cursor: pointer;
}
/******************************/
/* Utilities - NTU
/******************************/
.float-right {
	position: relative;
	float: right;
	clear: inherit;
}
.float-left {
	position: relative;
	float: left;
	clear: inherit;
}
.clear-spacer {
	float: left;
	margin-right: 1px;
}
.clear-y-1px {
	height: 1px;
	overflow: hidden;
	clear: both;
}
.clear-y-5px {
	height: 5px;
	overflow: hidden;
	clear: both;
}
.clear-y-10px {
	height: 10px;
	overflow: hidden;
	clear: both;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	height:0;
	line-height: 0px;
}
/******************************/
/* Elements: Dropshadow - NTU
/******************************/
.dropshadow-box {
	-moz-box-shadow: 0px 0px 5px #b2b2b2; /* Firefox */
	-webkit-box-shadow: 0px 0px 5px #b2b2b2; /* Safari and Chrome */
	box-shadow: 0px 0px 5px #b2b2b2; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	border/*\**/: 1px solid #ccc;
}
/******************************/
/* Elements: Header Tabs - NTU
/******************************/
.header-tab {
	margin-top: -39px;
	margin-left: -15px;
	clear: both;
}
.subheader-tab {
	margin-left: -5px;
	clear: both;
}
.header-tab-left, .subheader-tab-left, .header-tab-right, .subheader-tab-right, .header-tab-label, .subheader-tab-label {
	float: left;
	height: 31px;
}
.header-tab-left, .subheader-tab-left {
	width: 5px;
}
.header-tab-right, .subheader-tab-right {
	width: 14px;
}
.header-tab-label, .subheader-tab-label {
	padding: 5px 10px 5px 10px;
	height: 31px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 18px;
}
.header-tab-left {
	background: url(/Style%20Library/NTU2%20Images/tab-black-L.png) no-repeat left top;
}
.subheader-tab-left {
	background: url(/Style%20Library/NTU2%20Images/tab-blue-L.png) no-repeat left top;
}
.header-tab-right {
	background: url(/Style%20Library/NTU2%20Images/tab-black-R.png) no-repeat left top;
}
.subheader-tab-right {
	background: url(/Style%20Library/NTU2%20Images/tab-blue-R.png) no-repeat left top;
}
.header-tab-label {
	background: url(/Style%20Library/NTU2%20Images/tab-black-bg.png) repeat-x left top;
}
.subheader-tab-label {
	background: url(/Style%20Library/NTU2%20Images/tab-blue-bg.png) repeat-x left top;
}
/******************************/
/* Box - NTU
/******************************/
.box {
	width: 260px;
	min-height: 335px;
	background-color: #F8F8F8;
	text-align: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 25px;
}
.container-1col .box {
	width: 920px;
}
.container-1col .box .noscroll {
	width: 910px;
	padding-right: 25px;
}
.container-2col .box {
	width: 590px;
}
.container-2col .box .noscroll {
	width: 590px;
	padding-right: 25px;
}
.container-half-col .box {
	width: 440px;
}
.container-half-col .box .noscroll {
	width: 440px;
	padding-right: 25px;
}
#scrollable {
	height: 335px;
	padding-right: 20px;
}
#scrollable-full {
	height: 365px;
	padding-right: 20px;
}
.bottom-bar, .bottom-bar-1col, .bottom-bar-2col, .bottom-bar-half-col {
	border-top: 1px dotted #000;
	height: 30px;
	width: 260px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
	margin-left: -25px;
	margin-top: 20px;
}
.bottom-bar-1col {
	width: 920px;
}
.bottom-bar-2col {
	width: 590px;
}
.bottom-bar-half-col {
    width: 440px;
}
.empty-bottom-bar {
	height: 0;
	width: 275px;
	padding-top: 10px;
	margin-top: 20px;
}
.list-links {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.list-links a:link, .list-links a:visited {
	color: #404041;
}
.list-links a:hover {
	color: #F66515;
}
.list-links .translation-icon, .list-links .audio-icon {
	background-image: url(/Style%20Library/NTU2%20Images/icon_translation_orange.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
}
.list-links .audio-icon {
	background-image: url(/Style%20Library/NTU2%20Images/icon_audio_orange.png);
}

.admin td {
    vertical-align: top;
    padding-bottom: 5px;
}

.admin input, .admin textarea{
	height: auto;
	text-indent: 7px;
 	padding: 3px;
	border: 1px;
	border-color: #000;
	color: #000;
	font-size: 12px;
	/*text-transform: uppercase;*/
	outline: 0;
	background: #C8C8C8;
	-moz-box-shadow: inset 0 0 3px 3px #888;
	-webkit-box-shadow: inset 0 0 3px 3px #888;
	box-shadow: inset 0 0 3px 3px #888;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.admin input.checkbox, .admin input.radiobutton, .admin input.file , .admin input.select{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
	color: #000;
	font-size: 12px;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.admin input.radiobutton, .admin input.checkbox {
	background-color: none;
}
.admin select {
	width: 180px;
}

.admin .tips 
{
    color: #888;
    font-style: italic;
}

