/*********************************/ 
/*            BASIC              */ 
/*********************************/
body {
	min-width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
}

a,.term-cloud a:hover,.pagelinks a:hover,#viewmode ul li a:hover,div.letter_tabs .time_tabs ul li a
	{
	text-decoration: underlined;
}

a:hover,.term-cloud a,#viewmode ul li a,div.letter_tabs li a {
	text-decoration: none;
}

a strong {
	font-weight: bold;
}

h2 {
	font-size: 150%;
	margin-bottom: 15px;
	font-weight: bold;
}

h3 {
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0;
}

h4 {
	font-size: 115%;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

#header h1,h1 {
	cursor: pointer;
	height: 107px;
	width: 176px;
	font-size: 0;
}

h1.home-title {
	position: absolute;
	left: 10px;
	top: 35px;
	
	margin-bottom: 3px !important;
}
h1.pin-title {
    position: absolute;
    top: 35px;
    left: 12px
}


#header h1 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#right h3 {
	display: block;
	padding: 0 0 10px 0;
	color: #BA1F3E;
}

#left h3 {
	display: block;
	font-weight: bold;
	font-size: 100%;
	padding: 2px 10px;
	margin: 5px 0 0 0;
}

#title h2 {
	font-size: 170%;
	font-weight: bold;
	color: #000;
	display: block;
}

.normal-list ul li {
	list-style: disc;
	list-style-position: inside;
}

.normal-list ol li {
	list-style: decimal;
	list-style-position: inside;
}

.error_back {
	margin: 10px 0;
}

.errorpages {
	margin-top: 20px;
}

.errorpages #content {
	margin-left: 220px;
}

pre.contact-details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div.contact-details-container {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	width: 99%;
}

div.contact-details-field-container {
	width: 500px;
	height: 80px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 6px;
	overflow: auto;
	margin-bottom: 10px;
}

/*********************************/ /*		TERM CLOUD     */
	/*********************************/
.term-cloud a {
	font-weight: bold;
}

.term-cloud .term-size-1 {
	font-size: 100%;
}

.term-cloud .term-size-2 {
	font-size: 110%;
}

.term-cloud .term-size-3 {
	font-size: 120%;
}

.term-cloud .term-size-4 {
	font-size: 130%;
}

.term-cloud .term-size-5 {
	font-size: 140%;
}

.term-cloud .term-size-6 {
	font-size: 150%;
}

.term-cloud .term-size-7 {
	font-size: 160%;
}

.term-cloud .term-size-8 {
	font-size: 170%;
}

.term-cloud .term-size-9 {
	font-size: 180%;
}

.term-cloud .term-size-10 {
	font-size: 190%;
}

/*********************************/ /*                               */
	/*           CONTENT             */ /*                               */
	/*********************************/
label.main_label {
	font-weight: bold;
}

textarea {
	font-size: 1em;
}

fieldset {

	margin-bottom: 20px;
	padding: 10px;
}
fieldset.with-border {
    border: 1px solid #CCC; 
}	
	
legend {
	padding: 0 5px;
	background: #FFF;
	_margin: 0 0 0 -7px; #
	margin: 0 0 0 -7px;
}

div.clear {
	font-size: 0.1em;
	height: 1px;
	clear: both;
}

legend span.title {
	font-size: 130%;
	color: #666;
	font-weight: bold;
}

div.terms {
	width: 600px;
	height: 80px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 6px;
	overflow: auto;
	margin-bottom: 10px;
}

.terms pre {
	font-size: 10pt;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	width: 99%;
}

.pagelinks {
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.pagelinks a {
	padding: 0 3px;
	text-decoration: none;
}

.pagelinks strong {
	padding: 0 3px;
}

#group-details h3,#group-user-details h3 {
	display: inline;
}

span.mandatory {
	margin: 0 0 10px 400px;
	_margin: 0 0 0 400px;
}

/*********************************/ /* Logged in details */
	/*********************************/
span.loggedin {
	float: right;
	font-size: 90%;
	padding: 10px 15px 5px 0;
	color: #666;
}

/*********************************/ /* Footer */
	/*********************************/
#footer_text {
	margin: 0 190px;
}

#footer li {
	padding: 0 5px 0 5px;
}

#footer p {
	padding: 20px 0 2px 0;
}

span.username {
	font-weight: bold;
}

/*********************************/ /*       SHARED/GENERAL          */
	/*********************************/
span.pagelinks {
	float: right;
	margin: -5px 0 0 0
}

#objects-available,#jurisdiction-list,#jurisAdmin-list,#favourites-lists,#group-list,#available-objects,#learning-areas,#user-list
	{
	width: 97%;
}

/***** Buttons **************/
.go_button,.clear_button,.cancel_button,.viewcontent-button, .go_button_shaded {
	border: 0;
	padding: 5px 14px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	color: #FFF;
	width: 85px;
}

.lp_input_button {
    border: 0;
    padding: 3px 0 5px 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    color: #FFF;
}	

.lp_button_75 {
    width: 75px;
    background: transparent url(/ec/images/lp/button_75.png) no-repeat scroll 0 ;  
}

.lp_cancel_button_75 {
    width: 75px;
    background: transparent url(/ec/images/lp/cancel_button_75.png) no-repeat scroll 0 ;  
}

.lp_button_200 {
    width: 200px;
    background: transparent url(/ec/images/lp/button_200.png) no-repeat scroll 0 ;  
}

.lp_button_150 {
    width: 150px;
    background: transparent url(/ec/images/lp/button_150.png) no-repeat scroll 0 ;  
}

.clear_button,.viewcontent-button {
	padding: 4px 14px 6px 14px;
	width: 135px;
}

.button_right {
	margin: -6px 5px 0 0;
	float: right;
}

#buttons {
	text-align: left;
	padding: 10px 0 20px 160px;
}

#buttons span {
	padding-left: 20px;
}

#add-la #buttons,#object-byid #buttons {
	padding: 10px 0 20px 120px;
}

#group #buttons {
	padding-left: 200px;
}

#object-search #buttons {
	padding-left: 80px;
}

#group-search .go_button,#user-search .go_button,#search .go_button,#jurisdiction-search .go_button,#folder-search .go_button,#list-search .go_button
	{
	float: right;
}

#useredit-details .edit-buttons
	{
	margin-left: 130px;
}


.jqmWindow {
 background-color:white;	
}
.cg-edit-buttons {
	margin-left: 220px;
}

.vo_buttons {
	margin: 0 0 0 390px;
}

.vo_buttons img {
	margin-bottom: 80px;
}

.vo_buttons h3,.vo_buttons input {
	margin: 0px 0 10px 0;
}

#favourites-lists #buttons {
	padding-top: 10px;
}

#edit-favourites-object .edit-buttons input {
	margin-top: 3px;
}

#key-login,#user-login {
	position: relative;
}

#user-login #buttons,#key-login #buttons,#mams-login #buttons {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
	padding: 10px 0 0 0;
	clear: none;
}

#login_options {
	float: right;
	margin-top: -2px;
}

#login_options a.link_icon {
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	_background: transparent url(/ec/themes/scootle/images/lhc_icon.gif)
		no-repeat scroll 0%;
}

.link_icon_howto {
    font-size: 12px !important;	
    margin: 0 5px;
}	

.link-after-this {
    margin-right: 10px !important;	
}	

#login_options_open_id {
	float: right;
	margin-top: -2px;
}

#login_options_open_id a.link_icon {
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	background: transparent url(/ec/images/open_id.gif) no-repeat scroll 0%;
}

#openId-login .login_label input {
	background: white url(/ec/images/open_id.gif) no-repeat scroll 0%;
	padding-left: 18px;
	font-weight: normal;
}

#accesskey-login #key-login #buttons {
	padding: 0;
	margin: -10px 0 0 0; #
	margin: -30px 0 0 0;
	_margin: -30px 0 0 0;
}

div.delete-button {
	margin-bottom: 10px;
}

div.srinput input.go_button {
	padding: 2px 14px 5px 14px;
}

#search-buttons {
	clear: left;
	padding: 15px 0 0 0;
}

.search-button-top {
	width: 100px;
}

/***** Labels **************/
#group-search label,#search label,#object-search label,#user-search label,#group-search input,#search input,#object-search input,#user-search input,#jurisdiction-search input,#jurisdiction-search label
	{
	margin-right: 20px;
}

#manage-group {
	float: left;
}

.field_label {
	width: 160px;
	float: left;
	text-align: left;
	font-size: 115%;
	font-weight: normal;
	color: #000;
}

.group_content label {
	font-weight: bold;
}

/*************************/ 
/*       Tables          */
/*************************/
table.fullwidth {
	margin-top: 10px;
    width: 100%;
}

table.list {
	border: 1px solid #808080;
	margin-top: 10px;
	width: 100%;
	background: white;
}

table.fullwidth tr {
	
}

table.fullwidth th,#objects th {
	font-weight: bold;
	background-color: #00A1E0;
	padding: 5px;
	color: #FFF;

	text-align: left;
}

table.fullwidth th a,#objects th a {
	color: #FFF;
}

tr.even {
	background: #F4F4F4;
}

#lp tr.even {
    background: none;
}

#lp tr.odd {
    background: #F4F4F4;	
}	

td {
	padding: 5px;
	text-align: left;
	margin: 0 10px;
}

/*********** UL/LI ************/ /*********** Form ************/
	/*********************************/ /* CONCRETE FIELD DISPLAY */
	/*********************************/
#edit-my-favourites-fields .display-field-value {
	margin-left: 120px;
}

#group-details .display-field-value {
	margin-left: 140px;
}

#user-details .display-field-value {
	margin-left: 130px;
}

#jurisdiction-details .display-field-value {
	margin-left: 140px;
}

/*********************************/ /* GENERIC INPUT FORMS           */
	/*********************************/
.edit-field-row {
	margin: 7px 0px 7px 0px;
}

.indent-to-match-mandatory {
    margin-left: 15px;	
}

.indent-to-match-mandatory .reg_note {
    margin-left: 0px;  
}

.edit-field-label {
	color: #000000;
	float: left;
	font-weight: bold;
}

.edit-field-label div.comments {
	white-space: normal;
	width: 100px;
	margin-left: 10px;
}

.edit-field-label div.comments span {
	font-weight: normal;
}

.edit-field-label label.non-mandatory {
	margin-left: 16px
}

.form-errors {
	color: red;
	font-weight: bold;
}

.edit-field-input #keyLogin,.edit-field-input #futureContent,.edit-field-input #school
	{ #
	margin-left: -5px;
	_margin-left: -5px;
}

.edit-field-input #keyLogin,.edit-field-input #futureContent {
	margin-top: 2px;
}

.edit-field-input #password {
	margin-left: -10px;
}

.edit-field-input #confirmPassword {
	margin-left: 60px;
}

select#field {
	min-width: 100px;
	_width: 100px;
}

.inline-radio-group label {

	padding: 0 5px;
}



/*********************************/ 
/* CONCRETE FORMS */
/*********************************/
.edit-field-label #future1 {
	margin-left: 14px;
}

form#edit-favourite input#name,form#add-to-favourites input#newListName,form#add-to-favourites textarea#newListDescription,form#edit-favourite textarea#description_field,form#edit-favourite textarea#comments,form#create-jurisdiction input#name,form#create-jurisdiction input#supportEmail,form#create-jurisdiction textarea,form#edit-jurisdiction input#name,form#edit-jurisdiction input#supportEmail,form#edit-jurisdiction textarea
	{
	width: 500px;
}

form#create-jurisdiction textArea#supportDetails,form#edit-jurisdiction  textArea#supportDetails
	{
	height: 90px;
}

form#edit-favourite textarea#description_field,form#edit-favourite textarea#comments
	{
	height: 150px;
}

form#user-edit .edit-field-input
	{
	margin-left: 150px;
}

form#user-edit .label-offset {
    margin-left: 16px;	
}	

form#add-to-favourites .edit-field-input {
    margin-left: 145px;	
}	

