/**
 * Mahara: Electronic portfolio, weblog, resume builder and social networking
 * Copyright (C) 2006-2007 Catalyst IT Ltd (http://www.catalyst.net.nz)
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author     Catalyst IT Limited <www.catalyst.net.nz>
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL
 * @copyright  (C) 2011 Catalyst IT Ltd http://catalyst.net.nz
 */

/* General rules */
body {
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	background: #FFF url(../images/background.gif) repeat;
	color: #474220;
}
acronym {
    border-bottom: 1px dotted #d4d1c0;
}
a, a:visited, a:link, a:active {
    color: #c67b17;
    text-decoration: none;
}
a:hover, a:focus {
    color: #c67b17;
    text-decoration: underline;
}
h1,
h2 {
    color: #182768;
}
h3, 
h4 {
    color: #59638D;
}
h5,
h6 {
    color: #59638d;
}


/********************* THEME SWITCHER ***************************/
#switch-mode {
	background-color: #182768;
}
#switch-mode ul {
    min-width: 975px;
    max-width: 1280px;
    width: 90%;
}

/**************************** Tables ****************************/
.main-column thead th {
    color: #186194;
	border-bottom: 1px solid #95a8b7;
}
.main-column tbody th {
    color: #186194;
}
/* table with th border-bottom */
#searchresults thead th,
.filelist,
.tag-results #results {
	border-bottom: 1px solid #95a8b7;
}
/* table with tfoot border-top */
#searchresults tfoot td,
#adminstitutionslist tfoot td,
#profileicons tfoot td,
#activitylist tfoot td {
	border-top: 1px solid #95a8b7;
}
.main-column table h3 a,
.main-column table h3 a:visited,
.main-column table h3 a:link,
.listing div h3 a,
.listing div h3 a:visited,
.listing div h3 a:link {
	color: #59638D !important;
}
.tablerenderer-loading {
    border: 1px solid #283777;
	background-color: #283777;
    color: #59638D;
}
/* table with th border-bottom */
#searchresults thead th {
	border-bottom: 1px solid #95a8b7;
}
/* table with border-bottom */
#searchresults tfoot td {
	border-top: 1px solid #95a8b7;
}
/* Alternative row background colours */
.r0, .r0 td, .d0  {
}
.r1, .r1 td, .d1 {
}
tr.folder td {
}
tr.editrow, tr.editrow td {
	background-color: #FFF9E9 !important;
}
.morelinkwrap {
}

/**************************** Pagination ****************************/
div.pagination a {
	background-color: #fdf4d9;
    border: 1px solid #fdf4d9;
}

/**************************** Forms ****************************/
/* Label */
label {
    color: #666666;
}
/* override required colour to normal colour */
.required label.plain, .required.radio td label, .required.emaillist td label {
	color: #474220;
}

/* Legend */
legend {
    color: #CF6800;
}
legend a,
legend a:link,
legend a:visited,
legend a:active,
legend a:hover {
	color: #CF6800 !important;
}

/* Select */
select {
    border: 1px solid #b2b2b2;
}

/* Fieldset */
fieldset {
    border: 1px solid #95a8b7;
}


