body {
  font-family: Arial, Helvetica, sans-serif;
}

.float-left { float: left; }
.float-right { float: right; }

.box {
  border: 1px solid #898989;
  background: #f5f5f5;
}

.ss_sprite { padding-left: 25px; }
.jquery_placeholder { color: #aaa; }

/* Header ================================================================= */
#header {
  border-bottom: 3px solid #ececec;
  margin-bottom: 15px;
  height: 95px;
}

h1 a:link, 
h1 a:visited,
h1 a:active, 
h1 a:hover {
  display: block;
  background: url(/images/header/logo.jpg) no-repeat;
  width: 447px; height: 50px;
  margin-top: 25px;
}

/* Top Navigation ========================================================= */
ul.top-navigation {
  margin: 0; padding: 0;
}

ul.top-navigation li {
  float: left;
  margin-left: 10px;
  list-style-type: none;
  text-transform: uppercase;
}

ul.top-navigation li a:link, 
ul.top-navigation li a:active, 
ul.top-navigation li a:visited {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #878787;
  height: 41px;
  padding-top: 22px; padding-left: 30px;
}

ul.top-navigation li a:hover {
  background: url(/images/top-navigation/li-background.jpg) no-repeat ;
  background-position: left center;
  color: #424242;
}

/* Content ================================================================ */

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

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 20px;
  color: #0056c0;	
}

h3 {
  font-size: 16px;
  color: #4e4e4e;
}

span.tooltip {
  border-bottom: 1px dotted #cccccc;
}

/* Galleries -------------------------------------------------------------- */
ul.thumb-gallery {
  margin: 0; padding: 0;
}

ul.thumb-gallery li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* Lists ------------------------------------------------------------------ */

ul.circular-list {
  margin: 0; padding: 0;
}

ul.circular-list li {
  background: url(/images/content/circular-list/bullet.jpg) no-repeat left center;
  list-style-type: none;
  font-size: 16px;
  color: #0056c0;	
  letter-spacing: -1px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 20px;
}

/* Boxes ------------------------------------------------------------------ */

div.watch-list {
  min-height: 700px;
}

a.watched-box:link,
a.watched-box:visited,
a.watched-box:active {
  display: block;
  border: 1px solid #eeeeee;
  padding: 5px;
  margin-bottom: 15px;
  
  color: #000000;
  text-decoration: none;
}

a.watched-box span.name {
  color: #ff0000;
  font-size: 14px;
}

a.watched-box:hover {
  border: 1px solid #ff0000;
}

/* Tables ----------------------------------------------------------------- */

table.simple tbody td {
  font-size: 11px;
  color: #777777;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
}

table.simple tbody td a:link,
table.simple tbody td a:visited,
table.simple tbody td a:active {
  color: #777777;
}

table.simple tbody tr:hover, 
table.simple tbody tr:focus {
  background: #eeeeee;
}

table.simple tbody td a:hover {
  color: #000000;
}

