/**
 * 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     Evonne Cheung <evonne@catalyst.net.nz>
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL
 * @copyright  (C) 2006,2007 Catalyst IT Ltd http://catalyst.net.nz
 */

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/background.gif) repeat;
    font-size: 12px;
	color: #474220;
}

#loading-box {
    display: none;
    position: fixed;
    * position: absolute;
    top: 0;
    left: 0;
    background-color: #fff8cf;
	padding: 5px 10px;
}

#masquerading-message {
    background-color: #f99;
    font-weight: bold;
    padding: .5em;
    position: absolute;
    width: 100%;
    z-index: 5;
}
#masquerading-message img {
    float: left;
    margin-top: -1px;
    padding-right: .5em;
}

.hidden {
    display: none;
}
/* Hides without browsers removing from the dom tree */
.safe-hidden {
    position: absolute;
    visibility: hidden;
    top: 0;
}

p {
    margin: 10px 0 10px 0;
    padding: 0;
	line-height: 18px;
}
a img {
    border: none;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.fullwidth {
    width: 100%;
}
.fl {
    float: left;
	padding-right: 10px;
}
.fr {
    float: right;
	padding-left: 10px;
}
.cl {
    clear: left;
}
.cr {
    clear: right;
}
.cb {
    clear: both;
}
.s {
    font-size: 11px;
    font-weight: normal;
}
.description {
    font-size: 12px;
    color: #838383;
    padding-bottom: 5px;
}
td.description {
	padding-top: 0 !important;
	font-size: 12px;
}
acronym {
    color: #474220;
    border-bottom: 1px dotted #d4d1c0;
    cursor: help;
}
pre { 
	margin-left: 15px;
}
#uploadformmessage,
#createfolderformmessage,
.error {
    color: #cc0000;
}
input.error, select.error {
    border-color: #cc0000;
}
#main-column-container tbody td.errmsg {
    color: #cc0000;
    font-size: 9px;
    padding: 5px 25px;
}
#main-column-container ul {
	margin: 0;
	padding: 0;
}
#main-column-container ul li {
	margin: 0 0 0 17px;
	
}

/* TITLES */
h1 {
    color: #182768;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
h2 {
    font-size: 24px;
    color: #182768;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}
h3 {
    color: #048559;
    font-weight: bold;
    font-size: 17px;
    margin: 20px 0 0;
}
h4 {
    font-size: 15px;
    color: #59638d;
    font-weight: bold;
    margin: 15px 0 0;
}
h5 {
    color: #5c8727;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 0;
}
h6 {
    font-size: 12px;
    color: #5c8727;
    font-weight: bold;
    margin: 10px 0 0 0;
}


/* LINKS */
a,
a:link,
a:active,
a:visited {
    color: #27a175;
    text-decoration: none;
}
a:hover {
    color: #27a175;
    text-decoration: underline;
}
/* links that should show as big light buttons */
#btn-logout,
span.addicon a {
	background-color: #0a9967;
	padding: 3px 10px;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	color: #FFF !important;
}
.addiconcontainer .addicon a,
.addicon.fr a {
	display: block;
}
#btn-logout:hover,
span.addicon a:hover {
	text-decoration: none;
	color: #FFF;
}
/* links that should show as big dark buttons */
#btn-settings {
	background-color: #028457;
	padding: 3px 10px;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	color: #FFF;
	margin-left: 5px;
}
#btn-settings:hover {
	text-decoration: none;
}
/* Default light buttons to the big ones */
input.submit, input.cancel, button, input.button, input.buttondk, input.select, input#files_filebrowser_edit_artefact, .rbuttons a.btn, #sb-profile .controls a {
    background-color: #028457;
    color: #FFFFFF;
}
input.submit:hover, input.cancel:hover, button:hover, input.button:hover, input.buttondk:hover, input.select:hover, input#files_filebrowser_edit_artefact:hover, .rbuttons a.btn:hover, #sb-profile .controls a:hover {
    background-color: #028457;
    color: #FFFFFF;
}

.viewicon a {
	background-color: #028457;
	padding: 3px 10px;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	color: #FFF;
	margin-left: 5px;
}
.viewicon a:hover {
	text-decoration: none;
}

.rbuttons {
    top: 25px;
    right: 25px;
    _margin-right: 250px;
}


/* FORM ELEMENTS */
form {
   margin: 0;
}
input.text, input.password, textarea, input, submit {
    border: 1px solid #b2b2b2;
    padding: 1px 2px 1px 2px;
}
input.radio, input.checkbox,
input[type=radio], input[type=checkbox] {
    border: none;
}


/* CALENDAR */
a.pieform-calendar-toggle {
    border-width: 0 !important;
}
a.pieform-calendar-toggle img {
    border: none;
}

/* PAGINATION */
.pagination a, .pagination .disabled {
    border: 1px solid #547C22;
    padding: 1px 5px;
    text-decoration: none;
    margin: 0 .5em;
}
.pagination a:hover {
    background-color: #E7EFC5;
}
div.pagination .disabled {
    background-color:#E0E0E0;
}
.pagination .prev {
    margin-right: .5em;
    font-weight: bold;
}
.pagination .next {
    margin-left: .5em;
    font-weight: bold;
}
.pagination .disabled {
    background-color: #e0e0e0;
    color: #888;
    font-weight: normal;
}
.pagination .selected {
    font-weight: bold;
    padding: 0 3px;
}
.pagination .results {
    text-align: center;
    color: #888;
    margin-top: 0;
}


/* STUFF THAT I'VE YET TO WORK OUT WHERE THEY COME FROM */
#installer tr {
    height: 2em;
}
table#installer {
    margin: 0 auto;
    width: 90%;
}
#installer th {
    border-bottom: 1px solid #819f18;
    vertical-align: middle;
}
#msgscol {
    width: 50%;
}



