
/** Font styles 
---------------------------------*/

body {
	background-color:#006736;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
}

/* Links */

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

a:hover, a:active {
  color:#CC0000;
  text-decoration:underline;
}
caption {
	font-weight:bold;
	text-align:left;
}

/* Titles  */
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
h1 { }
h1#home-tagline {
	background-repeat:no-repeat;
	clear:right;
	float:left;
	height:0;
	overflow:hidden;
	width:320px;
}
h1.title {
	border-bottom:1px solid #9F0000;
	color:#B20000;
	font-size:26px;
	letter-spacing:-2px;
	line-height:18px;
	margin:0 0 12px;
	padding:0 0 12px;
	text-transform:uppercase;
}
h2 {
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:22px;
	height:0;
	margin:0 0 12px;
	overflow:hidden;
	padding:31px 0 0;
}
h2.pane-title {
	margin:0 20px 8px;
	width:auto;
}
h2#url {
	line-height:0;
	margin:0 0 26px;
}
h3 { }
h3.date, h3.division {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:0 5px 10px;
	text-transform:uppercase;
}
h4 { }

h4.field,
h4.standings,
h4.leaders,
#mini-panel-new_homepage_tier_2 div.view div.view-content table.views-table tbody tr:first-child,
div.view.team-roster div.view-content table.views-table tbody tr:first-child,
div.view.view-schedule-results div.attachment caption,
div.view.team-roster div.attachment caption {
	background-color:#333333;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:5px 0 0;
	padding:5px;
	text-transform:uppercase;
}
h5 { }
h6 { }

img {
	display:block;
}

/* Paragraph Styles */
p {
	line-height:13px;
	margin:0 0 13px;
}
p.contact-info {
	display:block;
	float:left;
	margin-right:40px;
}
/* Table Styles  */

table {
	border:0px solid;
	width:100%;
}
table.gameinfo {
	background-color:#FFFFFF;
	background-image:url(../images/gameinfo-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border-collapse:collapse;
	color:#000000;
	margin:0 0 20px;
}
table.gameinfo td {
	padding:5px;
}
tbody {
	border:none;
}
tbody th {
	border-bottom:none;
}
td.gamedetails {
	padding:5px;
}
td.gamedetails a {
	color:#336600;
}
td.gameversus {
	font-weight:bold;
	padding:5px;
	width:260px;
}
td.rededge, col.rededge {
	background-color:#E01E26;
	background-image:url(../images/rededge.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:10px;
}
td.scheduleheader, tr.scheduleheader td {
	background-color:#E01E26;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}
thead th {
	border-bottom:none;
	padding-right:0;
}
tr.even {
	background-color:#E5E5E5;
}
tr.odd {
	background-color:transparent;
}
tr.even, tr.odd {
	border-bottom:none;
	padding:0;
}
tr.even td, tr.odd td {
	padding:5px;
}
tr.odd {
	/* background-color: #fff; */
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */
ul, ol {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu li {
	float:left;
	margin:0 20px 0 0;
}
ul.menu li.last {
	margin:0;
}
li.leaf {
	list-style-image:none;
	list-style-type:none;
	padding:0;
}
ol {
	margin:10px 0;
	padding:0 0 0 40px;
}
ol.letters {
	list-style-type:lower-alpha;
}
ol.numbers {
	list-style-type:decimal;
}
/*
.item-list ul, .view-empty, .calendar-calendar td.calendar-agenda-items {
	background-color:#9F0000;
	background-image:url(../images/item-list-bg.jpg);
	background-repeat:repeat-x;
	border-bottom:4px solid #9F0000;
	margin:0;
	padding:0;
}
.item-list ul li, .view-empty p, .calendar-calendar td.calendar-agenda-items div.calendar .inner .view-item-schedule_results {
	background-color:#F2F2F2;
	border-bottom:1px solid #9F0000;
	list-style:none;
	margin:0 0 0 20px;
	overflow:auto;
	padding:12px;
}
*/

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

/**
 * *IDS
 */
 
#admin-menu img {
	display:inline;
}
#block-menu-secondary-links .active-trail a.active {
	color:#FFFFFF;
}
#content {
	background-color:#FFFFFF;
}
#content-top {
	float:left;
	padding:0 0 15px;
}
#footer {
	background-color:#007239;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}
#header {
	font-size:10px;
}
#header a:link, #header a:visited {
	color:#FFFFFF;
}
#header li a.active {
	color:#DF1F26;
	font-weight:bold;
}
#header li a.active:hover {
	text-decoration:none;
}
#most-recent-scores .view-footer {
	background-color:#8F0505;
	float:right;
	padding:0 5px 3px;
}
#most-recent-scores .view-footer a {
	color:#FFFFFF;
}
#most-recent-scores .view-footer p {
	font-size:10px;
	margin:0;
}

