/* =================================== */
/* basic colours for everything        */
/* =================================== */
.shadeLight {
    background: #f3f3f3;
}

.shadeMid {
    background: #efefef;
}

.shadeDark {
    background: #e5e8e8;
}

.borderLight {
    border: 1px solid #efefef;
}

.borderMid {
    border: 1px solid #e5e8e8;
}

.borderDark {
    border: 1px solid #ddd;
}

.textLight {
    color: #555;
}

/* =================================== */
/* page layout/conatainers             */
/* =================================== */

#header {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 85px;
    margin-bottom: 10px;
    font-size: large;
    padding: 0px;
    background: #e5e8e8;
}

#container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#containerPopup {
	left: 10px;
	right: 10px;
}

#main {
	margin-left: 200px;
}

#mainPopup {
}

#navigation {
    width: 190px;
    float: left;
}

#footer-wrapper {
	clear: both;
	margin-top: 50px;
}

/* =================================== */
/* base type things                   */
/* =================================== */

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: "Trebuchet MS", Verdana;
	font-size: small;
}

.a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

img {
    border: 0px;
}

infoLink a, .infoLink a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #00f;
}

/* =================================== */
/* page header                         */
/* =================================== */

#header .charSelect {
	float: right;
	background: #ffffff;
	border: 1px solid #afafaf;
	padding: 0px;
	margin: 5px;
	vertical-align: middle;
	height: 72px;
}

#header .chars {
	float: left;
	display: inline;
}

#header .selects {
	padding: 2px;
	float: left;
	width: 190px;
	display: inline;
}

#header .selects select {
	width: 180px;
	margin: 5px;
}

#header .chars img {
	padding: 4px;
}


/* =================================== */
/* footer...                           */
/* =================================== */

#footer {
    font-size: 1.3em;
    padding: 3px;
    background: #E5E8E8;
    padding-right: 15px;
}

/* =================================== */
/* table bits                          */
/* =================================== */

th {
    background: #efefef;
    border: 1px solid #E5E8E6;
    text-align: center;
    font-size: 1.0em;
}

.sub {
    text-align: center;
    font-weight: bold;
    color: #555;
    background: #f3f3f3;
}

.row {
}

.rowAlt {
	background: #F8F8F8;
}

/* =================================== */
/* various colours and things          */
/* =================================== */

.moneyOut {
	color: #b00;
}

.moneyIn {
	color: #090;
}

.bad {
	color: #b00;
}

.good {
	color: #090;
}

.maybe {
	color: #009;
}

/* =================================== */
/* menus                               */
/* =================================== */

#navigation .header {
	background: #E5E8E6;
	border: 1px solid #E5E8E6;
	text-align: left;
	font-weight: bold;
	padding: 3px;
}

#navigation .body {
	border: 1px solid #E5E8E6;
	border-top: 0px;
	background: #EFEFEF;
	margin-bottom: 10px;
}

.menu {
	width: 181px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	cursor: pointer;
}

.menu a {
	display: block;
	width: 100%;
	padding: 2px 2px 2px 5px;
	text-decoration: none;
	cursor: pointer;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #000000;
}

.menu a:hover {
	background: #ffffff;
}

#navigation .menuNote {
	font-size: 1em;
	color: #ff6400;
	background-color: #ffffc8;
	border: 1px double #ff7e28;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* =================================== */
/* error messages and displays         */
/* =================================== */

#errorPopup {
	position: absolute;
	top: 0px;
	left: 20%;
	right: 20%;
	z-index: 1000;
	color: #000;
	background-color: #fb9;
	border: 3px double #d41;
	border-top: none;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}

#errorPopup h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d41;
}

.error {
	font-size: 1.3em;
	color: #000;
	background-color: #f96;
	border: 4px double #d41;
	padding: 15px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.apierror {
	border-bottom: 1px dotted #d41;
	padding-left: 10px;
	font-weight: normal;
}

.ok {
	font-size: 1.3em;
	color: #000;
	background-color: #9f6;
	border: 4px double #4d1;
	padding: 15px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.note {
	font-size: 1.2em;
	color: #ff6400;
	background-color: #ffffc8;
	border: 1px double #ff7e28;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 15px;
	padding-left: 80px;
	width: 600px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('images/note.png');
	background-repeat: no-repeat;
	background-position: left center;
}


/* =================================== */
/* style for filters and things on     */
/* the tops of pages with data lists   */
/* =================================== */

.listOptions {
	margin: 10px;
	margin-left: 2px;
}

.listOptions span {
	vertical-align: middle;
	font-size: 1.1em;
	padding: 10px;
	background: #f3f3f3;	
	border: 1px solid #e5e8e6;
}

.listOptions a {
    text-decoration: none;
}

/* =================================== */
/* pagination buttons...               */
/* =================================== */

.pageNav {
    border: 1px solid #b5b8b6;
    text-align: center;
    background: #e1e1e1;
}