/* 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;
}


/* Default light buttons to the big ones */
input.submit, 
input.button, button {
    background-color: #0b9967;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
    height: 24px;
    margin: 5px 2px 0 0;
    padding: 0 10px;
    color: #FFF;
    font-size: 11px;
    cursor: pointer;
}
/* Default dark buttons to the big ones */
input.submitcancel, 
input.cancelbackcreate,
#settings_delete {
    background-color: #05845b;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
    height: 24px;
    margin: 5px 2px 0 0;
    padding: 0 10px;
    color: #FFF;
    font-size: 11px;
    cursor: pointer;
}
/* Ones inside tables should be smaller... */
#main-column-container table input.button, 
#main-column-container table input.submit, 
#main-column-container table input.submitcancel, 
#main-column-container table button {
	font-size: 11px;
	background-color: #0b9967;
	height: 20px;
	padding: 0 5px;
	margin: 0 2px 3px 2px;
}
/* Unless shouldn't */
#main-column-container .pieform table input.submit,
#main-column-container .pieform table button {
	background-color: #0b9967;
    height: 24px;
    margin: 5px 2px 0 0;
    padding: 0 10px;
	font-size: 11px;
}
/* And buttons in forms that can't get the dark colour all by itself and requires jigging */
#register #register_submit_container input,
#profileform_topsubmit_container input,
#profileform_submit_container input,
#editview #editview_submit_container input,
#viewcolumns #viewcolumns_submit_container input,
#newblog #newblog_submit_container input,
#editblog #editblog_submit_container input,
#creategroup input,
#requestjoingroup #requestjoingroup_submit_container input,
#editgroup input,
#addtopic input,
#editpost #editpost_submit_container input,
#edit_interaction #edit_interaction_submit_container input,
#edittopic #edittopic_submit_container input,
#institution #institution_submit_container input,
#auth_config #auth_config_submit_container input,
#employmenthistory #employmenthistory_submit_container input,
#educationhistory #educationhistory_submit_container input,
#certification #certification_submit_container input,
#book #book_submit_container input,
#membership #membership_submit_container input,
#removefriend #removefriend_submit_container input {
	margin: 0;
}
input#cancel_profileform_topsubmit,
input#cancel_profileform_submit,
#register #register_submit_container input#cancel_register_submit,
#sendmessage input#cancel_sendmessage_submit,
#invitetogroup input#cancel_invitetogroup_submit,
#editview input#cancel_editview_submit,
#viewcolumns #viewcolumns_submit_container input#cancel_viewcolumns_submit,
#newblog #newblog_submit_container input#cancel_newblog_submit,
#editblog #editblog_submit_container input#cancel_editblog_submit,
#creategroup input#cancel_creategroup_submit,#requestjoingroup #requestjoingroup_submit_container input#cancel_requestjoingroup_submit,
#editgroup input#cancel_editgroup_submit,
#addtopic input#cancel_addtopic_submit,
#editpost #editpost_submit_container input#cancel_editpost_submit,
#edit_interaction #edit_interaction_submit_container input#cancel_edit_interaction_submit,
#edittopic #edittopic_submit_container input#cancel_edittopic_submit,
#institution #institution_submit_container input#cancel_institution_submit,
#auth_config #auth_config_submit_container input#cancel_auth_config_submit,
#employmenthistory #employmenthistory_submit_container input#cancel_employmenthistory_submit,
#educationhistory #educationhistory_submit_container input#cancel_educationhistory_submit,
#certification #certification_submit_container input#cancel_certification_submit,
#book #book_submit_container input#cancel_book_submit,
#membership #membership_submit_container input#cancel_membership_submit,
#removefriend #removefriend_submit_container input#cancel_removefriend_submit {
	background-color: #05845b !important;
	padding: 2px 10px !important;
	height: 24px !important;
	font-size: 11px;
} 


select {
    border: 1px solid #b2b2b2;
    padding: 0;
}
table.mceEditor {
	margin: 0 !important;
}
.mceToolbarTop {
	padding: 2px;
}
.mceContentBody {
	padding: 5px 10px !important;
}
div.grippie {
    border-color: #b2b2b2;
    border-style: solid;
    border-width: 0pt 1px 1px;
    background: #eeeeee url(../images/grippie.png) no-repeat scroll 100% 50%;
    cursor: s-resize;
    height: 14px;
}
/* td for grippie to work */
#main-column-container #profileform #profileform_address_container td,
#main-column-container #contactus #contactus_message_container td {
    padding: 0 0 0 10px;
    margin: 0;
}


/* LABEL */
label {
    color: #a1754a;
    font-weight: bold;
    padding: 0;
    margin: 0 5px 0 0;
}
td label,
th label {
    margin: 0 !important;
}
tr.required label,
tr.required th,
.required td label,
.required td,
.requiredmarker {
    color: #c81414;
}
/* labels that ended up with required colour but needs to be normal */
.emaillist .validated label {
	color: #474220;
	font-weight: normal;
}


/* CONTENT LAYOUT */
#container {
    min-width: 975px;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
	background-color: #FFF;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
#containerX {
    width: 90%;
    margin: 0 auto;
	background-color: #FFF;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

#main-wrapper {
    padding: 0;
	margin: 0;
	clear: both;
}
#main-column {
    margin-right: 256px;
    padding: 0;
}
.main-column {
	width: 100%;
    background-color: transparent;
}
#right-column {
    width: 256px;
    float: right;
}
#main-column-container {
    line-height: 18px;
    padding: 10px 25px 25px 25px;
}

/* HEADER ELEMENTS */
#top-wrapper {
    background: #182768 url(../images/banner.gif) no-repeat top right;
	height: 94px;
}
#top-wrapper ul,
#top-wrapper li {
    padding: 0;
    margin: 0;
    text-align: right;
    display: inline;
}
#site-logo {
    padding: 0;
}
/* search box in header */
.searchbox {
    font-size: 10px;
    font-weight: bold;
    color: #497424;
    margin: 1px 5px 0 0;
    text-align: right;
    padding: 0;
	float: right;
}
#usf {
	position: relative;
	top: 83px;
}
#usf_submit {
    border: none;
    margin-left: 3px;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: middle;
}
#usf_query_container, #usf_submit_container {
    vertical-align: middle;
}
#usf_query_container input {
    padding: 1px 3px;
    color: #767676;
	background-color: #e6f4ea;
    width: 190px;
}
.advancedsearch {
    font-size: 9px;
    padding: 0 148px 0 0;
}
/* main menu */
#main-nav {
    padding: 0;
    margin: 0;
	position: absolute;
    height: 35px; /* Override */
	top: 64px;
	left: 230px;
	background: url(../images/topmenu-right.gif) no-repeat right top;
	line-height: 35px;
	white-space: nowrap;
}
#main-nav li {
    display: inline;
    color: #e6c560;
    text-decoration: none;
    font-weight: bold;
	font-size: 12px;
	margin: 0 10px 0 0 !important;
	padding: 12px 0 0 0;
	line-height: 35px;
}
#main-nav li a,
#main-nav li a:link,
#main-nav li a:visited,
#main-nav li a:active {
	margin: 0;
	padding: 10px 5px 0 5px;
    color: #FFF;
	background: none;
}
#main-nav li a:hover {
    color: #e4ffb4;
    text-decoration: none;
}
#main-nav li.selectedleft {
	background: url(../images/topmenu-selected-left.gif) no-repeat left top;
	padding: 10px 3px;
	margin: 0 !important;
}
#main-nav li.selected {
	background: url(../images/topmenu-selected-right.gif) no-repeat right top;
	margin: 0 10px 0 0;
	padding: 10px 0;
	line-height: 35px;
}
#main-nav li.selected a,
#main-nav li.selected a:link,
#main-nav li.selected a:visited,
#main-nav li.selected a:active {
    background: none; /* Override */
    color: #182768;
	padding: 0 10px 0 3px;
}
/* Sub menu */
#sub-nav {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background: url(../images/submenu-bg.gif) repeat-x;
    height: 25px;
}
#sub-nav ul {
	height: 15px;
	padding: 5px 0;
	margin: 0;
        line-height: 1.2em;
        background: none;
}
#sub-nav li {
    display: inline;
    height: 25px;
    padding: 5px 13px 5px 8px;
    margin: 0;
	background: url(../images/submenu-divider.gif) no-repeat top right;
}
#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; /* Override */
}
#sub-nav li a:hover {
    color: #3f4a7b;
    text-decoration: none;
}
#sub-nav li.selected {
    display: inline;
    height: 25px;
    padding: 5px 13px 5px 8px;
    margin: 0;
	background: url(../images/submenu-selected.gif) repeat-x top right;
}
#sub-nav li.selected a:link,
#sub-nav li.selected a:visited,
#sub-nav li.selected a:active {
    background: none; /* Override */
    color: #629b88;
    padding: 0; /* Override */
}



