/* Overall styles */
html {
    height: 100%;
    min-height:100%
}

body{
	color:#000000;
	margin:0px;
        height: 100%;
        min-height:100%
}

table, tr, td, p, div, input, select, #HTTPRequestMenu1{
	font-size:10pt;
}

p{
margin-top:0px;
margin-bottom:0px;
}

.css { 
	font-size:10px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.pageTitle {
	font-size:18px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	font-style:normal;
	line-height:normal;
	text-align:center;
}
.borderTitle {
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

.contentNormalText {
	font-size:12px;
	font-weight:normal;
	color:#333333;
}
.contentTitleText {
	font-size:13px;
	font-weight:bold;
	color:#333333;
}

.forumTitleTable {
	background-color:#fafafa;
	border:1px solid #cccccc;
	padding-left:5px;
	padding-right:5px;
}

.text_small {
	font-size:9pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.text_smaller {
	font-size:7pt;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.text_small a:hover {
	font-size:9pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#ffb840;
}

.search_text {
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.search_info {
	font-style:italic;
	font-weight:normal;
	text-decoration:none;
	color:#808080;
}
	
.headerText{
	font-size:9pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.poll_results_bar{
	background-color:Blue;
}
.table_text {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
.table_title {
	color:#000000;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
/*checked all styles above here are used. ones below have yet to be checked 20100810 dgb */
.menu {
	color:#111111;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.calendar_heading{
	font-size:10.5pt;
	font-weight:bold;
} 

/*The table surrounding the days and weekdays
	(everything apart from the nav)
*/
.calendar_main{
	background-color:#000000;
}
/*The days of the week headers
	Note:Changing width here, changes width of all day cells
*/
.calendar_weekdays{
	background-color:#cba8ee;
	/*border:1px ridge #7e6dc4;*/
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
/*The weekend cells*/
.calendar_weekends{
	background-color:#F9D875;
	height:20px;	
}
/*Every day is included, even if it is a weekend*/
.calendar_days{
	background-color:#FFF0C1;
	text-align:center;
	font-size:12px;
}
.big_calendar_weekdays{
	background-color:#9EF6A0;
	width:14%;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
/*The weekend cells*/
.big_calendar_weekends{
	background-color:#F9D875;
	height:20px;
}
/*Every day is included, even if it is a weekend*/
.big_calendar_days{
	background-color:#FFF0C1;
	font-size:12px;
	vertical-align:top;
}
/*The outer shell of the whole calendar, aminly used to change borders*/
.time_type{
	background-color:#FFF0C1;
	font-size:9px;
	border-width:1px 1px 1px 1px;
	border-style:ridge;
	border-color:#FFFFFF;
	cursor:pointer;
}
.time_type_over{
	background-color:#EED0B1;
	font-size:9px;
	border-width:1px 1px 1px 1px;
	border-style:inset;
	border-color:#FFFFFF;
	cursor:pointer;
}
.picker {
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:#000000;
	cursor:pointer;
}
.month_entry{
	font-size:12px;
}
.cal_day_header{
	font-size:16px;
	font-weight:bold;
}
.cal_day_test{
	font-size:14px;
}
/* New Styles */
.text_small a {
	font-weight:normal;
	text-decoration:underline;
}
.text_small a:hover {
	font-weight:normal;
}
.search_link a{
	text-decoration:underline;
}

.input, input.input_field, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
/*	font-family:trebuchet ms, Arial, Helvetica, sans-serif;*/
	border:1px solid #666666;
	font-size:12px;
}
br.small{
	font-size:4px;
}

/* Main page styles*/
.heading, .table_title{
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

a.heading:visited{
    color: #000;
    text-decoration:underline;
}
a.heading:hover{
    color: blue;
    text-decoration:underline;
}

.sub_heading {
	font-weight:bold;
	font-size:10pt;
	color:#333333;
	text-decoration:none;
	font-style:normal;
	line-height:normal;
}

.info_heading {
	font-weight:bold;
	font-size:8pt;
	color:#333333;
	text-decoration:none;
	font-style:normal;
	line-height:normal;
}

.table_header, .search_link {
	font-weight:700;
	font-size:10pt;
	font-style:normal;
	line-height:normal;
}

.table_header{
	margin-left:4px;
}

legend.header{
    font-family:Arial,Helvetica,sans-serif;
    font-size:13.3333px;
    font-weight:700;
    font-style:normal;
    line-height:16px;
    vertical-align:middle;
    color:#000066;
    
    margin-left:4px;
	border: 1px solid #ccc;
	background-color:#ffffff;
	padding:2px;
	position:absolute;
	top:-12px;
	left:5px;
}

.radio_sub_heading{
}
.parent_link, .parent_link:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
.parent_link:hover{
	color:#FFFFFF;
}
.subpage_link,.subpage_link:visited{
}
.subpage_link:hover{
}
.subpage_row1,.forum_row1{
	background-color:#EAEAEA;
}
.subpage_row2,.forum_row2{
	background-color:#F6F6F6;
}
/* Navigation styles */
table.nav, td.nav{
	background-color:#B4EE8C;
}
.nav_heading{
	color:#000000;
	font-weight:bold;
	font-size:16px;
}
.nav_sub_heading{
	color:#000000;
	/*#315200;*/
	font-weight:bold;
}
.nav_radio_sub_heading{
}
.nav_link, .nav_link:visited{
	color:#000000;
}
.nav_link:hover{
	color:#0000cc;
}
/*Overall style links, need to be at bottom to override....I think*/
a, a:visited, .table_header a, .search_link a{
	color:#408Fb8;
	text-decoration:none;
	cursor:hand;
}
/* pretend that the span tags in the navigator are a tags... */
.httpRequestMenu span {
	color: #408Fb8;
	cursor: pointer;
	text-decoration: none;
}
.httpRequestMenu span:hover {
	text-decoration: underline;
}

a:hover{
	color:#408Fb8;
	text-decoration:underline;
	cursor:hand;
}

.hd a{
	color:#AAAAAA;
	cursor:hand;	
}
.hd a:hover{
	color:#AAAAAA;
	text-decoration:underline;
	cursor:hand;	
}

.table_new_header{
	color:#fafafa;
	text-align:left;	
}


.focused .hd a, .table_new_header a{
	color:#fafafa;
	cursor:hand;	
}
.focused .hd a:hover, .table_new_header a:hover{
	color:#fafafa;
	text-decoration:underline;
	cursor:hand;	
}



.HTTPRequestMenuNoLink,
#HTTPRequestMenu1 .HTTPRequestMenuNoLink,
#HTTPRequestMenu1 .HTTPRequestMenuNoLink a,
#HTTPRequestMenu1 .HTTPRequestMenuNoLink a:hover,
#HTTPRequestMenu1 .HTTPRequestMenuNoLink a:visited{
	color:#333333;	
	text-decoration:none;	
}
#HTTPRequestMenu1 {
	padding:4px 0px 0px 0px;
	margin-left:-6px;
}


/* Dubin Core */
.dublinCore {
	background-color:#C7DCF8;
	border:1px solid #384D92;
}
.dublinCoreTitle {
	background-color:#384D92;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 4px;
}

.modalBorder {
	background-color:#384D92;
}
.modalBorderTitle {
	font-weight:bold;
	font-size:14px;
	background-image:url(../images/nav_bar.gif);
	padding-left:10px;
	padding-right:10px;
}
.systemNoticeBorder {
	background-color:#EE0000;
}
.systemNoticeBorderTitle {
	font-weight:bold;
	font-size:14px;
	background-color:#EE0000;
	color:Yellow;
	padding-left:10px;
	padding-right:10px;
}
a.suggestion:link {
	color:#384D92;
}
a.suggestion:hover {
	color:#0000cc;
}
a.suggestion:visited {
	color:#384D92;
	text-decoration:underline;
}
a.help_head:link, a.help_head:hover, a.help_head:visited, a.help_head:active {	
	font-size:12px;
	font-weight:bold;
	color:#C9101A;
	text-decoration:none;
}
/* file manager styles */
.fm_body{
	background-color:#C7DCF8;
}
.fm_add_body, .fm_list_body, .fm_info_body, .fm_title_body,  .fm_current_dir_body, .fm_create_dir_body, .fm_table, .fm_image_upload_options{
	font-size:12px;
	color:#000000;
}
.fm_add_body, .fm_list_body, .fm_info_body, .fm_title_body,  .fm_current_dir_body, .fm_create_dir_body{
	margin:2px;
}
 .fm_image_upload_options{
	padding:2px;
}
.fm_body{
	margin:1px;
}
.fm_body iframe{
	border:1px solid #000000;
}


.fm_title{
	font-size:14px;
	font-weight:bold;
}
.fm_sub_title{
	font-weight:bold;
}
.fm_list_body a, .fm_list_body a:visited{
	text-decoration:none;
	color:#000000;
}
.fm_list_body a:hover{
	text-decoration:underline;
	color:#648BCB;
}
.fm_list_body a:active{
	text-decoration:underline;
	color:#000000;
	background-color:#B2B4BF;
}
.fm_image_upload_options{
 	border:1px solid #000000;
}
iframe.flash_thumb{
	background-color:#003466;
	background-image:url("../images/loading_animated.gif");
	border:1px solid #FFFFFF;
	background-position:center;
	background-repeat:no-repeat;
}


/* Menu Styles */
.top_nav_bar{
	padding-left:0px;
	padding-right:5px;
}
.menu_span div{
	text-align:left;
	cursor:default;
}
.menu_span a{
	text-decoration:none;
}
.menu_span a div{
	cursor:pointer;
}
.menu0_off {
	padding:9px 10px;
	color:#eeeeee;
	font-weight:bold;
	font-size:11pt;
 	/*border-style:solid;
	border-color: #2a6894;
	border-width: 0px 1px 0px 0px;*/
}

.menu0_off .user_name{
	font-weight:bold;
	color:#888888;
}

.menu0_off a{
	text-decoration:none;  
}

.menu0_over, .menu0_down{
	padding:9px 10px;
	background-color:#2E6D99;
	color:#ffffff;
	text-decoration:none; 
 	/*border-style:solid;
	border-color: #2a6894;
	border-width: 0px 1px 0px 0px;*/
	font-size:11pt; 
	font-weight:bold;
}

.menu0_over a, .menu0_down a{
	text-decoration:none;  
}

.menu1_off, .menu2_off, .menu3_off, .menu4_off {
	background-color:#2E6D99;
	color:#ffffff;
	padding:2px 14px 2px 7px;
	font-size:11pt;	
	font-weight:normal;
	border-style:solid;
	border-color: #6292B3;
	border-width: 1px 0px 0px 0px;
}

.menu1_off_expand, .menu2_off_expand, .menu3_off_expand, .menu4_off_expand {
	font-size:11pt;	
	color:#ffffff;
	padding:2px 14px 2px 7px;
	font-weight:normal;
    background: url(../images/sprite.png) no-repeat 98% -2400px;	
	background-color:#2E6D99;
	border-style:solid;
	border-color: #6292B3;
	border-width: 1px 0px 0px 0px;	
}

.menu1_over, .menu2_over, .menu3_over, .menu4_over, .menu1_down, .menu2_down, .menu3_down, menu4_down {
	font-size:11pt;	
	background-color:#408Fb8;
	color:#ffffff; 
	padding:2px 14px 2px 7px;
	border-style:solid;
	border-color: #6292B3;
	border-width: 1px 0px 0px 0px;	
}

.menu1_over_expand, .menu2_over_expand, .menu3_over_expand, .menu4_over_expand, .menu1_down_expand, .menu2_down_expand, .menu3_down_expand, menu4_down_expand {
	font-size:11pt;	
	color:#ffffff; 
	padding:2px 14px 2px 7px;
    background: url(../images/sprite.png) no-repeat 98% -2400px;			
	background-color:#408Fb8;	
	border-style:solid;
	border-color: #6292B3;
	border-width: 1px 0px 0px 0px;		
}

.menu_table1, .menu_table2, .menu_table3, .menu_table4 {
 	border-style:solid;
	border-color: #6292B3;
	border-width: 0px 0px 0px 1px;	 
}

.menu_pointer {
	font-family:Courier,monospace;
	font-size:8px;
}

.menu_scrollbar{
	text-align:center;
	height: 23px;
}

.menu_scrollbar_low{
	font-weight:bold;
/*	color:green; <- original color */
/*	color:#eeeeee;	<-good for very dark background*/
	color:#A8CCDF;
}

.menu_scrollbar_medium{
	font-weight:normal;
	color:white;
	background-color:orange;
}

.menu_scrollbar_high{
	text-decoration: blink;
	color:white;
	background-color:red;
}

.adminmenu_table1, .adminmenu_table2, .adminmenu_table3 {
	border-style:groove;
	border-color: #d8d8d8;
	border-width: 2px 2px;
}

.adminmenu_table0 {
	width: 186px;
	background-color:#d2d2d2;
}

.adminmenu0_off {
	padding:2px 7px 2px 7px;
	color:#000000;
	font-size:10pt;	
	font-weight:normal;
 	border-style:groove;
	border-color: #d8d8d8;
	border-width: 0px 0px;	
}

.adminmenu0_off_expand {
	padding:2px 7px 2px 7px;
	color:#333333;
	font-size:10pt;
	font-weight:normal;
	border-width: 0px 0px;	
 	border-style:groove;
	border-color: #d8d8d8;
	background:url(../images/expand_menu.gif) no-repeat 98% 50%;		
}


.adminmenu0_off a{
	text-decoration:none;  
}

.adminmenu0_over, .adminmenu0_down {
	padding:2px 7px 2px 7px;
	color:#ffffff;
	font-size:10pt;	
	background-color:#408FB8;
	text-decoration:none; 
 	border-style:groove;
	border-color: #d8d8d8;
	border-width: 0px 0px;	 
}

.adminmenu0_over_expand, .adminmenu0_down_expand {
	padding:2px 7px 2px 7px;
	color:#ffffff;
	font-size:10pt;	
	text-decoration:none; 
 	border-style:groove;
	border-color: #d8d8d8;
	border-width: 0px 0px;	 
	background:url(../images/expand_menu_over.gif) no-repeat 98% 50%;		
	background-color:#408FB8;
}

.adminmenu0_over a, .adminmenu0_down a{
	text-decoration:none;  
}

.adminmenu1_off, .adminmenu2_off, .adminmenu3_off{
	background-color:#d2d2d2;
	font-size:10pt;	
	color:#333333;
	padding:2px 7px 2px 7px;
	font-weight:normal;
}

.adminmenu1_off_expand, .adminmenu2_off_expand, .adminmenu3_off_expand{
	color:#333333;
	font-size:10pt;	
	padding:2px 7px 2px 7px;
	font-weight:normal;
	background:url(../images/expand_menu.gif) no-repeat 96% 50%;	
	background-color:#d2d2d2;
}


.adminmenu1_over, .adminmenu2_over, .adminmenu3_over, .adminmenu1_down, .adminmenu2_down, .adminmenu3_down{
	background-color:#408FB8;
	color:#ffffff; 
	font-size:10pt;		
	padding:2px 7px 2px 7px;
}

.adminmenu1_over_expand, .adminmenu2_over_expand, .adminmenu3_over_expand, .adminmenu1_down_expand, .adminmenu2_down_expand, .adminmenu3_down_expand{
	color:#ffffff; 
	font-size:10pt;		
	padding:2px 7px 2px 7px;
	background:url(../images/expand_menu_over.gif) no-repeat 96% 50%;		
	background-color:#408FB8;
}


.usermenu_table1 {
	border-style:groove;
	border-color: #d8d8d8;
	border-width: 2px 2px;
}

.usermenu0_off {
	padding:2px 7px 2px 7px;
	color:#000000;
	font-weight:normal;
 	border-style:groove;
	border-color: #d8d8d8;
	border-width: 0px 0px;	
	background-color:transparent;
 	border-style:groove;
	border-color: #d8d8d8;
	border-width: 0px 0px;		
}

.usermenu0_off a{
	text-decoration:none;  
}

.usermenu0_over, .usermenu0_down {
	padding:2px 7px 2px 7px;
	color:#ffffff;
	background-color:#000080;
	text-decoration:none; 
 	border-style:groove;
	border-color: #d8d8d8;
	border-width: 0px 0px;	 
}

.usermenu0_over a, .usermenu0_down a{
	text-decoration:none;  
}

.usermenu1_off{
	background-color:#cccccc;
	color:#000000;
	padding:2px 7px 2px 7px;
	font-weight:normal;
}

.usermenu1_over, .usermenu1_down{
	background-color:#000080;
	color:#ffffff; 
	padding:2px 7px 2px 7px;
}

.noticeBoardNames{
	font-size:9pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#315200;
}
.manageObjectNames{
	font-size:9pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#315200;
}
/* Chat styles */
.users_table, .input_table{
	border:2px solid #4F66B7;
	background-color:#EEEEFF;
}
.login_header, .users_header{
	font-weight:bold;
	background-image:url(../images/nav_bar.gif);
	padding-left:10px;
	padding-right:10px;
}
.room_title{
	color:#333333;
	font-weight:bold;
}
.header_title{
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.roomlist_user_current{
	color:#F46C6C;
}
.roomlist_user_general{
	color:#575BFF;
}
.roomlist_user_ignored{
	color:#C0C0C0;
}
.current_user{
	color:#F46C6C;
	font-weight:bold;
}
.general_user{
	color:#575BFF;
	font-weight:bold;
}
.main_chat_admin_msg{
	color:Green;
	font-weight:bold;
}
.msg_submit{
	border:1px solid #4F66B7;
	background-color:#CCCCFF;
}

.hr_section_div {
	border-top: 1px dashed Silver;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;	
	height: 1px;	
}

.modal_table {
	background-color: #ffffff;
}

.pp_menu{
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
	font-size: 12pt;
	margin:0px;
	border-style:none;
	padding:10px 0px;
	text-align:center;
	cursor: pointer;
	overflow:hidden;
}

.pp_menu_a:hover{
	text-decoration:none;
}
.pp_menu_a:visited{
	color:#ffffff;
}

.zone_tables, .search_tables{
	background-color:#cba8ee;
	border:1px solid #3c83b3;
	padding:2px;
}

.group_elements{
	background-color:#f0f0f0;
	border:1px solid #d8d8db;
}

.ls_table{
	border:1px solid #cccccc;
    margin: 5px;
    background: white;
}

.links_table_header{
	background-color:#3c83b3;
	border:1px solid #1d76a5;
	padding:2px;
	height:24px;
}

.links_tables{
	padding:4px;
	border:1px solid #cccccc;
	border-width:0px 1px 1px 1px;
	background-color:#ffffff;
	margin-bottom:7px;
}

.links_heading{
	font-weight:bold;
	font-size:10pt;
	color:#fafafa;
	text-decoration:none;
	font-style:normal;
	line-height:normal;
	padding-top:4px;	
	padding-left:4px;	
}

.links_heading_icons{
    float: right;
}

.links_tables ul{
	padding:0 0 0 5px;
	color:blue;
	margin:0px;
	list-style-type:none;
}

.links_tables ul li{
	padding-bottom:2px;
}

.dv_lh_menu_header{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 5px 0 10px;
	width:185px;	
	left:0;
	border:dashed 1px #808080;	
}

.dv_lh_menu_button {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0px;
	/*width:200px;	*/
	height:23px;	
	/*overflow:hidden;*/	
	left:0;
	padding:0 7px 0 7px;
	text-align:right;
	font-weight: bold;
	font-size: 10pt;
	white-space: nowrap;
}

.dv_lh_menu_button, .dv_lh_menu_button a, .dv_lh_menu_button a:visited, .my_contacts_link, .my_contacts_link a, .my_contacts_link a:visited {
	color:#408FB8;
/*	vertical-align:top; */
}

.dv_lh_menu_button a:hover, .my_contacts_link a:hover{
	text-decoration:underline;
}

.dv_lh_menu .dv_autocomplete {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;	
	width:200px;	
	height:78px;
	border-bottom:solid 1px #808080;
}

.dv_lh_menu .dv_autocomplete_title {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-weight: bold;
	font-size: 10.5pt;
	position: relative;	
	width:200px;
	color:#333;
	text-align:right;
	height: 31px;	
	padding:5px 10px 0 10px; 
	background:transparent url(../images/tcf.gif);
	border-bottom:solid 1px #808080;
}
	
.dv_lh_menu .dv_autocomplete_input{
	margin-left:10px;
}

.dv_lh_menu_text{
	margin:0px 10px 0px 10px;	
}

.yui-skin-sam .dv_lh_menu .yui-ac-content li.yui-ac-prehighlight{
/*background:#8aff00;*/
background:#408FB8;
}

.yui-skin-sam .dv_lh_menu .yui-ac-content li.yui-ac-highlight{
background:#408FB8;
 font-weight:bold;
}

.yui-skin-sam .dv_autocomplete_popup .yui-ac-content li.yui-ac-prehighlight{
background:#408FB8;
}

.yui-skin-sam .dv_autocomplete_popup .yui-ac-content li.yui-ac-highlight{
 background:#408FB8;
 font-weight:bold;
}

.dv_lh_menu .dv_combo{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;	
	width:100%;
	height:50px;
}


/* bk: added this next class to be able to style '$this->text_above_input' text when needed, 
	by manually wrapping in a <span class="text_above_input">   */

.dv_lh_menu .text_above_input{
	font-weight: bold;
	font-size: 10.5pt;
	position: relative;	
	color:#aaa;
	padding:5px 0; 
}

.dv_lh_menu .dv_combo_input{
	margin-left:10px;
	margin-right:10px;	
}

.dv_link_button{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0px;
	width:200px;	
	height:22px;	
	overflow:hidden;	
	left:0;
	padding:0 10px 0 10px;
}

.dv_link_button_label{
vertical-align:top;
font-weight: bold;
	font-size: 10.5pt;
	white-space: nowrap;
	color:#621acb;
}

.kn_advert_div{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:center;
	height:71px;
	margin-top:4px;
	width:480px;
	border:solid 1px #808080;
	overflow:hidden;
}

.dv_lh_nav{
	position:relative;
	*zoom:1;
	left:3;
	top:2;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:#808080;
	z-index:1;
}

.dv_lh_nav .bd{
	*zoom:1;
	*position:relative;
	border-style:solid;
	border-width:0 1px 1px;
	border-color:#808080;
	margin:0px 3px 0px 0px;
	background-color:#ffffff;
	padding:0px;
}

.dv_lh_nav .hd{height:31px;margin-left:9px;margin-right:9px;overflow:visible;padding:0px;text-align:left;color:#333;font-size:10.5pt;font-weight:bold;border-bottom:solid 1px #808080;background:transparent url(../images/tcf.gif);border-width:0 0 1px 0;}   
.dv_lh_nav .hd span{padding:6px 1px;position:absolute;}   
.dv_lh_nav .hd .tl{width:10px;height:31px;top:0;background:transparent url(../images/tlf.gif);position:absolute;left:0px;border-bottom:solid 1px #808080;}
.dv_lh_nav .hd .tr{width:10px;height:31px;top:0;right:3px;background:transparent url(../images/trf.gif);position:absolute;border-bottom:solid 1px #808080;}   

.nav_highlight, .nav_highlight:hover, .nav_highlight:visited{
	background-color:#000080;
	color:white !important;
}

.calendar_time, .calendar_sub_heading{
	border:1px solid #aaaaaa;
}

.calendar_cell1{
	background-color:#CACACA;
	cursor: pointer;	
}
.calendar_cell2{
	background-color:#DADADA;
	cursor: pointer;
}
.calendar_cell3{
	background-color:#cba8ee;
	border:1px ridge #7e6dc4;
	cursor: pointer;
}
.calendar_cell1_over, .calendar_cell2_over, .calendar_cell3_over{
	background-color:#b0b0b0;
	cursor: pointer;
}
.calendar_cell3_over{
	background-color:#bb98de;
	border:1px ridge #7e6dc4;
	cursor: pointer;
}

.calendar_event_title{
	font-size:10.5pt;
	font-weight:bold;
}

.colour_picker{
	border:1px ridge #7e6dc4;
}

.error_msg, .kn_error, .error_text, .forumErrorText, .dublinCoreError, .fm_error{
    color:#000000;
    border: 1px solid;
    border-color: #D66060;
    background-color:#FF7474;
    font-weight:bold;
    margin-bottom: 5px;
    padding: 10px;
    padding-left:45px;    
    background-image: url(../images/error_red.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}
.error_msg_compact{
	font-size:10px;
	white-space:nowrap;
	padding:4px;
	padding-left:29px;
	background-position:2px 2px;
}
.user_msg, .fm_message{
    color:#000000;
    font-weight:bold;
    border: 1px solid;
    border-color: #BDBD53;
    background-color:#EEEF69;
    padding: 10px;
    padding-left:45px;
    margin-bottom: 5px;
    background-image: url(../images/error_yellow.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display:block;
}

.ok_msg, .fm_message{
    color:#000000;
    font-weight:bold;
    border: 1px solid;
    border-color: #49A247;
    background-color:#63DC60;
    padding: 10px;
    padding-left:45px;    
    margin-bottom: 5px;
    background-image: url(../images/error_green.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display:block;
}

.dv_scroller{
	font-weight: bold;
	font-size: 12pt;
}

/* slim down those ugly html table borders */
table.plain-border-table {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table.plain-border-table th, .plain-border-table td {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}

/* YUI tab loading class */
div.loading {
	/*background: transparent url(../images/loading_small_transparent.gif) no-repeat center center;*/
	background-color: #fff;
	min-height: 8em;
	/*opacity: 0.7;*/
	position: relative;
}
.tab_reloading {
	background: url(../images/loading_small_transparent.gif) no-repeat center center;
	bottom: 0;
	/*cursor: wait;*/
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* class to wrap around floating elements */
.floatWrapper {
	height: 100%;
	overflow: hidden;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* Curriculum Framework Styles */
table.frameworkContainer {
	border: none;
	width: 100%;
}
div.frameworkWrapper {
	border-top: 1px dotted #000;
}
table.frameworkWrapper {
	/*border-top:	1px dotted #999;	YUI + hidden table borders = IE brain fart*/
	width: 100%;
}
td.conceptHeader {
	font-weight: bold;
	padding: 3px 7px 3px 3px;
	text-align: right;
	vertical-align: top;
	width: 16%;
}
td.conceptCol {
	background-color: #eeeee0;
	border-left: 1px dotted #000;
	vertical-align: top;
	width: 28%;
}
div.conceptWrapper {
	padding: 3px;
	position: relative;
}
td.zone_tables div.conceptWrapper, td.search_tables div.conceptWrapper {
	padding: 4px 5px 5px 5px;
}
div.conceptWrapper span.yui-button {
	position: absolute;
	right: 0px;
	top: 0px;
}
div.conceptWrapper span.yui-push-button {
	display: none;
}
div.editDialogWrapper textarea {
	background-color: #fffacd;
	width: 100%;
}
table.resourcesWrapper {
	border: 1px solid #bbb;
	margin: 10px auto;
}
table.resourcesWrapper th, table.resourcesWrapper td {
	padding: 3px;
}
table.resourcesWrapper th {
	text-align: left;
}
table.resourcesWrapper tr.resourceRow td {
	border-top: 1px dotted #bbb;
}
table.resourcesWrapper td input {
	background-color: #fffacd;
	border: 1px solid #bbb;
}
div.resourceManagerWrapper {
	/* once again IE forcing my hand */
	margin: 10px 20px 50px 20px;
}
div#frameworkNavigatorWrapper ul {
	list-style: none;
	padding-left: 0px;
}
div#cfNavigatorEditWrapper {
	padding: 20px;
}
div#cfNavigatorEditWrapper table {
	border: none;
	width: 100%;
}
div#cfNavigatorEditWrapper td {
	padding: 5px;
}
div#cfNavigatorEditWrapper td.header {
	font-weight: bold;
	width: 40%;
}
div#assessmentsWrapper .toggle {
	display: none;
}
div#assessmentsWrapper img {
	border: none;
}
div#assessmentResultsHeadingWrapper {
	padding: 0px 10px;
}
div#assessmentResultsHeadingWrapper div.infoWrappers {
	border: 1px solid #ccc;
	margin: 0px 5px 3px 5px;
	padding: 5px;
}
div#assessmentResultsHeadingWrapper fieldset {
	border: 1px solid #ccc;
	margin: 3px 5px;
}
div#assessmentResultsHeadingWrapper legend {
	font-weight: bold;
}
div#assessmentResultsHeadingWrapper dl {
	margin: 5px 0px;
}
div#assessmentResultsHeadingWrapper dt {
	float: left;
	font-weight: bold;
	text-align: right;
}
div#assessmentResultsHeadingWrapper dd {
	padding: 0px 10px;
}
div#assessmentResultsHeadingWrapper dl.generalInformation dt {
	width: 180px;
}
div#assessmentResultsHeadingWrapper dl.generalInformation dd {
	margin-left: 180px;
}
div#assessmentResultsHeadingWrapper dl.typeInformation dt {
	width: 100px;
}
div#assessmentResultsHeadingWrapper dl.typeInformation dd {
	margin-left: 100px;
}
table.assessmentResultsTable td, table.assessmentResultsTable th {
	padding: 3px;
	text-align: center;
}
table.assessmentResultsTable td.table_header {
	text-align: right;
}
div#assessmentResultsListWrapper {
	padding: 0px 10px;
}
div#assessmentResultsListWrapper label {
	font-weight: bold;
}
div#advancedOptionsWrapper {
	border: 1px solid #ccc;
	padding: 5px;
}
div#resultsListWrapper {
	border-top: 1px dotted #ccc;
	margin-top: 5px;
}
div#resultsListWrapper p.smaller {
	font-size: 0.8em;
}
div#resultsListWrapper table.assessmentInnerTable td {
	border: none;
}
ul.inlineList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.inlineList li {
	float: left;
}
div#assessmentResultEditWrapper {
	padding: 10px;
}
div#assessmentResultEditWrapper textarea {
	width: 100%;
}
div.star_subtest_wrapper {
	float: left;
	width: 33%;
}
#compact_login a {
	color: #ccc;
	text-decoration: underline;
}
#compact_login a:hover {
	color: #fff;
}
.row_highlight {
	background-color: #cba8ee;
}
.bp_control {
	display: none;
}
.search_input_default {
	color: #999;
	font-size: 12px;
	font-style: italic;
}
.input_progress {
	background: #fff url(../images/loading_small.gif) no-repeat center center;
	color: #999;
}
#header_search {
/*	background: #fff url(../images/sprite.png) repeat-x 0 0px;*/
	background: #fff;
	/*float: right;*/
	height: 18px;
	margin: 4px 0;
	padding: 1px;
	position: relative;
	width: 185px;
}
#header_search input {
	background-color: transparent;
	border: none;
	vertical-align: top;
}
#header_search .clickable {
	height: 22px;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 22px;
}
.dv_autocomplete_popup { text-align: left; }

