/* This material copyright of the respective organisation. */
/* All rights reserved. Not to be reused without permission. */
/*  chind markup

Yellow: fea200
Blue: 2a0fbd
Light purple background: d4cef0
Light purple background shadow: d1bca5
Light purple background shadow darker: 9188c5
Light purple background shadow darker 2: 7871a3
Orange (approx): d84c26
text: 3b281a
text link: 593a30
text link visited: 6d5435
Colour between background and dark: ba9876
*/

a {
    text-decoration: underline;
    color: #593a30;
    background: none;
}
a:visited { color: #6d5435; }
a:active { color: #fea200; }
a:hover { text-decoration: underline; }

.maintitle {
    position: relative;
    -moz-border-radius: 7px;
    background-color: #d1bca5;
    padding: 2px 1em;
    font-variant: small-caps;
    line-height: 1.5em;
    color: #3b281a;
}
.maintitle, .maintitle a:visited {
    color: #3b281a;
}
.maintitle a {
    color: #3b281a;
}
.maintitle img {
    padding: 0px;
}
.nidiheaderbar {
}

.middlepart {
    z-index: 10;
    position: relative;
}

.resetpass {
    font-size: xx-small;
}

.datatable th {
    border: 1px solid #3b281a;
    padding: 2px;
    margin: 2px;
}

.datatable td {
    border: 1px solid #3b281a;
    padding: 2px;
    margin: 2px;
    text-align: right;
    font-family: monospace;
}

.catable {
    width: 100%;
    clear: both;
    color: #686882;
}

/* nididoc css */

.edittitle {
    border-bottom: 1px solid red;
    padding-bottom: 3px;
    display: none;
    padding-top: 1em;
}

.edittitletext {
    width: 98%;
}

.nididoc-menu {
    position: fixed;
    border: 1px solid #fea200;
    background-color: #FFFEF3;
    color: #003300;
    display: none;
    top: 10px;
    left: 10px;
    z-index: 11;
    white-space: nowrap;
}
.nididoc-menu span {
    border: 1px solid #2a0fbd;
    padding: 2px;
    margin: 2px;
    display: block;
    background-color: #d4cef0;
    -moz-border-radius: .7em;
}
.nididoc-menu span:hover {
    border: 1px solid #d4cef0;
    color: #d84c26;
}
.nididoc-menu p {
    padding: 2px;
    margin: 2px;
}
.nididoc-menu img {
    margin: -4px 0 -4px -3px;
}
.nidisubmenu {
    margin-left: 2em;
    font-size: 85%;
}
.edml {
    float: left;
    clear: left;
}
.edmr {
    float: left;
}
.edmn {
    clear: left;
}

#edm_help {
    padding: 4px;
    width: 20em;
    -moz-border-radius: 1em;
    border: 3px double #fea200;
    white-space: normal;
}

.nidi_info {
    font-size: x-small;
    font-weight: normal;
    color: #686882;
    text-align: right;
    clear: both;
}

.clear {
    clear: both;
}

.subdoc {
    border: 1px solid #3b281a;
    -moz-border-radius: 1em;
    padding: .5em;
    margin: 3px;
}

.wholedoc {
    border: 0px solid white;
}
.wholedoc:hover {
    border: 0px solid #EBE9D9;
}
.wholedocbody {
    padding-top: 1px;
}
.wholedoc p {
    padding: 7px 2px 7px 2px;
    line-height: 1.5em;
    margin: 0;
}
.wholedoc p:hover {
    padding: 6px 1px 6px 1px;
    border: 1px solid #3b281a;
}

.wholedoctitle {
	background: none;
	border: none;
}
.wholedoctitle:hover {
    background-color: transparent;
	border: none;
}

.wholedocicon {
    position: relative;
    margin: 3px;
    float: right;
    z-index: 20;
}

.sidebardoc {
    font-size: small;
}

.ofnam {
    font-size: x-small;
    text-align: right;
}

.chooseicon {
    position: relative;
    margin: 5px;
    padding: 10px;
    border: 3px solid #3b281a;
    background: white;
}
.chooseicon cimg {
    margin: 7px;
    float: left;
    text-align: center;
    border: 3px solid white;
}
.chooseicon cimg:hover {
    border-color: #EE1AB2;
}
.chooseicon h3 {
    color: #fea200;
}
.chooseicon h4 {
    float: right;
    color: #fea200;
}
.chooseicon cspan {
    display: block;
    font-size: x-small;
    padding: 10px;
    clear: left;
}

.choosething {
    position: relative;
    margin: 5px;
    padding: 10px;
    border: 3px solid #3b281a;
    background: white;
    -moz-border-radius: .5em;
}
.choosecategory {
    position: relative;
    margin: 5px 0;
    padding: 5px;
    border-top: 1px solid #3b281a;
    background: white;
}
.choosecategory h3 {
    float: right;
    color: #fea200;
}
.choosenothing {
    display: block;
    color: #fea200;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    margin: 10px;
}
.cti {
    border: 3px solid white;
}
.cti:hover {
    border-color: #EE1AB2;
}

.remicon {
    float: left;
}
.remicon:hover {
    border-color: #EE1AB2;
}

/* discussion styles */

.qsumheader {
    text-align: right;
    font-style: italic;
    float: right;
    color: #7871a3;
    z-index: 20;
}

.qsum {
    position: relative;
    background-color: #d1bca5;
    border-bottom: 1px solid #7871a3;
    -moz-border-radius: 1em;
    margin: 5px;
    clear: both;
    color: #33333B;
}

.quippedimage {
    margin: 5px;
    float: left;
}

.qinfo {
    margin-top: -5px;
    float: right;
    font-size: x-small;
    color: #686882;
}
.qiinfo {
    font-size: x-small;
    font-weight: normal;
    color: #686882;
}

.quip {
    /* text-indent: 1em; */
}

.quip, .qim, .qil, .quipsidebar {
    position: relative;
    padding: 7px 2px 7px 2px;
    line-height: 1.5em;
    margin: 0;
    z-index: 10;
    overflow: auto;
}
.qim, .qil {
    float: left;
}
.quip, .quipsidebar {
    clear: left;
}
.qim:hover, .qil:hover, .quip:hover, .quipsidebar:hover {
    background: #d1bca5;
}
.quip span:hover, .quipsidebar span:hover {
    background: #FFFEF3;
}

.quipinvite, .quipnevermind, .quipinvite:visited {
    font-weight: bold;
    color: #fea200;
}
.quipinvite {
    display: block;
    text-align: center;
    clear: both;
}

.quipbox {
    display: none;
}

.pltop, .plbottom, .pltop a:visited, .plbottom a:visited {
    font-weight: bold;
    color: #9797B2;
}
.pltop {
    text-align: left;
}
.plbottom {
    text-align: right;
}
.pltop a, .plbottom a {
    color: #93C2C8;
}

/* edit paragraph */

#edit_parag {
    display: inline;
    width: 100%;
    height: 15em;
    font: small sans-serif;
}