/* RIGHT SIDE COLUMN */
div.sideblock {
    background: url(../images/sidebar-bg.gif) repeat-x top;
    padding: 10px 15px 15px 15px;
}
div.sideblock h3 {
    padding: 0;
    margin: 3px 0 10px 0;
    font-size: 14px;
    color: #596190;
}
div.sideblock h3 a,
div.sideblock h3 a:link,
div.sideblock h3 a:visited,
div.sideblock h3 a:active {
	color: #596190 !important;
}
div.sideblock p {
    font-size: 11px;
}
div.sideblock ul {
	list-style-type:disc;
	margin: 0;
	padding: 0 0 0 15px;
	font-weight: normal;
    font-size: 11px;
	color: #a1754a;
}
div.sideblock ul a {
	color: #a1754a;
	font-weight: bold;
}
div.sideblock ul li {
	padding: 2px 0;
        line-height: 1.2em;
}
div.sideblock ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 15px;
	font-weight: normal;
    font-size: 11px;
	color: #27a175;
}
div.sideblock ul ul a {
	color: #27a175;
	font-weight: normal;
}
/* side profile */
div.sideblock ul.sidebar-ul-title {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
    font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	color: #a1754a;
}
div.sideblock ul.sidebar-ul-title a {
	color: #a1754a;
}
div.sideblock ul.sidebar-ul-title ul a {
	color: #27a175;
	font-weight: bold;
}
.unreadmessagecount {
    background: url(../images/email.gif) no-repeat;
    padding: 2px 0 0 18px;
    margin: 0 0 0 2px;
    height: 14px;
	color: #3986c3 !important;
}
.unreadmessages {
	color: #3986c3 !important;
}
#changeuser {
    padding-top: 1em;
    text-align: center;
    font-weight: bold;
}
/* Side Quota Bar */
#quota_message {
    text-align: center;
    margin: 0 16px 0 0;
	font-size: 12px;
    padding-bottom: 10px;
}
#quota_bar, #quota_bar_100 {
    background: url(../images/quota_bar_bg.gif) no-repeat;
    height: 21px;
    width: 220px;
    color: #5c8727;
    padding: 7px 0 0 0;
    text-align: center;
    margin: 0;
}
#quota_bar_100 {
    background: url(../images/quota_bar_full.gif) no-repeat;
}
#quota_used {
    color: #3986c3;
	font-weight: bold;
}
#quota_total {
    color: #27a175;
	font-weight: bold;
}
#quota_bar #quota_percentage {
    text-align: center;
    position: relative;
    z-index: 10;
    color: #ffffff;
	font-weight: bold;
}
#quota_bar_100 #quota_percentage {
    text-align: center;
    position: relative;
    margin: auto;
    z-index: 10;
    color: #ffffff;
	font-weight: bold;
}
#quota_fill {
    margin: 0px 5px;
    height: 28px;
    background-image: url(../images/quota_bar_highlight.gif);
    position: absolute;
}
/* Side Friends control */
#friendscontrol #friendscontrol_friendscontrol_container td {
	padding: 0;
}
#friendscontrol #friendscontrol_friendscontrol_container label {
	font-weight: normal;
	font-size: 11px;
	color: #474220;
	margin-bottom: 5px;
}
#friendscontrol_submit_container td {
	text-align: center;
}
#friendscontrol_submit_container input {
	height: 22px;
	font-weight: normal;
}
/* side login */
#login label {
    color: #3986c3;
}
#right-column #login_submit_container {
    font-size: 9px;
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    display: inline;
}
#right-column #login_login_username_container input,
#right-column #login_login_password_container input {
    border: 1px solid #b1b1b0;
	background-color: #e6f4ea;
    padding: 2px 3px;
    width: 215px;
}
#right-column #login a,
#right-column #login a:link,
#right-column #login a:active,
#right-column #login a:visited {
    font-size: 9px;
	padding-top: 3px;
    margin: 0 5px;
}
#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;
}
#right-column #login_submit {
    margin: 0 2px 0 0;
}
/* Side search */
.sideblock #selfsearch button,
#search_submit_container #search_submit {
	background: url(../images/btn_search.gif) no-repeat;
	border: none;
	margin-left: 5px;
	padding-left: 25px;
}
/* Search buttons */
#usf_submit,
#dosearch,
#selfsearch button ,
.query-button,
#query-button,
#moderator_search_btn,
#search_submit,
#search_search,
#selfsearch button,
#users_search_btn {
        background: url(../images/btn_search_off.gif) no-repeat !important;
        border: 0;
        text-indent: -999px;
        font-size: 1%;
        cursor: pointer;
        vertical-align: middle;
        margin: 0;
}
.sideblock #selfsearch input {
	width: 140px;
	background-color: #e6f4ea;
}