form#add-to-favourites textarea#newListDescription, form#copy-favourites .edit-field-input textarea {
	height: 100px;
}

form#create-group .edit-field-input,form#edit-group .edit-field-input {
	margin-left: 220px;
}

form#create-group input#schoolAdminEmail,form#create-group input#name,form#create-group input#supportEmail,form#create-group textarea#supportDetails,form#edit-group input#schoolAdminEmail,form#edit-group input#name,form#edit-group input#supportEmail,form#edit-group textarea#supportDetails
	{
	width: 300px;
}

.pending_registration {
    color: green;
    font-weight: bold;	
}	

form#create-group textArea#supportDetails,form#edit-group textArea#supportDetails
	{
	height: 90px;
	width: 450px !important;
}

form#user-reg .edit-field-input {
	margin-left: 190px;
}

form#create-jurisdiction .edit-field-input {
	margin-left: 200px;
}

form#edit-jurisdiction .edit-field-input {
	margin-left: 170px;
}

form#folders {
	margin-top: 10px;
}

form#create-folder .edit-field-input {
	margin-left: 170px;
}

form#create-folder .edit-field-input input {
	width: 400px;
}

form#add-to-favourites div#add-to-favourites-folder-label {
	padding-top: 4px;
}

form#copy-favourites .edit-field-input {
	margin-left: 140px;
}

form#copy-favourites .edit-field-input input#name {
	width: 300px;
}

form#copy-favourites .edit-field-input select {
	width: 300px;
}

form#copy-favourites .edit-field-input textarea {
	width: 500px;
}

form#edit-favourite .edit-field-input {
    margin-left: 170px;	
}


a.delete-from-list {
	margin-left: 10px;
}

ul#add-to-favourites-bulk-selector {
	margin-bottom: 10px;
}

#search form {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px;
}

div.list-checkbox input {
	font-size: 150%;
}

.cj-edit-buttons {
	margin-left: 200px;
}

.ej-edit-buttons {
	margin-left: 170px;
}
.group-edit-buttons {
	margin-left: 220px;
}

/*********************************/ /* GENERIC FIELD DISPLAY */
	/*********************************/
.display-field-row {
	margin: 5px 0px 5px 0px;
	width: 95%;
}

.display-field-label {
	float: left;
	font-weight: bold;
}

#objects span,#objects-available span,#group-list span,#available-objects span,#user-list span
	{
	margin-right: 10px;
}

.required {
	padding: 3px;
	font-size: 140%;
	font-weight: bold;
	width: 19px;
}

.group_label_check {
	margin-left: -200px;
	margin-top: 5px;
}

#jurisdictionKeyLogin {
	margin-top: 5px;
}

.new-list-row,.email-list-details-row,field_row {
	margin: 10px 0;
}

#user-search,#group-search,#jurisdiction-search {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#user-search,#group-search {
 margin-top:0.5em;	
}

#personal-details,#login-details,#communication-details {
	border: 1px solid #CCC;
	width: 500px;
	padding: 5px;
	margin: 20px 0 0 0;
	float: left;
}

#login-details,#communication-details {
	clear: left;
}

/*********************************/ /*      VIEW/RATE METADATA       */
	/*********************************/
#item_maincolumn {
	margin-top: 10px;
}

#rate_maincolumn {
    padding-top: 10px;
}

.comments_row p {
	margin: 5px 0;
}

#educationalvalue ul {
	list-style-type: disc;
}

#userlevel li {
	display: inline;
}

#item_info_rating h3 {
	margin: 0px 0 5px 0;
}

#item_info h3,#item_info h4 {
	margin: 10px 0 5px 0;
}

#item_info {
	float: right;
	background: #F5F5F5;
	width: 150px;
	margin: 20px 0 0 0;
	padding: 10px 7px;
}

.item_content {
	margin-left: 160px;
	_margin-top: -15px;
}


.item_row,.item_row1 {
	width: 100%;
	float: left;
	padding-bottom: 2px;
    border-bottom: solid 1px #ccc;
}

.item_row {
    margin-top: 10px;	
}	

.rate_row {
	padding-bottom: 5px;
}

.item_row1 {
	padding-top: 10px;
	margin-top: 5px;
}

.item_label {
	width: 120px;
	margin-bottom: -120px;
	float: left;
	_float: none;
	font-weight: bold;
}

div.rate_row .rate_content {
	width: 140px;
	float: left;
	font-weight: bold;
}

div.rate_row .rate_label {
	margin-left: 140px;
	font-weight: bold;
}

.item_row,.item_row1 {
	width: 100%;
	float: left;
}

.item_row,.item_row1 ul {
    padding-bottom:10px;	
}	

#user_tags .item_row,#user_comments .item_row {
	padding-top: 10px;
	border-top: #CCCCCC 1px solid;
	min-height: 10px;
	_height: 10px;
}

.rate_row {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}

.item_row1 {
	padding-top: 10px;
	margin-top: 5px;
}

.item_label {
	width: 150px;
	font-weight: bold;
}

div.rate_row .rate_content {
	width: 140px;
	float: left;
	font-weight: bold;
}

.rate_content img {
	padding: 0 5px;
}

div.rate_row .rate_label {
	margin-left: 140px;
	font-weight: bold;
}

.vm_row,.vm_row_viewfavouriteslist {
	width: 100%;
	margin: 5px 0;
	float: left;
}

.vm_row_viewfavouriteslist {
	margin-top: -40px;
}

.vm_row ul,.vm_row_viewfavouriteslist ul {
	padding: 2px;
}

.vm_row li,.vm_row_viewfavouriteslist li {
	display: inline;
	padding: 5px 0 0 10px;
	background-image: url("/ec/images/link_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
}

.vm_row .sr_right,.vm_row_viewfavouriteslist .sr_right_viewfavouriteslist
	{
	float: right;
}

.vm_row li.label,.vm_row_viewfavouriteslist li.label {
	background-image: none;
	padding: 5px 0 0 0;
}



#edit-favourites-commands {
	padding-bottom: 10px;
}

.edit-favourites-object-text-editor {
	width: 100%;
}

/** My folders **/
#folders a {
	font-size: 120%;
	font-weight: bold;
}

#folders div {
	margin-bottom: 10px;
}

#item_image {
	position: relative;
	width: 380px;
	float: left;
}

img.item_image {
	border: 1px solid #CCC;
	float: left;
}

.item_irow {
	margin-bottom: 10px;
	text-align: left;
}

.item_action {
	width: 110px;
	margin-bottom: 10px;
}

h4.item_title {
	padding-bottom: 5px;
}

h3.item_title {
	margin: 10px 0;
	font-weight: bold;
}


.comments table {
    width: 100%;
}	

.comments td, .comments th {
    padding:  5px;	
    border-bottom: 1px solid #ccc;  
}

.comments tr.last td {
    border-bottom: none;	
}	

.comments th {
    font-weight: bold;	
}	

.comments td.suggestion-text {
    vertical-align: top;
}

.suggestion-time {
    font-weight: normal;
}
.suggestion-details {
    font-weight: bold;	
}	

.suggestion-date {
    color: #888;	
}	

#item_view h3.item_title a {
	text-decoration: underline;
	margin: 0 0 0 5px;
}

#item_view h3.item_title img {
	margin-bottom: -5px;
}

div.item_title {
	padding-bottom: 15px;
	margin: -25px 0 0 0;
	float: left;
}

div.vo_buttons {

}	



.vo_buttons form {
    display: none;
}	
.vo_buttons_row {
    margin-bottom: 15px;	
}
.vo_buttons_pin_links {
    margin-left: 20px;	
}	

.vo_buttons_row .vo_buttons_label {
    float: left;	
}
.vo_buttons_row .vo_buttons_values {
    margin-left: 50px;    
}

.vo_buttons_row label {
    font-weight: bold;	
}

.vo_buttons input.link-copier {
    width: 300px;	
}	

.item_backlink {
	padding-top: 10px;
}

.item_backlink a.back {
    margin: 0;	
}	

.item_rating {
	float: right;
}

.comments a {
    float: right;
    font-weight: normal;
    color: #005D8B;
}

.comments-header {
    font-weight: bold;
}		

.learningpaths_title {
	font-size: 130%;
	font-weight: bold;
}

#search-lp span.lp-list-desc {
	color: #000000;
}

.learningpaths_backlink {
	margin-top: 10px;
	float: right;
}

#view-learningpaths-fields {
	margin-top: 10px;
	margin-left: 20px;
}

.topnav-lp {
	background: transparent url("/ec/images/lp/topnavbar_lp.jpg") no-repeat
		top right;
		
}

.topnav-student {
	   background: transparent url("/ec/images/lp/topnavbar_lp.jpg") no-repeat
        top right;
    margin-top: 70px !important;
        
}	

.nav-tabs ul li.current-lp {
	background: transparent url("/ec/images/lp/wnav_button_on_lp.png") top
		right no-repeat;
}

.nav-tabs ul li.current-lp a {
	color: #fff !important;
}

.tab_bar {
    background: url(/ec/images/tab_shading.png) repeat-x;
    height: 35px;
    text-align: center;
    margin-top: 10px;
    padding-top: 4px;  
}

.tab_bar span.tab_bar_tab {
    display: -moz-inline-box; 
    display:inline-block;
    width: 131px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.learning_paths .tab_bar span.tab_bar_tab {
       text-align: center;	
}	

.tab_bar span.active {
    background: url(/ec/images/page_tab_active.png) no-repeat;
    border-bottom: 1px solid #fff;  
}

.tab_bar span.inactive {
    background: url(/ec/images/page_tab_inactive.png) no-repeat;
    border-bottom: 1px solid #ccc;
}

.tab_bar span.tab_bar_tab a {
    font-weight: bold;
    text-decoration: none;	
}

.tab_bar span.tab_bar_tab a:hover {
    text-decoration: underline;
}
.tab_id_detail {
    font-weight: bold;
    text-decoration: none;	
    
	margin-left: 45px;
}
.tab_id_suggestions {
    font-weight: bold;
    text-decoration: none;	
    
	margin-left: 33px;
}
/*********************************/ 
/*  Learning paths               */
/*********************************/
body#pin-view #content {
	margin-left: 0px;
	padding-left: 0px;
}	

#pin-view #lp_navigation {
    display: none;	
}
#pin-view #container {
    background: none;	
}
#pin-view #navigation-left {
    display: none;   
}


#pin-view #item_view {
    margin-left: 0;   
}

.lp_home_end_container {
	margin: 0px !important;
}

#lp_navigation {
	float: left;
	width: 215px;
	padding: 0px;
}

#lp_navigation .lp_navigation_header {
	background: #005d8b;
	padding: 5px 10px;
}

#lp_navigation h5 {
	color: #ffffff;
}

#lp_navigation h5.lp_in_nav_bar {
	margin-top: -20px;
	padding-left: 15px;
}

#lp_navigation a.lp_nav_create_new_folder {
	height: 27px;
	padding: 0px;
	margin-top: 10px;
	display: block;
}

.lp_splash {
	background: transparent url(/ec/images/lp/home_shading.gif) repeat-x
		scroll;
	/* height: 197px; */
}

.lp_splash_left {
	width: 182px;
	float: left;
	overflow: hidden;
}

.lp_splash_middle {
	margin-left: 182px;
	margin-right: 210px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	
}

.lp_splash_middle a {
	color: #4dcafb;
	font-weight: bold;
}

.lp_splash_middle a:visited {
	color: #4dcafb;
	font-weight: bold;
}

.lp_splash_right {
	float: right;
	width: 270px;
	margin-left: 10px;
	padding-top: 10px;
}

.lp_splash_right a {
	color: #fff;
	font-size: 1.1em !important;
	font-weight: bold;
}

.lp_splash_right li {
	padding: 2px;
}

.lp_splash_right a:visited {
	color: #fff !important;
}

#lp_home {
	background: url("/ec/images/nav_shading_215.png") repeat-y;
}