input:focus {
    outline: none;
}

input[type=file] {
  cursor: pointer; cursor: hand;
}

#header_search img {
	margin: 0;
}
img.clickable, .clickable {
	cursor: pointer;
}
.tab_navigation_wrapper {
	width: 100%;
}
.tab_navigation_wrapper a img {
	border: none;
}
.tab_nav_current_page {
	font-weight: bold;
}
.tab_nav_pages span {
	padding: 2px;
}
.tab_search_results th, .tab_list_results {
	background-color: #6ea5ca;
}
.tab_search_results td {
	text-align: center;
}
.tab_search_results td ul { padding-left: 20px; }

/* yui container modifications ----------------- */
.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;}
.mask.block-scrollbars{overflow:auto;}
.masked select,.drag select,.hide-select select{_visibility:hidden;}

.yui-skin-sam .mask{
	background-color:#000;
	opacity:.33;
	*filter:alpha(opacity=33);
}

.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2;}
.yui-panel{position:relative;}
.yui-panel-container form{margin:0;}

.yui-panel-container select{_visibility:inherit;}
.hide-scrollbars,.hide-scrollbars *{overflow:hidden;}
.hide-scrollbars select{display:none;}
.show-scrollbars{overflow:auto;}
.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible;}
.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto;}
.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px;}
.yui-effect-fade .underlay{display:none;}