/* MAIN CONTENT */
/* Message */
.message {
	margin-top: 15px;
    padding: 10px;
    background-color: #edf6f0;
    border: 1px solid #d0e3d6;
    font-weight: bold;
    text-align: center;
}
.message p {
    margin: 0;
}
.message a {
    color: #27a175;
}
/* system messages between nav and main content */
#messages {
    margin: 10px 0 20px 0;
}
#messages .ok {
    color: #547c22;
    background: #e6f4ea url(../images/icon_goodtogo.gif) no-repeat 10px 5px;
    padding: 5px 5px 4px 30px;
}
#messages .error {
    color: #dd0221;
    background: #ffd3d9 url(../images/icon_problem.gif) no-repeat 10px 5px;
    padding: 5px 5px 4px 30px;
}
#messages .info {
    color: #1666a9;
    background: #d2ebff url(../images/icon_question.gif) no-repeat 10px 4px;
    padding: 5px 5px 4px 30px;
}
#messages img {
    border: none;
}
/* system messages in main content */
#main-column-container #messagediv {
    padding: 10px 3px 10px 3px;
    color: #e3ac03;
    text-align: left;
    float: none;
    font-style: italic;
}
/* Help Popup */
.contextualHelp {
    padding: 5px 10px;
    margin: 0;
    width: 250px;
    max-height: 30%;
    overflow: auto;
    background-color: #f9f9f9;
    border: 1px solid #b2b2b2;
    cursor: help;
	font-size: 11px;
}
.contextualHelp h3 {
    margin-top: 5px;
}
/* Help Icon */
.help {
    text-decoration: none;
}
.help a,
.help a:link,
.help a:active,
.help a:visited {
    font-size: 9px !important;
    font-weight:normal !important;
}
.help a:focus {
    outline: none;
}
.help img {
    border: none;
    vertical-align: text-bottom;
}
.page-help-icon .help {
    vertical-align: text-top;
}
#main-column-container table.help-wrapper {
    border: none !important;
    width: auto !important;
    margin: 0 !important;
    border-spacing: 0 !important;
}
#main-column-container table.help-wrapper td {
    vertical-align: top !important;
    padding: 0 !important;
}
#main-column-container table.help-wrapper td.helpcontainer {
    padding-left: 3px !important;
}
/* Login */
#main-column-container #loginform_container th {
    margin: 0;
    padding: 2px 5px 0 0;
}
#main-column-container #loginform_container td {
       margin: 0;
    padding: 2px 0 0 0;
}
#main-column-container #login_submit_container {
    font-size: 9px;
    display: inline;
}
#main-column-container #login_submit_container td {
    background-color: white;
}
#main-column-container #login_submit {
    margin: 5px 0 0 0;
}
/* Tables */
#main-column-container table {
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
#main-column-container thead th {
    color: #a1754a;
	text-align: left;
	padding: 2px 10px;
	white-space: nowrap;
	border-bottom: 1px solid #95a8b7;
	vertical-align: top;
}
#main-column-container tbody th {
    color: #a1754a;
	text-align: right;
	padding: 7px 0 7px 10px;
	white-space: nowrap;
	border-bottom: none;
	vertical-align: top;
}
#main-column-container th.center {
    text-align: center;
}
#main-column-container tbody td {
	padding: 5px 10px;
	vertical-align: top;
}
#main-column-container tfoot td {
	padding: 3px 10px;
	border-top: 1px solid #95a8b7;
}
.tablerenderer {
	padding: 0;
	margin: 0;
	border: none;
	border-spacing: 0;
}
.tablerenderer td {
	padding: 5px 10px;
	margin: 0;
	border: none;
}
.tablerenderer-loading {
    border: 1px solid #f4f7f9;
	background-color: #f4f7f9;
    padding: .5em;
    text-align: center;
    font-weight: bold;
    color: #1e6297;
    font-size: 14px;
}
/* Tables that need top and bottom margin adjustment */
fieldset table,
#employmenthistorylist,
#educationhistorylist,
#booklist,
#membershiplist,
#coverletter table,
#coverletter td,
#interests table,
#interests td,
#contactinformation table,
#contactinformation td,
#personalinformation table,
#personalinformation td,
#certificationlist,
#userview table,
#upgradestable,
#searchresults {
	margin: 0 !important;
	padding: 0;
}
/* Tables that need to be 100% width */
#profileicons,
#educationhistorylist,
#booklist,
#membershiplist,
#employmenthistorylist,
#certificationlist,
#myviewstable,
#friendslist,
#friendslistcontainer .friendinfo,
#filelist,
#bloglist,
#postlist,
#filebrowser,
#mygroupstable,
.listing,
#activitylist,
#userviewstable,
#usergroupstable,
#userfriendstable,
#upgradestable,
#forumslist {
	width: 100%;
	* width: 98%;
}
/* Tables that are inside MCE Editors */
.mceEditor td {
	padding: 0 !important;
}

/* Legend */
legend {
    color: #048559;
    font-weight: bold;
    font-size: 16px;
}
legend a, 
legend a:link, 
legend a:visited, 
legend a:active {
    color: #048559 !important;
}
/* Fieldset */
fieldset {
    border: 1px solid #95a8b7;
    padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
fieldset.collapsible {
	padding: 15px 10px;
}
fieldset.collapsed {
	border: 0;
	padding: 0;
}
fieldset.collapsed table {
    position: absolute;
    visibility: hidden;
}
fieldset legend a {
    padding-left: 15px;
    background: url(../images/icon_fieldset_down.gif) 2px center no-repeat;
}
fieldset legend a:hover {
	text-decoration: none;
}
fieldset.collapsed legend a {
    background: url(../images/icon_fieldset_left.gif) 2px center no-repeat;
}

.tags {
    font-size: 11px;
}

/* Alternative row background colours */
.r0 {
    background-color: #e6e6e6;
}
.r1 {
    background-color: #f4f4f4;
}


/* 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 */
	font-weight: normal;
}


/* CONTACT US */



/* PROFILE */
#userview .user-icon {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 11px;
	
}
#userview .user-icon input#addfriend_add {
	background: transparent url(../images/icon-add.gif) no-repeat left;
	border: 0;
	color: #27a175;
}
#userview .user-icon #invite,
#userview .user-icon #addmember {
	margin-top: 10px;
}
#userview .user-icon select {
	font-size: 11px;
}
#userview .user-icon input#invite_submit {
	background: transparent url(../images/icon-mail.gif) no-repeat left;
	border: 0;
	color: #27a175;
}
#userview #btn-delete {
	background: transparent url(../images/icon-delete.gif) no-repeat left;
	padding: 4px 12px;
}
#userview #addmember_submit {
	background: transparent url(../images/icon-add.gif) no-repeat left;
	border: 0;
	color: #27a175;
	height: 16px;
}
#userview #btn-request {
	background: transparent url(../images/icon-add.gif) no-repeat left;
	padding: 4px 12px;
}
#userview #user-info {
	margin-top: 10px;
	list-style: none;
	line-height: 22px;
}
#userview div h3 {
	clear: both;
}
#userview #userviewstable,
#userview #usergroupstable,
#userview #userfriendstable {
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
}
#userview #userviewstable td,
#userview #usergroupstable td,
#userview #userfriendstable td {
	padding: 7px 15px;
	font-size: 11px;
}
#userview #userfriendstable td {
	text-align: center;
}
#sendmessage input,
#invitetogroup #invitetogroup_submit_container input {
	margin: 0;
}


/* PROFILE > EDIT PROFILE */
#email_list a {
	background: url(../images/icon-delete.gif) no-repeat 3px !important;
	color: #FFF;
}
#profileform_email_container td a {
	font-size: 11px;
	background: url(../images/icon-add.gif) no-repeat 5px 3px;
	padding-left: 18px;
}
#profileform_email_container td .help a {
	background: none;
	padding-left: 5px;
}
#profileform_topsubmit_container th,
#profileform_submit_container th {
	padding: 0;
}
#profileform {
	padding-top: 15px;
}
.in-page-tabs {
	margin: 0 !important;
	padding: 0 !important;
}
.in-page-tabs li {
	display: inline;
    list-style: none;
    padding: 0 !important;
	font-size: 11px;
	margin: 0 0 0 10px !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 {
    color: #FFF;
    background-color: #758999;
    padding: 4px 10px;
	margin: 0;
}
.in-page-tabs li a.current-tab {
    color: #FFF;
	font-weight: bold;
    background-color: #95a8b7;
}
.in-page-tabs li a:hover {
	text-decoration: none;
    color: #FFF;
    background-color: #607a8e;
}
.subpage {
    clear: left;
	padding: 0;
	margin: 0;
}
.subpage fieldset {
	margin-top: 2px;
}
fieldset.safe-hidden .mceEditor {
	display: none;
}


/* PROFILE > PROFILE ICONS */
#profileicons th {
	text-align: center;
}
#profileicons tfoot td {
	text-align: center;
}


