/* colors
#49404F dark (dark blue)
#596166 dark medium (grey)
#D1FFCD light (light green)
#A9BD8B light medium (green)
#948A54 middle (brown)
*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ 
	margin: 0; 
	padding: 0; 
}
a img,:link img,:visited img { 
	border: none; 
}

a, a.selected:hover, a.action-img:hover {
	text-decoration: none;
	color : #400606;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	background-color: transparent;
}

a:hover, a.selected{
	color : #fff;
	background-color: #400606;
}


/*a:hover{
	color : #400606;
	background-color: #D9D9D9;
	font-family: Arial, sans-serif;
	padding: 1px;
	border-bottom-color: #400606;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}*/

html, body {
	height: 100%;
}

body, td{
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #333;
}

body {
	background-color : #D9D9D9;
}

h1{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-weight : bold;
	color: #1E4359;
	margin-bottom : 1.2em;
	margin-top : 0.3em;
}

h2, h2 a{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight : normal;
	color: #0388A6;
	margin-bottom : 0.7em;
	margin-top : 1.3em;
	background-color: transparent;
}

h2 a:hover{
	text-decoration: underline;
	color: #0388A6;
	font-family: "Trebuchet MS", sans-serif;
	background-color: transparent;
}

h3{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight : bold;
	color: #1E4359;
	margin-bottom : 1em;
	margin-top : 1.3em;
}

h4{
	font-size: 11px;
	color: #1E4359;
	margin-bottom : 0.5em;
	margin-top : 0.7em;
}

h5{
	font-size: 10px;
	color: #400606;
}

hr {
	height: 1px;
	border:0;
	background-color: #D9D9D9; 
	color: #D9D9D9;	
}

li {
	list-style-type: none;
}

#global {
	min-height: 100%;
	overflow: hidden;
	background-color : #1E4359;
	background: #1E4359 url('../images/grass_pattern_2.png') repeat-x left bottom;
}

#top{
	background : #1E4359 url('../images/topback.png') repeat-x left bottom;
	height : 40px;
	padding : 20px;
}

#top h1{
	margin : 0;
}

#top h1 a{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	color : #A3C9D9;
	padding: 0;
	text-shadow: 0 2px 0 #1E4359;
}

#top h1 a:hover{
	background: transparent;
}

#menu{
	padding : 6px;
	background-color : #0388A6;
}

#menu li{
	display : inline;
	margin-left : 3px;
	margin-right : 3px;
}

#menu a{
	font-size : 12px;
	font-weight: bold;
	color : #D9D9D9;
	padding :6px;
	background-color : #0388A6;	
	border: 0;
}

#menu a:hover{
	background-color : #A3C9D9;	
	color : #0388A6;
	padding : 6px;
}


#submenu{
	color : #0388A6;
	font-weight : bold;	
	font-family: Arial, sans-serif;
	padding : 3px 6px;
	height: 14px;
	background-color: #A3C9D9;	
}

#submenu li{
	display : inline;
}

#submenu a{
	color : #0388A6;
	font-weight : bold;
	background-color: #A3C9D9;
	padding : 3px 11px;
	border: 0;
}

#submenu a:hover{
	color : #0388A6;
	/*text-decoration: underline;*/
	text-shadow: 0 0 1px #02A7CE;
}


#main{
	padding: 20px;
	padding-left:20px;
	padding-bottom:20px;
	/*min-width: 680px;*/
	min-width: 920px;
	
	-moz-box-shadow: inset 0 1px 2px #91918B;
	-webkit-box-shadow: inset 0 1px 2px #91918B;
	box-shadow: inset 0 1px 2px #91918B;
	
	background: #D9D9D9 url(../images/back.png) repeat;
}

#content{
	float: left;
	/*margin-right: 17px;*/
	margin-bottom: 60px;
	min-height:550px;
	width: 70%;
	background-color : #fff;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	/*min-height: 450px;*/
	
	padding-bottom: 20px;
	
}

#content-wrapped {
	padding: 10px 20px 20px 20px;
}

#sidebar-a{
	/*background-color: #D9D9D9;*/
	/*float: left;
	width:140px;*/
	margin-left: 70%;
	padding-left: 17px;
	margin-bottom: 40px;
}

#bottom{
	clear: both;
	/*height : 100px;*/
	padding: 40px;
	padding-bottom: 10px;
	background-color : #1E4359;
	/*text-align:center;*/
	color : #0388A6;
	margin-bottom:100px;
	
	-moz-box-shadow: inset 0 2px 2px #0E2734;
	-webkit-box-shadow: inset 0 2px 2px #0E2734;
	box-shadow: inset 0 2px 2px #0E2734;
}

