
a {
    color: #0c0e34;
    text-decoration: underline;
}

#header a,
#footer a {
    color: #F2F2F2;
}

a:hover {
    color: #434685;
    text-decoration: underline;
}

blockquote {
    color: #666666;
    margin: 30px 40px;
}

body {
    background-color: #000111;
    background-image: url("/objects/images/backgrounds/body_bg_v2.png");
    background-repeat: repeat-x;
    color: #333333;
    font-size: 14px;
    font-family: 'Quattrocento Sans', sans-serif;
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

p {
    line-height: 18px;
}

th {
    text-align: center;
    background: #666666;
    color: #ffffff;
    font-size: 12px;
}

td {
    font-size: 13px;
}

tfoot td {
    border-top: 1px #f2f2f2 solid;
}

ul {
    margin: 20px 0;
}

li {
    margin-bottom: 4px;
    list-style-type: square;
}

#container {
    background-color: #0c0e34;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    margin: 20px auto 10px auto;
    padding: 20px;
    position: relative;
    width: 1220px;
}

#header {
    position: relative;
    width: 1220px;
    height: 94px;
}

#header a {
    color: #ffffff;
}

#header #logo {
    float: left;
}

#header #login {
    color: #ffffff;
    float: right;
    position: relative;
    width: 400px;
    z-index: 10;
}

#header #login .textAlert {
    display: inline-block;
    float: right;
}

#header #teamInfo {
    color: #ffffff;
    float: right;
    font-size: 12px;
}

#header #login .welcomeText {
    float: left;
    padding-top: 18px;
    position: relative;
}

#header #login .formRow,
#header #login .formButton {
    position: relative;
    float: left;
    margin-left: 10px;
}

#header #teamInfo .textHeaderTeam {
    font-size: 22px;
    text-align: right;
    margin-bottom: 10px;
}

#header #teamInfo .teamOptions {
    text-align: right;
}

#nav {
    position: relative;
    width: 1220px;
    height: 32px;
}

#nav .navTabItem {
    background: #666;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin: 0 5px 0 0;
    padding: 6px 10px;
    text-decoration: none;
    width: auto;
}

#nav .navTabItem.on,
#nav #navManage.on,
#nav .navTabItem.on:hover,
#nav #navManage.on:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

#nav .navTabItem:hover {
    background: #999999;
}

#nav #navManage {
    background: #973636;
}

#nav #navManage:hover {
    background: #ae6c6c;
}

#adminTabs {
    border-bottom: 2px #973636 solid;
    margin-bottom: 10px;
}

#adminTabs .navTabItem {
    background: #ae6c6c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin: 0 5px 0 0;
    padding: 6px 10px;
    text-decoration: none;
    width: auto;
}

#adminTabs .navTabItem.on {
    background: #973636;
}

#adminTabs .navTabItem:hover {
    background: #973636;
}

#body {
    width: 1180px;
    background: #ffffff;
    padding: 20px;
    margin: 0;
}

#footer {
    color: #F2F2F2;
    font-size: 12px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
    position: relative;
    width: 1220px;
}

#footer #navUtility {
    position: relative;
    float: left;
}

#footer #loadTime {
    position: relative;
    float: right;
}

.clear {
    clear: both;
}