/* PROFILE > MY RESUME */
#addemploymenthistorybutton,
#addeducationhistorybutton,
#addcertificationbutton,
#addbookbutton,
#addmembershipbutton {
	font-size: 11px;
	background-color: #0a9967;
	height: 22px;
	padding: 2px 10px;
	margin: 0;
}
/* 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;
}
#contactinformation_contactinformation_container table {
	margin: 0;
}
#contactinformation_contactinformation_container table th {
	padding: 2px 10px 2px 0;
}
#contactinformation_contactinformation_container table td {
	padding: 2px 0;
}
#personalinformation_dateofbirth_container td,
#personalinformation_placeofbirth_container td,
#personalinformation_citizenship_container td,
#personalinformation_visastatus_container td,
#personalinformation_gender_container td,
#personalinformation_maritalstatus_container td,
#personalinformation_save_container td {
	padding: 2px 10px;
}
fieldset.collapsed .mceEditor {
	display: none;
}
fieldset.collapsed .mceEditor td {
	border: 0;
}
#coverletter fieldset,
#interests fieldset,
#contactinformation fieldset,
#personalinformation fieldset {
    border: none;
    margin-top: 1.5em;
}


/* MY PORTFOLIO > MY VIEWS */
#myviewstable {
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
}
#myviewstable h3 {
	margin: 0 0 15px 0;
	padding: 0;
}
#myviewstable h3 a {
	color: #1e6297 !important;
}
#myviewstable .viewitem {
	margin-bottom: 5px;
	font-size: 11px;
	width: 30%;
	float: left;
	padding-left: 10px;
}
#myviewstable .viewitem strong {
	font-size: 12px;
}
#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: #27a175 !important;
}
#editviewdetails,
#editthisview,
#editviewaccess {
	padding-left: 15px;
	background: url(../images/edit.gif) no-repeat left 2px;
	font-size: 12px !important;
	font-weight: bold;
}
#btn-edit {
	padding-left: 12px;
	font-size: 11px;
	background: url(../images/icon-edit.gif) no-repeat left 4px;
}
#btn-reply {
	padding-left: 12px;
	font-size: 11px;
	background: url(../images/icon-reply.gif) no-repeat left 4px;
}
#btn-deletethisview {
	margin-left: 10px;
	padding-left: 12px;
	font-size: 13px;
    font-weight: bold;
	background: url(../images/icon-delete.gif) no-repeat left 6px;
}
#btn-deletethisview:hover {
	text-decoration: none;
}
#editview td a {
	font-size: 11px;
}
#editaccess table {
	width: 100%;
	* width: 98%;
}
#viewacl_lhs #results {
	border-bottom: 1px solid #95a8b7;
}
#potentialpresetitems div {
	vertical-align: middle;
}
#potentialpresetitems button {
	border: 0;
	background: url(../images/icon-add.gif) no-repeat left 7px;
	padding-left: 10px;
	color: #0a9967;
	font-weight: bold;
}
button#dosearch {
	background: url(../images/btn_search.gif) no-repeat;
	padding-left: 20px;
	border: 0;
}

#viewacl_lhs {
    float: left;
    border-right: 1px solid #95a8b7;
    padding-right: 1em;
    margin-right: 1em;
}
.ai-container {
    border-right: 1px solid #95a8b7;
}

#editaccess #results {
	width: auto;
	margin-top: 5px;
}
#editaccess #results th {
	text-align: left;
	padding: 2px 10px;
}
#editaccess #results td {
	white-space: nowrap;
	padding: 2px 10px;
	vertical-align:middle;
}
#editaccess #results td button {
	border: 0;
	background: url(../images/icon-add.gif) no-repeat left 10px;
	padding-left: 10px;
	color: #0a9967;
	font-weight: bold;
}

#editaccess_accesslist_container h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#accesslistitems table {
	width: auto;
	margin: 0 20px 10px 0;
	float: left;
}
#accesslistitems table table {
	margin: 0 0 10px 0;
	width: auto;
}
#accesslistitems table th {
	text-align: left;
	padding: 2px 0;
}
#accesslistitems table table th {
	color: #555555;
	font-size: 11px;
}
#accesslistitems table td {
	padding: 0;
}
#accesslistitems table table td{
	padding: 2px 5px;
}
#accesslistitems table td button {
	border: none;
	color: #27a175;
	background: url(../images/icon-delete.gif) no-repeat left 10px;
	padding-left: 5px;
	padding-right: 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 10px !important;
}
#accesslistitems table th img {
	height: 16px;
}
#editaccess_overrides_container {
	clear: both;
}
#editaccess_overrides_container fieldset {
	padding: 10px;
}
#editaccess_overrides_container fieldset div {
	margin: 5px;
}
#editaccess_submit_container input#editaccess_submit {
	background-color: #0a9967 !important;
}



/* MY PORTFOLIO > MY FILES */
#uploader {
	display: inline;
}
#uploadform {
    background-color: #e8eff6;
	padding: 2px 15px;
}
#uploadform table th {
	text-align: left;
	padding: 3px 10px 3px 0;
}
#uploadform table td {
	font-size: 11px;
	padding: 3px 0;
}
#uploadform table th label {
	color: #646464;
}
#uploadform table input.button {
	height: 22px;
	padding: 2px 10px;
	float: right;
}
#uploadform table td table.help-wrapper {
	padding: 0;
}
#createfolderform {
    background-color: #e6f4ea;
	margin-top: 15px;
	padding: 2px 15px;
}
#createfolderform table th {
	text-align: left;
	padding: 3px 10px 3px 0;
}
#createfolderform table td {
	font-size: 11px;
	padding: 3px 0;
}
#createfolderform table th label {
	color: #646464;
}
#createfolderform table input.button {
	height: 22px;
	padding: 2px 10px;
	float: right;
}
#createfolderform table td table.help-wrapper {
	padding: 0;
}
form#files .foldernav {
    font-weight: bold;
    margin: 15px 0 0 3px;
    padding: 3px 0 3px 25px;
    font-size: 18px;
    background: url(../images/foldernav.gif) no-repeat left 2px;
}
.directory-item.folder a {
	font-weight: bold;
}
#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;
	padding: 3px 0;
	font-size: 11px;
}
#filelist table th {
	text-align: left;
	padding: 3px 10px 3px 55px;
}
#filelist table th label {
	color: #646464;
}
#filelist table td input.button {
	height: 22px;
	padding: 2px 10px;
	float: right;
}