/* attribute edit widgets */

.aewWidget {
}
.aewWidget:hover {
	background: #d1bca5;
}

.aewDelete {
	width: 12px;
	height: 12px;
	background: url("/7115140.im/") no-repeat;
}

.aewAdd {
	color: green;
}

.aewNonEmptyAttrib {
    font-size: 80%;
    float: right;
    padding: 3px 5px;
    margin: 2px;
    line-height: 1.5em;
    border: 1px dotted #d1bca5;
}
.aewNonEmptyAttrib:hover {
    background: #d1bca5;
    padding: 5px 7px;
    margin: 0px;
}


.aewEmptyAttrib {
    font-size: 80%;
    float: right;
    line-height: 1.5em;
    padding: 6px 8px;
    opacity: 0.5;
}
.aewEmptyAttrib:hover {
    padding: 5px 7px;
    margin: 0;
    border: 1px solid #7871a3;
    background: #d1bca5;
}

.aewTable td {
	vertical-align: top;
}

.aewButton, .aewButton:hover {
	float: left;
	padding: 4px 6px;
	border: 1px solid white;
	-moz-border-radius: 3px;
    cursor: pointer;
}
.aewButton:hover {
	float: left;
	padding: 4px 6px;
	border: 1px outset;
	-moz-border-radius: 3px;
    cursor: pointer;
}