.yui-skin-sam .yui-panel-container{
	padding:0 1px;
	*padding:2px 3px;
}

.yui-skin-sam .yui-panel{
	position:relative;
	*zoom:1;
	left:0;
	top:0;
	border-style:solid;
	border-width:0 0 1px;
	border-color:#bbbbbb;
	z-index:1;
}
.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft, .dv_lh_menu .bd, .dv_lh_menu .ft{
	*zoom:1;
	*position:relative;
	border-style:solid;
	border-width:0 1px;
	border-color:#999999;
	margin:0 -1px;
}

.dv_lh_menu .bd, .dv_lh_menu .ft{
	margin:0;
	border-width:0 1px 1px 1px;
	padding:5px 0px 0px;
}
	
.yui-skin-sam .yui-panel .bd{
	padding:5px 7px 0px;
}

.div-panel .yui-panel .bd{
	padding:5px;
}

.yui-skin-sam .container-close{
	position:absolute;
    background: url(../images/close_light.gif) no-repeat 0 0;
    top: 8px;
    right: 6px;
    width: 55px;
    height:24px;
    cursor:pointer;
    text-decoration:none;
}

.yui-skin-sam .yui-panel-container .yui-dialog .focused .container-close{
    background: url(../images/close_light.gif) no-repeat 0 0;
}