/****************************** Buttons ****************************/
/** input buttons **/
.btn,
input.submit,
input.cancel,
button,
.buttondk,
input.button,
input.select,
input#files_filebrowser_edit_artefact,
ul.groupuserstatus li a {
	color: #FFF !important;
	font-weight: bold;
    background: #e97b0d url(../images/btn-bkgd.gif) repeat-x left top;
	border-color: #ffbd00 #964d00 #964d00 #ffbd00;
}
/** hover for buttons **/
.btn:hover,
input.submit:hover,
input.cancel:hover,
button:hover,
.buttondk:hover,
input.button:hover,
input.select:hover,
input#files_filebrowser_edit_artefact:hover,
ul.groupuserstatus li a:hover {
	background: #dca300 url(../images/btn-bkgd-hover.gif) repeat-x left top;
}
/** Depress for buttons **/
.btn:active,
input.submit:active,
input.cancel:active,
button:active,
.buttondk:active,
input.button:active,
input.select:active,
input#files_filebrowser_edit_artefact:active,
ul.groupuserstatus li a:active {
	border-color: #964d00 #ffbd00 #ffbd00 #964d00;
	background: #dca300 url(../images/btn-bkgd-hover.gif) repeat-x left top;
	color: #FFF;
}
/** Green smaller buttons **/
.listing ul.groupuserstatus li a, 
input.btn-subscribe,
.submissionform input.submit,
.listing ul.groupuserstatus li.jointhisgroup td input,
.listing ul.groupuserstatus li.invite input.submit,
.postbtns .btn {
	color: #FFF !important;
	font-weight: normal;
    background: #4899a9 url(../images/btn-bkgd2.png) repeat-x left top;
	border-color: #87d7d0 #226f7e #226f7e #87d7d0;
}
.listing ul.groupuserstatus li a:hover, 
input.btn-subscribe:hover,
.submissionform input.submit:hover,
.listing ul.groupuserstatus li.jointhisgroup td input:hover,
.listing ul.groupuserstatus li.invite input.submit:hover,
.postbtns .btn:hover {
    background: #4899a9 url(../images/btn-bkgd-hover2.png) repeat-x left top;
}
.listing ul.groupuserstatus li a:active, 
input.btn-subscribe:active,
.submissionform input.submit:active,
.listing ul.groupuserstatus li.jointhisgroup td input:active,
.listing ul.groupuserstatus li.invite input.submit:active,
.postbtns .btn:active {
    background: #4899a9 url(../images/btn-bkgd-hover2.png) repeat-x left top;
	color: #FFF;
	border-color: #226f7e #87d7d0 #87d7d0 #226f7e;
}
ul.groupuserstatus li a .icon,
.postbtns span.btn a.icon {
	color: #FFF;
}

/* buttons that look like links with icons */
.icon {
	color: #C67B17;
}
.postbtns span.btn a.icon {
	color: #FFF !important;
}
/* buttons that look like links */
.linkbtn {
	color: #C67B17; 
}



/* Search buttons */
#usf_submit,
#usf_submit:hover {
	background: transparent url(../images/btn-search-header.gif) no-repeat left top;
	color: #333;
	border: 0;
	text-indent: -999px;
	font-size: 1%;
	cursor: pointer;
	vertical-align: bottom;
	height: 24px;
	width: 24px;
	margin-left: 2px;
}
#selfsearch button,
.query-button,
#moderator_search_btn,
#search_search,
#selfsearch button,
#search_submit,
.btn-search,
#searchviews_submit,
#selfsearch button:hover,
.query-button:hover,
#moderator_search_btn:hover,
#search_search:hover,
#selfsearch button:hover,
#search_submit:hover,
.btn-search:hover,
#searchviews_submit:hover {
	background: transparent url(../images/btn-search.gif) no-repeat !important;
	border: 0;
	color: #333;
	text-indent: -999px;
	font-size: 1%;
	cursor: pointer;
	vertical-align: bottom;
	height: 24px;
	width: 24px;
	margin-left: 2px;
}

/**************************** Top of page elements ****************************/
#container,
#containerX {
    margin: 0;
	background: none;
}
#pagewrapper {
    min-width: 975px;
    max-width: 1280px;
    width: 90%;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-top: 0;
	border-bottom: 0;
	margin: 0 auto;
}
#top-wrapper {
    background: #182768 url(../images/banner.gif) no-repeat 310px top;
    margin: 0;
}
#loading-box {
    background-color: #fff8cf;
}
#site-logo {
    padding: 0;
		margin: 0;
}
#top-wrapper ul,
#top-wrapper li {
    padding: 0;
    margin: 0;
    text-align: right;
    display: inline;
}
/* Search and language bar */
#languageselect, #usf {
	font-size: .8333em !important;
}
#usf_query_container input {
    color: #767676;
	background-color: #fff3d6;
	width: 205px;
	border: 1px solid #182768;
}

