/* Monochrome CSS 1.0 2008-12-29, I really should do this now but I'm not, images should all be on the normal Chongun Haven directory not testbed so ../.. before any image not just ../ */

html,body {
	height: 100%;
}

body {
	background: url('../images/backgrounds/bodybac.png');
	margin: 0px;
	padding: 0px;
}

/* Common Formating */

#nav a:link, #nav a:visited,
.sect_title a:active, .sect_title a:hover,
.rosterEntry a:link, .rosterEntry a:visited,
.row a:link, .row a:visited,
#card a:link, #card a:visited,
.quickLinks a:link, .quickLinks a:visited, .hover,
a.nounder:link, a.nounder:visited {
	text-decoration: none;
}

img {
	border: none;
}

p a:link, p a:visited, p a:active,
#nav li a:hover, #nav li a:active, .nulllink {
	text-decoration: underline;	
}

.sect_res, .hidden, #loading,
#cardFunctions,#cardActivity,#cardJobFunctions,#cardTrainingFunctions,
.hover span {
	display: none;
}

h3, .rosterName, .pathbar, .bar,
.cardFormat .left, .cardFormat .rank,
.cardEntry input, .rank input, .job div,
.monitorBar, .monitorLabel,
#loading, .tableTitles, .profileTitle, .header,
#edit, .center {
	text-align: center;
}

.monitorBar span {
	text-align: left;
}

#content h4 {
	margin-left: -15px
}

p, .date {
	margin-right: 10px;	
}

.listTitle, .activityChart .month, .date, .cap {
	text-transform: capitalize;
}

.date {
	font-size: small;
	font-style: italic;
}

.date,
.profileTitle div, .cardScroll div, .right  {
	text-align: right;
}

#content, #profileView {
	font-family: Century, "Century Schoolbook L";

}
#content {
	padding: 10px 20px 10px 25px;
}
#profileView {
	padding: 10px;
}

.rosterLeft, .rosterRight, .rosterFinal,
.cardFormat .region,
.activityChart .stats div, .quests div,
.jobChallenge input {
	float: left;
}


#nav, .cardFormat .region, .activityMonitorDetails {
	clear: none;
}

.sig {
	font-style: italic;
}

/* Banner */

#bannerBac {
	background: url('../images/gui/bannerrep.png') repeat-x;
}

#bannerTree {
	background: url('../images/gui/bannertree.png') no-repeat;
	padding: 50px 0px 0px 60px;
	width: 453px;
}

#bannerBac, #bannerTree {
	height: 150px;
}

#bannerUser,
.rosterEntry, .rosterSpace .rosterPic, .rosterUserImage,
.activityChart .month, .cardEntry .longInput {
	width: 125px;
}

#bannerUser,
.rosterSpace .rosterPic, .rosterUserImage, .rosterUserPlace,
.cardFormat .pic {
	height: 100px;
}

/* Wrapper */

#wrapper2 {
	height: 100%;
}
#wrapper {
	margin: 0px 15px;
	background: #e6f4ff;
	border: #efefef;
	border-style: none groove none ridge;
	border-width: 0px 3px 0px 3px;
	min-height: 100%;
}

/* Nav */

#nav {
	width: 350px;
	min-height: 350px;
	margin: 25px 15px 0px 0px;
	background: url('../images/gui/cloudnav.gif') top right no-repeat;
	font-family: "Bitstream Charter", "Century Schoolbook L", Georgia, Serif;
}

#nav, .profileTitle div, .cardScroll div {
	float: right;
}

p, #nav li {
	font-size: medium;
}

.navRes {
	margin-bottom: 5px;
}

#loading {
	background: url('../images/gui/loading.gif') no-repeat center center;
	height: 74px;
	line-height: 74px;
	font-weight: 800;
	font-size: 1.4em;
}

#nav .styleList {
	width: 200px;
	margin: 0px 70px 0px 80px;
	border-left: double 6px #6096BF;
	border-bottom: groove 4px #80C9FF;
}

.sect_title {
	line-height: 30px;
	font-size: 1.2em;
}

.sect_title, #loading, #edit, .job div {
	vertical-align: middle;
}

.sect_title span:hover {
	background: url('../images/gui/navtitles.gif') top right no-repeat;
	padding-right: 37px;
	border: outset 3px #E6F4FF;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #22233d;
}

/* Cards */

.cardFormat .left, .cardFormat .pic, .cardFormat .quests {
	width: 150px;
}

#card, #cardActivity {
	height: 100%;
}

.cardFormat .rank {
	width: 550px;
	clear: left;
}
.cardFormat .avg {
	min-width: 200px;
	max-width: 250px
}
.cardFormat .region {
	min-height: 140px;
	margin-left: 25px;
}
.cardFormat .rank {
	height: 20px;
}
.cardFormat .shield {
	margin: 0px 10px;
}

.cardEntry input, .rank input {
	width: 45px;
}

.cardEntry .longInput {
	text-align: left;
}

.cardEntry .shortInput, .rank .shortInput {
	width: 10px;
}

/* Roster */

.rosterEntry {
	margin-right: 20px;
}
.rosterUserPlace {
	width: 66px;
}
.rosterName {
	height: 25px;
}

/* Profile View */

#profileView {
	position: fixed;
	visibility: hidden;
	top: 15%;
	height: 70%;
	border: 3px ridge blue;
	background: url('../images/backgrounds/cardbac.png');
	overflow-y: auto;
	overflow-x: hidden;
}