/* MY PORTFOLIO > MY BLOGS */
#bloglist {
	border-bottom: 1px solid #95a8b7;
}
#myblogs .addiconcontainer {
    margin: 0;
	float: right;
}
#myblogs .blogsettingscontainer {
	margin-top: 10px;
}
#myblogs #postlist p img {
	padding: 10px 20px;
}
#postlist {
	border-collapse: separate;
}
#postlist th {
	border-bottom: 1px solid #95a8b7 !important;
	padding: 2px 10px;
	text-align: left;
}
#postlist input.button,
#postlist input.submit {
	margin: 0 5px;
	font-size: 9px !important;
}
.settingsicon a {
	background-color: #028457;
	padding: 3px 10px;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	color: #FFF !important;
	margin-left: 5px;
}
.settingsicon a:hover {
	text-decoration: none;
	color: #FFF;
}
.blogpost-attachments {
	width: 100%;
	* width: 98%;
	border: 1px solid #59638d;
	background-color: #59638d;
    padding: 0 !important;
	margin-bottom: 0 !important;
}
.blogpost-attachments tbody th {
	color: #FFF;
	font-weight: bold;
    text-align: left;
}
.blogpost-attachments tr.r0 td,
.blogpost-attachments tr.r1 td {
	color: #474220;
	font-weight: normal;
}
#editpost th {
	padding: 2px 0;
}
#editpost td {
	padding: 2px 10px;
}
#browsebutton {
	background-color: #0a9967;
}
#browsemyfiles {
	margin-top: 15px;
    background-color: #e6f4ea;
	padding: 10px 15px;
}
#browsemyfiles h3 {
	margin-top: 0;
}
#draftpost table {
	margin: 5px 0;
}
#draftpost table th {
	text-align: left;
	padding: 2px 10px;
}
#draftpost table td {
	padding: 2px 0;
}
span.viewicon {
	float: right;
}
#editblog table th {
	text-align: right;
	padding: 2px 10px;
}
#editblog table td {
	padding: 2px 0;
	font-size: 11px;
}
.postdetails {
	font-size: 11px;
	color: #a3a3a3;
	text-align: left;
	padding-top: 0 !important;
	padding-bottom: 15px !important;
}
#myblogs input.edit {
	border: none;
	background: url(../images/icon-edit.gif) no-repeat left 5px;
	font-size: 9px !important;
	color: #27a175;
	padding-left: 6px;
	height: 16px;
}
#myblogs input.publish {
	border: none;
	background: url(../images/icon-publish.gif) no-repeat left 5px;
	font-size: 9px !important;
	color: #27a175;
	padding-left: 8px;
	height: 16px;
}
#myblogs input.delete {
	border: none;
	background: url(../images/icon-delete.gif) no-repeat left 5px;
	font-size: 9px !important;
	color: #27a175;
	padding-left: 6px;
	height: 16px;
}
#filebrowser {
	border-bottom: 1px solid #95a8b7;
}	
#filebrowser tr.folder td {
    background-color: #d9d9d9 !important;
}


/* VIEWS */
#feedbacktable {
	border-bottom: 1px solid #95a8b7;
}
#feedbacktable thead th {
	font-size: 12px;
}
#feedbacktable tbody td {
	font-size: 11px;
	padding: 10px;
}
#feedbacktable .details {
	margin-top: 10px;
	color: #9e9e9e;
}
#feedbacktable .icon {
	float: left;
	margin-right: 5px;
}
#viewmenu a {
	margin: 0 15px;
	font-size: 11px;
}
#view #publicfeedback {
	padding: 10px 15px;
	border-top: 2px dotted #D2D2D2;
	font-size: 11px;
}
#view .blockinstance-content {
	padding-bottom: 15px;
}
#view .blockinstance-content .blogpost-attachments th,
#view .blockinstance-content .blogpost-attachments td {
	padding: 2px 5px;
}
#view .blockinstance-content .postdetails {
	text-align: right;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.blockinstance-content .maharatable th {
	text-align: left !important;
}
#feedback th,
#objection th {
	padding: 2px 10px;
	text-align: left;
}



/* GROUPS */
#userview h4 {
	margin-top: 0;
}
#joinrequest {
	padding-left: 12px;
	background: url(../images/icon-add.gif) no-repeat left;
}
#groupsviewlist {
	list-style: none;
}



/* GROUPS > MY GROUPS */
#mygroupstable {
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
}
#mygroupstable h3 {
	margin-top: 5px;
}
#mygroupstable h3 a {
	color: #1e6297;
}
#mygroupstable td {
	font-size: 11px;
}
#mygroupstable ul {
	margin-top: 5px;
}
#mygroupstable ul li {	
	display: inline;
	margin-right: 20px;
	margin-left: 0;
}
#mygroupstable #btn-edit {
	padding-left: 12px;
	background: url(../images/icon-edit.gif) no-repeat left 3px;
}
#mygroupstable #btn-delete {
	padding-left: 12px;
	font-size: 11px;
	background: url(../images/icon-delete.gif) no-repeat left 3px;
}
#groupmembers {
	padding-left: 12px;
	background: url(../images/icon-user.gif) no-repeat left 3px;
}
#groupmembers #memberlist td img {
	margin-right: 5px;
}
#filter input.submit {
	height: 22px;
	margin-left: 5px;
}


/* GROUPS > FIND GROUPS */
.listing h3 {
	margin-top: 5px;
}
.listing h3 a {
	color: #1e6297;
}
.listing td {
	font-size: 11px;
}
.listing ul {
	margin-top: 5px;
}
.listing ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 0;
}
#btn-requests {
	background: url(../images/icon-add.gif) no-repeat left 4px;
	padding-left: 12px;
}
#accesslistitems div div {
    background: none;
    width: 220px;
}
#search_filter_container {
	margin: 0 5px;
}
#search_search {
	background: url(../images/btn_search.gif) no-repeat;
	border: none;
	padding-left: 25px;
	height: 24px;
	color: #fff;
}


/* GROUPS > MY FRIENDS */
#friendslist {
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
}
#friendslist td.viewlist ul li {
	display: list-item;
	margin-left: 15px;
}
#friendslist .friendinfo td p {
	margin-top: 0;
}
#friendslist td.viewlist {
	padding-top: 25px;
}
#friendslist td.viewlist h3 {
	font-size: 14px;
}


/* GROUPS > FIND FRIENDS */
#friendslist .friendinfo .last a#btn-request {
	background-color: #0a9967;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
	padding: 3px 5px 2px 5px;
	color: #FFF;
	font-size: 11px;
	height: 20px;
	font-weight: normal;
	* display: inline;
}
#friendslist .friendinfo .last a#btn-request:hover {
	text-decoration: none;
}
.friendinfo h3 {
	text-align: left;
	margin-top: 0;
}
.friendinfo {
	padding: 0;
	font-size: 11px;
	margin: 0 !important;
}
.friendinfo tbody td,
.friendinfo tbody th {
	padding: 2px;
}
.friendinfo ul {
	margin: 0;
}
#friendslist ul.actionlist {
    width: 220px;
}
.friendinfo ul li {
	display: block;
	margin: 0 20px 0 0;
}
#friendslist .friendinfo td div ul {
	margin-top: 5px;
}
#btn-sendmessage {
	background: url(../images/icon-mail.gif) no-repeat left 3px;
	padding-left: 12px;
	font-size: 11px;
}
#btn-delete {
	background: url(../images/icon-delete.gif) no-repeat left 3px;
	padding-left: 12px;
	font-size: 11px;
}
#friendslist .friendinfo div.submit input.submit {
	height: 20px;
	font-size: 11px;
}
#group_viewlist,
#memberlist {
	border-bottom: 1px solid #95a8b7;
}