#header-right label {
	display: block;
	text-align: center;
}

#main-wrapper {
    margin: 0;
	background: #FFF;
}

/**************** TOP NAVIGATION ****************/
#right-nav ul li {
	color: #7983ae;
}
#right-nav li a {
    color: #FFF;
}
#main-nav {
    padding: 0;
    height: 30px;
	line-height: 30px;
	width: 800px;
	float: left;
	margin-left: 170px;
	margin-top: -30px;
	background: url(../images/topmenu-right.gif) no-repeat right top;
}
#main-nav ul {
	background: url(../images/topmenu-left.gif) no-repeat left top;
	height: 30px;
	padding: 0 10px;
	display: block;
}
#main-nav li {
    color: #e6c560;
    text-decoration: none;
    font-weight: bold;
	margin: 0 !important;
	height: 30px;
}
#main-nav li a,
#main-nav li a:link,
#main-nav li a:visited,
#main-nav li a:active {
	margin: 0;
	padding: 0 12px;
	line-height: 35px;
    color: #FFF;
	background: none;
}
#main-nav li a:hover {
    color: #fff2ce;
    text-decoration: none;
}
#main-nav li.selected {
	background: url(../images/topmenu-selected-right.gif) no-repeat right top;
	height: 30px;
	line-height: 30px;
}
#main-nav li.selected a,
#main-nav li.selected a:link,
#main-nav li.selected a:visited,
#main-nav li.selected a:active {
	background: url(../images/topmenu-selected-left.png) no-repeat left top;
    color: #182768;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

/**************** SUB NAVIGATION ****************/
#sub-nav {
    margin: 0;
    font-weight: bold;
    text-align: left;
    background: url(../images/submenu-bg.gif) repeat-x;
    height: 25px;
	line-height: 25px;
    width: 100%;
    padding: 0;
}
#sub-nav ul {
	height: 25px;
	padding: 0;
	margin: 0;
    background: none;
}
#sub-nav li {
    height: 25px;
	line-height: 25px;
    padding: 0;
    margin: 0;
	background: url(../images/submenu-divider.gif) no-repeat top right;
	display: block;
	float: left;
}
#sub-nav li a,
#sub-nav li a:link,
#sub-nav li a:visited,
#sub-nav li a:active {
    background: none; /* Override */
    color: #182768;
	height: 25px;
    padding: 0 10px;
	line-height: 25px;
}
#sub-nav li a:hover {
    color: #3f4a7b;
    text-decoration: none;
}
#sub-nav li.selected {
	background: url(../images/submenu-selected.gif) repeat-x top right;
}
#sub-nav li.selected a,
#sub-nav li.selected a:link,
#sub-nav li.selected a:visited,
#sub-nav li.selected a:active {
    background: none; /* Override */
    color: #d56d06;
}

/**************** IN PAGE TAB NAVIGATION ****************/
ul.in-page-tabs,
ul.edit-view-tabs {
	margin: 0 !important;
	padding: 0 !important;
}
ul.in-page-tabs li,
ul.edit-view-tabs li {
	display: inline;
    list-style: none;
    padding: 0 !important;
}
ul.in-page-tabs li a, ul.in-page-tabs li a:link, ul.in-page-tabs li a:visited, ul.in-page-tabs li a:active,
ul.edit-view-tabs li a, ul.edit-view-tabs li a:link, ul.edit-view-tabs li a:visited, ul.edit-view-tabs li a:active {
    color: #FFF;
    background-color: #758999;
	margin: 0;
}
ul.in-page-tabs li a:hover,
ul.edit-view-tabs li a:hover {
	text-decoration: none;
    color: #FFF;
    background-color: #607a8e;
}
ul.in-page-tabs li a.current-tab, ul.in-page-tabs li a.current-tab:link, ul.in-page-tabs li a.current-tab:visited, ul.in-page-tabs li a.current-tab:active,
ul.edit-view-tabs li a.current-tab, ul.in-page-tabs li a.current-tab:link, ul.edit-view-tabs li a.current-tab:visited, ul.edit-view-tabs li a.current-tab:active {
    color: #FFF;
    background-color: #95a8b7;
	font-weight: bold;
}
.subpage {
	border: 3px solid #95a8b7;
}