#profileView, .cardScroll {
	left: 10%;
	right: 10%;
	bottom: 15%;
}

.profileTitle div {
	width: 20px;
}

.profileTitle span {
	padding: 0px 15px;
}

.cardScroll {
	position: fixed;
	padding: 0px 25px 0px 15px;
}

#edit {
	background: url('../images/gui/edit.gif') center center no-repeat;
	height: 35px;
	line-height: 35px;
}

/* Charts */

	/* Points */

.activityChart .stats, #nav .styleList {
	padding-left: 10px;
}

.activityChart .month, .bar {
	line-height: 40px;
}

.bar {
	height: 40px;
}

.pathbar {
	background: url('../images/backgrounds/pathactivity.png') center right no-repeat;
	_background: url('../images/backgrounds/pathactivity.gif') 0px right no-repeat;
}
.bar {
	background: url('../images/backgrounds/activity.png') center right no-repeat;
	_background: url('../images/backgrounds/activity.gif') 0px right no-repeat;
}

	/* Activity Monitor */

.monitorBar {
	border-color: #a4c825;
	border-width: 2px 2px;
	border-style: ridge groove;
	margin: 2px;
}

.monitoractive {
	background: url('../images/backgrounds/nexusactivityactive.png') center right no-repeat;
}
.monitorabsent {
	background: url('../images/backgrounds/nexusactivityabsent.png') center right no-repeat;
}
.monitorinactive {
	background: url('../images/backgrounds/nexusactivityinactive.png') center right no-repeat;
}
.monitorunreg {
	background: url('../images/backgrounds/nexusactivityunreg.png') center right no-repeat;
}
.monitorreg {
	background: url('../images/backgrounds/nexusactivityreg.png') center right no-repeat;
}
.monitorTotal {
	background: url('../images/backgrounds/nexusactivitytotal.png') center right no-repeat;
}
.monitorLabel {
	width: 125px;
}

.note {
	font-style: italic;
	font-size: 0.8em;
	margin-left: 30px;
}

.activityMonitor {
	border-bottom: dashed 1px #ffc6fb;
}
.activityMonitorDetails {
	margin-left: 135px;
}

/* Tables */

.tableTitles, .profileTitle {
	font-weight: 600;
	font-family: "DejaVu Serif", Verdana, Sans-serif;
}

.tableTitles td, .profileTitle span {
	border-bottom: black inset 2px;
}

#content table {
	padding-left: 40px;
}


#eventRevokeTable {
	width: 70%;
}
.eventRevokeSub td {
	border-color: #086dae;
	border-width: 1px;
}
.eventRevokeSub .form {
	border-style: outset none inset none;
}
.eventRevokeSub .formPersonName {
	text-align: center;
	border-style: none inset none outset;
}

/* Name Suggestions */

.unmarkedList {
	list-style-type: none;
}

.nameSuggest {
	position: absolute;
	margin-left: -25px;
	visibility: hidden;
}
.nameSuggest li {
	background: yellow;
	border: dashed 1px black;
	padding: 2px 25px 2px 4px;
}

/* Jobs and Challenges */

.jobChallenge {
	margin-right: 25px;
	padding: 10px 10px 10px 15px;
	background: #d8ecbc;
	border: ridge 2px #eeffd5;
}

.jobChallenge div {
	margin-left: 30px;
	padding-left: 5px;
	border-left: groove 1px #eeffd5;
}

.job div {
	height: 22px;
	width: 22px;
	margin: 0px auto;
	overflow: hidden;
	line-height: 22px;
	background: url('../images/gui/challenges.gif') no-repeat;
}

/* Trials */

.trialSet {
	margin: 20px 40px 0px 20px;
	padding: 0px 10px 10px 30px;
	background-color: #ffd200;
	border-style: inset groove outset ridge;
	border-width: 2px 4px 2px 10px;
	border-color: #bfb50f #fff586 #bfb50f #1364de;
}
.trialSet h5 {
	margin-left: -20px;
}

/* Voting */

.voting_form fieldset {
	width: 500px;
	margin-bottom: 30px;
}
.voting_form textarea,
.voting_form fieldset {
	margin-left: 30px;
}

/* Fieldsets */

.trialSet fieldset,
.voting_form fieldset {
	padding-left: 30px;
}
.trialSet fieldset legend,
.voting_form fieldset legend {
	margin-left: -20px;
	font-weight: bold;
}


/* Hover Effects */

.nulllink {
	color: #5e84b2;
	cursor: pointer;
}

.hover:hover{
	background-color: transparent;
	z-index: 50;
}

.hover span {
	position: absolute;
	margin: 10px 0px 0px 25px;
	background-color: yellow;
	visibility: hidden;
	width: 250px;
	padding: 5px;
	border: 1px dashed gray;
}

		/* Must be after .hover span */

.hover .monitorBar span {
	width: 350px;
	background: url('../images/backgrounds/activityhover.jpg');
	padding: 10px 5px 5px 10px;
}

.hover:hover span {
	visibility: visible;
	display: block;
}

.hover {
	position: relative;
	z-index: 0;
	color: black;
}

/* Indents */

.indent {
	margin-left: 40px;
}

.indent h5 {
	margin-left: -15px;
}

.breather {
	padding-right: 25px;
}

/* Overrides (keep at end */

.nofloat {
	float: none;
}
.nofloat div {
	float: none;
}