/* Layout */

.left-column {
	float:left;
	width:290px;
	margin-right:20px;
}

.right-column {
	overflow:hidden;
	margin-left:310px;
	width:290px;
}


/**********/
/* Tables */
/**********/


/* Generic */

.table {
	border-collapse: collapse;
}

.table th, .table td {
	text-align: center;
}

.table td {
	font-size: 10px;
}



/* Common */ 

.classification a, .games a, .scorers a {
	color: #333;
	padding: 0;
	font-weight: normal;
	background: none;
	border: 0;
}

.classification a:hover, .games a:hover, .scorers a:hover{
	text-decoration: underline;
}

.table .team, .table .player {
	text-align: left;
}

.table td.score a, .table td.position, .position {
	color: #400606;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.table .td.score, .table td.home, .table td.away {
	white-space: nowrap;
}

.table td.home {
	text-align: right;
	padding-right: 5px;
}

.table td.away {
	text-align: left;
	padding-left: 5px;
}


/* Classification & Games */

.classification th, .games th {
	background-color: #0388A6;
	color : #fff;
	font-weight: normal;
}

.classification td, .games td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9D9D9;
}

.classification tr.selected td, .games tr.selected td {
	background-color: #E9E9E9;
}

.classification {
	width: 460px;
}

.small.classification {
	width: 100%;
}

.classification th, .games th {
	height: 25px;
}

.classification td, .games td {
	height: 27px;
}

.games, .classification {
	margin-bottom: 10px;
}



/* Scorers */

.scorers {
	width: 300px;
}

.big.scorers {
	width: 450px;
}


.scorers th {
	font-family: Arial,sans-serif;
	color: #1E4359;
}

.scorers td, .scorers th {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9D9D9;
}

.scorers td.goal {
	font-size: 11px;
	color: #400606;
}

/* Day */

.day-column {
	float: left;
	margin-right: 20px;
}

.cal-day h2 {
	background-color : #0388A6;
	color: #fff;
	padding: 5px;
	padding-left: 7px;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	margin: 0;
}

.cal-day {
	margin-top: 25px;
	width: 280px;
}

.cal-day td.home, .cal-day td.away {
	width: 40%;
}

.cal-day td.score {
	width: 20%;
}


.button {
	background-color : #0388A6;
	margin : 3px;
	color: #fff;

	display:inline;
	padding:3px 7px;
	
	text-align: center;
	font-family: Arial, sans-serif;
	
	-webkit-border-radius: 4px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	
	-moz-border-radius:4px;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
}

.button a {
	background-color : transparent;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}

.button a:hover{
	background-color : transparent;	
}

.b1 {
	/*text-shadow:0 -1px 0 #464646;	*/
	background-color : #1E4359;
	background: -moz-linear-gradient(center top , #295E7E, #1E4359) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#295E7E), to(#1E4359));
}

a.b1:hover {
	background-color : #1E4359;
	background: -moz-linear-gradient(center top , #1E4359, #295E7E) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#1E4359), to(#295E7E));	
}

.b2 {
	/*text-shadow:0 -1px 0 #717171;*/
	background-color : #0388A6;
	background: -moz-linear-gradient(center top , #02A7CE, #0388A6) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#02A7CE), to(#0388A6));
}

a.b2:hover {
	background-color : #0388A6;
	background: -moz-linear-gradient(center top , #0388A6, #02A7CE) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#0388A6), to(#02A7CE));
}

.b0 {
	/*text-shadow:0 -1px 0 #ADADAD;*/
	background-color : #A3C9D9;
	background: -moz-linear-gradient(center top, #ACD7E8 ,#A3C9D9) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACD7E8), to(#A3C9D9));
}

a.b0:hover {
	background-color : #A3C9D9;
	background: -moz-linear-gradient(center top , #A3C9D9, #ACD7E8) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#A3C9D9), to(#ACD7E8));
}

/**
 Action links
 */



ul#action_links {
	float: left;
}

ul#action_links li {
	display: inline;
	margin-right: 33px;
}

ul#action_links li img{
	vertical-align: middle;
}




#action_floater {
	/*float: right;*/
	/*margin-top: 7px;
	margin-right: 7px;*/
	margin: 27px 0;
	padding: 5px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #D9D9D9;
	/*-moz-box-shadow: 1px 1px 3px #D9D9D9;*/
	/*-moz-box-shadow: 0 0 12px #D9D9D9 inset*/
	background: -moz-linear-gradient(bottom, #E9E9E9, #fff);
	background: -webkit-gradient(linear, left bottom, left top, from(#E9E9E9), to(#fff));
}

#action_floater ul#action_links li {
	margin-right: 20px;
}

#action_floater #action_related {
	float: right;
}


#selector {
	position: absolute;
	top: 1em;
	right: 1em;
}


.list-line {
	padding:24px 0 24px 15px;
	margin:0 0 0 0;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#D9D9D9;
}

.list-line .action-cat{
	float:left;
	margin-right: 30px;
}

.list-line ul#action_links {
	float: right;
}

.list-line ul#action_links .action-txt {
	display: none;
}