/**************** SIDEBAR *********/
#left-column,
#right-column {
    padding: 0;
}
div.sideblock {
    background: url(../images/sidebar-bg.gif) repeat-x top;
}
div.sideblock h3 {
    color: #59638d;
	font-size: 1.3333em;
	margin-bottom: 10px;
}
div.sideblock h3 a,
div.sideblock h3 a:link,
div.sideblock h3 a:visited,
div.sideblock h3 a:active {
	color: #59638d;
}
div.sideblock h3 a:hover {
	color: #59638d;
}

/* Side Login */
#sb-loginbox input.text,
#sb-loginbox input.password {
    width: 225px;
    border: 1px solid #b1b1b0;
    background-color: #fff3d6;
}
#sb-loginbox label {
    color: #3986c3;
}
#right-column .sidebarforgotpassword a,
#right-column .sidebarforgotpassword a:link,
#right-column .sidebarforgotpassword a:active,
#right-column .sidebarforgotpassword a:visited {
    background: url(../images/icon_question.gif) no-repeat left;
    padding-left: 20px;
    text-decoration: none;
}

/* Side Profile */
#user-profileicon {
	padding-top: 0;
}
#sb-profile ul ul a,
#sb-profile ul ul a:link,
#sb-profile ul ul a:visited,
#sb-profile ul ul a:active {
	color: #c67b17;
}
#sb-profile ul {
	padding: 0;
}
#sb-profile ul li {
	padding: 0 0 5px 0;
	list-style: none;
}
#sb-profile ul ul li {
	list-style: disc;
	padding: 0 0 3px 0;
}
#sb-profile li#pendingfriends a,
#sb-profile li#pendingfriends a:link,
#sb-profile li#pendingfriends a:visited,
#sb-profile li#pendingfriends a:active {
	color: #3986c3 !important;
}

/* Side Quota Bar */
#quota_used {
    color: #3986c3;
}
#quota_total {
    color: #27a175;
}
#quota_bar, #quota_bar_100 {
    background: url(../images/quota_bar_bg.gif) no-repeat;
    color: #5c8727;
	width: 213px;
}
#quota_bar_100 {
    background: url(../images/quota_bar_full.gif) no-repeat;
}
#quota_fill {
    background-image: url(../images/quota_bar_highlight.gif);
}
#quota_percentage {
	color: #333;
}


/******************** FOOTER ****************************/
#footer-wrap {
    background-color: #717277;
    color: #d3d3d3;
	border-top: 0;
	border-bottom: 0;
    margin: 0;
	padding: 0;
}
#micro #footer-wrap {
    background-color: #717277;
    color: #d3d3d3;
}
#footernav {
    color: #d3d3d3;
	padding: 15px 10px;
}
#footernav a,
#footernav a:link,
#footernav a:active,
#footernav a:visited {
    color: #d3d3d3;
}
#footernav a:hover {
    color: #d3d3d3;
}
#powered-by {
	padding: 10px 0 10px 15px;
}
#performance-info {
    color: #d3d3d3;
}
#performance-info span {
    color: #d3d3d3;
}
#performance-info a,
#performance-info a:hover {
    color: #d3d3d3;
	text-decoration: none;
}
#version {
    color: #d3d3d3;
	padding: 15px 10px;
}
#release {
    color: #d3d3d3;
}
#release a {
    color: #d3d3d3;
}
#supportedby {
	float: right;
	padding: 15px 10px 0 10px;
}
#supportedby a {
	margin: 0 10px;
}

/****************************** PAGE BY PAGE STYLES **********************************/
/* Group: members (Add members) */
#addmembers {
	background-color: #EBF0F4;
	border: 1px solid #95A8B7;
}