.yui-skin-sam .focused .container-close, .yui-skin-sam .yui-simple-dialog .container-close{
    background: url(../images/close_light.gif) no-repeat 0 0;
}

.yui-skin-sam .container-close:hover{
    background: url(../images/close_dark.gif) no-repeat 0 0;
}

.yui-skin-sam .yui-panel-container.shadow.focused .underlay, .yui-skin-sam .yui-simple-dialog .underlay {
    position: absolute;
    top: 2px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    *top: 4px;
    *left: 4px;
    *right: -1px;
    *bottom: -1px;
    _top: 0;
    _left: 0;
    _right: 0;
    _bottom: 0;
    _margin-top: 3px;
    _margin-left: 4px;

    background-color: #000;
    opacity: .20;
    filter: alpha(opacity=20);
}

/*dgb  Resize Panel CSS */
.yui-panel-container .yui-resizepanel .bd {overflow: auto;}
.yui-panel-container.hide-scrollbars .yui-resizepanel .bd {overflow: hidden;}
.yui-panel-container.show-scrollbars .yui-resizepanel .bd {overflow: auto;}		
.yui-panel-container.show-scrollbars .underlay {overflow: visible;}
.yui-resizepanel .resizehandle {position: absolute;width: 10px;height: 10px;right: 0;bottom: 0;margin: 0;padding: 0;z-index: 1;background: url(../images/yui_panel_control/img/corner_resize.gif) left bottom no-repeat;cursor: se-resize;}
/* end rsize panel css */

