/**
 * 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     Paul Walker <paul.walker@catalyst-eu.net>
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL
 * @copyright  (C) 2009 Catalyst IT Europe http://catalyst-eu.net
 */

/* General rules */
body {
    background: #e99adb url(../images/bg.jpg) no-repeat top center;	
	color: #360435;
    font-family: Arial, Helvetica, sans-serif;
}
acronym {
    border-bottom: 1px dotted #d4d1c0;
}
a, a:visited, a:link, a:active {
    color: #5A0757;
    text-decoration: none;
}
a:hover, a:focus {
    color: #5A0757;
    text-decoration: underline;
}
h1 {
    color: #3C083F;
    font-weight: normal;
}
h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    color: #3C083F;
    font-weight: normal;
}
h3 {
    font-family:Georgia, "Times New Roman", Times, serif;
    color: #5A0757;
    font-size: 1.1em;
    font-weight: normal;
}
h4 {
    font-size: 1em;
    color: #360435;
}
h5 {
    color: #5A0757;
    font-size: .9em;
}
h6 {
    color: #5A0757;
}
.description,
.unvalidated,
.postdetails {
    color: #5A0757;
}


/**************************** Tables ****************************/
.main-column thead th {
    color: #360435;
	border-bottom: 1px dotted #360435;
}
.main-column tbody th {
    color: #360435;
	border-bottom: none;
}
/* table with th border-bottom */
#searchresults thead th,
#filelist,
#groupforumtable,
.tag-results #results {
	border-bottom: 1px dotted #360435;
}
/* table with tfoot border-top */
#searchresults tfoot td,
#adminstitutionslist tfoot td,
#profileicons tfoot td,
#activitylist tfoot td,
#groupforumtable {
	border-top: 1px dotted #360435;
}
.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: #5A0757 !important;
}
.main-column table h3 a:hover,
.listing div h3 a:hover {
}
.tablerenderer-loading {
    border: 1px solid #490647;
	background-color: #FFF;
    color: #FFF;
}
/* table with th border-bottom */
#searchresults thead th {
	border-bottom: 1px solid #360435;
}
/* table with border-bottom */
#searchresults tfoot td {
	border-top: 1px solid #360435;
}
/* Alternative row background colours */
.r0,
.r0 td {
    background-color: #e8c1ea;
}
.r1,
.r1 td {
    background-color: #f7d4fa;
}
tr.folder td {
}

/**************************** Pagination ****************************/
div.pagination a {
}
div.pagination .disabled {
}

/**************************** Forms ****************************/
/* Label */
label {
    color: #360435;
}
/* required */
.required th, .required label, .requiredmarker, #register_tandc_container th {
    color: #360435;
}
/* override required colour to normal colour */
.required label.plain, .required.radio td label, .required.emaillist td label {
	color: #474220;
}
/* description */
.pieform td.description {
}

/* Legend */
legend {
	color: #5A0757;
    font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
}
legend a,
legend a:link,
legend a:visited,
legend a:active {
	color: #5A0757 !important;
}

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

/* Fieldset */
fieldset {
    border: 1px solid #5c0758;
}
/* Text fields and such */
input.text, 
input.password, 
input.file,
textarea,
input[type=text],
input[type=password],
input[type=file] {
    border: 1px solid #aaaaaa;
}
input.text.required {
    border-color: #cc0000;
}

/* error */
input.error, select.error {
}
.errmsg {
}


/****************************** Buttons ****************************/
/** input buttons **/
input.submit,
input.cancel,
button,
input.button,
input.buttondk,
input.select,
input#files_filebrowser_edit_artefact {
    background-color: #5c0758;
	padding: 3px 10px;
	border-color: #b118ba #3C083F #3C083F #b118ba !important;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
    font-weight:normal;
	color: #FFF !important;
	margin-left: 5px;
}
/** link buttons **/
.rbuttons a.btn,
#sb-profile .controls a,
.upgradeicon a,
#loginas .btn-loginas {
    background-color: #5c0758;
	padding: 3px 10px;
	border-color: #b118ba #3C083F #3C083F #b118ba !important;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
    font-weight:normal;
	color: #FFF !important;
	margin-left: 5px;
}
/** hover for buttons **/
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 {
	color: #FFF;
    text-decoration:none;
    background-color: #5c0758;
}
/** Depress for buttons **/
input.submit:active,
input.cancel:active,
button:active,
input.button:active,
input.buttondk:active,
input.select:active,
input#files_filebrowser_edit_artefact:active,
.rbuttons a.btn:active,
#sb-profile .controls a:active {
    background-color: #5c0758;
	padding: 3px 10px;
	border-color: #3C083F #b118ba #b118ba #3C083F !important;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
    font-weight:normal;
	color: #FFF !important;
	margin-left: 5px;
}

