/**************************************/
/** General styling for all elements **/
/**************************************/
* {
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: none;
}

/*****************************/
/** Element specific styles **/
/*****************************/
body {
	background-color: #000000;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 1px solid #ffffff;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

h5 {
	font-size: 8pt;
}

/*********************************/
/** Some general purpose styles **/
/*********************************/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatCenter {
	text-align: center;
}

.clear {
	clear:both;
}

.ffclear {
	clear: both;
}

.seperator {
	height: 1px;
	background-color: #ffffff;
}

.emptySeperator {
	display: block;
	height: 2px;
	margin: 0.5em auto;
}

.header1 {
	font-weight: bold;
	font-size: 22px;
}

.header2 {
	font-weight: bold;
	font-size: 18px;
}

.header3 {
	font-weight: bold;
	font-size: 16px;
}

.header4 {
	font-weight: bold;
	font-size: 14px;
}

.header5 {
	font-weight: bold;
	font-size: 12px;
}



/***************************/
/** Section block styling **/
/***************************/
.sectionEntry {
}

.sectionHeader {
	font-size: 12pt;
	font-weight: bold;
	border: 1px solid #60ff60;
	border-bottom: none;
	padding: 5px;
	background-color: #1a421a;
}

.sectionContent {
	border: 1px solid #60ff60;
	padding: 5px;
}

.sectionDivider {
	width: 100px;
	height: 5px;
}


/***************************/
/** Power lists and entry **/
/***************************/
.powerListHeader {
	margin-top: 15px;
	font-size: 18pt;
	margin-left: 20px; 
}

.powersetHeader {
	padding-left: 10px;
	padding-top: 15px;
	font-size: 18pt;
}

.powerIcon {
	float: left;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 1px 1px
}

.powerIconHeader {
	padding-left: 10px;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 8px;
}

.powerDivider {
	height: 20px;
	width: 100px;
}

.powerNameIndent {
	padding-left: 85px;
}

.powerListLevel {
	font-size: 14pt;
	float: right;
	padding-top: 8px;
	padding-right: 5px;
}

/*************************/
/** Form layout entries **/
/*************************/
.formRow {
	width: 600px;
}

.formLabel {
	width: 150px;
}

.emptySeperator {
	height: 10px;
	width: 200px;
}

.smallSeperator {
	height: 5px;
	width: 900px;
}

.formTextBox {
	width: 400px;
	border: 1px solid #60ff60;
	background-color: #1a421a;
}

.formFileBox {
	width: 180px;
	border: 1px solid #60ff60;
	background-color: #1a421a;
	margin-right: 10px;
}

.formNumericTextBox {
	width: 100px;
	border: 1px solid #60ff60;
	background-color: #1a421a;
}

.formTextArea {
	border: 1px solid #60ff60;
	background-color: #1a421a;
	width: 400px;
	height: 75px;
}

.formTextAreaLarge {
	border: 1px solid #60ff60;
	background-color: #1a421a;
	width: 400px;
	height: 200px;
}

.formTextAreaHuge {
	border: 1px solid #60ff60;
	background-color: #1a421a;
	width: 400px;
	height: 600px;
}

.formSelect {
	width: 200px;
	border: 1px solid #60ff60;
	background-color: #1a421a;
}

.formSelectLarge {
	width: 400px;
	border: 1px solid #60ff60;
	background-color: #1a421a;
}

.formSelectFree {
	border: 1px solid #60ff60;
	background-color: #1a421a;
}

.formNumericSelect {
	width: 75px;
	border: 1px solid #60ff60;
	background-color: #1a421a;
}

.formButton {
	border: 1px solid #60ff60;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #1a421a;
}

.userButton {
	width: 150px;
	float: left;
}

.userButton a {
	text-decoration: none;
}

.buttonDivider {
	width: 7px;
	height: 15px;
	float: left;
}

.formSubscript * {
	font-size: 8pt;
}

.formSubscript {
	font-size: 8pt;
}

/*****************/
/** User guides **/
/*****************/
.userGuides {
}

.userGuideListHeader {
	padding-top: 18px;
	padding-left: 10px;
}

.issueNumber {
	width: 60px;
	text-align: right;
	padding-left: 30px;
}

.guideLink {
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
	width: 510px;
	font-size: 12pt;
}

.guideLink a {
	font-size: 12pt;
	text-decoration: none;
}

.guideLink a:hover {
	text-decoration: underline;
}

.guideHeader {
	text-align: center;
	margin-bottom: 10px;
	font-size: 16pt;
	font-family: Cursive;
	font-weight: bold;
}

.guideAuthor {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.guideCredits {
	text-align: center;
	font-size: 10pt;
}

linkTitle.indentLink {
	padding-left: 50px;
}

.guidehead1 {
	font-family: cursive;
	font-size: 12pt;
	font-weight: bolder;
}

.guidehead2 {
	font-family: cursive;
	font-size: 14pt;
	font-weight: bolder;
}

.guidehead3 {
	font-family: cursive;
	font-size: 16pt;
	font-weight: bolder;
}

.guidehead4 {
	font-family: cursive;
	font-size: 20pt;
	font-weight: bolder;
}

.guidehead5 {
	font-family: cursive;
	font-size: 24pt;
	font-weight: bolder;
}

.guideBullet {

}

/****************/
/** Links page **/
/****************/
.linkIcon {
	width: 35px;
	height: 35px;
	float: left;
}

.linkTitle {
	width: 400px;
	height: 35px;
	float: left;
	padding-left: 10px;
	padding-top: 7px;
}

.linkTitle a {
	font-weight: bold;
}

/*********************/
/** Custom Critters **/
/*********************/
.maCritterRow {
	float: left;
	margin-bottom: 5px;
	width: 690px;
	height: 20px;
}

.maCritterRowNoHighlight {
	float: left;
}

.maCritterRow:hover {
	background-color: #222222;
}

.maCritterCellPad {
	float: left;
	width: 10px;
	height: 20px;
}

.maCritterHeader {
	text-align: left;
	font-weight: bold;
}

.maCritterName {
	float: left;
	width: 150px;
}

.maCritterAuthor {
	float: left;
	width: 150px;
}

.maCritterPowerset {
	float: left;
	width: 150px;
}

.maCritterIcon {
	float: left;
}

.maCritterIconPad {
	float: left;
	width: 2px;
	height: 20px;
}

/***********************/
/** Mission Architect **/
/***********************/
.maMissionRow {
	float: left;
	margin-bottom: 5px;
	width: 707px;
	height: 20px;
}

.maMissionRowUser {
	float: left;
	margin-bottom: 5px;
	width: 640px;
	height: 20px;
}

.maMissionRowNoHighlight {
	float: left;
}

.maMissionRowUserNoHighlight {
	float: left;
}

.maMissionRow:hover {
	background-color: #222222;
}

.maMissionRowUser:hover {
	background-color: #222222;
}

.maMissionCellPad {
	float: left;
	width: 10px;
	height: 20px;
}

.maMissionIconPad {
	float: left;
	width: 2px;
	height: 20px;
}

.maMissionArcId {
	float: left;
	width: 75px;
	text-align: right;
	padding-top: 2px;
}

.maMissionArcTitle {
	float: left;
	width: 295px;
	padding-top: 2px;
}

.maMissionAuthor {
	float: left;
	width: 145px;
	padding-top: 2px;
}

.maMissionLevelRange {
	float: left;
	width: 50px;
	text-align: right;
	padding-top: 2px;
}

.maMissionMissionCount {
	float: left;
	width: 50px;
	text-align: right;
	padding-top: 2px;
}

.maMissionIcon {
	float: left;
}

.languageIcon {
	padding-top: 5px;
}

.maMissionHeader {
	text-align: left;
	font-weight: bold;
}

.maMissionArcTitleHeader {
	text-align: center;
	margin-bottom: 5px;
	font-size: 16pt;
	font-weight: bold;
}

.maMissionHeaderAuthor {
	font-size: 10pt;
}

.missionViewRow {
	width: 720px;
}

.commentBlock {
	border: 3px inset #ffffff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.commentBlock legend {
	margin-left: 20px;
	font-weight: bold;
}

.commentBlockText {
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
	padding-top: 8px;
	padding-bottom: 10px;
}

.commentFooter {
	float: left;
}

.commentEditBlock {
	float: right;
	margin-right: 10px; 
}

.ratingBlock {
	float: right;
}

.commentRating {
	height: 53px;
	width: 90px;
	background-image: url("/images/speech-bubble.png");
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	color: #000000;
	padding-top: 11px;
}

.missionListKey {
}

.missionListKeyEntry {
	font-size: 10pt;
}

/********************/
/** Review Styling **/
/********************/

.reviewRow {
	width: 720px;
}

.reviewPreview {
	border: 5px inset #ffffff;
	padding: 5px;
}

.reviewBlock {
	border: 3px inset #ffffff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.reviewBlock legend {
	margin-left: 20px;
	font-weight: bold;
}

.reviewTextArea {
	width: 567px;
}

.reviewBlockText {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
}

.reviewEditBlock {
	float: right;
	margin-right: 10px;
}

.reviewRatingBlock {
	float: right;
}

.reviewRating {
	height: 53px;
	width: 90px;
	background-image: url("/images/speech-bubble.png");
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	color: #000000;
	padding-top: 11px;
}

.reviewLabel {
	font-family: "Cursive";
	font-weight: bold; 
	float: left; 
	padding-right: 20px; 
	font-size: 12pt; 
}

.reviewNameLabel {
	float: left; 
	width: 500px;
}

.reviewNameLabel:hover {
	background-color: #222222;
}

/****************/
/** User Pages **/
/****************/
.userProfile {
	float: left; 
	z-index: 10;
	position: relative;
	top: 30px;
	left: 0px;
	height: 0px;
}

.profileIcon {
	margin-right: 5px;
}

.profileDivider {
	float: left; 
	width: 30px;
	height: 15px;
}

.userProfile a {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}

.userProfile a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.userMissions {
}


/**********************/
/** pagination links **/
/**********************/
.boxed {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: 1px solid #60ff60;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
	background-color: #1a421a;
}

.currentLink {
	color: #c0c0c0;
	border: 1px dashed #c0c0c0;
}

.linkInactive {
	color: #c0c0c0;
	border: 1px dashed #c0c0c0;
}


/********************/
/** Favourite list **/
/********************/
.maFavouriteRow {
	float: left;
	margin-bottom: 5px;
	width: 680px;
	height: 20px;
}

.maFavouriteRow a {
	text-decoration: none;

}

.maFavouriteRowNoHighlight {
	float: left;
}

.maFavouriteRow:hover {
	background-color: #222222;
}

/*****************/
/** FAQ styling **/
/*****************/
.faqTitle {
	font-weight: bold;
	font-style: italic;
}

.faqDefinition {
	margin-left: 10px;
	margin-bottom: 10px;
}

.termTitle {
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
}

.termText {
	margin-left: 20px;
}


/** Sidebar **/
.sidebarBox {
	margin-left: 25px;
	width: 148px;
	border: 1px solid #60ff60;
	background-color: #1a421a;
}

.sidebarHeader {
	border-bottom: 1px solid #60ff60;
	text-align: center;
	font-weight: bold;
}

.sidebarText {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 10px; 
	font-weight: bold; 
	text-align: center; 
	border-bottom: 1px solid #60ff60;
}

.sidebarLink {
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.sidebarLink:hover {
	background-color: #368a36;
}

.sidebarLink a {
	text-decoration: none;
}

/*************************/
/** File upload styling **/
/*************************/

.fileInput {
	position: relative;
	z-index: 5;
}

.fileUpload {
	position: relative;
	z-index: 99;
	width: 280px;
}

.fakeFileUpload {
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 0px;
}

.fileUploadInput {
	background-color: #1a421a;
	border: 1px solid #60ff60;
	padding: 0px;
	float: left;
}

.fileUploadImage {
	margin-left: 5px;
	height: 22px;
	width: 22px;
	padding: 0px;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	opacity: 0;
	z-index: 2;
}

/*************/
/** Critter **/
/*************/
.critterRow {
	margin-left: 10px;
	margin-bottom: 10px;
}

.critterLabel {
	float: left;
	width: 145px;
	font-weight: bold;
}


/****************/
/** Demo stuff **/
/****************/

.demoLabel {
	width: 350px;
	float: left;
	margin-bottom: 10px;
}

.demoCount {
	width: 200px;
	text-align: right;
	float: left;
}




