@import "sidebar.css";

@import "header.css";

@import "footer.css";

@import "searchForm.css";

@import "myTeams.css";

@import "myProfile.css";

@import "multipleSelect.css";

@import "billing.css";

@import "admin.css";

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #474747;
	background-image: url(../images/outerContainer_BG.gif);
	background-repeat: repeat-y;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #FFFFFF;
	background-position: center;
}

a:link,a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#userContent p {
  padding: 0.75em;
}

div#userContent a {
text-decoration: underline;
}

div#userContent a:link {
  color: #ffaa00;  
}

div#userContent a:visited {
  color: #db9303;
}

div#userContent a:hover {
  color: #ffba2f;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
}

input.button {
	background-color: #ff6600;
	-moz-border-radius: 4px;
	border: 1px solid;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 3px;
	margin: 2px;
	border-left: 1px solid #ffaa00;
	border-top: 1px solid #ffaa00;
	border-right: 1px solid #666600;
	border-bottom: 1px solid #666600;
	/* letter-spacing: -0.25em; */
}

label {
	clear: both;
	float: none;
	width: 100%;
}

input {
	border: 1px solid #CCCCCC;
	background-color: #474747;
	font-size: 1.5em;
	color: #ffffff;
	padding: 0.2em;
}

/*******************************/ /* Layout containers           */
	/*******************************/
div#outerContainer {
	width: 710px;
	margin: auto;
	padding-right: 20px;
	padding-left: 20px;
}

div#bodyContent {
	clear: both;
	float: none;
}

div#constantContent {
	float: none;
	clear: both;
	margin: 3px 0px 0px -2px;
}

div#mainContent {
	width: 490px;
	float: left;
}

div#userContentContainer {
	margin: 0px 0px 3px 4px;
}

div#userContent {
	background-color: #474747;
	-moz-border-radius: 0px 8px 8px 8px;
	padding: 4px;
	float: none;
	clear: both;
}

div.userBox {
	-moz-border-radius: 8px;
	margin: 6px;
	background-color: #858585;
	padding: 6px;
	clear: both;
	float: none;
}

div#prettyColumn {
	background-color: #3a1601;
	background-image:
		url(../images/prettyColumnBG.jpg)
		;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 160px;
	height: 30em;
	float: left;
	-moz-border-radius: 8px;
	margin: 0px 0px 0px 5px;
}

/*******************/ /*  Tab navigation */ /*******************/
div#userNav li.selectedTab {
	background-color: #474747;
}

div#userNav input.button {
	float: right;
	margin-top: -2px;
}

div#userNav h3.tabtxt {
	display: inline;
	float: left;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	margin-right: 2px;
	background-color: #393939;
	padding: 6px 10px 5px 10px;
	-moz-border-radius: 3px 3px 0px 0px;
	background-image: none; /*
  padding: 6px 17px 5px 6px;
  background-position: right center;
  background-repeat: no-repeat;
  */
}

#myCaptaincyTab {
	background-image: url(../images/icon-award_star_gold_3.png);
}

#myTeamsTab {
	background-image: url(../images/icon-group.png);
}

#myProfileTab {
	background-image: url(../images/icon-vcard.png);
}

#myPaymentsTab {
	background-image: url(../images/icon-coins.png);
}

div#userNav ul {
	float: left;
	margin: 2px 0px 0px 0px;
}

div.interfaceTip {
	font-size: .85em;
	background-color: #a5a5a5;
	background-image: url(../images/icon-lightbulb.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 24px;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 220px;
	-moz-border-radius: 6px;
}

p.clearOut {
	clear: both;
	float: none;
}