#lp_home li a {
	font-size: 1.1em;
	padding: 0 0 0 21px;
}

#lp_home ul li {
	margin-bottom: 2px;
}

.lp_home_left {
	width: 215px;
	float: left;
}

.lp_home_left_inner {
	padding: 10px;
}

#lp_home_right {
	margin-left: 215px;
}

#lp_find_form .find_outer_box {
	padding: 10px 0;
	background: #f4f4f4;
}

#lp_find_form .find_box {
	margin-left: 15px;
}


#lp_find_form .find_box span.find_label {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	margin-right: 20px;
}

#lp_find_form .find_box span.find_middle_text {
	padding: 0 10px;
}

#lp_find_form .find_box input.find_button {
	/* border forces v alignment of elements in find_box */
	border: 1px solid #f4f4f4;
	cursor: pointer;
	height: 27px;
	width: 136px;
	background: url("/ec/images/lp/find_lp_button.png");
	padding: 0px;
	margin: 0px;
}

#lp_find_form .find_box select.find_select {
	margin-right: 20px;
}

#lp_home_right .listing_box {
	width: 200px;
	float: left;
	margin-right: 30px;
}

#lp_home_right .listing_box ul {
	margin-top: 10px;
}

#lp_home_right .lp_listings {
	padding-top: 15px;
	padding-left: 30px;
}

#shared-learning-paths-box h4 {
	margin-bottom: 10px;
}

#shared-learning-paths-box li {
	margin-top: 2px;
}

#shared-learning-paths-box li a {
	font-size: 1.1em !important;
	color: #005d8b;
}

#shared-learning-paths-box li a:visited {
	color: #005d8b;
}

#learning-path-search-nav-box {
	padding: 10px;
}

#my-learning-paths-box {
	margin-top: 10px;
}

#my-learning-paths-box h4 {
	margin-bottom: 10px;
}

#my-learning-paths-box li {
	margin-top: 2px;
}

#my-learning-paths-box a {
	font-size: 1.1em;
	padding: 0 0 0 21px;
}

#my-learning-paths-box a:visited {
	color: #005d8b;
}

#my-learning-paths-box ul {
	margin-left: 10px;
}

#my-learning-paths-box ul li a {
	padding: 0 0 0 20px;
	font-weight: bold;
	background: transparent url(/ec/images/lp/folder.png) no-repeat scroll 0
		4px;
}

#my-learning-paths-box ul li a#current_folder {
	background: transparent url(/ec/images/lp/active_folder.png) no-repeat
		scroll 0 4px;
}

#learning-path-search-filter-box {
	padding: 10px;
}

#learning-path-search-filter-box ul {
	margin: 5px 0;
}

#learning-path-search-filter-box ul li {
	margin-top: 1px;
	padding: 0px;
	height: 1%; /* ie fix for haslayout */
}

#learning-path-search-filter-box ul li label {
	margin-left: 3px;
	padding: 0px;
}

#learning-path-search-filter-box ul li div.year-level-left {
	float: left;
	width: 65px;
}

#learning-path-search-filter-box ul li div.year-level-right {
	margin-left: 80px;
}

#learning-path-search-filter-box input.lp_search_filter_button {
	border: none;
	cursor: pointer;
	height: 27px;
	width: 70px;
	background: url("/ec/images/lp/filter_button_blended.png");
	padding: 0px;
	margin: 0px;
}

#learning-path-search-filter-box .learning-path-type-filter {
    margin: 5px 0;	
}	

/*********************************/ 
/* Student Registration          */
/*********************************/
#student_container {
	display: block;

}

.show-chat #student_container{
    margin-left: 225px;    
}	

.show-chat #student_border {
    background:transparent url(/ec/images/nav_shading_215.png) repeat-y scroll 0 0;
}

iframe#chat_iframe {
    height: 588px;	
}	

iframe.chat-hidden-field {
    height: 560px !important;	
}	

.navigation_shading #student_container {
    background:transparent url(/ec/images/nav_shading_215.png) repeat-y scroll 0 0;
        margin: 0;
}	

.navigation_shading #item_view {
    margin-left: 235px;	
}	

#pin-view .item_backlink {
    margin-left: 0px !important;     
}   

.login_shading #student_container {
    background: url(/ec/images/lp/pinlogin_shading.png) bottom repeat-x ;    	
}	

#nickname_section {
    margin-bottom: 10px;	
}

.avatar_errors {
    color: #f00;
    font-weight: bold;
    font-size: 1.1em;	
    margin-bottom: 10px;
}	

.nickname_ok {
    background: url(/ec/images/lp/tick.png) 98% center no-repeat;	
}

.nickname_error {
    background: url(/ec/images/lp/error.png) 98% center no-repeat;  
}

.nickname_successful_text {
	color: #73b550;
    font-weight: bold;
    font-size: 1.1em;
}	

input#nickname {
    padding: 2px;	
}

.nickname_errors {
	color: #f00;
	font-weight: bold;
	font-size: 1.1em;
}	

#student_registration_info {
    float: left;
    width: 300px;
    padding: 20px 10px;	
}

#student_registration_info p {
	margin-bottom: 10px;
}	

#student_registration_info #intro {
    font-size: 1.5em;
    font-weight: bold;
}

#student_registration_info #instructions {
    font-size: 1.5em;	
}

#student_registration_info #note {
    font-size: 1.1em;   
}

#student_registration_form {
    margin-left: 370px;
    padding: 20px 10px; 
}

#student_registration_form label {
    font-size: 1.2em;
    font-weight: bold;
}

#student_registration_form label .subtext {
    font-size: .8em;
    font-weight: normal;	
}

#student_registration_form #nickname_section label {
    display: block; 
    margin-bottom: 10px;
}

#student_registration_form #nickname_section input#nickname {
    width: 200px;
}

#avatar_label {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}   	

#student_registration_form span.radio {
    background: transparent url(/ec/images/lp/avatars/avatar_border.png) no-repeat;
    background-position: 0 -120px;
    height: 48px;
    width: 48px;
    display: block;
    float: left;	
    padding: 4px;
    overflow: hidden;
}

#avatar_buttons {
    margin-top: 15px;	
}	

#registration_successful_details {
    margin: 0 auto;
    padding: 75px 0;
    width: 502px;	    
}

#registration_successful_details p {
    text-align: center;	
    
}

#registration_successful_details p.registration_message {
    font-size: 1.5em;
    margin-bottom: 10px;	
}	

#registration_successful_details #pin-based-login {
    padding: 0;
    margin: 15px 0;	
}

#registration_successful_details #pin-based-login p {
	padding-top: 35px;
    font-size: 1.4em;
    font-weight: bold;
    color: #005d8b;
    vertical-align: middle;
}

.sortable_placeholder {
    background: #a8ddf7;
    width: 200px;
    z-index: -1;
    border: dashed #aaa 3px;

}

.ui-sortable-helper {
	display: block;
    background: #fff ;	
    border: solid 1px #eee;

}

/*********************************/
/* Collaborative activity        */
/*********************************/
.activity-title {
    font-size: 1.5em;
    font-weight: bold;	
    text-align: center;
    vertical-align: text-top;
    margin-top: -17px;
}

.student-activity-title {
    font-size: 1.5em;
    font-weight: bold;  
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;	
}	

.student-activity-title img {
    vertical-align: text-bottom;
}

.activity-title img {
    vertical-align: bottom;
    margin-right: 5px;	
}

.tab_bar_tab a:visited {
	color: #005D8B;
}
.prepare-tab {
    margin-left: 21px;	
}
.live-tab {
    margin-left: 22px;       
}
.feedback-tab {
    margin-left: 39px;  
}
.activity-log-tab {
    margin-left: 35px;     
}
.active-page {
    font-weight: bold;	
}

.activity-section-header {
    padding: 0 5px;	
    margin-top: 10px;
    margin-bottom: 7px;
}

.activity-actions {
    float: right;	
}

.activity-section-header h2 {
    margin-bottom: 10px;	
}	

.activity-section-header ul.command-list li {
    display: inline;
    padding:0 5px;
}

.activity-section-header .activity-actions a { 
    margin-left: 5px;	
}	

.activity-fields {
	padding: 5px 10px;
    border: solid 1px #ccc;	
}

.activity-fields .display-field-value{
    margin-left: 100px;
}

.activity-fields-header {
    background: #005d8b;
    color: #fff;
    padding: 6px 12px;
}

.activity-log-chat {
    font-style: italic;	
}	

.activity-fields-without-header {
    border-top: solid 1px #ccc;  
}	

.activity-fields-header-text {
    font-weight: bold;
}

a.lp_edit_list_white {
    background: url(/ec/images/lp/lp_action_icon_edit_white.png) no-repeat;
    padding-left: 22px;
    color: #fff;
}

a.lp_add_question {
    background: url(/ec/images/lp/lp_action_icon_question.png) no-repeat 0 1px;
    padding-left: 16px;
}

a.lp_add_question_white {
    background: url(/ec/images/lp/lp_action_icon_question_white.png) no-repeat 0 1px;
    padding-left: 16px;
}

a.lp_add_text {
    background: url(/ec/images/lp/lp_action_icon_text.png) no-repeat 0 2px;
    padding-left: 16px;
}

a.lp_add_text_white {
    background: url(/ec/images/lp/lp_action_icon_text_white.png) no-repeat 0 2px;
    padding-left: 16px;	
}	

a.lp_add_comment {
    background: url(/ec/images/lp/lp_action_icon_comment.png) no-repeat 0 0px;
    padding-left: 20px;
}

a.lp_attach_file {
    background: url(/ec/images/lp/lp_action_icon_attach.png) no-repeat 0 3px;
    padding-left: 15px;
}

a.lp_delete_list_white {
    background: url(/ec/images/lp/lp_action_icon_delete_white.png) no-repeat 0 4px;
    padding-left: 14px;
}

a.lp_open_content {
    background: url(/ec/images/view_content_icon.png) no-repeat 0 0px;
    padding-left: 22px;	
    float: right;
    font-weight: normal;
    
}	

.resource-header {
    background: #00a1e0;
    padding: 6px 12px;
    height: 1%;
    border: 1px solid #CCCCCC;
}

.header-content {
	background: url(/ec/images/lp/ca_header_shading.png) repeat-x;
}

.header-question {
    background: url(/ec/images/lp/ca_header_shading.png) repeat-x;
}
	
.resource-header .activity-actions .command-list {
    margin: 0;	
}	

.learning_paths li.ca_object {
    margin-bottom: 10px;
    display: block;	
}	

.learning_paths li.ca_object .lp_object_row {
	padding: 7px 10px;
	margin: 0;
    border-bottom: solid 1px #ccc;  
    border-left: solid 1px #ccc;    
    border-right: solid 1px #ccc;   
    display: block;     	
}

.learning_paths li.ca_object .item-thumbnail {
    margin-left: 0;	
}

.learning_paths li.ca_object .item-info {
    margin-left: 90px;	
}

li.ca_object .main_text {
	margin-left: 170px;
}	

.ca_html_editor {
	width: 600px;
}

.add_question edit-field-label {
	width: 100px;
}

.add_question .edit-field-input {
    margin-left: 100px;
    padding-top: 3px;
}

#title_field {
    width: 600px;	
}	

.updated-by-avatar {
    float: left;	
}	

.item-updated-by {
	float: left;
    margin: 0 10px;	
}