.yui-skin-sam .yui-dialog .ft, .yui-skin-sam .yui-panel .ft{
	border-top:none;
	padding:5px 5px;
	font-size:100%;
	/*background-color:#eeeeee;*/
}

#np_nav_navigator_control1_ypd1_container .ft{
	background-color:#ffffff;
}


.yui-skin-sam .yui-dialog .ft .button-group, .yui-skin-sam .yui-panel .ft .button-group {display:block;text-align:right;}
.yui-skin-sam .yui-dialog .ft button.default, .yui-skin-sam .yui-panel .ft button.default{font-weight:bold;}

.yui-skin-sam .yui-dialog .ft span.default, .yui-skin-sam .yui-panel .ft span.default{border-color:#304369;background-position:0 -1400px;}
.yui-skin-sam .yui-dialog .ft span.default .first-child, .yui-skin-sam .yui-panel .ft span.default .first-child{border-color:#304369;}

.yui-skin-sam .yui-panel .hd, .dv_lh_menu .hd, .yui-skin-sam .yui-simple-dialog .hd, .dv_lh_menu .dv_combo_title, .kg_top_menu {
    padding: 0 0px;
    font-size: 10.5pt;
    *line-height: 1.9;
    font-weight: bold;
	color:#aaa;
	background:transparent url(../images/sprite.png) 0 -2200px;
	overflow:visible;
	height:38px;
	text-align:left;
	border:solid 1px #bbbbbb;			
}

.dv_lh_menu .dv_combo_title {
	border-width: 1px 0px;
	padding-top:3px;
	padding-left: 7px;
    height: 23px;
    margin-top: 5px;
	
}

.yui-skin-sam .yui-panel .hd span, .div-panel .yui-panel .hd span, .yui-skin-sam .yui-simple-dialog .hd span{
	left:7px;
	top: 8px;
	position:absolute;
    font-size: 11pt;
    line-height: 20px;
    *line-height: 1.9;
    font-weight: bold;
}

.dv_lh_menu .hd span{
padding-left:0px;
padding-top: 3px;
position:relative;
float:left;
}


.yui-skin-sam .yui-panel .hd .tl, .yui-skin-sam .yui-panel .hd .tr, .dv_lh_menu .hd .tl, .dv_lh_menu .hd .tr{
	background:transparent url(../images/sprite.png) 0 -2200px;
}

.yui-skin-sam .yui-panel-container.focused .yui-panel .hd, .div-panel .yui-panel .hd, .dv_lh_menu .hd,.yui-skin-sam .yui-simple-dialog .hd, .dv_lh_menu .dv_combo_title, .kg_top_menu  {
	color:#fafafa;
    background-image: url(../images/sprite.png);
    background-repeat: repeat-x;
	/*background-position: 0 -2300px;*/
	background-position:0 -2500px;	
	border:1px solid #1d76a5;
}

.yui-skin-sam .yui-panel .yuimenu .bd{*zoom: 1;_zoom: normal;border: solid 1px; border-color:#cccccc #888888 #888888 #cccccc;background-color: #e8f2ff;padding:2px;}

.yui-skin-sam .yui-panel-container.focused .yui-panel .topscrollbar,
.yui-skin-sam .yuimenu .topscrollbar,
.yui-skin-sam .yuimenu .bottomscrollbar,
.yui-skin-sam .yui-panel .ft .bottomscrollbar{
	height:16px;
	border:solid 1px #666666;
	background:#b7d6ff url(../images/sprite.png) no-repeat 0 0;
	padding:0px;
}

.yui-skin-sam .yui-panel-container.focused .yui-panel .topscrollbar, .yui-skin-sam .yuimenu .topscrollbar{border-bottom-width:0;background-position:center -950px;}
.yui-skin-sam .yui-panel-container.focused .yui-panel .topscrollbar_disabled, .yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}
.yui-skin-sam .yuimenu .bottomscrollbar{border-top-width:0;background-position:center -850px;}
.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}
.yui-skin-sam .yuimenuitem{color:#333333;text-decoration:none;font-weight:normal;height:17px;}
.yui-skin-sam .yuimenuitem a{color:#333333;text-decoration:none;font-weight:normal;font-size:11.5px;}
.yui-skin-sam .yuimenuitem-disabled a{cursor:default;color:#999999;text-decoration:none;}
.yui-skin-sam .yuimenuitem-disabled a:hover{cursor:default;color:#999999;text-decoration:none;}

.topbuttons{
	position: relative;
	float: left;
	left: 5px;
	top: 9px;
}

.toprightbuttons{
	position: relative;
    margin-right: 4px;
	float: right;
	top: 9px;
}

.yui-skin-sam .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#D4C237 #A6982B #A6982B #A6982B;border-width:1px;border-style:solid;background-color:#FFEE69;}
.yui-skin-sam .yui-tt.show-scrollbars .bd{overflow:auto;}
.yui-skin-sam .yui-tt-shadow{position:absolute;top:2px;right:-3px;left:2px;bottom:-3px;background-color:#000;}

.yui-skin-sam .yui-tt-shadow-visible{
	opacity:.35;
	*filter:alpha(opacity=35);
}

.yui-skin-sam .yui-simple-dialog .bd .yui-icon{background:url(../images/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left;}
.yui-skin-sam .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px;}
.yui-skin-sam .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px;}
.yui-skin-sam .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px;}
.yui-skin-sam .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px;}
.yui-skin-sam .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px;}
.yui-skin-sam .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px;}

.yui-skin-sam .yui-simple-dialog .hd span{
left:7px;
}

.yui-skin-sam .submit-button{cursor: pointer;}

.yui_tool_tip{background:url(../images/sprite.png) no-repeat; background-position:100% -2150px;padding-right:13px;}

.nav_reload{
	margin-right:4px;
	margin-top:0px;
	cursor: pointer;
	position: absolute;
	top: 3px;
}
.kg_image_container, .kg_album_container {
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
}
.kg_top_menu {
	cursor:move;
	background-color:#3c83b3;
	border:1px solid #1d76a5;
	padding-top:6px;
	padding-left:6px;
	padding-right:2px;
	padding-bottom:2px;
	height:24px;
}

.kg_top_title{
	margin-right:2px;
	overflow:hidden;	
}

/* 
   Plupload
------------------------------------------------------------------- */

.plupload_button {
	display: -moz-inline-box; /* FF < 3*/
	display: inline-block;
	font: normal 12px sans-serif;
	text-decoration: none;
    /* color: #42454a; */
    color: #000;
    border: 1px solid #bababa;
    padding: 2px 8px 3px 20px;
	margin-right: 4px;
    background: #f3f3f3 url('../images/plupload/buttons.png') no-repeat 0 center;
	outline: 0;

    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer !important;
}

.plupload_button a{
    color: #000 !important;
    cursor: pointer !important;
}

#uploader_browse a{
    color: #000 !important;
    cursor: pointer !important;
}