/****/


img.action {
	vertical-align: middle;	
}

#bottom .blocks {
	width: 920px;
	overflow:hidden;
}

#bottom .link_block {
	margin-right:100px;	
	width: 200px;
	float: left;
}

#bottom h3 {
	color: #A3C9D9;
	font-family:Verdana,sans-serif;
	font-weight: normal;
	text-shadow: 0 2px 0 #16384c;
}

#bottom a {
	color: #0388A6;
}

#bottom a:hover {
	color: #A3C9D9;
	background-color: transparent;
}

#bottom li {
	padding: 4px;
	border-bottom-color: #0388A6;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#bottom .footnote {
	color: #0E2734;
	margin-top: 50px;
}

#bottom .footnote a {
	font-family: Verdana,sans-serif;
	font-weight: normal;
}


.post p {
	margin: 10px 0 10px 0;
}

.post ul {
	margin: 10px 0 10px 30px;
}

.post ul li {
	list-style-type: square;
}

.post ul li ul li {
	list-style-type: circle;
}

.post .details {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 15px;
}

.post .extract {
	margin-bottom: 10px;
}

#comments .comment {
	margin: 10px 0 10px 0;
}

#comments .comment .author{
	font-size: 10px;
	font-style: italic;
	margin-bottom: 5px;
}

#sidebar-a h2{
	color: #1E4359;
	font-size: 14px;
	margin-top:2em;
	font-family:"Lucida Grande", Verdana,sans-serif;
	font-weight: bold;
	text-shadow: -1px -1px #E9E9E9;
}

#sidebar-a li{
	line-height: 16px;
	/*padding-left: 10px;*/
	margin: 1px 0;
}

.news li{
	line-height: 14px;
}

.news a{
	color:#333;
	font-weight: normal;
}

.news a:hover{
	background-color: transparent;
	color: #0388A6;
	text-decoration: underline;
}

.news .date{
	font-size: 10px;
	font-weight: bold;
}

#content_header a {
	/*color: #400606;*/
	/*font-family:"Trebuchet MS",sans-serif;*/
}

#content_header a:hover{
	/*background-color: inherit;
	text-decoration: underline;*/
}

#content_header h1 {
	margin-top:0.1em;
}

#content_header img {
	float:left;
	padding:5px 10px 5px 0;
}

.picture_box {
	width: 270px;
	height: 240px;
	padding: 10px;
	float: left;
}

.picture_box .legend{
	text-align: center;
	color: #A3C9D9;
}

a.picture {
	padding: 0;
	margin: 0;
}

a.picture:hover {
	background-color: inherit;
}

a.picture .small_picture, .small_picture {
	padding: 4px;
	margin: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #D9D9D9;
}

#home_picture_box {
	width: 300px;
}



/* Game show */

#game_header {
	/*width: 475px;*/
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	background: -moz-linear-gradient(bottom, #E9E9E9, #fff);
	background: -webkit-gradient(linear, left bottom, left top, from(#E9E9E9), to(#fff));
	margin: 7px 0 27px 0;
}

#game_header .game-header-content {
	width:630px;
	margin-left:auto;
	margin-right:auto;	
}

.big_score{
	color: #400606;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, sans-serif;
	position: relative;
	float: left;
	width: 100px;
}

.big_position{
	color: #400606;
	font-weight: bold;
	font-size: 34px;
	font-family: Arial, sans-serif;
	padding: 10px;
	width: 70px;
	text-align: center;
	float: left; 
	margin-right: 40px;
}

.big_team a {
	color:#1E4359;
	font-family:"Trebuchet MS",sans-serif;
	font-size:18px;
	font-weight:bold;
}

.big_team a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#game_header .home, #game_header .away {
	float: left;
	width: 250px;
}


#game_header .details, #game_header .details a {
	clear:both;
	width: 630px;
	padding-top:20px;	
	color: #A3C9D9;
	font-weight: bold;
	font-family:Verdana,sans-serif;
	font-size:10px;
	text-align: center;
}