.question-on-content, .text-on-content {
	display: block !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.ca-in-use-warning {
    color: red;
    font-weight: bold;
    font-size: 1.1em;	
    text-align: center;
    margin: 10px 0;
}

.inline-h2 {
    font-size: 150%;
    font-weight: bold;	
}	

li.ca_object .ca-file-thumbnail {
    float: right;  
    margin-left: 10px; 
}

li.ca_object .ca-file-title {
    color: #005D8B;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 5px;
}

li.ca_object .ca-file-type-icon {
    margin-right: 10px;	
    float: left; 
}	

.ca_query_field {
    width: 200px;	
}	

/*********************************/
/* Feedback                      */
/*********************************/

.group-feedback {
    margin-bottom: 10px;	
}	

.group-feedback-fields {
   padding: 10px;
   background: #f4f4f4;
}   

.group-feedback-actions {
   text-align: right;
}

.group-feedback-actions a {
	margin-left: 5px;
}	

.group-feedback-header {
	 background: #005d8b;
	 padding: 5px 10px;
	 color: #ffffff;
	 font-weight: bold;
}

.group-feedback-header-actions {
	float: right;
}	

.group-feedback-header a {
    color: #ffffff;	
    font-weight: normal;
}	

.individual-feedback-header {
    background: #00a1e0;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: bold;
}

.individual-feedback-fields {
	overflow: hidden;
}

.group-feedback-fields td {
    padding: 0px;
    vertical-align: text-top;	
}

.group-feedback-fields .group-assessment-score {
    font-size: 1.6em;
    color: 	#005d8b;
    font-weight: bold;
    margin-bottom: 10px;
}

.group-feedback-fields .group-assessment-comment {
    font-size: 1.1em;
    font-weight: bold;
}

.group-feedback-fields .group-assessment-feedback {
    padding-left: 10px;	
}	

.group-assessment-summary {
    width: 155px;	
}

.group-feedback-fields table {
    margin-bottom: 5px;	
}

.ca-user-actions a {
    margin-left: 10px;	
}


a.lp_print {
    background:transparent url(/ec/images/lp/lp_action_icon_print.png) no-repeat scroll 0 2px;
    padding-left:18px;
}

a.lp_activity {
    background:transparent url(/ec/images/lp/lp_action_icon_activity.png) no-repeat scroll 0 3px;
    padding-left:18px;    	
}	

.feedback_row {
    padding: 10px;	
    display: block !important;
}

.feedback_row .ca-user-avatar {
    float: left;	
}

.feedback_row .ca-user-details {
    float: left;
    padding: 0 5px;	
    width: 100px;
}

.feedback_row .ca-user-feedback {
    float: left;
}

.feedback_row .ca-user-actions {
    clear: left;
    text-align: right;
}

.feedback_row .ca-user-username {
    font-weight: bold;	
}

.group-assessment-form {
    margin-top: 10px;	
}	

.group-assessment-form .edit-field-label {
    width: 150px;	
}

.group-assessment-form .edit-field-input {
    margin-left: 160px;   
}

.group-assessment-form #assessment-field {
    width: 400px;	
}

.group-assessment-form #comment-field {
    width: 400px;   
}

.group-assessment-form #feedback-field {
    width: 600px;	
}	

/*********************************/ 
/* My folders                    */
/*********************************/
table#my_folders {
    margin-top: 10px;	
}
table#my_folders th{
    background: #005d8b;        
}  

table#my_folders td{
    padding: 5px;
}
table#my_folders th{
    padding: 5px;
    color: #ffffff;
    font-weight: bold;        
} 

table#my_folders .my_folders_view {
    width: 5em;	
}
table#my_folders .my_folders_delete {
    width: 5em;    
}
table#my_folders .my_folders_edit {
    width: 7em;    
}

table#my_folders  a.folder_listing {
    background:transparent url(/ec/images/lp/folder.png) no-repeat scroll 0 4px;
    font-weight:bold;
    padding:0 0 0 20px;
}

table#my_folders .action  {
    text-align: center ;	
}


/*********************************/ 
/* Add to learning path          */
/*********************************/
.learning_paths .create_new_folder_button {
    background: url(/ec/images/lp/create_new_folder.png);
    width: 129px;
    height: 27px;
    border:0 none;	
}

a.delete-from-list {
    padding:0 0 3px 22px;
    background: url(/ec/images/action_icon_delete.png)  no-repeat;                 
}

form#add-to-favourites td {
    vertical-align: top;	
}

.add_to_lp_buttons {
    margin: 10px 0px;	

}

/*********************************/ 
/* Edit learning path            */
/*********************************/

.learning_paths h2#page_title {
	display: none;
}

.learning_paths a.back {
	margin: 0;
}

.learning_paths .edit_lp_action_links {
	float: right;
	margin-top: 3px;

}

.learning_paths .lp_view_links {
	margin-top: 3px;
}



.learning_paths .lp_object_row a {
	margin-left: 8px;
}

.learning_paths .lp_object_row a:visited {
    color: #005D8B;
}

.learning_paths .lp_view_links a.view-details {
	background: url(/ec/images/view_details_icon.png) no-repeat;
	margin-left: 0px;
}

.learning_paths .lp_view_links a.view-content {
	background: url(/ec/images/view_content_icon.png) no-repeat;
}

.learning_paths .edit_lp_action_links a.lp_comment {
	background: url(/ec/images/view_content_icon.png) no-repeat;
	padding-left: 21px;
}

.learning_paths .url_text {
	margin-top: 3px;
	float: left;
}

.learning_paths .pin-object {
	margin-top: 5px;
}

.learning_paths .pin-object input {
	float: none !important;
	margin: 0 ;
}

.learning_paths .url_link {
    margin-left: 35px;  
    padding-right: 25px; 
}

.learning_paths td.item-thumbnail {
    width: 80px;
}	

.learning_paths div.comment-row {
    border: 1px solid #cccccc;
}	

.learning_paths .arrow-up {
    margin-left: 0px;	
}
.learning_paths .arrow-dn {
    margin-left: 0px;   
}   
.learning_paths .shade-row {
    background: #f4f4f4;
}	

.learning_paths div.arrow-area {
    float:left; 
}

.learning_paths div.item-thumbnail {
    width: 80px;
    margin-left: 10px;
    float: left;
}
.learning_paths div.item-info {
    margin-left: 110px;
}
.learning_paths div.view-only {
    margin-left: 95px;	
}	
.learning_paths div.id-and-title a {
    margin-left: 0;	
}	

.learning_paths .comment-row div.item-info {
    margin-left: 20px;
}

.learning_paths .lp_object_row {
    margin: 10px 0;
    padding: 3px;
    position: relative;
    zoom: 1;
}

.learning_paths div.item-info li {
    list-style-position: inside;
}	

.learning_paths div.item-info ol li {
    list-style-type: decimal;
}   

.learning_paths div.item-info ul li {
    list-style-type: disc;
}   

#edit-favourites-object .edit-comment-row div.item-info {
    margin-left: 0px;
    margin-top: 15px;	
}	

.thumbnail img {
	width: 80px;	
}

.learning_paths .thumbnail {
    float: none !important;	
}

.learning_paths .lp_item_metadata {
    color: #707070;
    margin-top: 10px;
    font-size: 90%;	
}	

.learning_paths .description {
    margin: 5px 0px;
}   

input.link-copier {
	border: 1px solid #AAAAAA;
	font-size: 11px;
	width: 500px;
	padding: 2px !important;
}

.learning_paths h2#edit_learning_path_title {
	margin-top: 10px;
}

#edit-favourites-commands {
	float: right;
}

#edit-favourites-commands a {
	margin-left: 8px;
	padding-bottom: 3px;
}

#edit-favourites-commands a:visited {
	color: #005D8B;
}

/*********************************/
/* Share learning paths          */
/*********************************/

form#share-lp .edit-field-input {
    margin-left: 190px;	

}

form#share-lp .first_la_group {
    float: left;	
}
form#share-lp .second_la_group {
    margin-left: 150px;
}

form#share-lp .first_yl_group {
    float: left;
}	
form#share-lp .second_yl_group {
    margin-left: 150px;
}
form#share-lp .all_option {
    margin-bottom: 10px;	
}	

form#share-lp .edit-field-row {
    margin-bottom: 20px;	
}

form#share-lp .select_la {
    margin-top: 20px;    
}

form#share-lp label {
    margin-left: 5px;
    padding-top: 0px;

    vertical-align: top;	
}

form#share-lp .edit-field-row {
    margin-bottom: 15px;	
}	

form#share-lp #share_with label {
    margin-left:8px;	
}	

form#share-lp .edit-field-input input {
    margin-top: 2px;   

}
form#share-lp p {

   
}





/*********************************/ 
/*  LP Search results            */
/*********************************/
.lp_search_container #content {
	padding: 0px;
}

#lp_results_container {
	padding: 10px 0 10px 10px;
	_height: 1%;
}

#lp_results_container table {
	width:100%;
}

.lp_search_container {
	color: #000;
}

#lp_search_results_info {
	font-weight: bold;
}

.lp_search_results_info_folder {
	margin: 0 3px;
}

#lp_results_container tr div.title {
	padding-left: 35px;
	height: 25px;
	font-size: 1.5em;
}

#lp_results_container tr.even div.ca_title {
    background: url(/ec/images/lp/ca_icon_blended.png) no-repeat;
}

#lp_results_container tr.odd div.ca_title {
    background: url(/ec/images/lp/ca_icon.png) no-repeat;
}

#lp_results_container tr.even div.lp_title {
	background: url(/ec/images/lp/lp_icon_blended.png) no-repeat;
}

#lp_results_container tr.odd div.lp_title {
	background: url(/ec/images/lp/lp_icon.png) no-repeat;
}

#lp_results_container tr .not_rated {
	float: right;
	font-size: 70%;
}
#lp_results_container tr img.star_rating {
	float: right;
	margin-left: -10px;
}

#lp_results_container .lp_search_term {
	color: #005D8B;
}

#lp_results_container .lp_metadata {
	color: #707070;
	font-size: 80%;
}

#lp_results_container .lp_description {
	color: #000000;
}

#lp_results_container .lp_links {
	text-align: right !important;
}

#lp_results_container .lp_links a {
	margin-left: 8px;
	padding-bottom: 3px;
}

#lp_results_container a:visited {
	color: #005D8B;
}

#lp_results_container .lp_links a.lp_view_list {
	background: url(/ec/images/lp/lp_action_icon_view.png) no-repeat;
	padding-left: 22px;
}

a.lp_edit_list {
	background: url(/ec/images/lp/lp_action_icon_edit.png) no-repeat;
	padding-left: 22px;
}

a.lp_copy_list {
    background: url(/ec/images/lp/lp_action_icon_copy.png) no-repeat;
    padding-left: 22px;
}

a.lp_delete_list {
	background: url(/ec/images/lp/lp_action_icon_delete.png) no-repeat;
	padding-left: 18px;
}

a.lp_email_list {
	background: url(/ec/images/lp/lp_action_icon_email.png) no-repeat;
	padding-left: 22px;
}

a.lp_export_list {
	background: url(/ec/images/lp/lp_action_icon_export.png) no-repeat;
	padding-left: 20px;
}

a.lp_pdf_list {
	background: url(/ec/images/lp/lp_action_icon_pdf.png) no-repeat;
	padding-left: 22px;
}

a.lp_share_list {
	background: url(/ec/images/lp/lp_action_icon_share.png) no-repeat;
	padding-left: 22px;
}

a.lp_convert_list {
    background: url(/ec/images/lp/lp_action_icon_convert.png) no-repeat;
    padding-left: 22px;
}

#lp_results_container .lp_links a.lp_copy_list {
	background: url(/ec/images/lp/lp_action_icon_copy.png) no-repeat;
	padding-left: 22px;
}

input.lp_save_button {
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 6px;
	text-align:center;
	width:75px;
	background:transparent url(/ec/images/lp/save_button.png) no-repeat;	
}

input.lp_cancel_button {
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    padding:5px 0 6px;
    text-align:center;
    width:75px;
    background:transparent url(/ec/images/lp/cancel_button.png) no-repeat;    
}

input.lp_create_folder_button {
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    padding:5px 0 6px;
    text-align:center;
    width:145px;
    background:transparent url(/ec/images/lp/lp_add_folder_button.png) no-repeat;    
}


/*********************************/ 
/*           SEARCH              */
/*********************************/
#header .simple_search {
	margin: 26px 0px 0px 260px;
	text-align: left;
	background: transparent url(/ec/images/ssearch_bg.gif) no-repeat bottom
		left;
	min-height: 45px;
	_height: 45px;
}