.plupload_buttons a{
    color: #000 !important;
    cursor: pointer !important;
}

.plupload_button a:hover{
    color: #000 !important;
    cursor: pointer !important;
}

#uploader_browse a:hover{
    color: #000 !important;
    cursor: pointer !important;
}

.plupload_buttons a:hover{
    color: #000 !important;
    cursor: pointer !important;
}

.plupload_button:hover {
	color: #000;
	text-decoration: none;
    cursor: pointer !important;
}


.plupload_disabled, a.plupload_disabled:hover {
   /* color: #737373; */
    color: #000;
    border-color: #c5c5c5;
    background: #ededed url('../images/plupload/buttons-disabled.png') no-repeat 0 center;
	cursor: default;
}

.plupload_add {
	background-position: -181px center;
}

.plupload_wrapper {
	font: normal 11px Verdana,sans-serif;
	width: 100%;
}

.plupload_container {
	/* padding: 8px;
	background: url('../images/plupload/transp50.png');
	-moz-border-radius: 5px;*/
}

.plupload_container input {
	border: 1px solid #DDD;
	font: normal 11px Verdana,sans-serif;
	width: 98%;
}

.plupload_header {background: #2A2C2E url('../images/plupload/backgrounds.gif') repeat-x;}
.plupload_header_content {
	/* background: url('../images/plupload/backgrounds.gif') no-repeat 0 -317px;
	min-height: 56px;
	padding-left: 60px;
	color: #FFF; */
    display: none;
}
.plupload_header_title {
	font: normal 18px sans-serif;
	padding: 6px 0 3px;
	color:White !important;
}
.plupload_header_text {
	font: normal 12px sans-serif;
	color:White !important;
}

.plupload_filelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plupload_scroll .plupload_filelist {
	height: 185px;
	background: #F5F5F5;
	overflow-y: scroll;
}

.plupload_filelist li {
	padding: 10px 8px;
	background: #F5F5F5 url('../images/plupload/backgrounds.gif') repeat-x 0 -156px;
	border-bottom: 1px solid #DDD;
}

.plupload_filelist_header, .plupload_filelist_footer {
	background: #DFDFDF;
	padding: 8px 8px;
	color: #42454A;
}
.plupload_filelist_header {	
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #CDCDCD;
}

.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
.plupload_file_name {float: left; overflow: hidden}
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
	float: right;
	width: 80px;
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}

.plupload_filelist .plupload_file_name {width: 205px}

.plupload_file_action {
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 15px;
}

.plupload_file_action * {
	display: none;
	width: 16px;
	height: 16px;
}

li.plupload_uploading {background: #ECF3DC url('../images/plupload/backgrounds.gif') repeat-x 0 -238px;}
li.plupload_done {color:#AAA}

li.plupload_delete a {
	background: url('../images/plupload/delete.gif');
}

li.plupload_failed a {
	background: url('../images/plupload/error.gif');
	cursor: default;
}

li.plupload_done a {
	background: url('../images/plupload/done.gif');
	cursor: default;
}

.plupload_progress, .plupload_upload_status {
	display: none;
}

.plupload_progress_container {
	margin-top: 3px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1px;
}
.plupload_progress_bar {
	width: 0px;
	height: 7px;
	background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
	margin-right: 17px;
}

/* Floats */

.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {
	display: block;
	font-size: 0;
	line-height: 0;	
}

li.plupload_droptext {
	background: transparent;
	text-align: center;
	vertical-align: middle;
	border: 0;
	line-height: 165px;
}



#repository_content {
	float:left;
        /*
        background-color: white;
        border: 1px solid #cccccc;
        */
}

#np_rvc1_ypd1_form div#fullpagewrapper,
#repository_content div#fullpagewrapper,
#forum_topic div#fullpagewrapper,
#np_nav_misc_control1_ypd1_container div#fullpagewrapper,
.notice_content,
.post_content {
    /* 
    //This ID is used everywhere a wysiwyg control is used,
    //styling this ID has a global effect */
    padding:2px;
    background: #fafafa;
    border: 1px solid #cccccc;
}
#repository_content #fullpagewrapper { overflow: auto; }

.postTable, .configTable{
    /* 
    //This ID is used everywhere a wysiwyg control is used,
    //styling this ID has a global effect */
    padding:2px;
    background: #f0f0f0;
    border: 1px solid #cccccc;
    
}

.configTableHr{
	color: #cccccc;
	background-color: #cccccc;
}

#repository_content p{
	margin-top:0px;
}


/* Alternating table row styles, with on-hover highlighting */
.row0 {
    background-color: #f2f2f2;
}

tr.row0:hover {
    background-color: #B0CA63;
}

.row1 {
    background-color: #e2e2e2;
}

tr.row1:hover {
    background-color: #B0CA63;
}

th.item_listing {
    background-color: #d2d2d2;
}



.heading_lite{
	color:#000000;
	font-size:14px;
}

td.calendar_list_heading{
	color:#000000;
	font-size:12px;
    font-weight: bold;
}

td.poll_list_heading{
	color:#000000;
	font-size:12px;
    font-weight: bold;
}

tr.list_heading{
	color:#000000;
	font-size:12px;
    font-weight: bold;
    background-color: #CCCCCC;
}

table.listing{
    padding: 3px;
    width: 100%;
}

.learning_story_wrapper, .ereflection_wrapper, .assignment_wrapper{
    background: #f0f0f0;
    border: 1px solid #cccccc;
    padding:5px;
    margin-bottom: 10px;
}

.ls_title{
    font-size:16px;
    font-weight: bold;
    
}

.comment_wrapper{
    padding:10px;
    margin-left: 40px;
    
}