.aewSeeSelf {
	float: right;
}

.aewTitle {
    border-width: 0;
    /*
    padding-left: 4em;
    text-align: right;
    margin-bottom: -1em;
    */
}
.aewBody {
    padding-left: 4em;
}
.aewInsert {
    color: green;
}
.aewInsertButton {
    border: 1px solid darkgreen;
    background: lightgreen;
    cursor: pointer;
}
.aewMoreLink {
	margin-left: 2em;
	font-size: x-small;
	font-weight: normal;
}

.aewColourBox {
    width: 10px;
    height: 10px;
    margin: 1px;
    float: left;
}

.aewColourChooser div {
    width: 10px;
    height: 10px;
}

.Subaew {
    padding-left: 14px;
}

/* assisting page */

.nobr {
    white-space: nowrap;
}

.assistTable td {
	width: 2em;
    white-space: nowrap;
}

.asLink {
	width: 80%;
}

.assistsSection, .compSection, .preqSection {
    position: relative;
    margin-left: 1em;
    border-left: 1px dotted #3b281a;
}
.compSection {
    border-color: #3E9BFE;
}
.preqSection {
    border-color: #DD653B;
}

.asper {
    font-size: 88%;
    text-align: left;
    float: left;
    width: 3em;
}

.plannable {
	border-bottom: 1px dotted #aaaaff;
}

.doable {
	border-bottom: 1px dotted #ff4444;
}

.doablesection {
	border: 1px dotted #77cc77;
	margin: 6px;
	padding: 3px;
}

.importantsection, .importanthighlight {
    background-color: white;
    border: 1px solid #ffeedd;
	margin: 4px;
	padding: 3px;
}

.importanthighlight {
    float: right;
}

/* forum display */

.discname {
    font-size: 80%;
    color: #4b4b5a;
}

.disctopic {
    font-size: 80%;
    color: #aaaacc;
}

.postcount {
    font-size: 90%;
    color: #404060;
}

.quipl, .quipl:hover, .quipl:visited {
    text-decoration: none;
    color: #003300;
}

.subforumtable {
	border: 1px solid #3b281a;
	border-width: 0 0 1px 1px;
	margin: -1px 0 10px 0;
    width: 80%;
    clear: both;
    color: #686882;
}

.pflink, .pflink:visited {
    font-size: 80%;
    color: #8a74cc;
}

/* generic styles */

body {
	position: relative;
	padding: 0;
	margin: 0;
	background: #e2d5c6 url('/3874538.im/') left repeat-y;
	color: #3b281a;
}
.pagestamp {
    position: absolute;
    top: 0;
    right: 0;
    font-size: x-small;
    color: #686882;
    text-align: right;
    padding: 2px;
    z-index: 20;
}

.error {
    color: red;
    font-weight: bold;
}

.center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}

img {
    border: none;
    vertical-align: baseline;
    padding: 2px;
}

p img { margin: 0; }

table {
    border: none;
    padding: 0;
    margin: 0;
}

td {
    padding: 0;
    margin: 0;
}

table img { padding: 0; border: none; }

ul {
    padding: 0 20px 0 20px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    border: 0 solid #ba9876;
    border-bottom-width: 1px;
    margin: 3px 0;
    padding: 0;
}

textarea {
    width: 98%;
}



















.sidebar {
    position: absolute;
    top: 179px;
    left: 35px;
    width: 162px;
    padding-right: 9px;
    border-right: 1px solid #dbcbb9;
}

.sidebar h1 {
    font-size: medium;
    font-weight: normal;
    padding-top: 4px;
}
.sidebar h3 {
    font-weight: normal;
    padding-top: 2px;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
    text-align: right;
    -moz-border-radius: 7px;
    padding-right: 3px;
}

.sidebar a {
    text-decoration: none;
}

.sidebar p, .quipsidebar {
    white-space: normal;
    font-weight: normal;
    font-size: small;
}

.chindmainpart {
    position: relative;
    margin: 0 6px 0 216px;
}




.A {
	height: 179px;
	background: url('/15646117.im/') repeat-x;
}

.chindlogo {
	position: absolute;
	top: 0;
	left: 0;
	height: 179px;
    padding: 0;
}

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