#header .search_placeholder {
    margin: 26px 0px 0px 260px;
    text-align: left;
    min-height: 45px;
    _height: 45px;
}

.search-fields-row {
	padding: 5px 0;
}

#textresults .item {
    padding: 5px;	
}	

#textresults .shade-row {
    background: #f4f4f4;
}	

.simple_search {
	margin: 60px 15px 0 0;
	_margin: 40px 15px 0 0;
	text-align: right;
}

.simple_search form {
	padding: 10px 0 0 0;
	width: 520px;
}

.simple_search .search_input {
	font-size: 85%;
	background-color: #e3e3e3;
}

.simple_search input {
	margin-left: 5px;
}

.simple_search span {
	display: inline;
	margin-left: 5px;
}

#home {
	padding-top: 20px;
}

#home .simple_search {
	padding: 20px 0 20px 0;
	text-align: left;
}

#home .simple_search span {
	display: inline;
}

#home .simple_search p {
	margin: 0 0 0 -3px;
}

input.cb {
	margin: 3px 0 3px 0;
}

/*********************************/ /*          SA FUNCTIONS         */
	/*********************************/
#group-details,#group-user-details {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin-bottom: 10px;
}

#group-details .group_row {
	width: 100%;
	margin-bottom: 10px;
}

#group-details .group_label {
	width: 150px;
	float: left;
	font-weight: normal;
	color: #000;
	font-size: 115%;
	text-align: left;
}

#group-details .group_content {
	margin-left: 160px;
	text-align: left;
	min-width: 100px;
}

.group_row {
	margin: 10px 0;
}

.group_label {
	width: 190px;
	float: left;
	font-size: 115%;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-right: 10px;
}

.group_content {
	margin-left: 160px;
	text-align: left;
}

.register_row,.register_row2 {
	width: 100%;
	padding: 10px 0;
}

.register_row2 {
	clear: left;
}

.register_label {
	width: 160px;
	float: left;
	font-weight: normal;
	color: #000;
	font-size: 120%;
}

.reg_note {
	font-weight: normal;
	font-size: 80%;
	display: block;
	margin-left: 15px;
}

.login_label .reg_note {
	margin-left: 0;
}

.register_content {
	margin-left: 160px;
}

.reg_column1,.reg_column2,.reg_column3 {
	width: 125px;
	text-align: left;
	float: left;
	padding-left: 5px;
}

.reg_column2 {
	width: 200px;
}

#lists-to-delete {
	width: 600px;
}

.input_error,.register_content span {
	color: #FF0000;
	font-size: 95%;
	font-weight: bold;
}

img .datepicker {
	padding-left: 5px;
}

.field-note {
	font-size: 80%;
	color: #666;
	font-weight: normal;
	padding-left: 13px;
}

#commands ul.select-list {
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}

ul.select-list {
	font-weight: bold;
	padding: 10px 0;
	_width: auto;
	margin-top: 20px;
	border: 1px solid #CCC;
	background:#F2F2F2 none repeat scroll 0 0;
}

ul.select-list li {
	display: inline;
	padding: 0 5px;
}

ul.command-list {
	margin-left: -2px;
	text-align: left;
	margin-top: 5px;
}

ul.command-list li {
	display: inline;
	padding: 0 2px;
}

div.list-checkbox {
	float: left;
	padding: 5px;
	width: 20px;
	height: 100%;
}

div.list-info {
	float: left;
	padding: 5px;
	width: 80%;
}

#favourites-lists div.list-info {
	padding: 2px 0;
}

#favourites-lists div.list-name span {
	display: block;
	margin-top: 3px;
}

#favourites-lists div.list-name span {
	display: block;
}

#favourites-lists div.list-action {
	width: 80px;
}

#favourites-lists div.list-info1 {
	float: left;
	padding-bottom: 1px;
	padding-left: 5px;
	width: 80%;
}

a.select-all {
	background: transparent url(/ec/images/select_all.gif) no-repeat 0 1px;
	padding-left: 18px;
	margin-right: 10px;
}

a.select-all-map {
	background: transparent url(/ec/images/select_all.gif) no-repeat 0 1px;
	padding-left: 18px;
	margin-right: 10px;
}

a.deselect-all {
	background: transparent url(/ec/images/deselect_all.gif) no-repeat 0 1px
		;
	padding-left: 18px;
	margin-right: 10px;
}

div.description {
	margin-top: 10px;
	margin-bottom: 5px;
}

#objects-list a img {
	border: none;
}

#objects-list table td.item-info {
	vertical-align: top;
}

#objects-list .id-and-title {
	font-size: 120%;
	margin-bottom: 5px;
}

#objects-list .id-and-title img {
	float: left;
	margin-right: 5px;
}

#objects-list td.item-thumbnail {
	vertical-align: top;
	padding: 5px 0 5px 0;
}

#objects-list td.favourites-commands {
	width: 140px;
	vertical-align: top;
	padding: 10px;
}

#objects-list div.item {
	margin: 0px;
}

/*
#objects-list td {
	padding: 7px 5px;	
} */
#objects-list .thumbnail {
	float: left;
}

form#add-to-favourites #objects-list .thumbnail,#objects-list td.item-thumbnail .thumbnail
	{
	float: none;
}

#objects-list .item-details {
	margin: 5px 0 5px 85px;
}

.edit-favourites-object-table {
	width: 100%;
}

.readonly {
	background-color: #EEE;
	padding: 3px;
}

#objects-list .editable {
	padding-top: 3px;
}

#objects-list .editable textarea {
	width: 98%;
	height: 65px;
}

#objects-list td.arrow-area {
	width: 20px;
	vertical-align: top;
}

#objects-list td.arrow-area .arrow {
	vertical-align: top;
}

#objects-list .arrow-up {
	display: block;
	margin-left: 0;
}

#objects-list .arrow-dn {
	display: block;
	padding-top: 5px;
	margin-left: 0;
}

td.favourites-commands div {
	margin: 0pt 0pt 5px;
}

/* Email */
#email-top-links {
	text-align: right;
}

#email-objects-list .id-and-title h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#email-objects-list .description,#email-objects-list .links {
	font-size: 12px;
}

#email-objects-list .links {
	margin-bottom: 10px;
}

#email-objects-list div.item {
	margin-top: 15px;
	margin-bottom: 15px;
}

.email_description {
	margin-bottom: 10px;
}

h2 .email_header {
	margin-bottom: 10px;
}

/* End clarify for email */
.list-commands {
	width: 300px;
	text-align: center;
}

#favourites-lists table {
	width: 100%;
}

.list-info a.list-name {
	font-size: 120%;
	font-weight: bold;
}

#search-lp {
	width: 700px;
}

#search-lp div.list-info {
	width: 98%;
}

#search-lp div.lp-list-info {
	font-size: 85%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}

#search-lp .doot {
	width: 535px;
}

#search-lp .lp-list-commands {
	width: 160px;
	text-align: center;
}

div#command-links {
	margin-bottom: 10px;
}

#object-byid td img,#add-la td img {
	padding-right: 5px;
}

.new-list-row {
	width: 100%;
	margin-bottom: 10px;
}

.new-list-label {
	width: 250px;
	float: left;
	font-weight: bold;
	text-align: left;
}

.new-list-content {
	margin-left: 270px;
	text-align: left;
}

.new-list-content input,.new-list-content textarea {
	width: 200px
}

.email-list-label,.new-list-label {
	width: 160px;
	float: left;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.user_content,.useredit_content,.field_content {
	margin-left: 180px;
	font-size: 115%;
	text-align: left;
}

.useredit_label {
	width: 175px;
	float: left;
	font-weight: bold;
}

.useredit_label span {
	font-size: 120%;
}

.useredit_row {
	width: 100%;
	margin: 7px 0;
}

.email-list-content input {
	width: 300px;
}

.email-list-content textarea {
	width: 300px;
}

span.new-list-or-label {
	margin-left: 20px;
	font-size: 115%;
}

td .delete_selected {
	float: none;
}

/*********************************/ /*          LOGIN                */
	/*********************************/
#non_mams {
	width: 502px;
}

#login {
	width: 680px;
	margin-top: 20px;
}

#user-login,#key-login {
	background: transparent url(/ec/images/login_box.png) no-repeat;
	_background: transparent url(/ec/images/login_box.gif) no-repeat;
	height: 90px;
	padding: 15px 20px 15px 30px;
}

#user-login-recovery {
	width: 450px;
	padding: 10px;
	margin-bottom: 20px;
	border: none;
}

#mams-login {
	width: 502px;
}

#mams-login .mams-box {
	border: 1px solid #CCC;
	padding: 10px;
}

.login_row {
	width: 100%;
	padding: 5px 0;
	clear: left;
}

#accesskey-login .login_row {
	margin: 20px 0 0 0; #
	margin: 35px 0 0 0;
	_margin: 35px 0 0 0;
	padding: 5px 0;
	clear: left;
}

.login_label {
	width: 120px;
	clear: left;
	float: left;
	font-weight: bold;
}

.login_content {
	float: left;
}

h3.login_or {
	text-align: left;
	font-size: 170%;
	margin: 5px 0 5px 30px;
	font-weight: bold;
}

#forgot-password {
	clear: left;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-left: 120px;
	margin-right: 35px;
	font-weight: bold;
	width: 200px;
}

#contributors ul {
	padding-bottom: 15px;
	list-style: circle;
	padding-left: 20px;
}

ul.contributor li {
	list-style: circle;
}

.error {
	color: red;
	font-weight: bold;
}

/***************/ /* Tagging     */ /***************/
input#autocomplete {
	width: 300px;
}

#object_tagging {
	margin-top: 5px;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	padding: 2px;
	height: 1.1em;
	cursor: pointer;
}

/********************/ /* Find on map */ /********************/
.letter_tabs h4 {
	margin: 18px 0 18px 0;
	font-size: 120%;
}

/*******************/ /* PIN BASED LOGIN */ /*******************/
#pin-based-login {
	font-size: 180%;
	text-align: left;
	width: 502px;
	height: 111px;
	background: transparent url(/ec/images/login_box.png) no-repeat scroll 0 0;
    padding-left: 15px;
    padding-top: 30px;
}



div#pin-login-container {
    width: 502px;
    margin: 0 auto;
    padding: 70px 0 90px 0;  	
}

#student_border {
    margin: 0 10px;	
}	

body.pin-login #student_border {
   background: url(/ec/images/lp/pinlogin_shading.png) repeat-x;     
}   

#student_border #end_container_parent {
    display: none;	
}	

p#pin-access-message {
    font-size:1.3em;
    margin-bottom: 30px;	
}	

#pin-based-login p#pin-access-message {
	font-size: .8em; 
}

#pin-based-login input#pin {
	font-size: 100%;
}

.warning {
	color: #666;
	font-size: 50%;
	margin-left: 130px;
}

p.warning {
	color: #BA1F3E;
	font-size: 90%;
	margin-left: 0px;
	margin-top: 7px;
}

.warningRed {
	color: #EE0000;
	font-weight: bold;
	font-size: 50%;
	margin-left: 130px;
}

.no-lp-warning {
    color: #EE0000;
    font-weight: bold;
    text-align: center;
    margin: 0 50px;	
}	

/*********************************/ /*                               */
	/*        Display Tag            */ /*                               */
	/*********************************/
span.pagebanner {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 4px 2px 0;
	width: 79%;
}

span.pagelinks {
	display: block;
}

th a,th.sorted a,th.sortable a,#objects-available th a {
	display: block;
	padding: 0 3px;
	color: #FFF;
	text-align: left;
}

/* Labels for validation and label tag */
label {
	cursor: pointer;
	cursor: hand;
	color: #000;
}

label.error {
	font-weight: bold;
	background: transparent;
	color: red;
}

/* These are the styles for detail screen tables */
table.detail {
	margin-left: 10px;
	padding: 5px;
	font-weight: normal;
}