/* FORUMS */
span.breadcrumbs {
	display: block;
}
span.breadcrumbs a {
	color: #999999;
	font-size: 11px;
	padding: 0 5px;
}
.groupowner, a.groupowner {
    color: #d32a8a;
}
.moderator, a.moderator{
    color: #2a8bd3;
}
#forumslist {
	list-style: none;
	border-bottom: 1px solid #95a8b7;
}
#forumslist th {
	text-align: left;
	padding: 2px 10px;
	border-bottom: 1px solid #95a8b7;
}
#forumslist h4 {
	margin: 0;
}
#forumslist table {
	margin: 0;
	border: none;
}
#forumslist table th {
	border: none;
}
#forumslist table td {
	padding: 0;
}
#forumslist table td input {
	margin: 0;
}
#forumslist #btn-edit {
	padding-right: 10px;
}
#viewforum {
	margin-bottom: 5px;
}
#viewforum #btn-edit {
	padding-right: 10px;
}
#viewforum #forumdescription {
	margin-top: 10px;
	background-color: #ececec;
	padding: 10px 10px;
	width: 100%;
	* width: 98%;
	border: 1px solid #d7d7d7;
}
#forumtopicstable {
	width: 100%;
	* width: 98%;
	border-bottom: 1px solid #95a8b7;
}
#forumtopicstable th {
	text-align: left;
	border-bottom: 1px solid #95a8b7;
	padding: 2px 10px;
}
.subscribetoforum {
	margin-top: 5px;
}
#forumtopicbtnwrap {
	width: 100%;
	* width: 98%;
	margin-bottom: 0;
}
#subscribe_forum_submit_container input,
#subscribe_topic_submit_container input {
	height: 20px;
}
.nowrap {
	white-space: nowrap;
}
.btn-editdk {
	margin-right: 5px;
	background-color: #028457;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
    height: 24px;
	color: #FFF !important;
	padding: 2px 10px;
	font-size: 11px;
}
.btn-deletedk {
	margin-right: 5px;
	background-color: #028457;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
    height: 24px;
	color: #FFF !important;
	padding: 2px 10px;
	font-size: 11px;
}
.btn-editdk:hover,
.btn-deletedk:hover {
	text-decoration: none;
}
.lastpost {
	font-size: 11px;
	color: #aaaaaa;
}
#forumkeylist {
	list-style: none;
	margin: 5px 0;
}
#forumkeylist li {
	display: inline;
	margin: 0 20px 0 0;
}
.stickytopic {
	background-color: #ceeafe;
}
.forumtopicdescription {
	font-size: 11px;
}
.forumposter {
	font-size: 11px;
}
.postscount {
	text-align: center !important;
}
#forumdescription {
    clear: none !important;
}

/* FORUM > ADD TOPIC */


/* FORUM > POST */
#forumpost {
	background-color: #f4f7f9;
	width: 98%;
	border-top: 1px solid #95a8b7;
	border-bottom: 1px solid #95a8b7;
	margin-bottom: 0;
}
#forumpost th {
	text-align: left;
	background-color: #95a8b7;
	padding: 2px 10px;
	color: #FFF;
}
#forumpost h4 {
	color: #FFF;
	margin: 0;
}
.forumpost {
    clear: none !important;
}
.forumpostleft {
	text-align: center;
	width: 160px;
	background-color: #FFF;
	font-size: 11px;
}
.forumpostleft h5 {
	color: #888888;
	font-size: 11px;
}
.posttime {
	font-size: 11px;
	color: #999999;
}
.postbtns {
	text-align: right;
	padding-right: 10px;
}
.postedits {
    padding-top: 1.5em;
    padding-left: .5em;
}
.deletedpost {
    color: gray;
    margin-top: 0;
}



/* FORUM > REPLY */
.postreply {
	list-style: none;
}


/* FORUM > EDIT FORUM */
#edit_interaction table {
	margin:0;
}
#edit_interaction_moderator_container table {
	margin: 0;
	padding: 0;
}
#edit_interaction_moderator_container table td {
	margin: 0;
	padding: 0 5px;
}
#edit_interaction_moderator_container table th {
	text-align: left;
	padding: 2px 5px;
	color: #555555;
}
#edit_interaction_moderator_container table td label {
	padding-right: 5px;
}
#edit_interaction_moderator_container table td button {
	height: 20px;
	background-color: #028457;
}
#edit_interaction_moderator_container button#moderator_search_btn {
	background: url(../images/btn_search.gif) no-repeat !important;
	border: none;
	padding-left: 25px;
	height: 24px;
	color: #fff;
}




/* FORUM > EDIT TOPIC */





/* SETTINGS > PREFERENCES */
#accountprefs table #accountprefs_password2 {
    margin: 0 0 20px 0;
}
#accountprefs table p {
    margin: 5px 0 0 0;
    padding: 0;
	color: #1e6297;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #95a8b7
}
#accountprefs td label {
    font-weight: normal;
	color: #474220;
	font-size: 11px;
}
#accountprefs_addremovecolumns_container th {
	width: 200px;
	white-space: normal;
}


/* SETTINGS > NOTIFICATIONS */
#activitylist th a {
	font-size: 9px;
	font-weight: normal;
}
#activitylist td div {
	font-size: 11px;
	padding: 2px 5px;
}
#activitylist td.markasreadtd {
	text-align: right;
}
#activitylist td.markasreadtd .markasread input.submit {
	height: 24px;
	padding: 2px 10px;
}
#activitylist td.markasreadtd .markasread input.btn-delete {
	background-color: #028457 !important;
}


/* SETTINGS > INSTITUTION MENBERSHIP */
#requestmembership_institution_container {
	margin: 10px 0;
}
#requestmembership_studentid_container {
	margin: 10px 5px 0 10px;
}
#requestmembership_submit {
	height: 22px;
}
#cancelrequest label {
	display: block;
}


/* ADMIN HOME */
/* Administration Home styles */
#adminhome ul {
    margin: 0;
    list-style: none;
}
#adminhome ul ul li {
    margin: 0 0 0 25px;
	list-style-type:disc;
}
#runupgrade {
    padding: 10px;
    background-color: #e0e8ee;
    border: 1px solid #95a8b7;
}
#runupgrade h4 {
    margin-top: 0;
    padding-bottom: .5em;
}
#upgradestable {
    border: none;
	font-size: 11px;
}
#upgradestable th {
    padding: 3px 15px;
    border-bottom: 1px solid #95a8b7;
    background-color: #e0e8ee;
	color: #95a8b7;
	text-align: left;
}
#upgradestable td {
    padding: 3px 15px;
	background-color: #f4f7f9;
}
.upgradeicon a {
    color: #FFF;
    height: 24px;
	background-color: #0a9967;
	padding: 3px 10px;
	border-color: #D9DFEA #b2b2b2 #b2b2b2 #D9DFEA !important;
	border-style: solid;
	border-width: 1px;
	font-size: 11px; 
	* display: inline;
}
.upgradeicon a:hover {
	text-decoration: none;
    color: #FFF;
}
#adminhome ul h3 {
	font-size: 14px;
}
#adminhome ul ul li {
	font-size: 12px;
}


/* CONFIGURE SITE > SITE OPTIONS */
#siteoptions td,
#siteoptions th {
	padding: 2px 5px;
}


/* MANAGE USERS > USER SEARCH */
table#initials {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}
table#initials .initial-label {
    text-align: right;
	padding-right: 5px;
	color: #1e6297;
	font-weight: bold;
}
table#initials .initial-letters {
    font-size: 13px;
}
#initials .initial-letters span {
    padding-left: 2px;
    padding-right: 2px;
}
#initials .initial-letters span.selected a {
    color: #000 !important;
    text-decoration: none;
    font-weight: bold;
}
#query-button {
	background: url(../images/btn_search.gif) no-repeat;
	border: none;
	padding-left: 25px;
	height: 24px;
	color: #fff;
}