/* Settings > Preferences */
#accountprefs table label,
#accountprefs table th {
	color: #66879F;
}
#accountprefs table td label {
	color: #333333;
	font-size: 1em;
}

.home #view {
	margin: 20px 0 0 0;
}

/* Home page info boxes */
.home-info {
    border: solid 2px #cccccc;
    background: #eeeeee;
}
.home-info p.subtitle {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
.home-info-table {
	border: 0;
}

/* HOME */
.viewlist h4 a,
#userviewstable h4 a {
	color: #4AA0A1;
}

/* Collections */
#collectionviews {
	background: #f6f6f6;
}
#collectionviews table {
    width: 100%;
}
* html #collectionviews table,
* html #collectionviews {
	width: 96%;
}
#collectionviews td.displayordercontrols div {
	padding-top: 5px;
}
#collectionviews td.displayordercontrols div.justdown {
    padding-left: 19px;
}

.inbox-message {
	background: #FAFBF7;
}

.attachments tbody th {
	color: #333;
}
/* attachment files */
#postlist .attachments th {
	border-bottom: 0 !important;
}



div.sideblock ul,
div.sideblock ul a {
	color: #4aa0a1;
}
div.sideblock ul ul,
div.sideblock ul ul a {
	color: #c67b17;
}






/* AJAX LOGIN */
#ajax-login-form {
    border: 5px solid #D9DFEA;
	padding: 10px 15px;
    background-color: #fff;
    position: absolute;
    top: 150px;
    left: 20%;
    width: 250px;
    z-index: 1000;
    text-align: left;
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overlay.png) repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div.grippie {
    border-color: #b2b2b2;
}


/* MAIN CONTENT */
/* Message */
.message {
}
.message a {
    color: #CF6800;
}
/* system messages between nav and main content */
#messages .ok {
    color: #547c22;
    background: #e6f4ea url(../images/icon_goodtogo.gif) no-repeat 5px 2px;
}
#messages .error {
    color: #dd0221;
    background: #ffd3d9 url(../images/icon_problem.gif) no-repeat 5px 2px;
}
#messages .info {
    color: #1666a9;
    background: #d2ebff url(../images/icon_question.gif) no-repeat 5px 2px;
}

/* Help Popup */
.contextualHelp {
    background-color: #f9f9f9;
    border: 1px solid #b2b2b2;
}


/* REGISTER */
#register_tandc_container th {
    /* special case rule required because pieforms outputs labels for each of
       the radio options rather than the header itself */
    color: #c87e14;
}
#register td label {
	color: #474220; /* Yes & No need to be normal colour */
}



/* PROFILE */
#userview #userviewstable,
#userview #usergroupstable,
#userview #userfriendstable {
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
}



/* PROFILE > MY RESUME */
#addemploymenthistorybutton,
#addeducationhistorybutton,
#addcertificationbutton,
#addbookbutton,
#addmembershipbutton {
	background-color: #ec8d29;
}
/* Form background when add button is pressed */
#addemploymenthistory,
#addeducationhistory,
#addcertification,
#addbook,
#addmembership {
	background-color: #f3f7fa;
	border-top: 1px solid #ced7df;
	border-bottom: 1px solid #95a8b7;
}

/* MY PORTFOLIO > MY VIEWS */
#myviewstable {
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
}
#myviewstable h3 a {
	color: #1e6297 !important;
}
#myviewstable .viewitem a,
#myviewstable a#link-artefacts,
.link-artefacts,
.links-members {
	color: #3986c3 !important;
}
#myviewstable .viewitem a#editviewdetails,
#myviewstable .viewitem a#editthisview,
#myviewstable .viewitem a#editviewaccess {
	color: #c67b17 !important;
}