/** Buttons with icons **/
a.btn-req {
	background: url(../images/icon-join.gif) no-repeat left center;
	padding-left: 15px;
}
.btn-leavegroup {
    background: transparent url(../images/icon-leave.gif) no-repeat left center;
	padding-left: 15px;
}
a.btn-del,
a#btn-delete {
    background: transparent url(../images/icon-delete.gif) no-repeat left center;
    color: #ca0000 !important;
	padding-left: 12px;
}
#btn-request, 
a.btn-add {
	background: url(../images/icon-add.gif) no-repeat left center;
	padding-left: 12px;
}
a.btn-msg, #btn-sendmessage {
	background: url(../images/icon-mail.gif) no-repeat left center;
	padding-left: 12px;
}
a.btn-edit {
	background: url(../images/icon-edit.gif) no-repeat left center;
	padding-left: 12px;
}
.btn-pending {
	background: url(../images/icon-pending.gif) no-repeat left center;
	padding-left: 12px;
}
.btn-reply, #add_feedback_link {
	background: url(../images/icon-reply.gif) no-repeat left center;
	padding-left: 12px;
}
#objection_link {
	background: url(../images/icon-flag.gif) no-repeat left center;
}
#print_link {
	background: url(../images/icon-print.gif) no-repeat left center;
}
#toggle_watchlist_link {
	background: url(../images/icon-watch.gif) no-repeat left center;
}
.btn-settings {
	background: url(../images/icon-settings.gif) no-repeat left center;
	padding-left: 12px;
}
input#addfriend_add,
input#myfriends_addfriend_add {
	background: transparent url(../images/icon-add.gif) no-repeat left center;
	border: 0;
    margin: 0;
}
#togglepublic_submit {
	background: url(../images/icon-login.gif) no-repeat left center;
	padding-left: 12px !important;
	color: #5A0757 !important;
	border: 0;
}
.lbuttons a {
	padding-left: 12px !important;
}

/* Search buttons */
#usf_submit {
    border:none;
	width:30px;
	padding:3px 0;
	margin:0;
	text-indent:-1000px;
	cursor:pointer;
    background: transparent url(../images/btn_search_off.png) no-repeat center center;	
	font-size: 1%;
	padding: 10px;
	vertical-align: middle;
	* vertical-align: inherit;
}
* html #usf_submit {
    background: transparent url(../images/btn_search_off.gif) no-repeat center center;	
}
#dosearch,
#selfsearch button ,
.query-button,
#query-button,
#moderator_search_btn,
#search_submit,
#search_search,
#selfsearch button,
#users_search_btn {
    border:none;
	width:30px;
	padding:3px 0;
	margin:0;
	text-indent:-1000px;
	cursor:pointer;
    background: transparent url(../images/btn_search_off.png) no-repeat center center;	
	font-size: 1%;
	padding: 10px;
	* padding: 1px 10px;
	vertical-align: middle;
	* vertical-align: inherit;
}

/**************************** Top of page elements ****************************/
#container, #containerX {
    background-color: transparent;
    margin-top:0px;
    padding-top:0px;
    min-width: 970px;
    width: 90%;
}
#top-wrapper {
    background: transparent;
    border: none;
}
#containerX #top-wrapper {
}
#loading-box {
    color: #fff;
    background-color: #8E1901;
}
#site-logo {
	padding: 25px 25px 0 0
}
#top-wrapper ul,
#top-wrapper li {
}
/* Search and language bar */
#language-select, #usf {
    padding: 48px 6px 0 0;
}
#usf_query_container input {
    color: #490647;
}