ul.no_indent {
    margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
    list-style-position: inside;

}

.cab_tr {
	border-width: 1px;
	border-color: #CCCCCC;
}
.cab_left {
	border-bottom: #CCCCCC solid thin;
	border-left: #CCCCCC solid thin;
	border-top: #CCCCCC solid thin;
}
.cab_middle {
	border-bottom: #CCCCCC solid thin;
	border-top: #CCCCCC solid thin;
}
.cab_right
{
	border-bottom: #CCCCCC solid thin;
	border-right: #CCCCCC solid thin;
	border-top: #CCCCCC solid thin;
}


.left_navi_menu {
	padding:0px;
	width:200px;
	height:100%;
	margin-left:4px;
}

.kn_page_div_wrapper{
	width:100%;
	margin-top:44px;	
}

.kn_page_table_wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.footer_wrapper{
	width: 100%;
	position:fixed;	
	bottom:0px;
	left:0px;
}
.footer{
	width: 992px;
	color:#cccccc;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:center;	
}

.footer_logo{
	position:absolute;
	right:0px;
	top:20px;
}

.footer_small_text{
	color:#aaaaaa;
	font-size:7pt;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.header_menu{
    background: url(../images/sprite.png) repeat-x 0 -2600px;	
	position:fixed;
	top:0px;
	left:0px;
	width: 100%;
	z-index:2000;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;	
}

.pp_header_menu{
	height:38px;
	width:100%;
    background: url(../images/sprite.png) repeat-x 0 -2600px;
   	border-bottom:1px solid #666666;
	border-top:1px solid #666666; 	
}

.header_menu_table_wrapper{
	width:996px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	position:relative;
}

.menu_table0 {
/*	border-left:1px solid #2a6894;*/
}

.pp_school_logo_wrapper {
	text-align:left;
	height:75px;
	width:200px;
	overflow:hidden;
}

.school_logo_image{
	max-width:200px;
	max-height:75px;
}


.pp_top {
	width:992px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	margin-bottom:4px;
	background-color:#ffffff;
	/*border:1px solid #aaaaaa;*/
	text-align:center;
	height:75px;
}
/* specific css for new accordion widget - some of these may be superfluous.. */


.message_head {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

span.timestamp {
    color: #666666;
    font-size: 100%;
    font-weight: normal;
    float: right;
    padding-right: 30px;
    padding-top: 2px;
}
.message_head cite {
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
}
.message_body {
    padding: 5px 10px 15px;
}


.padded {
    padding: 10px;
    clear: both;
    zoom: 1;
}

.padded ul li {
    list-style: inside square;
}

.block {
    display: block;
}

ul.info li {
    list-style: inside square;
}
ul.info {
    margin-bottom: 1em;
}
p.code {
    background: #000;
    color: #cfc;
    padding: 20px;
    font-family: Courier;
    font-size: 1.2em;
    margin-left: 4em;
}

ol.code { font-size: 1.2em;border: 1px solid #ccc; padding: 5px; margin: 0 0 1em 4em; }
ol.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; list-style-type: decimal-leading-zero; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.yui-accordionview {
    /* margin-bottom: 2em; */
}

ul.no_indent2 {
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
list-style-position: inside;
}

.comment_table {
    width: 100%;
    margin-bottom: 5px;
}

.tab_navigation_wrapper {
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
}
.tab_navigation_wrapper a img {
	border: none;
}
.tab_nav_current_page {
	font-weight: bold;
}
.tab_nav_pages span {
	padding: 2px;
}
.tab_search_results td {
	text-align: left;
}

.repository_content{
	position:relative;
	float:left;
	width:80%;
}
.repository_sidebar_content{
	width:19%;
}

.user_info{
	font-style:italic;
	color:#999999;
	
}

.loader{
	padding-left:4px;
}

.personal_avatar_wrapper{
	width:198px;
	overflow:hidden;
	border:1px solid #bbbbbb;
	background-color:#ffffff;
	position:relative;
	margin-bottom:6px;
}

.personal_avatar_image_wrapper{
	display:inline-block;
	padding:2px;
}

.avatar_image{
	margin-left:auto;
	margin-right:auto;
	border: none;
	max-height:100px;
	max-width:80px;
}

.comment_image{
	margin-left:auto;
	margin-right:auto;
	border: none;
	max-height:50px;
	max-width:40px;
}

.avatar_title{
	font-size:10pt;
	font-weight:bold;
	color:#224466;
}

.avatar_text{
	padding-top:4px;
	font-size:9pt;
	color:#999999;
	font-style:italic;
}
.personal_avatar_text_wrapper{
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	max-width:105px;
	margin-top:6px;
	margin-right:4px;
	margin-bottom:4px;	
	margin-left:4px;	
}

.gallery_thumb_wrapper{
	padding:2px;
}

#simple_file_uploader_wrapper {
    margin:auto;
    padding:5px;
    text-align: center;
}

.padded_5px{
    padding: 3px;
}

/* drag/drop general styles */
.target_overlay {
	display: none;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	border:1px solid #cccccc;
}
.target_overlay.on {
	display: block;
}
.target_overlay_text {
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
}
.target_overlay_text.on {
	display: block;
}

/* drag/drop group specific styles */

/* content links */
.links_wrapper {
	position: relative;
}
.links_wrapper .target_overlay {
	/*background-color: #afeeee;*/
}
.links_wrapper .target_overlay.on {
	background-color: #ffd700;
}
.links_wrapper .target_overlay_text {
	color: #6a5b00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	top: 20px;
}

/* filing cabinet tree view */
.fc_tree_wrapper {
	position: relative;
}
.fc_tree_wrapper .target_overlay {
	/*background-color: #afeeee;*/
}
.fc_tree_wrapper .target_overlay.on {
	/*background-color: #ffd700;
	filter: alpha(opacity=15);
	opacity: 0.15;*/
}
.fc_tree_wrapper .target_overlay_text {
	color: #6a5b00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	top: 20px;
}
.fc_tree_wrapper .target_overlay_text.on {
	display: none;
}

/* make the tree items in the filing cabinet look like links */
.fc_tree_wrapper span.pretend_links {
	color: #408FB8;
	cursor: pointer;
}
.fc_tree_wrapper span.pretend_links:hover {
	text-decoration: underline;
}
.fc_tree_wrapper .pretend_links.on {
	background-color: #ffd700;
}

/* bookmark panel */
.bookmarks_wrapper {
	position: relative;
}
.bookmarks_wrapper .target_overlay {
	/*background-color: #afeeee;*/
}
.bookmarks_wrapper .target_overlay.on {
	background-color: #ffd700;
}
.bookmarks_wrapper .target_overlay_text {
	color: #6a5b00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	top: 20px;
}

/* navigator */
.navigatorDraggable.on, .navigatorDropable.on {
	background-color: #ffd700;
}

.kn_copy {
	cursor: url(../images/kn_copy_cursor.cur), context-menu !important;
}

/* metadata view */
.metadata_view_wrapper td ul { margin: 0; padding-left: 15px; }

/* metadata search */
.metadata_search_wrapper .year_level_upto,
.metadata_search_wrapper .strand_title,
.metadata_search_wrapper .strand,
.metadata_search_wrapper .substrand_title,
.metadata_search_wrapper .substrand,
.metadata_search_wrapper .wa_na_title,
.metadata_search_wrapper .nw
{
	display: none;
}
.metadata_search_wraper .disabled { color: #ddd; }

/* metadata edit */
.metadata_edit_wrapper ul.dynamic_list { list-style: none; margin: 0px 0px 5px 0px; padding-left: 0; }
.metadata_edit_wrapper div.metadata_property_wrapper { background-color: #eee; border: 1px dotted #bbb; height: 90px; overflow-y: scroll; padding-left: 5px; padding-right: 5px; width: 200px; }
.metadata_edit_wrapper .strand_src,
.metadata_edit_wrapper .strand_title,
.metadata_edit_wrapper .substrand_src,
.metadata_edit_wrapper .substrand_title,
.metadata_edit_wrapper .wa_nw_src,
.metadata_edit_wrapper .wa_nw_title,
.metadata_edit_wrapper .year_level_upto
{ display: none; }

/* page_properties_control */
.repository_update_history { height: 200px; overflow: auto; }

/* nqf control */
.nqf_standard_control_wrapper .standard_contents_wrapper .dv_autocomplete .yui-ac-input { position: relative; }
.nqf_standard_control_wrapper .standard_contents_wrapper .dv_autocomplete .yui-ac-content { text-align: left; }
.nqf_standard_control_wrapper .toggle_elems { cursor: pointer; }
.nqf_standard_control_wrapper .prehidden { display: none; }
.nqf_standard_control_wrapper .standard_contents_wrapper { padding: 10px 0; position: relative; }
.nqf_standard_control_wrapper .standard_contents_wrapper .nqf_field_wrapper { clear: both; height: 12px; padding-bottom: 10px; }

/* reviews control */
.reviews_wrapper { padding: 10px; }
#resource_summary_table { background-color: #e2e2e2; border: 1px dotted #999; }
#resource_info td {	vertical-align: top; }
#toggleSummary img { border: none; }
#resource_reviews th { background-color: #d2d2d2; text-align: left; }
#resource_reviews td { background-color: #e2e2e2; }
#resource_reviews td ul { margin: 0; padding: 0; margin-left: 15px; }

.notification_text { 
	width:16px;
	height:16px; 
    display: inline-block;
    background-image: url(../images/image_sprite.png);
    background-repeat: repeat-x;
	background-position:0 -300px;	
}

.comment_icon{ 
	width:16px;
	height:16px; 
    display: inline-block;
    background-image: url(../images/image_sprite.png);
    background-repeat: repeat-x;
	background-position:0 -953px;	
}

.like_icon{ 
	width:16px;
	height:16px; 
    display: inline-block;
    background-image: url(../images/image_sprite.png);
    background-repeat: repeat-x;
	background-position:0 -1249px;	
}

.hr_section_break {
	border-top: 1px solid #bbb;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;	
	height: 1px;	
}

.comment_fieldset {
	border: 1px solid #ccc;
	background-color:#fafafa;
	padding:0px;
	padding-top:8px;
	position:relative;
    margin-top:12px;
}

.comment_fieldset_text_area {
	background-color:#ffffff;
}

.comment_textarea {
	border: 1px solid #adadad;
	padding:0px;
    background-color:#ffffff;    
}

.comment_box{
	border: 1px solid #adadad;
	padding:6px;
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top:11px;
    margin-bottom:3px;
    background-color:#fafafa;
    color:#666666;
}
.comment_box_lt{
	position:relative;
	top:18px;
	left:1px;
	width:8px;
	height:10px; 
    background-image: url(../images/image_sprite.png);
    background-repeat: no-repeat;
	background-position:0 -1303px;
}

.comment_box_admin{
	border: 1px solid #adadad;
	padding:6px;
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top:11px;
    margin-bottom:3px;	
    background-color:#f2dada;
    color:#666666;
	text-align:left;
}
.comment_box_admin_lt{
	position:relative;
	top:18px;
	left:-2px;
	width:8px;
	height:10px; 
    background-image: url(../images/image_sprite.png);
    background-repeat: no-repeat;
	background-position:0 -1327px;
}
.comment_box_admin_title{
    color:#800000;
    font-size:10px;
}

.comment_box_student{
	border: 1px solid #adadad;
	padding:6px;
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top:11px;
    margin-bottom:3px;	
    background-color:#e1f2da;
    color:#666666;
	text-align:left;
}
.comment_box_student_lt{
	position:relative;
	top:18px;
	left:-2px;
	width:8px;
	height:10px; 
    background-image: url(../images/image_sprite.png);
    background-repeat: no-repeat;
	background-position:0 -1327px;
}
.comment_box_student_title{
    color:#268000;
    font-size:10px;
}

.comment_box_teacher{
	border: 1px solid #adadad;
	padding:6px;
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top:11px;
    margin-bottom:3px;	
    background-color:#daeaf2;
    color:#666666;
	text-align:left;
}
.comment_box_teacher_lt{
	position:relative;
	top:18px;
	left:-2px;
	width:8px;
	height:10px; 
    background-image: url(../images/image_sprite.png);
    background-repeat: no-repeat;
	background-position:0 -1327px;
}
.comment_box_teacher_title{
    color:#005380;
    font-size:10px;
}

.comment_box_caregiver{
	border: 1px solid #adadad;
	padding:6px;
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top:11px;
    margin-bottom:3px;	
    background-color:#f2f0da;
    color:#666666;
	text-align:left;
}
.comment_box_caregiver_lt{
	position:relative;
	top:18px;
	left:-2px;
	width:8px;
	height:10px; 
    background-image: url(../images/image_sprite.png);
    background-repeat: no-repeat;
	background-position:0 -1327px;
}
.comment_box_caregiver_title{
    color:#807300;
    font-size:10px;
}

.comment_box_other{
	border: 1px solid #adadad;
	padding:6px;
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top:11px;
    margin-bottom:3px;	
    background-color:#fafafa;
    color:#666666;
	text-align:left;
}
.comment_box_other_lt{
	position:relative;
	top:18px;
	left:-2px;
	width:8px;
	height:10px; 
    background-image: url(../images/image_sprite.png);
    background-repeat: no-repeat;
	background-position:0 -1327px;
}
.comment_box_other_title{
    color:#818080;
    font-size:10px;
}

.comment_avatar{
    text-align:center;
   	margin:3px;
    margin-top:8px;
	color:#808080;
	font-size: 0.8em;
}

input#bodge {
	display: none;
}
div#forgotten_password_wrapper {
	padding: 20px;
}
div#forgotten_password_hint {
	border: 1px dotted #999;
	margin: 5px;
	padding: 5px;
}

.compulsory_field{
    color: #EE0000;
}

div#navigator_display_options_wrapper { padding: 20px; }
div#navigator_display_options_wrapper .wrapper { margin-bottom: 10px; }
div#navigator_display_options_wrapper #display_item_list { list-style: none; padding-left: 0; }
div#navigator_display_options_wrapper #display_item_list li { height: 100%; margin-bottom: 10px; overflow: hidden; }
div#navigator_display_options_wrapper #display_item_list .listTitle { float: left; font-weight: bold; height: 21px; padding: 4px 0 0 10px; }
div#navigator_display_options_wrapper #display_item_list .listTitle.hide { color: #bbb; text-decoration: line-through; }
div#navigator_display_options_wrapper #display_item_list .listTitle .itemIcon { margin-right: 5px; vertical-align: middle; }
div#navigator_display_options_wrapper #display_item_list .listControl { float: left; height: 25px;}
div#navigator_display_options_wrapper #display_item_list .listControl .text_smaller { font-size: 11px; }

div#user_options_control_wrapper { padding: 10px; }
div#user_options_control_wrapper div.configTable { padding: 5px; }
div#user_options_control_wrapper h3.zone_tables { margin: 0 0 5px 0; }
div#user_options_control_wrapper p { margin: 0 0 5px 0; }

div#dnz_reset_wrapper { padding: 20px; }
div#dnz_reset_wrapper h3, div#dnz_reset_wrapper p { margin-bottom: 10px; }
div#dnz_reset_wrapper p.notify { background-color: #ff0; border: 1px solid #f00; font-weight: bold; padding: 5px; text-align: center; }

div#upload_tt_results_wrapper { padding: 0 20px 20px 20px; }
div#upload_tt_results_wrapper p { margin-bottom: 5px; }
div#upload_tt_results_wrapper #manage_courses_link { display: none; }

div#moodle2_config_wrapper { padding: 10px; }
div#moodle2_config_wrapper div.configTable { padding: 5px; }
div#moodle2_config_wrapper h3.zone_tables { margin: 0 0 5px 0; }
div#moodle2_config_wrapper p { margin: 0 0 5px 0; }
div#moodle2_config_wrapper td.table_header { text-align: right; }