/* MY PORTFOLIO > MY FILES */
.fileupload {
    background: #e8eff6 !important;
	border: 0 !important;
}
#upload {
    background-color: #e8eff6 !important;
	border: 0 !important;
}
#uploadform {
    background: #e8eff6;
}
#uploadform table th label {
	color: #646464;
}
#createfolder {
    background-color: #fff9e9 !important;
	border: 0 !important;
}
#createfolderform {
    background-color: #fff9e9;
}
#createfolderform table th label {
	color: #646464;
}
#filelist tr.folderhover.directory-item td {
        background-color: #ffc !important;
}
#filelist tr.folderhover.directory-item a {
        color: #000;
        text-decoration: none;
}
#filelist {
	border-bottom: 1px solid #95a8b7;
}
#filelist tr.r0.folder td,
#filelist tr.r1.folder td {
    background-color: #d9d9d9 !important;
}
#filelist tr.r0 td {
    background-color: #f4f4f4 !important;
	border-top: none;
	border-bottom: none;
}
#filelist tr.r1 td {
    background-color: #e6e6e6 !important;
	border-top: none;
	border-bottom: none;
}
#filelist tr td {
	background-color: #f1f5f9;
	border-top: 1px solid #b8c8d5;
	border-bottom: 1px solid #b8c8d5;
}
#filelist table td {
	border-top: none;
	border-bottom: none;
}
#filelist table th label {
	color: #646464;
}


/* MY PORTFOLIO > MY BLOGS */
#bloglist {
	border-bottom: 1px solid #95a8b7;
}
#postlist th {
	border-bottom: 1px solid #95a8b7 !important;
}
.blogpost-attachments {
	border: 1px solid #59638d;
	background-color: #59638d;
}
.blogpost-attachments tbody th {
	color: #FFF;
}
.blogpost-attachments tr.r0 td,
.blogpost-attachments tr.r1 td {
	color: #474220;
}
.postdetails {
	color: #a3a3a3;
}
#myblogs input.edit {
	color: #c67b17;
}
#myblogs input.publish {
	color: #c67b17;
}
#myblogs input.delete {
	color: #c67b17;
}
#filebrowser {
	border-bottom: 1px solid #95a8b7;
}	
#filebrowser tr.folder td {
    background-color: #d9d9d9 !important;
}


/* VIEWS */
#feedbacktable {
	border-bottom: 1px solid #95a8b7;
}
#feedbacktable .details {
	color: #9e9e9e;
}
#view #publicfeedback {
	border-top: 2px dotted #D2D2D2;
}

/* GROUPS > MY GROUPS */
#mygroupstable {
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
}
#mygroupstable h3 a {
	color: #1e6297;
}

/* GROUPS > FIND GROUPS */
.listing h3 a {
	color: #4AA0A1;
}

/* GROUPS > SHARED PAGES */
.sharedpages h3 a {
	color: #4AA0A1;
}

/* GROUPS > TOPICS */
#topiclist .topictitle a {
	color: #4AA0A1;
}

/* groups > my friends */
#friendslist {
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
}

/* groups > find friends */
#friendslist .friendinfo .last a#btn-request {
	background-color: #ec8d29;
	border-color: #d9dfea #b2b2b2 #b2b2b2 #d9dfea !important;
}
#group_viewlist,
#memberlist {
	border-bottom: 1px solid #95a8b7;
}


/* forums */
span.breadcrumbs a {
	color: #999999;
}
.groupowner, a.groupowner {
    color: #d32a8a;
}
.moderator, a.moderator{
    color: #2a8bd3;
}
#forumslist {
	border-bottom: 1px solid #95a8b7;
}
#forumslist th {
	border-bottom: 1px solid #95a8b7;
}
#viewforum #forumdescription {
	background-color: #ececec;
	border: 1px solid #d7d7d7;
}
#forumtopicstable {
	border-bottom: 1px solid #95a8b7;
}
#forumtopicstable th {
	border-bottom: 1px solid #95a8b7;
}
.lastpost {
	color: #aaaaaa;
}
.stickytopic {
	background-color: #ceeafe;
}


/* FORUM > POST */
#forumpost {
	background-color: #f4f7f9;
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
}
#forumpost th {
	background-color: #95a8b7;
	color: #FFF;
}
#forumpost h4 {
	color: #FFF;
}
.forumpostleft {
	background: #FFF3D6;
}
.forumpostleft h5 {
	color: #888888;
}
.posttime {
	color: #999999;
}