table.detail th {
	text-align: right;
	padding: 0 3px 0 0;
}

/*********************************/ /*                               */
	/*         Google Maps           */ /*                               */
	/*********************************/
.map-markerinfo-location {
	margin: 5px 0 5px 0;
}

.map-title-ct-icon {
	vertical-align: middle;
}

.map-thumbnail {
	float: right;
	padding: 3px;
}

.map-markerinfo-checkbox {
	float: left;
	margin-top: 3px;
}

.map-markerinfo-title {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.map-markerinfo-title div {
	left: 50px;
}

.map-markerinfo-title a {
	padding-left: 8px;
}

.map-markerinfo-title-ct-icon {
	vertical-align: middle;
}

.ec-checkbox-text {
	font-size: 80%;
}

/*********************************/ /*                               */
	/*          Timeline             */ /*                               */
	/*********************************/
div#timeresults {
	width: 100%;
}

#timeresults #favourites_link {
	margin: 3px 0 3px 0;
}

/*********************************/ /*        Bubble layout          */
	/*********************************/
.ec-timeline-event-bubble-title {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.ec-timeline-event-bubble-title div {
	left: 50px;
}

.ec-timeline-event-bubble-title a {
	padding-left: 8px;
}

.ec-timeline-event-bubble-checkbox {
	float: left;
	margin-top: 3px;
}

.ec-timeline-event-bubble-checkbox-text {
	font-size: 80%;
}

.ec-timeline-event-bubble-title-ct-icon {
	vertical-align: middle;
}

.ec-timeline-event-bubble-body {
	margin-left: 20px;
}

.ec-timeline-event-bubble-time {
	margin: 5px 0 5px 0;
}

.ec-timeline-event-bar {
	margin-top: 2px;
	height: 3px !important;
	border-top: solid 3px #79C143;
}

.ec-timeline-event-title-duration {
	font-size: 8pt;
	padding-top: 4px;
	float: left;
	display: inline;
}

.ec-timeline-event-duration-img-cont {
	float: left;
}

.ec-timeline-event-title-instant {
	font-size: 8pt;
	padding: 0px;
	overflow: visible;
	display: inline;
}

.ec-timeline-event-instant {
	margin: 0px;
	padding: 0px;
}

.ec-timeline-event-span {
	padding-left: 4px;
	clear: left;
}

a.view-details {
	padding: 0 0 3px 22px;
	margin-right: 10px;
	background:transparent url(/ec/images/view_details_icon.png) no-repeat;
	
}

a.add-to-workspace {
    padding: 0px 0 0 14px;
    margin-left: 10px;
    background:transparent url(/ec/images/lp/add_to_workspace.png) no-repeat scroll 0px 3px;
    
}

a.download-content {
    padding: 0 0 3px 22px;
    margin-left: 3px;
    background:transparent url(/ec/images/download_icon.png) no-repeat;
    
}


a.view-content {
	padding: 0 0 3px 22px;
	background:transparent url(/ec/images/view_content_icon.png) no-repeat  ;
}

a.rate-item {
    padding: 0 0 3px 16px;
    margin-left: 3px;
    background:transparent url(/ec/images/rate_object_icon.png) no-repeat  ;
}

a.tag-item {
    padding: 0 0 3px 16px;
    margin-left: 3px;
    background:transparent url(/ec/images/tag_object_icon.png) no-repeat  ;
}



a#view-zoom-link {
	padding: 0 0 3px 22px;
	font-weight: bold;
}

div.item_details span.view a.content {
	margin-left: 10px;
}

/*********************************/ 
/*                               */
/*           Search              */ 
/*                               */
/*********************************/

/******************************************/
/*           Search Results               */
/******************************************/
.display-info {
	color: #FFF;
	padding: 4px;
	margin-bottom: 10px;
}

#lp-display-info {
    background: #005D8B ;
}

.disclaimer {
	float: right;
	color: #FFF;
	padding: 4px;
}

.sort-controls {
	 float: right; 
	padding: 4px;
	min-width: 450px;
	_width: 450px;
	text-align: right;
}

.sort-controls ul {
	padding: 0px;
}

.sort-controls li {
	color: #FFF;
}

.select-all,.select-all-map,#mapresults #favourites_link {
	margin: 3px 0 3px 0;
}

div#map {
	margin-bottom: 5px;
}

.noresults {
	background: none;
}

/******************************************/
	/*       Search Results form             */
	/******************************************/
.srinput {
	
}

#results_form {
	padding-top: 10px;
}

#results_form #queryText,#results_form #srcTopics {
	width: 175px;
}

div.srinput { /*	text-align:right; */
	
}

div.srinput input,div.srinput label,div.srinput select,div.srinput a {
	margin: 5px 10px 0 0;
}

div.srinput label.phrase_label {
	margin: 0 10px 0 0;
	padding: 0;
}

div.srinput p {
	margin: 5px 10px 0 0;
	text-align: left;
}

div.srinput p input {
	margin: 0 5px 0 70px;
}

/******************************************/
	/*       Search Results  Summary          */
	/******************************************/
.summary_row2 {
	padding-top: 5px;
}

.pages {
	padding: 10px 15px;
	vertical-align: middle;
	float: right;
}

.pages li {
	display: inline;
	padding: 0 5px 0 2px;
}

.pages li.active,.pages li.first_active,#selected_favourites {
	font-weight: bold;
}

.pages li a.last img {
	margin: 0 0 -4px -3px;
}

.pages li a.first img {
	margin: 0 -3px -4px 0;
}

.summary_row1,.summary_row2,.summary_row3 {
	margin: 5px 0;

}

.summary_row1 {
	margin-top: 10px;
}

.summary_row3 {
	
}

.searchfor {
	margin: 0 0 5px 0;
	font-weight: bold;
}

.content-sources {
    margin: 0 0 5px 0;
    font-weight: bold;
}

.search-suggestion {
    margin: 10px 0 5px 0;
    font-weight: bold;
        font-size: 120%;
}

.search-suggestion a {
    color: #669933;

}

.content-facet {
    padding: 0 0 0 20px;
    margin: 0 10px 5px 0;	
}	

.sourced-from {
    margin: 0 5px 0 0;	
}	

.sr_title {
    padding: 0 0 0 23px;	
}	

.content-lex {
    background: url(/ec/images/lex_icon.png) no-repeat;
}

.shade-row .result-shex {
    background: url(/ec/images/shex_icon_shade.png) no-repeat;
}

.result-shex {
	background: url(/ec/images/shex_icon.png) no-repeat;
}

.shade-row .result-lex {
    background: url(/ec/images/lex_icon_shade.png) no-repeat;
}

.result-lex {
    background: url(/ec/images/lex_icon.png) no-repeat;    
}
.shade-row .result-mex {
    background: url(/ec/images/mex_icon_shade.png) no-repeat;    
}

.result-mex {
    background: url(/ec/images/mex_icon.png) no-repeat;    
}


.content-mex {
    background: url(/ec/images/mex_icon.png) no-repeat; 
}   

.content-shex {
    background: url(/ec/images/shex_icon.png) no-repeat;
}   


p.searchfor span {
	font-weight: bold;
}

div.result_summary .summary_row1 .sr_left {
	padding: 5px 10px 10px 0px;
}

.sr_left {
	
}

.sr_left a {
	font-weight: bold;
}

.sr_left li.active,.sr_left li.first_active {
	font-weight: bold;
	color: #000000;
}

.sr_right {
	float: right;
	text-align: left;
}

.separator {
	width: 100%;
	border: 1px solid #A5ACB2;
}

/*Summary row 1*/
.summary_row1 li {
	display: inline;
	padding: 5px 0 0 10px;
	margin: 0 0 0 3px;
	font-size: 90%;
	background-image: url(/ec/images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: -2px 7px;
}

.summary_row1 li.label {
	background-image: none;
	padding: 5px 0 0 0;
}

.summary_row1 .sr_right {
	float: right;
	margin-top: 25px;
}

/*Summary row 2 & 3 where the same*/
.summary_row2 ul,.summary_row3 ul {
	padding: 5px 0;
}

.summary_row2 .sr_left {
	width: 49%;
	float: left;
}

.summary_row2 .sr_right {
	width: 49%;
	float: right;
	text-align: right;
}

.summary_row2 .sr_right ul {
	margin: 0 -7px 0 0;
}

.summary_row2 li,.summary_row3 li,.sort-controls li,.select-all li,.select-all-map li
	{
	background-image: none;
	display: inline;
	white-space: nowrap;
	margin-right: 5px;
}

.sort-controls li.deselect {
	border-left: 1px solid #000;
}

.select-all ul,.select-all-map ul {
	float: right;
	font-weight: bold;
}

.sort-controls ul li a {
	color: #FFF;
}

/*Summary row 2*/
.summary_row2 .sr_left a,.summary_row3 .sr_left a,.select-all a,.select-all-map a
	{
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* IE 5.x */
}

.sort-controls li,.select-all li,.select-all-map li {
	padding: 0 0 0 5px;
}

.summary_row2 li,.summary_row3 li,.sort-controls li {
	border-left: 1px solid #FFF;
	padding: 0 0 0 5px;
}

.sort-controls li.Relevance_active,.sort-controls li.Date_active,.sort-controls li.Rating_active,.sort-controls li.Title_active,
.sort-controls .date_active
	{
	font-weight: bold;
	color: #FFF;
}

.sort-controls li.Relevance_active,.sort-controls li.Relevance,.sort-controls li.label,.summary_row3 li.select
	{
	border-left: none;
}

/******************************************/
	/*      Search Results  Favourites        */
	/******************************************/
#favourites_link {
	padding: 3px 0 3px 0;
}

#favourites_link span {
	
}

a.add_fav_link,a.add_fav_link:visited {
	padding: 0 0 0 27px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* IE 5.x */
    color:#005D8B;
	font-weight: bold;
}

input.add_fav_link,input.add_fav_link:visited {
	padding: 2px 0 0px 22px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* IE 5.x */
	padding: 0pt 0pt 0pt 27px;
}

#add_workspace_link, #select_item_link {
    background:transparent url(/ec/images/lp/add_to_workspace-button.png) no-repeat scroll 0 0;	
    height:28px;
    padding-top:6px;
    width:160px;
}

#add_workspace_link a, #select_item_link a {
	text-decoration: none;
}

#add_workspace_link a:hover, #select_item_link a:hover {
    text-decoration: underline !important;
}   

/******************************************/
/*       Search Results  Items            */
/******************************************/
div.item {
	padding: 0px 0 0px 0;
	margin: 10px 0 0px 0;
    height: 1%; /* layout in IE correctly */
}

div.item img.sr_icon {
	border: 0px;
}

div.item input,div.item img.sr_icon {
	float: left;
	padding: 0 10px 0 0;
}

* html div.item input {
	margin-top: -4px; /*** IE Fix ***/
}

div.item_details {
	margin-left: 25px;
}

div.student_item_details {
    margin-left: 0px !important;
}

div.item_details .spacer {
	height: 3px;
}

div.item_details .spacer2 {
	height: 3px;
	clear: both;
	float: left;
	width: 300px;
}

div.item .learning_area {
	margin: 5px 0 0 0;
	padding-right: 10px;
	font-size: 90%;
}

div.item_details .year_level {
	border: 1px solid black;
	border-width: 0 1px 0 1px;
	padding: 0 10px 0 10px;
	font-size: 90%;
	margin: 5px 10px 0 0;
}

div.item_details .publ_date {
	padding: 0 10px 0 0px;
	font-size: 90%;
	margin: 5px 0 0 0;
}

div.item_details .id {
	border-left: 1px solid black;
	padding-left: 10px;
	font-size: 90%;
	margin: 5px 0 0 0;
}

div.item_details .sr_title {
	font-size: 130%;
	font-weight: bold;
}

.view {
	float: right;
}

/******************************************/
	/*       Search Right Column              */
	/******************************************/
.try_box {
	margin: 0px 0 20px 0;
}