/**************** TOP NAVIGATION ****************/
#main-nav {
    float:right;
    padding: 0;
    margin: 0;
    background: transparent;
}
#main-nav ul {
}
#main-nav li {
    float:left;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
	font-size: 12px;
    line-height: 20px;
	margin: 0 0 0 5px;
	padding: 0;
}
#main-nav li a,
#main-nav li a:link,
#main-nav li a:visited,
#main-nav li a:active {
	margin: 0;
    padding: 6px 15px 7px;
	background: #5A0757 url(../images/mainnav-bg.gif) repeat-x top center;
    color: #FFFFFF;
	width:auto;
	display:block;
}
#main-nav li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#main-nav li.selected {
}
#main-nav li.selected a,
#main-nav li.selected a:link,
#main-nav li.selected a:visited,
#main-nav li.selected a:active {
    color: #FFFFFF;
    font-weight: bold;
	background: #5c0758;
}
#main-nav li.selected a:hover {
}

/**************** SUB NAVIGATION ****************/
#sub-nav {
    clear:both;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background: #5c0758 url(../images/subnav-bg.gif) repeat-x top center;
    height: 35px;
	width:100%;
	border: none;
}
#sub-nav ul {
    float:right;
	padding: 8px 0 5px 0;
	background: transparent;
}
#sub-nav li {
    padding: 5px 13px 5px 8px;
    line-height: 20px;
    height: 35px;
    margin: 0 !important;
	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 {
    color: #FFFFFF;
}
#sub-nav li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#sub-nav li.selected {
    margin: 0;
	background: transparent;
}
#sub-nav li.selected a,
#sub-nav li.selected a:link,
#sub-nav li.selected a:visited,
#sub-nav li.selected a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
#sub-nav li.selected a:hover {
}

/**************** IN PAGE TAB NAVIGATION ****************/
ul.in-page-tabs {
}
ul.in-page-tabs li {
}
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: #ffffff;
  font-weight: normal;
  background-color: #5c0758;
}
ul.in-page-tabs li a:hover {
  color: #ffffff;
  background-color: #5c0758;
  text-decoration: underline;
}
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 {
  color: #ffffff;
  font-weight: bold;
  background-color: #841c7f;
}
ul.in-page-tabs li a.current-tab:hover {
}

.subpage {
  border: 1px solid #5c0758;  
}


/**************** MAIN CONTENT *****************/
#containerX #main-wrapper {
	background: #FFF;
}
#main-column {
    display: block;
    margin: 15px 0;
    padding: 20px 15px;
	background: #ffffff;
	border: 1px solid #3B0539;
}

/* system messages between nav and main content */
/* upload file message */
div.info {
}
/* different message types */
#messages .ok,
div.ok {
    color: #3C083F;
    background-color: #f7d4fa;
}
#messages .error,
div.error {
    color: #dd0221;
    background-color: #f7d4fa;
}
#messages .info {
    color: #1666a9;
    background-color: #f7d4fa;
}
/* system messages */
.message {
	color: #360435;
    background-color: #e8c1ea;
    border: 1px dotted #360435;
}
.message.delete {
}


/**************** SIDEBAR *********/
#left-column,
#right-column {
    width: 270px;
	padding: 0;
}
div.sideblock {
	color: #e8c1ea;
	background: #490647 url(../images/bg-block.jpg) repeat-x top center;
	margin: 15px 0 0 15px;
    padding: 8px 15px 15px 15px;
}
div.sideblock h3 {
    font-size: 1.2em;
    color: #e8c1ea;
}
div.sideblock a,
div.sideblock a:link,
div.sideblock a:visited,
div.sideblock a:active {
	color: #e8c1ea;
}
div.sideblock h3 a:hover {
}
div.sideblock-content,
div.sidebar-content {
}
div.sideblock label {
	color: #e8c1ea;
}
div.sideblock ul li {
	font-weight: bold;
}
div.sideblock ul ul {
	list-style-type: square;
	color: #e8c1ea;
}

/* Side Login */
#sb-loginbox input.text,
#sb-loginbox input.password {
}
#sb-loginbox label {
}