#game_header .details a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.home-classification {
	float: left;
	width:300px;
}

.away-classification {
	float: right;
	width:300px;
}

#map {
	margin: 7px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #D9D9D9;	
}

#map a:hover {
	background-color: transparent;
}

.cb {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	line-height: 0;
	border: 0;
}



/**/

.result {
	font-family: monospace;
	margin: 3px;
	padding: 7px 10px;
	color: #FFF;	
}

.V {
	background-color: #A3C9D9;
}

.N {
	background-color: #D9D9D9;
}

.D {
	background-color: #400606;
}

#lightbox a:hover, #album_picture_box a:hover {
	background-color: transparent;
}

.club-colors {
	float: left;
    padding: 0 10px 5px 0;
}

.club-color {
	border-left:1px solid #999;
	border-right:1px solid #999;
	width:20px;
	height:10px;
	background-color: #D9D9D9;
	box-shadow: 2px 2px 2px #D9D9D9;
}

.color1 {
	border-top:1px solid #999;
	border-bottom:1px solid #777;
}

.color2 {
	background-color: #D9D9D9;
	border-bottom:1px solid #999;
}

.ads {
	margin-top: 2em;
}

.ads a.picture .small_picture {
	border-color: #999;
	margin-left: 0;
	margin-bottom: 0;
}

.ads p {
	padding-left: 4px;
	color: #999;
	font-size: 10px;
	margin-top: 3px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
}


/********
 * Blog *
 ********/
 

/* Post */

.post .date {
	float: left;
	margin: 5px 20px 0 0;
}

.post .date .month {
	font-size: 9px;
	border:1px solid #BCBDB6;
	border-bottom: 0;
	width: 40px;
	background-color: #0388A6;
	color: #EFF0E8;
	text-align: center;
	display: block;
	padding: 4px 0;
} 

.post .date .day {
	font-family:"Trebuchet MS",sans-serif;
	font-weight: bold;
	font-size: 14px;
	border:1px solid #BCBDB6;
	width: 40px;
	background-color: #fff;
	text-align: center;
	display: block;
	padding: 6px 0;
	margin: 0;
} 

.post .date .year {
	border:1px solid #fff;
	color:#91918B;
	font-size: 9px;
	width: 40px;
	text-align: center;
	display: block;
	padding: 2px 0;
}

.post h2 {
	margin-bottom: 2px;
	margin-left: 62px;
}

.post .details, 
.post .share {
	font-size: 10px;
}

.post .content {
	margin: 10px 0 20px 0;
	padding-top: 10px;
	clear:  both;
}

.post .extract {
	margin: 10px 0;
	margin-left: 62px;
}

.post .extract img, .post .content img {
	padding: 7px;
}

.post .related_details {
	text-align: right;
}

.post .related_details img {
	vertical-align: bottom;
}

.post .share ul li{
	float: left;
	margin-right: 10px;
	vertical-align: absmiddle;
}


/* Pager */

#pager {
	margin-top: 10px;
	font-size: 10px;
}

#pager a.selected {
	color: #fff;
	background-color: #400606;
}

#pager a.selected:hover {
	text-decoration: underline;
}


/* Cloud */

ul#tag_cloud {
  list-style: none;
}
 
ul#tag_cloud li {
  list-style: none;
  display: inline;
}
 
ul#tag_cloud li.tag_popularity_1 a {
  font-size: 70%;
}
 
ul#tag_cloud li.tag_popularity_2 a {
  font-size: 100%;
}
 
ul#tag_cloud li.tag_popularity_3 a {
  font-size: 130%;
}
 
ul#tag_cloud li.tag_popularity_4 a {
  font-size: 160%;
}


/* Comments */

.comment .body {
	text-align: justify;
}

#comments {
	margin-top: 25px;
}

#comments .author {
	font-size: 10px;
}

#comments .body {
	margin:7px 0 15px;
}

form.add_comment {
	width: 100%;
}

form.add_comment .form_control{
	clear:  both;
	padding: 10px 0;
	width: 555px;
}

form.add_comment .form_control label{
	float:  left;
	width: 210px;
	padding: 5px 0;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	color: #91918b;
}

form.add_comment .form_control input, .form_control textarea {
	margin: 0;
	width: 200px;
	
	margin-right: 10px;
	float: left;
	
	text-align: left;
	padding: 5px;
	font-size: 10px;
	color: #91918b;
	border: 1px solid #BCBDB6;
}

form.add_comment .form_control input:focus, form.add_comment .form_control textarea:focus {
	-moz-box-shadow: 0 0 4px #A3C9D9;
	-webkit-box-shadow: 0 0 4px #A3C9D9;
	border-color: #A3C9D9;
}