.imageFloatLeft {
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

.imageFloatRight {
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
}

form {
    display: inline;
}

.formRow {
    margin-bottom: 20px;
    position: relative;
}

.formLabel {
    font-weight: bold;
    font-size: 12px;
}

.formHelp {
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

input,
textarea,
select {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 12px;
}

input:focus {
    outline: none;
}

textarea.comments {
    border: 1px #4e586e solid;
    padding: 2px;
    height: 100px;
    width: 529px;
    font-size: 13px;
}

.inputText {
    border: 1px #4e586e solid;
    font-size: 13px;
    padding: 2px;
}

input.playerStat {
    border: 1px #cccccc solid;
    font-size: 13px;
    padding: 0 2px;
    text-align: right;
    width: 14px;
}

input.error {
    background: #ffcccc;
    border: 1px #cc0000 solid;
}

.inputSelect {
    border: 1px #4e586e solid;
    font-size: 13px;
    padding: 1px;
}

.inputCheckbox {
    margin: 0;
}

.inputSubmit {
    border: none;
    font-size: 11px;
    height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    background: #4e586e;
}

.inputSubmit.hidden {
    border: none;
    display: none;
    height: 0;
    overflow: hidden;
    width: 0;
}

a.adminButton {
    background-color: #4e586e;
    border: none !important;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 4px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

a.adminButton.big {
    font-size: 13px !important;
    line-height: normal;
    padding: 4px 8px;
}

a.adminButton.gray {
    background-color: #6e6e6e;
}

a.adminButton.green {
    background-color: #4e6e59;
}

a.adminButton.yellow {
    background-color: #6e6e4e;
}

a.adminButton.red {
    background-color: #6e4e4e;
}

a.adminButton:hover,
a.adminButton.green:hover,
a.adminButton.yellow:hover,
a.adminButton.red:hover {
    background-color: #cccccc;
}

a.adminButton.disabled {
    cursor: wait;
    opacity: 0.6;
}

.headerGray {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dropcap {
    float: left;
    color: #d7182a;
    font-size: 40px;
    font-weight: bold;
    line-height: 34px;
    padding-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

.boxGray {
    background: #e3e8e9;
    padding: 20px;
    margin-bottom: 20px;
}

.paymentBox {
    background: #e3e8e9;
    position: relative;
    padding: 10px;
}

.formBox {
    background: #e3e8e9;
    position: relative;
    padding: 10px;
    float: left;
}

.homeBox {
    margin-bottom: 20px;
}

.homeBoxAnnouncement {
    border-bottom: 1px #2c4340 dotted;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.download {
    line-height: 16px;
    margin-bottom: 10px;
}

.headshot {
    margin-bottom: 20px;
}

.listData th {
    background: #e6e9f0;
    color: #4e586e;
    text-align: left;
}

table.striped {
    border-spacing: 1px;
    width: 100%;
}

table.striped th,
table.striped td {
    padding: 3px;
}

tr.even td {
    background: #f2f2f2;
}

tr.odd td {
    background: #ffffff;
}

tr.year td {
    background-color: #ccc;
}

table.striped tr:hover td,
table.striped tr.over td {
    background: #ffffdd !important;
    cursor: pointer;
}

td.center {
    text-align: center;
}

td.stat {
    text-align: right;
}

td.error {
    color: #cc0000;
    font-weight: bold;
}

table.striped td {
    vertical-align: top;
}

tr.even td.highlight {
    background: #e4e4ea;
}

td.highlight,
tr.odd td.highlight {
    background: #f0f0f7;
}

tr.year td.highlight {
    background: #ccc !important;
}

tr.total td {
    background-color: #fff;
    border-top: 1px #ccc solid;
}

td.edit {
    background: #ffffcc;
}

table.records {
    width: 500px;
}

table.records td {
    vertical-align: top;
}

.textHeader {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.textHeader span {
    font-size: 18px;
    text-transform: none;
}

.textHeader select {
    font-size: 16px;
}

.textHeaderSmall {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.textHeaderBig {
    font-size: 26px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.textSmall {
    font-size: 12px;
}

.textTiny {
    font-size: 11px;
    font-style: italic;
}

.textAlert {
    background: #660000;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.textAlert a {
    color: #ffffff;
    text-decoration: underline;
}

.textOK {
    background: #006600;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.textDescription {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.textExplanation {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    background: #f2f2f2;
}

.textGray {
    color: #666666;
}

.divider {
    border-top: 1px #2c4340 dotted;
    margin: 10px 0;
}

.thumbnail {
    position: relative;
    float: left;
    width: 140px;
    text-align: center;
    font-size: 11px;
}

.gutter {
    position: relative;
    float: left;
    width: 12px;
}

.listData {
    margin-bottom: 20px;
}

.commentsContainer {
    position: relative;
    float: left;
    width: 535px;
}

.commentsFormContainer {
    position: relative;
    float: left;
    width: 535px;
    margin-left: 20px;
}

.boxComment {
    margin-bottom: 20px;
}

.commentBubble {
    background: #ffffff;
    font-size: 12px;
    padding: 10px;
}

.commentUser {
    font-size: 12px;
    padding: 5px 0 0 10px;
}

/*
	Vertical Accordions
*/

.accordion_toggle {
    display: block;
    height: 30px;
    background: #949caf;
    padding: 0 10px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    border: 1px #4e586e solid;
    margin-bottom: 1px;
}

.accordion_toggle_active {
    background: #4e586e;
    margin: 0;
}

.accordion_content {
    overflow: hidden;
    margin-bottom: 1px;
}

.vertical_accordion_toggle {
    display: block;
    height: 30px;
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px solid #cde99f;
    cursor: pointer;
    margin: 0;
}

.vertical_accordion_toggle_active {
    background: url("images/accordion_toggle_active.jpg") no-repeat top right #e0542f;
    color: #ffffff;
    border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
}

.boxContent {
    background: #e4e8f1;
    float: left;
    margin: 10px 0 0 10px;
    padding: 10px;
    position: relative;
    min-height: 140px;
    height: auto !important;
    height: 140px;
}

.boxContent.col1 {
    width: 366px;
}

.boxContent.col2 {
    width: 764px;
}

.boxContent.col3 {
    width: 1160px;
}

.boxContent .textHeader {
    font-family: "Caveat", cursive;
    font-size: 22px;
}

.records .boxContent .textHeader {
    float: left;
}

.boxContent .textHeaderSmall,
.boxGray .textHeaderSmall,
.boxGray h2 {
    font-family: "Caveat", cursive;
    font-size: 16px;
    text-transform: uppercase;
}

.boxGray h2 {
    margin-top: 32px;
}

.boxContent .backToTop {
    float: right;
    padding-top: 5px;
}

.boxLeaders {
    position: relative;
    float: left;
    width: 224px;
    margin-left: 10px;
}

.boxRSVP {
    position: relative;
    float: left;
    width: 282px;
    margin-left: 10px;
}

#field_find_address,
#field_find_latlon {
    position: relative;
    float: left;
}

.textCount {
    font-size: 11px;
}

#fieldInfo {
    position: relative;
    float: left;
    width: 143px;
}

#map {
    float: left;
    margin: 0 0 0 10px;
    position: relative;
    width: 160px;
}

#map iframe {
    border: 1px #ccc solid;
    height: 120px;
    margin: 0;
    width: 210px;
}

/* Messages
----------- */

.boxMessage {
    background: #ffffff;
    padding: 10px;
    position: relative;
}

.boxMessage .new {
    background: #df4b03;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    left: -25px;
    padding: 1px 3px;
    position: absolute;
    text-decoration: blink;
    text-transform: uppercase;
    top: 10px;
}

#newMessages {
    background: #df4b03;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    left: 592px;
    padding: 1px 3px;
    position: absolute;
    text-decoration: blink;
    text-transform: uppercase;
    top: -10px;
}

/* Date Picker
-------------- */

/* the table (within the div) that holds the date picker calendar */

.dpTable {
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #4e586e;
    width: 175px;
    font-family: 'Quattrocento Sans', sans-serif;
}

.dpTitleTR {
    color: #ffffff;
    background: #4e586e;
}

/* a table cell that holds a date number (either blank or 1-31) */

.dpTD {
    width: 25px;
    font-size: 11px;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */

.dpDayHighlightTD {
    background: #e6e9f0;
    font-size: 11px;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */

.dpTDHover {
    background: #e6e9f0;
    cursor: pointer;
    font-size: 11px;
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */

.dpDayTD {
    background: #949caf;
    color: #ffffff;
    font-size: 11px;
}

/* additional style information for the text that indicates the month and year */

.dpTitleText {
    font-size: 13px;
    color: #ffffff;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */

.dpDayHighlight {
    font-weight: bold;
}

/* the forward/backward buttons at the top */

.dpButton {
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    border: none;
    background: #4e586e;
    font-family: 'Quattrocento Sans', sans-serif;
}

.dpTodayButtonTD {
    padding: 5px 0;
}

/* the "This Month" and "Close" buttons at the bottom */

.dpTodayButton {
    font-family: 'Quattrocento Sans', sans-serif;
    border: none;
    font-size: 10px;
    padding: 2px 4px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff !important;
    background-color: #4e586e;
}

img.iconCalendar {
    position: relative;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/* TOOLTIPS */

.trigger {
    cursor: pointer;
}

.tooltip {
    background: #fafafa;
    border: 3px #999999 solid;
    color: #333333;
    display: none;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    width: 200px;
    z-index: 100;
}

.tooltip .title {
    border-bottom: 1px #999999 solid;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tooltip a {
    color: #0c0e34 !important;
}

/* SORTABLE TABLES */

table.sortable th {
    padding-right: 12px;
}

table.sortable th.headerSortDown,
table.sortable th.headerSortUp {
    background-color: #999999;
    background-position: right;
    background-repeat: no-repeat;
}

table.sortable th.headerSortDown {
    background-image: url("/objects/images/icons/table/desc.gif");
}

table.sortable th.headerSortUp {
    background-image: url("/objects/images/icons/table/asc.gif");
}

/* OVERLAYS
----------- */

.blockMsg {
    background: #ffffff;
    left: 50% !important;
    text-align: left;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.overlay {
    display: none;
    padding: 15px;
}

.overlay .title {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.overlay .body {
    color: #2b2b2b;
    float: none;
    font-size: 13px;
    margin: 0;
    min-width: 100%;
    padding: 0;
    text-align: left;
}

.overlay .formRow {
    float: left;
    margin-left: 10px;
    position: relative;
}

.overlay .formRow.first {
    margin-left: 0;
}

.overlay .formButton {
    margin-top: 10px;
}

.overlay a.adminButton {
    margin: 0 10px 0 0;
}

img.monkey {
    width: 250;
    height: 184;
    float: right;
    margin-left: 20px;
}

#placeholderTop {
    background-image: url("/objects/images/chart/genericturf.gif");
    background-repeat: no-repeat;
    background-position: 28px 4px;
}

#placeholderSide .tickLabel,
#placeholderTop .tickLabel {
    font-size: 11px;
}