/* Side Profile */
#sb-profile ul a,
#sb-profile ul a:link,
#sb-profile ul a:visited,
#sb-profile ul a:active {
}
#sb-profile ul ul a,
#sb-profile ul ul a:link,
#sb-profile ul ul a:visited,
#sb-profile ul ul a:active {
}
#sb-profile li#unreadmessages a.btn-msg,
#sb-profile li#unreadmessages a.btn-msg:link,
#sb-profile li#unreadmessages a.btn-msg:visited,
#sb-profile li#unreadmessages a.btn-msg:active,
#sb-profile li#pendingfriends a,
#sb-profile li#pendingfriends a:link,
#sb-profile li#pendingfriends a:visited,
#sb-profile li#pendingfriends a:active {
}

/* Side Online Users */
#sb-onlineusers ul {
}
#sb-onlineusers li {
}
#sb-onlineusers ul img {
}
#lastminutes {
}

/* Side Quota Bar */
#quota_used {
    color: #A955AD;
}
#quota_total {
    color: #A955AD;
}
#quota_bar, 
#quota_bar_100 {
    background: url(../images/quota_bar_bg.gif) no-repeat;
}
#quota_fill {
    background-image: url(../images/quota_bar_highlight.gif);
}

/* Side Search */
.sidebar #selfsearch input {
}

/* Friends control sideblock */
div.sideblock #friendscontrol label {
	color: #fff;
}

/* Tags */
.tag-results .sep {
}
/* edit tag box */
.edittag {
}
/* delete tag box */
.deletetag {
}
.deletetag h3 {
}
#delete_tag_submit {
}

/* Ajax Login */
#ajax-login-form {
}

/* Help popups & icons */
.contextualHelp {
}



/******************** FOOTER ****************************/
#footer-wrap {
    background-color: transparent;
    border: 0;
}
#footernav {
    color: #5A0757;
} 
#footernav a,
#footernav a:link,
#footernav a:active,
#footernav a:visited {
}
#footernav a:hover {
}
#powered-by {
}
#performance-info {
}
#version {
    color: #5A0757;
}


/****************************** PAGE BY PAGE STYLES **********************************/
/* Userlists used in admin section and on edit interaction form */
.userlisttable tbody tr th {
}

/* Attached file lists */
.attachments {
}
.attachments tbody th {
}

/* User/view */
#userview .user-icon {
}

/* Wall */
.wallpost {
}
#wall .private {
}
.wallpost .postedon {
}
.wallpost .controls {
}


/* My Views */
#myviews td {
}
#myviews h4 {
}
#myviews .submitted-viewitem {
}
#deleteview label {
}
#editviewdetails,
#editthisview,
#editviewaccess {
}

/* Copy a view */
#viewpreview {
}
#viewpreviewinner {
}
#viewpreviewclose {
}

/* View access */
#viewacl_lhs {
}
#viewacl_lhs #results tfoot td {
}
#accesslistitems {
}
#accesslistitems .ai-container {
}
#accesslistitems .removebutton {
}
#accesslistitems .ai-container table th {
}

/* Export */
#export h3 {
}
#export .radio-description {
}
#export fieldset {
}
#export .element div {
}
#export .view {
}
#export fieldset {
}
#export fieldset legend {
}
#export fieldset div a {
}
#export fieldset table {
}
#export fieldset table colgroup col {
}
#export fieldset table div {
}
#export fieldset label {
}
#exportgeneration {
}
#progress {
}
div.progress-bar {
}
* html div.progress-bar {
}
div.progress-bar a {
}
p.progress-text {
}
#progressbar {
}

/* My Groups *//* My Friends */
ul.groupuserstatus {
}
#friendslist ul.actionlist {
}
ul.groupuserstatus li,
#friendslist ul.actionlist li {
}
.listing ul.groupuserstatus li,
#friendslist ul.actionlist li {
	border-color: #b89ab9;
}
#friendslist ul.viewlist li.label {
}
#friendslist ul.viewlist li {
}

/* Group: about */
.group-info {
}


/* Group: members */
.listing.twocolumn td {
}


/* Settings > Preferences */
#accountprefs table h3 {
    border-bottom: 1px solid #360435 !important;
}
#accountprefs table label,
#accountprefs table th {
}
#accountprefs table td label {
}
#deleteaccount {
}
#deleteaccount h1 {
}
#deleteaccount input.submit {
}

/* Settings > Notifications */
#activitylist th {
}
#activitylist th a {
}
#activitylist tbody td div {
}

/* Settings > Institution membership */
#requestmembership_studentid_container label {
}
