/*
-----------------------------------------------
DGFC CSS
----------------------------------------------- */

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 230px; background: #fff; overflow: scroll}
.csw .loading {margin: 100px 0 200px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 5px solid #1D2041; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 670px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 230px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 670px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin-left: 0px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	margin-left: 1px;
}

.stripNav a { /* The nav links */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	background: #CCCCCC;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	width: 104px;
}

.stripNav li a:hover {
	background: #000;
	color: #FFF;
}

.stripNav li a.current {
	background: #1D2041;
	color: #fff;
}



/*
-----------------------------------------------
Side Menu CSS
----------------------------------------------- */

.urbangreymenu{
	width: 220px; /*width of menu*/
	margin-left: 0px;
}

.urbangreymenu .headerbar {
	font-size: 12px;
	color: black;
	background-color: #CCCCCC; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
	margin: 1px;
	cursor: pointer;
	text-transform: capitalize;
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin-left: 0px;
	/*padding-left: 20px;*/
}

.urbangreymenu ul li a{
	background: #EEEEEE;
	font-size: 12px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px; /*link text is indented 8px*/
	line-height: 17px;
	text-decoration: none;
	border-left: 5px solid #EEEEEE;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	border-left: 5px solid black;
}
.urbangreymenu h3:hover{ /*hover state CSS*/
	background: #AAAAAA;
}

.urbangreymenu .selected { /*hover state CSS*/
	background: #AAAAAA;
}



/*
-----------------------------------------------
Search Bar CSS
----------------------------------------------- */
       #ajaxSearch_output {
           border: 1px solid #444;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }
       .AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }


/*
-----------------------------------------------
Side bar on team pages.
----------------------------------------------- */

#sidebar ul{
	list-style: none;
	font-size: 12px;
	margin:0;
	padding:0 0 5px 30px;
	vertical-align: middle;
}

#sidebar ul li{
	list-style: url(../img/small-football.png);
	margin:0 0 6px 0;
	padding: 0;
}

#sidebar ul li ul li {
	list-style-image:none;
	list-style: none;
	margin:0 0 4px 0;
	padding:0;
}

#sidebar li a{
	font-size:1.2em;
	font-weight:bold;
	padding:2px;
}

#sidebar ul ul{
	margin:4px 0 10px 10px;
	line-height:1.2em;
	padding:0;
}

#sidebar ul ul li a{
	font-weight:normal;
}

/*
-----------------------------------------------
Facts and figures table
----------------------------------------------- */
.facts {
	empty-cells: show;
}
.facts th {
	text-align: left;
}

.facts table {
	width:80%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
}
.facts th {
	border-bottom: 1px solid #e5eff8;
	padding: .3em 1em;
	text-align: left;
}
.facts td {
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em;
	text-align: left;
}

/*
-----------------------------------------------
Fixtures and Results
----------------------------------------------- */

#fixtuResults tr:nth-child(even) {
	background-color: #ffffff;
}
#fixtuResults tr:nth-child(odd) {
	background-color: #ececec;
}

#fixtuResults tr.odd {
	background-color: #ffffff;
}

#fixtuResults td {
	text-align: center;
}
