/* Summary page */

span.title {
  font-size-adjust: 0.7;
}

span.number {
  font-size-adjust: 0.7;
  color: #222222;
}

div.summary {
	width: 570px; 
	padding:15px; 
	border: 0px;		
	background: #EEEEEE none repeat scroll 0% 0%;
}

/* Tag Cloud */
div.TagCloud {
	background:#F5F5F5 none repeat scroll 0% 0%;
	border:1px solid #EEEEEE;
	padding:15px;
	width: 570px;
}
div.TagCloud a.link {
	color: #0035ad;
	text-decoration:none;
}
div.TagCloud span.disabled em {
	color: gray;
	text-decoration:none;
	font-style: normal;
}
div.TagCloud span.current em {
	background-color: yellow;
	color: #0035ad;
	text-decoration:none;
	font-style: normal;
}
div.TagCloud a.link:hover {
	background-color:#7f9ad6;
	color:#FFFFFF;
	text-decoration:none;
}

/* History panel */
#content div.history-panel {
  background:#F5F5F5 none repeat scroll 0% 0%;
  border:1px solid #EEEEEE;  
  width: 350px;  
  padding: 0px 15px 0px 15px;
}
#content div.history-panel table td {
  border-style: none;
}
#content div.history-panel ul {
  list-style-type:none;
  padding-left:0px;
}

#content div.history-panel table.history-table {
  height: 80px;
  width: auto;
}
#content div.history-panel td.month {
  border-style: none;
  margin: 0;
  padding: 4px;
} 

div.floating, span.floating {
  float: left;
}

#content div.graphbox table {
  width: auto;
}

#content div.graphbox table.borderless td {
  border-style: none;
}


 

.month img.clickable, #year-more, #year-less {
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #ffe;
	background: #7f9ad6;
}
.month img.disabled {
	cursor: default;
	background: #888888;
}
.month img.current {
	cursor: default;
	border-color: #000;
	background: #ffe67f;
}
.month img.normal:hover {
	border-color: #000;	
	background: #ffe67f;
}



/* TAB PANEL STYLES */

div.tabpanel div.tab-row{
  float:left;
  /* background:#DAE0D2 url("../img/tab_a_dddddmid.png") repeat-x bottom; */
	background:transparent url(../img/tab_bottom.gif) repeat-x scroll center bottom;
  width: 600px;
  line-height:normal;
  }

div.tabpanel div.tab-row ul {  	
	margin: 0pt;
	padding-left: 10px; 
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
  
div.tabpanel div.tab-row li {
  float:left;
  background: transparent url("../img/tab_a_left_up.png") no-repeat scroll left top;
  margin:0;
  padding:0 0 0 10px;
  }
  
div.tabpanel div.tab-row a {
  display:block;
  background: transparent url("../img/tab_a_right_long_up.png") scroll right top;
  padding:4px 15px 2px 2px;
  text-decoration:none;
  font-weight:bold;
  white-space:nowrap;
  color:#eee;
  }
  
div.tab-panel {
	clear: left;
/*
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
*/
}


div.tabpanel {
	/*background: #EEEEEE;
  	width:600px;*/
}
  
div.tabpanel div.tab-row a:hover {
  color:#fff;
  }
  
div.tabpanel div.tab-row li.selected {
  background-image:url("../img/tab_b_left_up.png");
  }
  
div.tabpanel div.tab-row li.selected a {
  background-image:url("../img/tab_b_right_long_up.png");
  color:#333;  
}
 