#logcontent
{
	height: 100%;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

#sidebar140
{
	height: 100%;
	display: table-cell;
	width: 140px;
	padding: 0px 0px 0px 10px;
}

#sidebar180
{
	height: 100%;
	display: table-cell;
	width: 180px;
	padding: 0px 0px 0px 10px;
}

B.title
{
	font: 36px Arial, Helvetica;
	color: #000099;
	text-align: center;
}

TH
{
//	border-radius: 7px;
//	-moz-border-radius: 7px;
//	-webkit-border-radius: 7px;
	background: #000099;
	background-image: -moz-linear-gradient(#000099, #0000FF); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000099), to(#0000FF));	
	background-image: -webkit-linear-gradient(#000099, #0000FF);	
	background-image: -o-linear-gradient(#000099, #0000FF);
	background-image: -ms-linear-gradient(#000099, #0000FF);
	background-image: linear-gradient(#000099, #0000FF);
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}

DIV.content
{
	background: #ffffff;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 100%;
}

TD
{
	vertical-align: top;
}

TABLE.containertable
{
	height:100%;
	width:100%;
}
/*
div.ad
{
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #eeeeff;
	border: 1px solid #ddddff;
	padding: 10px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.adfooter
{
	background: #dddddd;
	margin-left: 110px;
	margin-right: 110px;
	margin-top: -20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	max-width: 88px;
	font: 12px Arial, Helvetica;
}

div.googleadfooter
{
	background: #dddddd;
	margin-left: 225px;
	margin-right: 225px;
	margin-top: -4px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	max-width: 88px;
	font: 12px Arial, Helvetica;
}
*/
/************************/
/* Begin sidebar styles */
/************************/

TABLE.sidebar
{
	background: #ffffff;
	vertical-align: top;
	color: #000000;
}

TABLE.sidebar_content
{
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
}

TABLE.sidebar_content2
{
	margin: 5px;
}

TH.sidebar_content
{
	background-image: -moz-linear-gradient(#000099, #0000FF); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000099), to(#0000FF));	
	background-image: -webkit-linear-gradient(#000099, #0000FF);	
	background-image: -o-linear-gradient(#000099, #0000FF);
	background-image: -ms-linear-gradient(#000099, #0000FF);
	background-image: linear-gradient(#000099, #0000FF);
	font-size: 14px;
	overflow: hidden;
}

TD.sidebar_content
{
	font-size: 12px;
	overflow: hidden;
	text-align: left;
	padding-bottom: 5px;
}

TD.sidebar_content_big
{
	font-size: 14px;
	overflow: hidden;
	text-align: left;
	padding-bottom: 5px;
}

B.sidebar_content
{
	color: #000099;
	font-size: 14px;
}

/**********************/
/* End sidebar styles */
/**********************/

/************************/
/* Begin tooltip styles */
/************************/

span.tool {
    position: relative;
    display: inline-block;
}
span.tipl {
    position: absolute;
    bottom: 20px;
    left: 0px;
    display: block;
    width: 250px;
    font-size: 12px;
    border: 1px solid #424242;
    border-radius: 6px;
    padding: 1px 5px;
    color: #424242;
    background: #fafafa;
    zoom: 1;
    visibility: hidden;
    z-index: 100;
}
span.tips {
    position: absolute;
    bottom: 20px;
    left: 0px;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid #424242;
    border-radius: 6px;
    padding: 1px 5px;
    color: #424242;
    background: #fafafa;
    zoom: 1;
    visibility: hidden;
    z-index: 100;
}

/**********************/
/* End tooltip styles */
/**********************/

/*************************/
/* Begin calendar styles */
/*************************/

table.calendar		{ border-left:1px solid #999999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:12px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eeeeff; }
td.calendar-day-np	{ background:#ddddff; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head
{
	background: #000099;
	background-image: -moz-linear-gradient(#000099, #0000FF); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000099), to(#0000FF));	
	background-image: -webkit-linear-gradient(#000099, #0000FF);	
	background-image: -o-linear-gradient(#000099, #0000FF);
	background-image: -ms-linear-gradient(#000099, #0000FF);
	background-image: linear-gradient(#000099, #0000FF);
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
}
div.day-number		{ background:#ffffff; padding:5px; color:#000099; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; border-left: 1px solid #999999; border-bottom: 1px solid #999999; font-size:14px; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999999; border-right:1px solid #999999; }

/***********************/
/* End calendar styles */
/***********************/

/********************/
/* Begin tab styles */
/********************/

TABLE.tabgroup
{
	border:1px solid #E3E3E3;
}

TH.tab
{
	background: #FFFFFF;
	background-image: url(http://www.hillrunner.com/images/tabbg_unselected.jpg);
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	white-space: nowrap;
	border-left,border-right,border-top:1px solid #E3E3E3;
	border-bottom:none;
}

TD.tabbody
{
	border: none;
	padding: 10px;
}

/******************/
/* End tab styles */
/******************/

/*Small screen styles*/

@media screen and (max-width: 600px)
{
	#wrapper
	{
		width: 100%;
	}
	DIV.nav
	{
		font: 12px Arial, Helvetica;
		line-height: 2;

	}
	#sidebar140
	{
		display: none;
	}
	
	#sidebar180
	{
		display: none;
	}
	span.tip {
	    width: 200px;
	}
	#row
	{
		display:block;
	}
	#column
	{
		margin-top: 10px;
		margin-bottom: 10px;
		display:block;
	}
	tr.wide
	{
		display: none;
	}
	tr.narrow
	{
		display: table-row;
	}
}

@media screen and (max-width: 850px)
{
/*
	div.ad
	{
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		background: #eeeeff;
		border: 1px solid #ddddff;
		padding: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	div.adfooter
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	div.googleadfooter
	{
		margin-left: 200px;
		margin-right: 200px;
		margin-top: -5px;
	}
*/
    table.collapsible tr > *
	{
		display: block;
	}

}