/*  
Theme Name: Gossip City
Theme URI: http://wp-themes.designdisease.com/
Description: Designed by <a href="http://www.designdisease.com">Elena G.</a> for  <a href="http://www.celebrific.com">Celebrific</a>
Version: 2
Author: Design Disease
Author URI: http://wp-themes.designdisease.com/
*/


body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	margin: 0px;
	color: #35383d;
	overflow: auto;
	overflow-x: hidden;
}

html
{
	padding: 0;
	margin: 0;
}

a:link
{
	text-decoration: none;
	color: Black;
	border: 0px;
	-moz-outline-style: none;
}
a:active
{
	text-decoration: underline;
	color: Black;
	border: 0px;
	-moz-outline-style: none;
}
a:visited
{
	text-decoration: none;
	color: Black;
	border: 0px;
	-moz-outline-style: none;
}
a:hover
{
	text-decoration: underline;
	color: Black;
	border: 0px;
	-moz-outline-style: none;
}
a:focus
{
	outline: none;
	-moz-outline-style: none;
}

.PlatformHeader
{
	font-weight: bold;
	background-color: Silver;
	font-size: 15px;
	height: 20px;
	color: White;
}

.subTitle
{
	color: Silver;
	font-size: 10px;
}

.tableRow
{
	background-color: Silver;
}

.alternateRow
{
	background-color: White;
}

td
{
	font-size: 11px;
}

.topBar
{
	width: 100%;
	top: 0px;
	left: 0px;
	border: solid 2px #294c8b;
	background-color: #94a1b9;
	height: 35px;
}

.topBarPeriodSelection,
.topBarStatisticSelection
{
	position: absolute;
	height: 35px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
}

.topBarPeriodSelection
{
	right: 1px;
	width: 280px;
	padding: 8px 0px 10px 0px;
}

.topBarStatisticSelection
{
	left: 5px;
	width: 400px;	
	padding: 8px 0px 0px 10px;
}

.statsDiv
{
	position: relative;
	top: 8px;
}

.favorites
{
	position: absolute;
	right: 1px;
	width: 130px;
	top: 50px;
}

 .favoriteli
 {
 	list-style-image: url(star_24.png);
 	list-style-position: outside;
 }