/* CONFIGURE SITE > NETWORKING */
#networkingform td,
#networkingform th {
	padding: 2px 5px;
}


/* MANAGE USER > ADMIN NOTIFICATIONS */



/* CONFIGURE SITE > LINKS AND RESOURCES MENU */
#menuitemlist table td {
	background-color: #f4f7f9;
}
#menuitemlist table th {
	border-bottom: 1px solid #95a8b7;
	text-align: left;
}
#menuitemlist #rownew td {
	border-top: 1px solid #e0e8ee;
	border-bottom: 1px solid #95a8b7;
	line-height: 20px;
	padding: 5px;
	background-color: #FFF;
	vertical-align: middle;
}
#menuitemlist #rownew td input.button {
	height: 22px;
	padding: 2px 10px;
	margin: 0;
}


/* CONFIGURE SITE > NETWORKING */



/* MANAGE USERS > USER SEARCH */
#results div{
	padding: 10px 15px;
}
#results #searchresults td div {
	padding: 0;
}
table.tablerenderer th.asc { 
	background: transparent url(../images/down.gif) no-repeat right;
	padding-right: 20px;
}
table.tablerenderer th.desc { 
    background: transparent url(../images/up.gif) no-repeat right;
	padding-right: 20px;
}


/* MANAGE USERS > SUSPENDED USERS */
#suspendedlist {
	border-bottom: 1px solid #95a8b7;
}
#buttons #buttons_delete_container #buttons_delete {
	background-color: #028457;
}


/* MANAGE USERS > SITE STAFF */
#staffusers table {
	margin:0;
}
#staffusers_users_container table {
	margin: 0;
	padding: 0;
}
#staffusers_users_container table td {
	margin: 0;
	padding: 0 5px;
}
#staffusers_users_container table th {
	text-align: left;
	padding: 2px 5px;
	color: #555555;
}
#staffusers_users_container table td label {
	padding-right: 5px;
}
#staffusers_users_container table td button {
	height: 20px;
	background-color: #028457;
}
#staffusers_users_container table td #users_search_btn {
	background: url(../images/btn_search.gif) no-repeat;
	border: 0;
	padding-left: 20px;
	height: 24px;
}


/* MANAGE USERS > SITE ADMINS */
#adminusers {
	margin: 0;
}
#adminusers #adminusers_users_container table {
	margin: 0;
	padding: 0;
}
#adminusers #adminusers_users_container table td {
	margin: 0;
	padding: 0 5px;
}
#adminusers #adminusers_users_container table th {
	text-align: left;
	padding: 0 5px;
	color: #555555;
}
#adminusers #adminusers_users_container table td label {
	padding-right: 5px;
}
#adminusers #adminusers_users_container table td button {
	height: 20px;
	background-color: #028457;
}
#adminusers #adminusers_users_container table td #users_search_btn {
	background: url(../images/btn_search.gif) no-repeat;
	border: 0;
	padding-left: 20px;
	height: 24px;
}



/* MANAGE USERS > ADMIN NOTIFICATIONS */
#notificationstable {
	border-bottom: 1px solid #95a8b7;
}
#notificationstable th {
	text-align: left;
	border-bottom: 1px solid #95a8b7;
	padding: 3px 10px;
}


/* MANAGE USERS > ADD USER */



/* MANAGE USERS > ADD USERS BY CSV */



/* MANAGE INSTITUTIONS > INSTITUTIONS */
#adminstitutionslist {
	border-bottom: 1px solid #95a8b7;
}
#institution fieldset table tr {
	display: inline;
}
#institution fieldset table th {
	width: 180px;
	padding: 2px;
}
#institution fieldset table td {
	padding: 2px;
	width: 8px;
}
.institutioneditbuttons form,
.institutionedituserbuttons {
	display: inline;
}
.institutionedituserbuttons input {
	background-color: #028457;
}
#institution #instanceList .authLabel {
	float: none;
}
#institution #instanceList .authIcons {
	float: none;
}
#institution label {
	padding: 5px;
}


/* MANAGE INSTITUTIONS > INSTITUTIONS > EDIT > Add Authority */
#auth_config_parent_container th {
  padding-top: 15px;
}
#auth_config_parent_container td {
  padding-top: 15px;
}
#auth_config_wessoout_container th {
  padding-top: 15px;
}
#auth_config_wessoout_container td {
  padding-top: 15px;
}


/* MANAGE INSTITUTIONS > INSTITUTION MEMBERS */
#usertypeselect {
	margin-bottom: 0;
}
#usertypeselect th {
	text-align: left;
}
#institutionusers {
	margin: 0;
}
#institutionusers td table {
	margin: 0;
}
#institutionusers td table th,
#institutionusers td table td {
	padding: 0 5px;
}
#institutionusers td table th {
	color: #555555;
	padding-top: 3px;
	text-align: left;
}
#institutionusers #institutionusers_users_container td button {
	background-color: #028457;
	height: 20px;
}
#institutionusers #institutionusers_users_container table td label {
	padding-right: 5px;
	color: #555555;
}
#institutionusers #institutionusers_users_container button#users_search_btn {
	background: url(../images/btn_search.gif) no-repeat;
	padding-left: 20px;
	border: 0;
	height: 24px;
}


/* MANAGE INSTITUTIONS > INSTITUTION STAFF */
#institutionselect table {
	margin-bottom: 0;
}


/* MANAGE INSTITUTIONS > INSTITUTION ADMINISTRATORS */
#adminusers {
	margin: 0;
}


/* ADMINISTER EXTENSIONS */
#adminplugin ul.adminpluginstypes {
	list-style: none;
}
#adminplugin ul.adminpluginstypes ul {
	margin-left: 17px;
}


/* FOOTER */
#footer-wrap {
    clear: both;
    background-color: #717277;
    padding: 0 0 20px 0;
    color: #d1ded5;
    font-size: 11px;
}

#footer {
    height: 16px;
    margin: 0;
    padding: 13px 0 0 0;
    font-size: 11px;
    color: #d3d3d3;
    text-align: left;
    background-color: #717277;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
    color: #d3d3d3;
    text-decoration: none;
	padding: 0 5px;
}
#footer a:hover {
    color: #fff;
    text-decoration: none;
}
#poweredby {
	float: left;
	padding: 0 5px 0 20px;
}
.performanceinfo {
    font-size: 9px;
    text-align: left;
    margin-top: 0;
}
.performanceinfo span {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
.performanceinfo br {
	display: none;
}


/* REGISTRATION PAGE */
#registration a.supportlink,
#registration a.supportlink:hover {
    color: blue;
}
#registration a.supportlink:visited {
    color: purple;
}

/* IE 6 fixes */

table#myviews div.rel {
    _margin-top: 60px;
}
table#myviews div.rel div.rbuttons {
    _margin-right: 0;
}

#myviews .rbuttons {
    _top: 60px;
}
#myviews h3 {
   _position: relative;
   _top: 50px;
   _left: 25px;
}
.pieform tbody tr th label {
    _white-space: nowrap;
}
.listing div.fr {
    position: static;
}
#resumewrap {
   _float: left;
}
