/* This is what makes the menus all fancy with the dropdowns and such */
@import "menuconfig.css";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}
body {
	font: 10pt arial;
	color: #494949;
	background: url(/img/design/bg.png);
	line-height: 1.6em;
	text-align: center;
}
a {
	outline: none;
}
#content a {
	text-decoration: none;
	border-bottom: 1px solid #e2e2e2;
	color: #3e3e3e;
	background: url(/img/design/icons/go.png) no-repeat 0 0;
	padding: 0 0 0 16px;
}
#content a:hover {
	border-color: #83bbd9;
}
#content a.contact {
	background: url(/img/design/icons/mail.png) no-repeat 0 0;
	padding: 0 0 0 19px;
}
#content .preview a {
	background: url(/img/design/icons/pictures.png) no-repeat 0 0;
	padding: 0 0 0 19px;	
}
#content a:visited {
	color: #83bbd9;
	background-position: 0 -16px;
}
p {
	margin: 0 0 15px 0;
}
h2 {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 18pt;
	border-bottom: 1px solid #e2e2e2;
}
h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 12pt;
	border-bottom: 1px solid #e2e2e2;
	clear: both;
}
form {
	display: inline;
}
fieldset {
	border: 1px solid #f0f0f0;
	padding: 5px 15px;
	margin: 0 0 15px 0;
}
legend {
	padding: 3px 0px;
	font-weight: bold;
}
input, select, textarea {
	border: 1px solid #595959;
	background: inherit;
	padding: 2px;
	width: 180px;
	color: #000;
}
textarea {
	width: 400px;
	height: 90px;
}
select {
	background: #fff;
	width: 186px;
}
.button {
	background: #f0f0f0;
	color: #202020;
	width: auto;
	padding: 5px 20px;
}
input:focus, select:focus {
	border: 1px solid #000;
	background: #fff;
}
.formItem {
	margin: 0 0 10px 0;
}
.formItem label {
	float: left;
	display: block;
	width: 120px;
}
.clear {
	clear: both;
}
blockquote {
	border-left: 1px solid #e2e2e2;
	padding: 10px 20px 1px;
	margin: 0 0 20px 20px;
	color: #5f5f5f;
}
blockquote.right, blockquote.left {
	width: 200px; 
	margin: 5px 0 5px 15px; 
	font-size: 1.4em; 
	text-align: center; 
	border: 1px solid #d4d5d9;
	border-width: 1px 0 1px 0;
	padding: 1px 0; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
blockquote.right {
	float: right;
}
blockquote.left {
	float: left;
}
blockquote.right p, blockquote.left p {
	border: 1px solid #d4d5d9;
	border-width: 1px 0 1px 0;
	display: block;
	margin: 0;
	padding: 12px;
}
.imgLeft {
	margin: 0 10px 10px 0;
	float: left;
}
#tupperware {
	margin: 0px auto;
	text-align: justify;
	position: relative;
}
#header {
	background: #e6e9eb;
}
#header h1 {
	width: 960px;
	height: 77px;
	position:relative;
	margin: 0px auto;
	background: url(/img/design/header.jpg);
}
#header a {
	text-indent: -1000000px;
	display: block;
	width: 170px;
	height: 77px;
	border: none;
}
#headerShadow {
	height: 15px;
	background: url(/img/design/header_shadow.png);
	margin: 0 0 -15px 0;
}
#leftBar {
	position: absolute;
	top: 0;
	left: 10px;
	width: 145px;
}
#leftBar a {
	display: block;
	width: 131px;
	color: #363636;
	font-size: 10px;
	padding: 0 0 0 10px;
	border-bottom:1px solid #d4d5d9;
	text-decoration: none;
	background: url(/img/design/menuhover.png) repeat-x 0 0;
	height: 21px;
}
#leftBar a:hover {
	background-position: 0 -24px;
	color: #000;
}
#leftBar a.getLeaguestat {
	border: none;
	display: block;
	width: 143px;
	height: 99px;
	background: url(/img/design/leaguestat.jpg);
	text-indent: -100000px;
	margin: 10px 0 0 0;
	padding: 0;
}
#leftBar a:hover.getLeaguestat {
	padding: 0;
	width: 143px;
}
#content {
	padding: 15px 250px 15px 175px;
	min-height: 330px;
}
#rightBar {
	width: 220px;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 10px 0 0 0;
}
#rightBar a {
	border:none;
}
#rightBar img {
	width: 220px;
	height: 105px;
}
#content ul, #content ol {
	margin: 0 0 15px 40px;
}
#content ul li {
	list-style-image:url(/img/design/icons/bullet.png);
	list-style-type: square;
}
#content ol li {
	list-style-type: decimal-leading-zero;
}
ul.brokenList {
	float: left;
	width: 40%;
}
.integration_gallery {
	text-align: center;
}
.integration_gallery img {
	display: block;
}
#content .integration_gallery a {
	display: block;
	width: 180px;
	height: 135px;
	float: left;
	padding: 0;
	margin: 20px;
	background: none;
	border: none;
	text-align: center;
}
#content .integration_gallery a.scheduleThumb {
	background: url(/img/integration/thumbs/schedule.jpg);
}
#content .integration_gallery a.recordThumb {
	background: url(/img/integration/thumbs/record.jpg);
}
#content .integration_gallery a.rosterThumb {
	background: url(/img/integration/thumbs/roster.jpg);
}
#content .integration_gallery a.indivThumb {
	background: url(/img/integration/thumbs/indiv.jpg);
}
#content .integration_gallery a.standingsThumb {
	background: url(/img/integration/thumbs/standings.jpg);
}
#content .integration_gallery a:hover {
	background-position: 0 -135px;
}
.error, .sent, .noscript {
	padding: 15px 20px 15px 67px;
	margin: 0 0 15px 0;
	background: url(/img/design/icons/stop.png) #fff6bf no-repeat 15px 50%;
	border: 2px solid #ffd324;
	border-width: 2px 0 2px 0;
}
#content .error ul {
	margin-bottom: 0;
}
.sent {
	background: url(/img/design/icons/sent.png) no-repeat 15px 40% #f8fafc;
	border-color: #b5d4fe;
}
.noscript {
	background: url(/img/design/icons/exclamation.png) no-repeat 15px 50% #f8fafc;
	border-color: #b5d4fe;
}
.spam {
	display: none;
}
.footnote {
	font-size: 8pt;
	color: #656565;
	border-top: 1px solid #f0f0f0;
	padding: 0 0 0 15px;
}
#footer {
	clear: both;
	font-size: 8pt;
	line-height: 1em;
	padding: 15px 0 15px 0;
	border-top: 1px solid #e2e2e2;
	background: url(/img/design/footer.png) #fff repeat-x;
}
#activate_team_kit a {
	padding: 5px;
	background: none;
	border-bottom: none;
}
#activate_team_kit {
	margin-top: 10px;
	float: right;
}