.try_content h4 {
	display: block;
	padding: 10px 0 7px 0px;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
}

.filter_content h5 {
	display: block;
	padding: 10px 0 7px 10px;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
}

.try_content span span.topic_count {
	font-weight: bold;
}

h3 span.topic_count {
	color: #000;
}

.topic_count {
	color: #005D8B;
}

.filter_options {
	padding-left: 10px;
}

input#filter {
	margin-left: 10px;
}

.filter_options label {
	padding: 0 7px 0 7px;
}

#filter {
	margin-top: 15px;
}

.filter_content h5 {
	clear: left;
}

.filter_content h5.yl {
	float: left;
	margin-right: 15px;
	clear: none;
}

.filter_content select#year_level {
	margin-top: 7px;
}

.filter_options .indiv_options {
	padding-top: 7px;
}

.try_content {
	padding: 0 10px;
	/* margin:0 0 0 10px; */
}

.filter_content {
	padding: 0 5px;
	/* margin:0 0 0 10px; */
}

input#filter {
	margin-bottom: 20px;
}

div.letter_tabs .time_tabs ul {
	font-size: 100%;
	border: none;
}

div.letter_tabs .time_tabs ul li {
	padding-bottom: 2px;
	display: block;
	background: none;
	margin: 0 0 3px 0;
}

.range ul.range_tabs li.active a {
	font-size: 1.3em;
	padding: 0 0 0 17px;
	background-position: 0 2px;
}

/******************************************/
	/*        Advanced Search Form            */
	/******************************************/
#adv_search_form {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 25px;
	float: left;
}

#search_form {
	float: left;
}

#search_form #queryText,#search_form #srcTopics {
	width: 175px;
}

.sinput input,.sinput select {
	margin: 0 10px 0 0;
}

.sinput label {
	padding: 0 10px 0 0;
}

.sinput {
	padding-bottom: 1px;
	float: left;
}

p.match_phrase {
	margin: 5px 0 0 70px;
	clear: left;
}

.sinput input,.sinput select {
	display: inline-block;
	vertical-align: middle;
}

#metadata_list {
	width: 100%;
}

#metadata_list h4,#content_type h4, #publ_between h4, #content_provider h4, #content_source h4 {
	padding: 20px 0 5px 0;
}

#metadata_list .col, #content_source .col {
	padding-left: 0;
	width: 220px;
	float: left;
}


#content_type {
	
}

#content_type .col {
	float: left;
	width: 220px;
	clear: left _padding-left : 0;
}

#content_type .col2 {
	width: 220px _padding-left : 0;
}

#content_type .coltype {
	padding-left: 0;
	width: 220px;
	float: left;
}

#content_type .col {
	clear: left;
}

#years {
	padding: 5px 0 5px 0px;
}

.year_options {
	border: none;
	background: none;
	width: 500px;
}

.year_options span {
	margin-right: 40px;
}

.year_options img.spacer {
	width: 500px;
	height: 7px;
}

.year_options label span {
	font-weight: normal;
	font-size: 90%;
}

.year_options input,.year_options .year_label {
	
}

#publ_between {
	
}

img.calendar_icons {
	margin-right: 20px;
}

#publ_between .date_label1,#publ_between .date_label2 {
	font-size: 90%;
}

#publ_between .date_label1 {
	padding-left: 35px;
}

#publ_between .date_label2 {
	padding-left: 20px;
}

.date_validation {
	color: red;
	font-weight: bold;
}

label.lbl-fixed {
	display: block;
	width: 9em;
	margin-right: 0.5em;
}

div#date_from,div#date_to {
	float: left;
}

.year_select {
	
}

div.strand_d {
	margin-top: 0.5em;
	float: left;
	width: 330px;
}

div.year_level_d {
	margin-top: 0.5em;
	float: left;
	width: 260px;
}

div.clearleft {
	clear: left;
	height: 1px;
	font-size: 0.1em;
}

/******************************************/
	/*           Browse Page                  */
	/******************************************/
div.letter_tabs h5 {
	margin-bottom: 5px;
}

div.letter_tabs ul {
	padding: 5px 5px;
	font-size: 1.2em;
	list-style: disc;
	border: 1px dotted #CCC;
	border-width: 1px 0;
	position: relative;
}

div.letter_tabs li {
	padding: 0 0 0 10px;
	display: inline;
}

div.letter_tabs li#first {
	background: none;
}

div.letter_tabs li.active a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.3em;
}

div.letter_tabs a:hover {
	color: #036;
	text-decoration: underline;
}

div.range {
	float: left;
}

div.range h3 {
	margin: 10px 0 5px 0;
}

* html div.range h3 {
	padding: 25px 0 0 0; /*** IE Fix ***/
}

div.range ul {
	padding: 10px 0 0 20px;
}

div.range ul li {
	margin: 5px 0;
	background: #FFF;
}

div.range ul li a {
	
}

div.range span {
	font-size: 0.7em;
}

div.records {
	float: left;
	width: 100%;
}

div.records h3 {
	padding: 15px 0 5px 0;
	margin: 0 0 5px 0;
}

* html div.records h3 {
	padding: 25px 0 0 0; /*** IE Fix ***/
}

div.records ul li {
	padding: 4px 0;
	float: left;
	width: 200px;
	margin-right: 5px;
}

div.records ul li a {
	
}

.browse_topic_header {
	background-color: #0098DC;
	text-align: left;
	color: #FFF;
	padding: 6px 0px 6px 15px;
	margin: 0px 0 16px -15px;
	float: left;
	width: 185px;
	font-size: 100%;
	font-weight: bold;
}

#browse_topics ul {
	padding-left: 30px;
	list-style: square;
	color: #003366;
}

#browse_topics li {
	margin-top: 16px;
	font-weight: bold;
}

#browse_topics ul ul {
	padding-left: 0;
	font-size: 0.9em;
}

#browse_topics li li {
	margin-top: 4px;
	font-weight: normal;
}

#browse_topics ul {
	padding-left: 30px;
	color: #003366;
}

#browse_topics li {
	margin-top: 16px;
	font-weight: bold;
}

#browse_topics ul ul {
	font-size: 0.9em;
}

#browse_topics li li {
	margin-top: 4px;
	font-weight: normal;
}

#browse_topics ul li ul li a {
	font-size: 100;
	font-weight: normal;
	background: none;
}

/******************************************/
	/*       Search - Other                   */
	/******************************************/
#search_box {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

#search_box #submit {
	padding: 0 10px;
}

#search_box .simple_search {
	text-align: center;
	border: 1px solid #F1D668;
	background: #FEEEAE;
	width: 80%;
	margin: 20px auto;
	padding: 20px 10px;
	float: none;
	clear: none;
	text-align: center;
}

#search_box #queryTextSimple {
	width: 60%;
	padding: 2px;
}

.hp_search_label {
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.simple_search .row1 {
	padding: 5px 0;
}

#search_box .hp_search_options {
	padding-top: 10px;
	font-weight: bolder;
}

div.clear {
	clear: both;
	height: 1%;
}

.match_exact {
	margin-top: 5px;
}

.date_validation {
	padding-left: 35px;
}

#date_to_validation {
	padding-left: 20px;
}

/******************************************/
	/*       New styles with Scootle          */
	/******************************************/
#header .queryText_label {
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 0 25px;
}
#header .queryText_label_1 {
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 0 25px;
}

#header .phrase_label {
	font-weight: bold;
}

.filter_content h3,.try_content h3 {
	display: block;
	padding: 10px 0 5px 10px;
	margin: 0 -10px;
	font-size: 100%;
	color: #FFF;
	font-weight: bold;
	background: #00A1E0
}

h3.relateditems {
	display: block;
	padding: 5px 0 5px 15px;
	margin: 0px 8px 0px -10px;
	font-size: 100%;
	color: #FFF;
	font-weight: bold;
	background: #00A1E0
}

.coltype,.coltype1,.coltype1a,.coltype2 {
	padding: 2px 0;
	width: 105px;
	float: left;
}

.coltype {
	width: 115px;
}

.coltype1 {
	clear: left;
	padding-left: 115px;
}

.coltype2 {
	padding-left: 0;
	width: 220px;
	float: left;
}

#metadata_list h4,#content_type h4,#publ_between h4,.year_options h4,.year_level_d label,.strand_d label
	{
	padding: 20px 0 5px 0;
}

.year_level_d label,.strand_d label {
	font-size: 115%;
	font-weight: bold;
}

label.queryTextForm {
	font-size: 150%;
	font-weight: bold;
}

table.gmap_table td {
	vertical-align: top;
}

td.nz_column .map_links {
	margin: 0 0 110px 40px;
}

#keyword_results h3,#browse_results h3 a {
	color: #000;
	margin-top: 0px;
	padding-top: 10px;
}

.letter_tabs h3 {
	margin-bottom: 10px;
}

.results_phrase {
	padding: 0 0 0 10px;
}

.srinput .results_searchlink a {
	font-weight: bold;
}

#selected_favourites {
	color: #005D8B;
}

.select-all li.deselect {
	border-left: 1px solid #00A1E0;
}

.select-all-map li.deselect {
	border-left: 1px solid #00A1E0;
}

div.item_details img.star_rating {
	margin-left: -10px;
	float: right;
}

div.item_details .not_rated {
	float: right;
}

div.item_details p {
	margin: 3px 0 8px 0;
}

div.item_details p.metadata {
    margin: 8px 0 8px 0;
}

a#view-zoom-link {
	margin-left: 8px;
}

.filter_options img {
	margin: 0 5px -5px 10px;
}

#timeresults #timeline {
	font-size: 9pt;
	border: 1px solid #AAA;
	margin-bottom: 5px;
	height: 345px;
	clear: left;
}

/***********************/ /*   Homepage Styles   */
	/***********************/
#cmshp {
	width: 100%;
}

.imageclear {
	display: inline-block;
}

/* Hide from IE Mac \*/
* html .imageclear {
	height: 1%;
	width: auto;
}

.imageclear {
	display: table;
}

/* end hide */
h3.hp_heading {
	font-size: 150%;
	margin: 0px 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;
}

h4.hp_heading {
	font-size: 140%
}

#content-right h4.hp_heading {
	padding-left: 10px;
	margin: 15px 0 0 0;
}

#hpcentre_bottom {
	
}

#tagcloud {
	border: 1px solid #00A1E0;
	padding: 10px;
}

#hpcentre_left {
	margin-right: 260px;
}

#hpcentre_left ul li {
	/* list-style-image: url(/ec/images/scootle/bullet_blue.gif); - this does not exist */
	
}

#hp_promo1 {
	text-align: right;
	margin-bottom: -50px;
}

#hpcentre_right {
	width: 285px;
	float: right;
	font-size: 90%;
}

#search_terms {
	margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	padding-right: 1em;
}

#digital_content h3 {
	color: #000;
	display: block;
	font-size: 1.2em;
	margin: 0em;
	padding: 0em;
}

#digital_content {
	background-color: #FFF;
	margin-left: 0px;
}

.digitalcontent {
	margin-bottom: 10px;
	min-height: 35px;
	_height: 35px;
}

#digital_content p {
	font-size: .95em;
	margin: 0em;
	padding: 0em;
	_height: 1%;
}

.digital_content_background {
	background-color: #F4F4F4;
	padding-bottom: .7em;
	padding-left: 1em;
	padding-top: .7em;
}

.digital_content_container {
	padding: 1em;
	padding-bottom: .7em;
	padding-left: 1em;
	padding-top: .7em;
}

.digital_content_icon {
	float: left;
	padding-left: 0.5em;
	width: 3em;
}