table.member-list {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table.member-list tbody td {
  border-top: 1px solid #cccccc;
  vertical-align: top;
}

table.member-list tbody td a:link,
table.member-list tbody td a:visited,
table.member-list tbody td a:active {
  color: #777777;
}

table.member-list tbody tr:hover, 
table.member-list tbody tr:focus {
  background: #eeeeee;
}

table.member-list tbody td a:hover {
  color: #000000;
}

table.metrics {
  border: 1px solid #c5dbf7;
}

table.metrics thead th {
  background: #e6f2ff;
  border-bottom: 1px solid #c5dbf7;
  border-left: 1px solid #c5dbf7;
  text-align: center;
}
table.metrics thead th:first-child {
  border-left: 0;
}

table.metrics tbody tr.even td {
  background: #e6f2ff;
  border-top: 1px solid #c5dbf7;
  border-bottom: 1px solid #c5dbf7;
  border-left: 1px solid #c5dbf7;
}
table.metrics tbody tr.even td:first-child { border-left: 0;}

table.metrics tbody tr.odd td {
  border-left: 1px solid #dddddd;
}
table.metrics tbody tr.odd td:first-child { border-left: 0;}

table.metrics tbody tr td {
  text-align: center;
}

table.metrics tbody tr td:first-child {
  text-align: left;
}

table.calendar {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-collapse: collapse;
}

table.calendar thead th {
  border-bottom: 1px solid #000;
  background: #898989;
  color: #ffffff;
  width: 14%;
  text-align: center;
}

table.calendar thead th:last-child {
  border-right: 1px solid #000;
}

table.calendar tbody td {
  height: 100px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: top;
}

table.calendar tbody td.today {
  background: #ffeaac;
}

table.calendar tbody td.notmonth {
  background: #f0f0f0;
}

table.calendar tbody td span.day {
  font-weight: bold;
  color: #898989;
}

table.calendar tbody td ul {
  margin: 0; padding: 0; padding-left: 20px;
}

/* Athlete Specific ------------------------------------------------------- */

div.athlete-photo {
  text-align: center;
}

h2.athlete-name {
  position: relative;
  width: 220px;
  margin-top: -40px;
	background: #0b2fb9;
	padding: 5px;
	opacity: .8;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

p.quote {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}

ul.athlete-navigation {
  margin: 0; padding: 0;
  margin-bottom: 10px;
}

ul.athlete-navigation li {
  list-style-type: none;
}

ul.athlete-navigation li a:link, 
ul.athlete-navigation li a:active, 
ul.athlete-navigation li a:visited {
  padding: 5px 0 5px 5px;
  border-top: 1px solid #eaeaea;
  display: block;
  text-decoration: none;
}

ul.athlete-navigation li a:hover {
  background: #f8f8f8;
} 

/* Top Section ------------------------------------------------------------ */

#top-section {
  border-bottom: 3px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

ul.athletes {
  margin: 0; padding: 0;
}

ul.athletes li {
  list-style-type: none;
  float: left;
  margin-left: 5px;
}

ul.athletes li:first-child {
  margin-left: 0;
}

ul.athletes li a:link,
ul.athletes li a:visited,
ul.athletes li a:active {
  display: block;
  width: 145px; height: 200px;
}

ul.athletes li.emily a:link,
ul.athletes li.emily a:visited,
ul.athletes li.emily a:active {
  background: url(/images/top-section/athletes/emily.jpg) no-repeat;
}

ul.athletes li.emily a:hover {
  background: url(/images/top-section/athletes/emily-hover.jpg) no-repeat;
}

ul.athletes li.melissa a:link,
ul.athletes li.melissa a:visited,
ul.athletes li.melissa a:active {
  background: url(/images/top-section/athletes/melissa.jpg) no-repeat;
}

ul.athletes li.melissa a:hover {
  background: url(/images/top-section/athletes/melissa-hover.jpg) no-repeat;
}

ul.athletes li.you a:link,
ul.athletes li.you a:visited,
ul.athletes li.you a:active,
ul.athletes li.you a:hover {
  background: url(/images/top-section/athletes/you.jpg) no-repeat;
}

ul.athletes li.colton a:link,
ul.athletes li.colton a:visited,
ul.athletes li.colton a:active {
  background: url(/images/top-section/athletes/colton.jpg) no-repeat;
}

ul.athletes li.colton a:hover {
  background: url(/images/top-section/athletes/colton-hover.jpg) no-repeat;
}

ul.athletes li.karma a:link,
ul.athletes li.karma a:visited,
ul.athletes li.karma a:active {
  background: url(/images/top-section/athletes/karma.jpg) no-repeat;
}

ul.athletes li.karma a:hover {
  background: url(/images/top-section/athletes/karma-hover.jpg) no-repeat;
}

ul.athletes li.gina a:link,
ul.athletes li.gina a:visited,
ul.athletes li.gina a:active {
  background: url(/images/top-section/athletes/gina.jpg) no-repeat;
}

ul.athletes li.gina a:hover {
  background: url(/images/top-section/athletes/gina-hover.jpg) no-repeat;
}
 
/* Forms ------------------------------------------------------------------ */

.required { color: #ff0000; }

ol.sign-in-form {
  background: #898989;
  width: 360px; height: 34px;
  margin: 0; padding: 0;
  padding-left: 5px;
}

ol.sign-in-form li {
  float: left;
  list-style-type: none;
  margin-left: 5px;

}

ol.sign-in-form li p {
  font-weight: bold;
  text-transform: uppercase;
  color: #c7c7c7;
  padding-top: 6px;
}

ol.sign-in-form li a:link, 
ol.sign-in-form li a:visited,
ol.sign-in-form li a:active {
  color: #fff;
}

ol.sign-in-form li input {
  height: 10px;
}

ol.sign-in-form li input[type=submit] {
  background: transparent; border: 0;
  width: 45px; height: 25px; 
  margin-top: 4px;
  
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

/* Footer ================================================================= */
#footer {
  border-top: 3px solid #ececec;
}

#footer ul {
  margin: 0; padding: 0;
}

#footer ul li {
  float: left;
  list-style-type: none;
  margin-left: 20px;
  padding-top: 10px;
}

#footer ul li:first-child {
  margin-left: 0;
}

#footer ul li a:link, 
#footer ul li a:active, 
#footer ul li a:visited {
  color: #878787;
} 

#footer ul li a:hover {
  color: #424242;
}

#footer ul li.copyright { 
  float: right; 
  color: #878787;
}