form.add_comment .form_control textarea {
	width: 308px;
	height:  70px;
	font-size: 11px;
}

form.add_comment .form_control #recaptcha_area {
	float:  left;
	margin: 0;
	margin-right: 10px;
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #91918b;
	border: 1px solid #BCBDB6;
}

form.add_comment input[type="submit"]{
	width: 150px;
	text-align: center;
	margin-top: 15px;
	color:  #EFF0E8;
	background-color: #0388A6;
}


/* Post list */

.post_list {
	margin-bottom: 0.7em;
}

.post_list .entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF0A5;
	border-bottom-color: #FFF0A5;
	padding-bottom: 5px;
}

.post_list .entry h3 {
	margin-bottom: 0;
}

.post_list .entry h3 a {
	text-decoration: none;
	font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
}

.post_list .entry h3 a:hover {
	text-decoration: underline;
}

.post_list .entry img {
	vertical-align: bottom;
}

.post_list .entry .sub {
	margin-left: 20px;
	font-size: 9px;
}

.post_list .entry .content {
	margin-top: 3px;
	text-align: justify;
}

.post_list .entry .comment {
	text-align: right;
}

.post_list .entry .comment a{
	font-weight: normal;
	text-decoration: none;
}

.post_list .entry .comment a:hover{
	text-decoration: underline;
}

.jqplot-target{position:relative;color:#666;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:1em;}.jqplot-axis{font-size:.75em;}.jqplot-xaxis{margin-top:10px;}.jqplot-x2axis{margin-bottom:10px;}.jqplot-yaxis{margin-right:10px;}.jqplot-y2axis,.jqplot-y3axis,.jqplot-y4axis,.jqplot-y5axis,.jqplot-y6axis,.jqplot-y7axis,.jqplot-y8axis,.jqplot-y9axis{margin-left:10px;margin-right:10px;}.jqplot-axis-tick,.jqplot-xaxis-tick,.jqplot-yaxis-tick,.jqplot-x2axis-tick,.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick{position:absolute;}.jqplot-xaxis-tick{top:0;left:15px;vertical-align:top;}.jqplot-x2axis-tick{bottom:0;left:15px;vertical-align:bottom;}.jqplot-yaxis-tick{right:0;top:15px;text-align:right;}.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick{left:0;top:15px;text-align:left;}.jqplot-meterGauge-tick{font-size:.75em;color:#999;}.jqplot-meterGauge-label{font-size:1em;color:#999;}.jqplot-xaxis-label{margin-top:10px;font-size:11pt;position:absolute;}.jqplot-x2axis-label{margin-bottom:10px;font-size:11pt;position:absolute;}.jqplot-yaxis-label{margin-right:10px;font-size:11pt;position:absolute;}.jqplot-y2axis-label,.jqplot-y3axis-label,.jqplot-y4axis-label,.jqplot-y5axis-label,.jqplot-y6axis-label,.jqplot-y7axis-label,.jqplot-y8axis-label,.jqplot-y9axis-label{font-size:11pt;position:absolute;}table.jqplot-table-legend{margin-top:12px;margin-bottom:12px;margin-left:12px;margin-right:12px;}table.jqplot-table-legend,table.jqplot-cursor-legend{background-color:rgba(255,255,255,0.6);border:1px solid #ccc;position:absolute;font-size:.75em;}td.jqplot-table-legend{vertical-align:middle;}td.jqplot-seriesToggle:hover,td.jqplot-seriesToggle:active{cursor:pointer;}td.jqplot-table-legend>div{border:1px solid #ccc;padding:1px;}div.jqplot-table-legend-swatch{width:0;height:0;border-top-width:5px;border-bottom-width:5px;border-left-width:6px;border-right-width:6px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}.jqplot-title{top:0;left:0;padding-bottom:.5em;font-size:1.2em;}table.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em;}.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px;}.jqplot-highlighter-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px;}.jqplot-point-label{font-size:.75em;z-index:2;}td.jqplot-cursor-legend-swatch{vertical-align:middle;text-align:center;}div.jqplot-cursor-legend-swatch{width:1.2em;height:.7em;}.jqplot-error{text-align:center;}.jqplot-error-message{position:relative;top:46%;display:inline-block;}div.jqplot-bubble-label{font-size:.8em;padding-left:2px;padding-right:2px;color:rgb(20%,20%,20%);}div.jqplot-bubble-label.jqplot-bubble-label-highlight{background:rgba(90%,90%,90%,0.7);}