div.view {
	background-color:#E01E26;
	background-image:url(../images/rededge.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:3px solid #8F0505;
	padding-left:19px;
}
div.view div.view-content, div.view-schedule-results div.attachment {
	background-color:#F2F2F2;
	padding:0 13px 17px;
}
div.view-schedule-results div.view-content {
	padding:0 13px;
}
div.team-picture .view-header {
	padding:10px 13px;
}
div.team-picture .view-header p {
	line-height:normal;
	margin:0;
}
div.team-roster div.attachment {
	padding:0;
}
div.team-roster div.attachment-after {
	float:left;
}
div.team-roster div.attachment-before div.view-content {
	padding:0;
}
div.team-roster div.attachment-before div.view-content div.views-field-field-team-picture-fid {
	padding:0 0 13px 13px;
}
div.team-roster div.wrapper {
	background-color:#F2F2F2;
}
div.team-picture, div.team-standings {
	background-color:transparent;
	background-image:none;
	border-bottom:none;
	padding-left:0;
}
div.team-roster div.view-content {
	float:left;
}
div.team-roster div.view-content table {
	width:auto;
}
div.view.team-roster div.view-content table.views-table thead {
	display:table-header-group;
}
div.view.view-standings {
}
div.view.view-standings div.attachment div.view-header h3 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding:5px 13px;
	text-transform:uppercase;
}
div.view.view-standings div.attachment div.view.view-standings {
	background-color:transparent;
	background-image:none;
	border-bottom:none;
	padding-left:0;
}
div.view.view-standings div.attachment div.view.team-standings div.view-content caption {
	background-color:transparent;
	color:#000000;
}
div.view.team-standings div.attachment {
	background-color:transparent;
	padding:0;
}
div.view div.view-content caption, .calendar-calendar div.date-nav h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:20px 5px 10px;
	text-transform:uppercase;
}
div.view.team-roster div.view-content table.views-table {
	margin:0;
	width:414px;
}
div.view.team-roster div.view-content table.views-table th.views-field-field-player-lastname-value,
div.view.team-roster div.view-content table.views-table th.views-field-field-player-goals-value {
	border-bottom:1px solid #E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:5px;
}
div.view div.view-content table.views-table.leaders {
	margin:10px 0 0;
}
div.view div.view-content table.views-table tbody tr:first-child th {
	padding:5px;
}
div.view div.view-content table.views-table thead {
	display:none;
}
#page {
	background-color:#FFFFFF;
	background-image:url(../images/body-bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
#sidebar-first .block, #sidebar-second .block {
	margin:0 0 20px;
}
#user-login-form {
	text-align:left;
}
#user-login-form .item-list {
	margin:10px 0 0;
	padding:5px 0 0;
}

/**
 * *CLASSES
 */