.roundcont {
	background-color: #F4F2F3;
	color: #000;
	margin-bottom: .5em;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url(/ec/images/pages/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(/ec/images/pages/br.gif) no-repeat bottom right;
}

img.corner {
	border: none;
	display: block !important;
	height: 15px;
	width: 15px;
}

.dc_text {
	padding-left: 4em;
	padding-right: 1em;
}

ul.homepage {
	margin: 1em;
	margin-bottom: 1em;
	padding: 0em;
	padding-left: 1em;
}

ul.homepage li {
	color: #00A1E0;
	font-size: .95em;
	padding-right: 3em;
}

ul.homepage li span {
	color: #000;
}

.view_edit_delete {
	width: 110px;
	display: block;
}

.view_edit_remove {
	width: 115px;
	display: block;
}

/*************************/ 
/*     Login Page        */
/*************************/
.welcome {
	width: 190px;
	margin: 10px 0 0 15px;
}

/**********************/ 
/*      Hidden        */
/**********************/
#header .simple_search a,.results_searchlink {
	display: none;
}

/***************************************/
/*      Conditions on Pages        */
/***************************************/
.toppages #navigation-left,.toppages h2,.pinpages #navigation-left,.pinpages h2
	{
	display: none;
}

.toppages #title ul {
	margin: 0pt;
	padding: 0pt 0pt 0px 0px;
}

.toppages #keyword_results {
	margin-left: 215px;
    padding-left: 10px;
	/* height: 100%; */
}

#lp_search_results {
	float: left;
	margin-left: 10px;
	padding-top: 20px;
}

.toppages div#content {
	margin-left: 0px;
	padding: 0px 0px 40px;
}

.toppages div.sel {
	margin-left: 100px;
	padding: 0pt 0pt 0px 0px;
}

.pinpages #container {
	background: none;
}

/**********************/ /*   Popup Calendar   */
	/**********************/
	/* The main calendar widget.  DIV containing a table. */
.calendar {
	position: relative;
	display: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	border-left: 2px solid #fff;
	font-size: 11px;
	color: #000;
	cursor: default;
	background: #ffffff;
}

.calendar table {
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #E0E0E0;
	font-size: 11px;
	color: #000;
	cursor: default;
	background: #ffffff;
}

/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;
	padding: 1px;
	border-top: 1px solid #fff;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #fff;
}

.calendar .nav {
	background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
	font-weight: bold;
	padding: 1px;
	border: 1px solid #E0E0E0;
	background: #fff;
	color: #000;
	text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
	
}

.calendar thead .daynames { /* Row <TR> containing the day names */
	
}

.calendar thead .name { /* Cells <TD> containing the day names */
	border-bottom: 1px solid #E0E0E0;
	padding: 2px;
	text-align: center;
	background: #DDD;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
	color: #f00;
}

.calendar thead .hilite {
	/* How do the buttons in header appear when hover */
	border-top: 2px solid #fff;
	border-right: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	border-left: 2px solid #fff;
	padding: 0px;
	background-color: #DDD;
	color: #000;
}

.calendar thead .active { /* Active (pressed) buttons in header */
	padding: 2px 0px 0px 2px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #E0E0E0;
	background-color: #0082C8;
}

/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
	width: 2em;
	text-align: right;
	padding: 2px 4px 2px 0px;
	border: 1px solid #E0E0E0;
}

.calendar tbody .day.othermonth {
	font-size: 80%;
	color: #aaa;
}

.calendar tbody .day.othermonth.oweekend {
	color: #faa;
}

.calendar table .wn {
	padding: 2px 3px 2px 2px;
	border-right: 1px solid #E0E0E0;
	background: #DDD;
}

/*.calendar tbody .rowhilite td {
  background: #0082C8;
}*/
.calendar tbody .rowhilite td.wn {
	background: #ffffff;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
	padding: 1px 3px 1px 1px;
	border-top: 1px solid #fff;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #fff;
	color: #FFFFFF;
	background: #0082C8;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
	padding: 2px 2px 0px 2px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #E0E0E0;
}

.calendar tbody td.selected { /* Cell showing selected date */
	font-weight: bold;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #E0E0E0;
	padding: 2px 2px 0px 2px;
	border: 1px solid #0082C8;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
	color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
	font-weight: bold;
	color: #000000;
	background-color: #DDD;
}

.calendar tbody .disabled {
	color: #999;
}

.calendar tbody .emptycell {
	/* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar tbody .emptyrow {
	/* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
	
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	background: #DDD;
	padding: 1px;
	border: 1px solid #E0E0E0;
	background: #fff;
	color: #000;
	text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
	border-top: 1px solid #fff;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #fff;
	border: none;
	padding: 1px;
	background: #0082C8;
	color: #FFFFFF;
}

.calendar tfoot .active {
	/* Active (pressed) style for buttons in footer */
	padding: 2px 0px 0px 2px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #E0E0E0;
}

/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
	position: absolute;
	display: none;
	width: 4em;
	top: 0px;
	left: 0px;
	cursor: default;
	border-top: 1px solid #fff;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #fff;
	background: #DDD;
	font-size: 90%;
	padding: 1px;
	z-index: 100;
}

.calendar .combo .label,.calendar .combo .label-IEfix {
	text-align: center;
	padding: 1px;
}

.calendar .combo .label-IEfix {
	width: 4em;
}

.calendar .combo .active {
	background: #0082C8;
	padding: 0px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #E0E0E0;
	color: #FFFFFF;
}

.calendar .combo .hilite {
	background: #0082C8;
	color: #fea;
}

.calendar td.time {
	border-top: 1px solid #E0E0E0;
	padding: 1px 0px;
	text-align: center;
	background-color: #DDD;
}

.calendar td.time .hour,.calendar td.time .minute,.calendar td.time .ampm
	{
	padding: 0px 3px 0px 4px;
	border: 1px solid #889;
	font-weight: bold;
	background-color: #fff;
}

.calendar td.time .ampm {
	text-align: center;
}

.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

.calendar td.time span.hilite {
	border-color: #E0E0E0;
	background-color: #0082C8;
	color: #000;
}

.calendar td.time span.active {
	border-color: #f00;
	background-color: #E0E0E0;
	color: #0f0;
}

.description ol li,.instruction ol li,.comment  ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

.description ul li,.instruction ul li,.comment  ul li {
	list-style-position: inside;
	list-style-type: disc;
}

.colsharingStatus,.collearningAreas0,.collearningAreas1,.collearningAreas2,.collearningAreas3,.collearningAreas4,.collearningAreas5,.colyearLevels0,.colyearLevels1,.colyearLevels2,.colyearLevels3,.colyearLevels4,.colyearLevels5,.colyearLevels6,.colyearLevels7
	{
	float: left;
	padding: 5px 2pt;
	width: 150px;
}

.colyearLevels0,.colyearLevels1,.colyearLevels2,.colyearLevels3,.colyearLevels4,.colyearLevels5,.colyearLevels6,.colyearLevels7
	{
	width: 60px;
}

.collearningAreas0,.colyearLevels0 {
	clear: left;
	width: 100px;
}

.colsharingStatus label {
	padding-left: 5px;
}

.select_label {
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px 0pt;
}

#header .simple_search_none {
	margin: 26px 0px 0px 260px;
	text-align: left;
	min-height: 45px;
	_height: 45px;
}
/***************************************/
/* myreport pages                      */
/***************************************/
#myreport-detail .edit-buttons {
	margin-left: 230px;
	margin-top: 50px;
}

#myreport-detail .input_error {
	color:#FF0000;
	font-size:95%;
	font-weight:bold;
	display:none;
}
.edit-field-label-width230
{
	width: 230px;
}
.edit-field-clear
{
	clear: left;
}
.date_format {
	text-align: center;
}
/***************************************/
/* Dashboard pages                      */
/***************************************/

#DashboardBox{
	width:850px;
	position: relative;
    left: 50%;
    margin-left: -400px;	
}

.listing_box {
	float:left;
	margin-right:20px;
	width:240px;
}

#top-section{
	padding-bottom:155px;
	border-bottom: 1px solid #A8A8A8;
}

#jurisdictionadmin-top-section {
	padding-bottom:185px;
	border-bottom: 1px solid #A8A8A8;
}

#super-top-section{
	padding-bottom:195px;
	border-bottom: 1px solid #A8A8A8;
}

#middle-section{
	padding-bottom:150px;
}

#super-middle-section{
	padding-bottom:220px;
	border-bottom: 1px solid #A8A8A8;
}

#account_section{
	margin-bottom:140px;
} 

#delete-picture {
	margin-left:0.5em;
}
/***************************************/
/* Download pages                      */
/***************************************/

#download_jobs {
 
}
/***************************************/
/* Tab bar for admin                   */
/***************************************/
.admin_tab_bar {
    background: url(/ec/images/tab_shading.png) repeat-x;
    height: 35px;
    text-align: center;
    margin-top: 10px;
    padding-top: 4px;  
    margin-left: -20px;
}

.admin_tab_bar span.tab_bar_tab {
    display: -moz-inline-box; 
    display:inline-block;
    width: 131px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
	/*text-align: left;*/
}

.admin_tab_bar span.active {
    background: url(/ec/images/page_tab_active.png) no-repeat;
    border-bottom: 1px solid #fff;  
}

.admin_tab_bar span.inactive {
    background: url(/ec/images/page_tab_inactive.png) no-repeat;
    border-bottom: 1px solid #ccc;
}

.admin_tab_bar span.tab_bar_tab a {
    font-weight: bold;
    text-decoration: none;	
}

.admin_tab_bar span.tab_bar_tab a:hover {
    text-decoration: underline;
}
.tab_juris_detail {
    font-weight: bold;
    text-decoration: none;	
    
	/*margin-left: 45px;*/
}
.tab_juris_admin {
    font-weight: bold;
    text-decoration: none;	
    
	/*margin-left: 33px;*/
}
.tab_juris_schools {
    font-weight: bold;
    text-decoration: none;	
    
	/*margin-left: 33px;*/
}
div.link_box {
	margin-top: 10px;
	background:transparent url(/ec/themes/scootle/images/add_to_favourites.png) no-repeat scroll 0 0;
	height:28px;
	width:231px;
	padding:3px 0;
	padding-top:6px;

}
div.link_box_150 {
	width:150px;
}
div.link_box_100 {
	width:100px;
}

a.link_box_text, a.link_box_text:visited {
	color:#005D8B;
	cursor:pointer;
	font-weight:bold;
	margin-top: 5px;
	padding:0 0 0 27px;
}

.tab_find_box {
	padding: 5px;
	margin-bottom: 0px;
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
}

.links_box {
	width: 145px;	
	margin-top: 1em;
	margin-bottom: 1em;
}
.links_box_150 {
	width: 150px;	
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
a.item_edit_img {
	background: url(/ec/images/lp/lp_action_icon_edit.png) no-repeat;
	padding-left: 22px;
	text-decoration: none;	
}

a.item_delete_img {
	background: url(/ec/images/lp/lp_action_icon_delete.png) no-repeat;
	padding-left: 18px;
	text-decoration: none;	
}
a.item_add_img {
	background: url(/ec/images/lp/lp_action_icon_add.png) no-repeat;
	padding-left: 18px;
	text-decoration: none;	
}
a.item_confirm_img {
	background: url(/ec/images/lp/lp_action_icon_confirm.png) no-repeat;
	padding-left: 18px;
	text-decoration: none;	
}
#user-list a,#jurisdiction-list a,#jurisAdmin-list a,#group-list a, #groupuser-list a {
	text-decoration: none;	
}
#user-list a:hover, #jurisdiction-list a:hover, #jurisAdmin-list a:hover,#group-list a:hover, #groupuser-list a:hover {
	text-decoration: underline;	
}

.dashboard-heading{
	padding-bottom:1em;	
}

.dashboard-heading2{
	padding-bottom:0.5em;	
}

.dashboard-description {
	padding-bottom:1em;	
}

.dashboard-item {
	padding-bottom:0.5em;	
}

#imageCropWindow {
	overflow: auto;
}

#changeUsernameWindowBG{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

#changeUsernameWindow{
	left:20%;
	top:10%;
	overflow:auto;
	padding:5px;
	width:530px;
	height:310px;
	position:absolute;
	background:#FBFBFB none repeat scroll 0 0;
	border:2px outset #CCCCCC;
	z-index: 999999;
}

