/* CSS Document - 
Tygostudios Productions
August 7th, 2010 */

/* CSS Document - 
Tygostudios Productions
May 14th 2009 */

/*general*/
body {
	background: none;
	background-color: #FFFFFF;
	margin: 5;
	padding: 5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height:24px;
	color: black;
}

#topBarBack {
	display: none;
}

#navBarBack {
	display: none;
}

#thirdBar, #thirdBarSpacer {
	display: none;
}

#contentBack {
	display: none;
}

.whiteBack {
	background-color: white;
}

#content {
	background-color: #FFFFFF;
}

#footer {
	display: none;
	}
	
.tableColoring {
	background-color: #edebea;
	}
	
.tile {
	border: 2px solid #bebebe;
	}
	
li {
	list-style-type: square;
	color: #a5151e;
	}
	
hr {
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/ 
	color: #bebebe;
	border: none 0; 
	border-top: 1px solid #bebebe;/*the border*/ 
   }

.blacktext {
	color: black;
	}
	
.smalltext {
	font-size: 11px;
	}
	
.redBold {
	color: red;
	font-weight: bold;
	}
	
.rightimage {
	padding: 0 0 20px 20px;
	}
	
#tableimage {
	padding: 0 0 20px 20px;
	}
	
	
/* these are part of the review process and should be modified appropriately*/
	
.greentable {
	background-color:#def2de; 
	border: 1px solid #719b98;
}	

.greentableExtra {
	background-color:#def2de; 
	border-top: 1px solid #719b98;
	border-left: 1px solid #719b98;
}	

.greentableExtra td {
	border-right: 1px solid #719b98;
	border-bottom: 1px solid #719b98;
}

.greentableReview {
	background-color:#def2de; 
	border-top: 1px solid #719b98;
	border-left: 1px solid #719b98;
	font-size: 12px;
	line-height: 17px;
}	

.greentableReview td {
	border-right: 1px solid #719b98;
	border-bottom: 1px solid #719b98;
}

.greentableClear, .greentableClear td {
	border: none;
}

.darkerGreen {
	background-color:#b8d9b8;
	}
	
.darkerRed {
	background-color:#ffe96f;
	}

.buttonPad {
	padding: 5px 5px 5px 0;
	}
	
/*special review table with white blocks*/
.srTitle {
	border-top: 1px solid #719b98;
	border-right: 1px solid #719b98;
	border-left: 1px solid #719b98;
	background-color:#b8d9b8;
	font-size: 12px;
	line-height: 17px;
}

.srTitle td {
	border-top: 1px solid #719b98;
	border-right: 1px solid #719b98;
	border-left: 1px solid #719b98;
}

.srSubTitle {
	background-color:#b8d9b8;
	font-style:italic;
	font-size: 12px;
	line-height: 17px;
}

.srSubTitle td {
	border-top: 1px solid #719b98;
	border-left: 1px solid #719b98;
}

.srSubTitleRight {
	border-right: 1px solid #719b98;
}

.srItems {
	background-color:#def2de;
	font-size: 12px;
	line-height: 17px;
}

.srItems td {
	border-top: 1px solid #719b98;
	border-left: 1px solid #719b98;
}

.srItemsRight {
	border-right: 1px solid #719b98;
}

.srBase {
	background-color: none;
	border-top: 1px solid #719b98;
	font-size: 12px;
	line-height: 17px;
}

.srBase td {
	border-top: 1px solid #719b98;
}

.darkerWhite {
	background-color:none;
	
	}
	
/* admin take notice class - for hiding things */
.adminTakeNotice {
	display:none;
	}

	
/* link stuff */


A:link, A:active, A:visited {
	color: #a90e18;
	text-decoration: none;
	border-bottom: dotted #524c4c 1px;
	}
	
A:hover {
	color: #a90e18;
	text-decoration: none;
	border-bottom: dotted #000000 1px;
}