#main-column-container thead .accesslist-head1 th {
	border-bottom: 0;
}

#edit_interaction_moderator_container table th {
	color: #555555;
}
#edit_interaction_moderator_container table td button {
	background-color: #ec8d29;
}
#edit_interaction_moderator_container button#moderator_search_btn {
	color: #fff;
}

/* SETTINGS > PREFERENCES */
#accountprefs table p {
	color: #1e6297;
	border-bottom: 1px solid #95a8b7
}
#accountprefs td label {
	color: #474220;
}


#instconf_artefactids_selectlist input.unselect {
	font-size: .9167em;
	float: right;
}

#languageselect label {
   color: #7983ae;
}


/* Logged out pages */
.home h2,
.home .main-column h2 {
    color: #4aa0a1;
}

.home #pagewrapper {
    background: #FFF;
}
.home .main-column {
    padding: 0;
}
.home .main-column #messages {
    padding: 0;
    margin: 0;
}
.home ul li {
    list-style: url(../images/list-circle.gif);
}

/* Home top panel */
.home .main-column #main-column-container {
	background: url(../images/home-pict.jpg) no-repeat left bottom;
	margin: 0;
	padding: 10px 0px 0px 170px !important;
        _background: none; /* IE6 */
        _padding: 0 0 15px 30px; /* IE6 */
    height: 320px;
}
.home .main-column h3 {
	color: #59638D;
	margin: 0;
	font-size: 1em;
}
.home .main-column #sample1, .home .main-column #sample2 {
	float: left;
	margin-right: 7px;
	width: 170px;
}
.home .main-column #videos {
	float: left;
	width: 155px;
}
.home .main-column #videos ul li {
    font-size: .9167em;
	line-height: 1.25em;
}

/* Home bottom columns */
.home .homebot {
	background: url(../images/dotted-across.gif) repeat-x top left;
	padding: 15px;
}
.home .homebot #column1,
.home .homebot #column2 {
	float: left;
	width: 29%;
	padding: 10px 30px 10px 20px;
	background: url(../images/dotted-down.gif) repeat-y top right;
}
.home .homebot h3 {
    font-size: 1.3333em; /* 16px */
}
.home .homebot #column3 {
	float: left;
	width: 28%;
	padding: 10px 0 10px 20px;
}
.home .homebot #column1 h3 {
	background: url(../images/icon-students.gif) no-repeat left top;
	padding: 8px 0 8px 35px;
	margin: 0;
}
.home .homebot #column2 h3 {
	background: url(../images/icon-teachers.gif) no-repeat left top;
	padding: 8px 0 8px 35px;
	margin: 0;
}
.home .homebot #column3 h3 {
	background: url(../images/icon-schools.gif) no-repeat left top;
	padding: 8px 0 8px 35px;
	margin: 0;
}
.home .homebot #column3 ul {
	margin-bottom: 15px;
}
.home .homebot ul {
	padding-left: 1.5em;
}
.home .homebot ul li {
	margin-bottom: 5px;	
}

/* Schools */
#schools th {
    text-align: left;
    padding-right: 1em;
}

.group-info {
	background: #E0E8EE;
	border-color: #95A8B7;
}

/**************** DROPDOWN NAVIGATION ****************/
#main-nav .dropdown-sub {
	top: 30px !important;	
}
#main-nav .dropdown-sub li {
	line-height: 24px !important;
	height: 24px !important;
}
#main-nav .dropdown-sub li a,
#main-nav .dropdown-sub li a:link,
#main-nav .dropdown-sub li a:visited,
#main-nav .dropdown-sub li a:active {
    padding: 4px 13px !important;
    background: #ff870e !important;
	color: #FFF !important;
}
#main-nav .dropdown-sub li a:hover {
	background: #f2b201 !important;	
	color: #000000 !important;
	text-decoration: none !important;
}