.block ul {
	padding:0;
}
.calendar-calendar ul.links {
	float:right;
	margin:10px 0 0;
}
.calendar-calendar div.date-nav {
	background-color:transparent;
	border:none;
	color:#FFFFFF;
	padding:0 0 10px;
}
.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {
	color:#000000;
}
.calendar-calendar td.calendar-agenda-items .calendar {
	background:none;
}
.calendar-calendar td.calendar-agenda-items div.calendar .inner {
	min-height:0;
	width:100%;
}
.calendar-calendar td.calendar-agenda-items div.calendar .inner .view-item-schedule_results .dayview {
	margin:0;
}
.calendar-calendar td div.day {
	background-color:#FFFFFF;
	border:none;
	color:#000000;
	float:left;
	padding:5px;
}
.calendar-calendar .month-view table {
	border:1px solid #E5E5E5;
}
.calendar-calendar .month-view .inner {
	margin:0;
	min-height:95px;
	padding:0;
}
div.view div.attachment div.month-view table td {
	padding:0;
}
.calendar-calendar td {
	border:none;
}
.calendar-calendar td.calendar-agenda-items {
	border:none;
}
.calendar-calendar td.calendar-agenda-items div.calendar {
	padding:0;
	overflow:auto;
}
.calendar-calendar td.empty {
	background-color:#F2F2F2;
}
.calendar-calendar td.sun, .calendar-calendar td.mon, .calendar-calendar td.tue, .calendar-calendar td.wed, .calendar-calendar td.thu, .calendar-calendar td.fri {
	border-right:1px solid #E5E5E5;
}
.calendar-calendar td .inner div, .calendar-calendar td .inner div a {
	background:none;
}
.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
	background:none;
	padding:0;
}
.calendar-calendar td .inner div.calendar div .multiple-events {
	padding:3px;
}
.calendar-calendar td .inner div.day a {
	color:#000000;
}
.calendar-calendar td.today .inner div.day a {
	color:#FFFFFF;
}
.calendar-calendar th.days {
	background-color:#333333;
	border:none;
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
	text-transform:uppercase;
}
.calendar-calendar tr {
	border-top:1px solid #E5E5E5;
}
.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today  {
	background-color:#FFFFFF;
}
.calendar-calendar tr td.today div.day, .calendar-calendar tr.odd td.today div.day, .calendar-calendar tr.even td.today div.day  {
	background-color:#DF1f26;
	color:#FFFFFF;
}
.cancelled {
	text-decoration:line-through;
}
.date-nav div.date-heading {
	float:none;
	text-align:left;
	width:auto;
}
.date-nav div.date-heading h3 {
	padding:20px 5px 0;
}
.date-nav div.date-next {
	float:left;
	width:auto;
}
.date-nav div.date-prev {
	margin:0 0 0 5px;
	width:auto;
}
div.day-view table th {
	display:none;
}
div.day-view table .calendar-agenda-no-hours {
	display:none;
}
.front h1.title {
	display:none;
}
.front #content-header, .front #content-area {
	float:left;
	width:330px;
}
.front #content-area .content h2 {
	color:#E01E26;
	display:block;
	float:left;
	font-size:12px;
	height:auto;
	margin:0 0 10px 10px;
	padding:0;
}
.front #content-area .content p {
	display:block;
	float:left;
	font-size:12px;
	line-height:16px;
	margin:0 0 10px 10px;
	padding:0;
	width:auto;
}
.front #content-bottom {
	clear:both;
}
.infopane {
	background-color:#E01E26;
	background-image:url(../images/rededge.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:3px solid #8F0505;
	padding-left:19px;
}
.infosection {
	background-color:#F2F2F2;
	padding:17px 13px;
}
.infosection table td, #mini-panel-new_homepage_tier_2 div.view div.view-content table td, div.view div.attachment table td {
	padding:5px;
}
.infosection table th, #mini-panel-new_homepage_tier_2 div.view div.view-content table th, div.view div.attachment table th {
	border-bottom:1px solid #E5E5E5;
	font-family:Arial,Helvetica,sans-serif;
	padding:5px;
}
#mini-panel-homepage_slideshow div.view {
	background:none;
	border:0;
	padding:0;
}
#mini-panel-homepage_slideshow div.view div.view-content {
	background-color:transparent;
	padding:0;
}
#mini-panel-new_homepage_tier_2 div.view div.view-content table.views-table tbody th.views-field-field-game-score-value,
#mini-panel-new_homepage_tier_2 div.view div.view-content table.views-table tbody th.views-field-field-game-date-value {
	background-color:#333333;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:5px 0 0;
	padding:5px;
	text-transform:uppercase;
}
#mini-panel-new_homepage_tier_2 div.view div.view-content table th a,
div.view div.attachment caption a {
	text-decoration:none;
}
#mini-panel-new_homepage_tier_2 div.view div.view-content table th a:link,
#mini-panel-new_homepage_tier_2 div.view div.view-content table th a:visited,
div.view div.attachment caption a:link,
div.view div.attachment caption a:visited {
	border-bottom:1px dotted #999999;
	color:#FFFFFF;
}
#mini-panel-new_homepage_tier_2 div.view div.view-content table th a:hover,
#mini-panel-new_homepage_tier_2 div.view div.view-content table th a:active,
div.view div.attachment caption a:hover,
div.view div.attachment caption a:active {
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
}

.infosection table th.match,
.infosection table th.player,
.infosection table th.results,
.infosection table th.team,
div.view div.view-content table th.match,
div.view div.view-content table th.player,
div.view div.view-content table th.results,
div.view div.view-content table th.team,
div.view div.view-content table td.views-field-title
{
	width:230px;
}
div.view div.attachment table th.match,
div.view div.attachment table th.player,
div.view div.attachment table th.results,
div.view div.attachment table th.team,
div.view div.attachment table td.views-field-title
{
	width:400px;
}
.infosection table th.rank, #mini-panel-new_homepage_tier_2 div.view div.view-content table th.views-field-counter {
	width:33px;
}
.item-list ul li {
	list-style:none;
	margin:0;
}
.next {
	font-size:10px;
}
.page-admin-page div.tabs, .page-admin-page-spanish div.tabs {
	display:none;
}
.pane-2 {
	clear:both;
}
.panel-2col {
	border-top:1px solid #9F0000;
}
.panel-2col .panel-col-first {
	border-right:1px solid #9F0000;
}
.panel-2col .panel-separator {
	border-top:1px solid #9F0000;
	height:0;
	margin:0 0 11px;
}
.panel-2col .panel-col-first .panel-separator {
	border-top:none;
}
.pane-menu-menu-footer-links, .pane-2 {
	font-size:10px;
	margin:0 0 0 55px;
}
/*
#upcoming-matches .views-field-title {
	border-bottom:1px solid #E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:12px;
	margin:0 0 5px;
	padding:0 0 10px;
	text-transform:uppercase;
}
*/
#recent-scores .views-field-title {
	float:left;
}
#sidebar-first ul.menu li {
	clear:both;
}
.teaser-checkbox {
	display:none;
}
.view-empty p {
}
.view-item-schedule_results {
}
.views-field-title a:link, .views-field-title a:visited {
	color:#000000;
}
/*
.views-field-field-game-date-value, .views-field-field-game-location-nid, .views-field-field-game-date-value-1, .views-field-field-game-raindate-value, .views-field-field-game-rainlocation1-nid, .views-field-field-game-raindate-value-1 {
	border-left:1px solid #E5E5E5;
	float:left;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
*/
#upcoming-matches .views-field-field-game-date-value {
	border:none;
	margin:0;
	padding:0;
}
.views-field-field-game-location-nid {
}
.views-field-field-game-score-value {
}