/* CSS Document */

/*

Color Schemes:

	Invention
		Background:
			#FFCC20 - #FFEEBB (Gradient)

		Panel/Tabs Background:
			#FFE493

		Tab Text Color:
			#D6A001

		Advertisement Background:
			#FFF0BB

		Content Background:
			#FFFAE0

	Floral
		Background:
			#B3F95A - #E2FDC0 (Gradient)

		Panel/Tabs Background:
			#D7FCA9

		Tab Text Color:
			#D6A001

		Advertisement Background:
			#B3F95A - #E2FDC0 (Gradient)

		Content Background:
			#FFFAE0


	Greek
		Background:
			#70A6D2 - #D4EBDB (Gradient)

		Panel/Tabs Background:
			#A5C7E2

		Tab Text Color:
			#3C83BD

		Advertisement Background:
			#70A6D2 - #D4EBDB (Gradient)

		Content Background:
			#F4FBF5

	Challenges
		Background:
			#EEBBDFF - #D557FF (Gradient)

		Panel/Tabs Background:
			#E8A3FF

		Tab Text Colour:
			#

		Advertisement Background:
			#EEBBDFF - #D557FF (Gradient)

		Content Background:
			#
*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: "Times New Roman", Times, serif;
}
a.tab {
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	border-bottom: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin-right: 10px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;   
	cursor: pointer;
}
a.tab:hover {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
.panel {
	background-color: white;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px; 
	float: left;
	height: 20px;
	width: 750px;
	text-align: left;
}
#tabs {
	display: block;
	width: 100%;
	border-bottom: solid #000000 1px;
} 

