.tableContainer {
	padding: 10px;
}

.sideContainerTable {
	text-align: center;
	width: 100%;
}

.lastLoginList td {
	width: 50%;
}

.sideContainerTable .yourRow {
	color: lightgreen;
	font-weight: bold;
}
#characterSearchTable {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 330px;
}

#characterSearchTable input {
	width: 200px;
}

.help {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-indent: 1em;
	font-style: italic;
}

.localAdContainer {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.soyliciousAd {
	width: 320px;
}

.wonkosAd {
	width: 320px;
}

.localAd {
	display: none;
	margin: auto;
}

/* news feeds */

.gfg-root {
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

.gfc-resultsHeader, .gfg-title {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #333333;
}

.gfg-title {
	border-radius: 10px 10px 0px 0px; 
	-webkit-border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
}

.gfc-resultsHeader.header {
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin-bottom: 0px;
}

.gfc-resultsHeader .gfc-title {
	color: #77c8f7;
}

.gfg-entry {
	height: 100px;
	max-height: 100px;
	min-height: 100px;
	overflow: auto;
}
 
.gf-relativePublishedDate {
	margin-left: 5px;
}

.gf-author, .gf-relativePublishedDate {
	display: inline;
	color: #cccccc;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	line-height: 13px;
	font-style: italic;
}

.gf-categories {
	color: #cccccc;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	line-height: 13px;
	font-style: italic;
}

.gf-content {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	line-height: 13px;
	color: white;
}

 .gf-categories, .gf-content {
	padding-left: 10px;
	padding-right: 10px;
}

.gf-author {
	padding-left: 10px;
}

.gf-relativePublishedDate {
	padding-right: 10px;
}

a.gf-title {
	padding-left: 0px;
	padding-right: 0px;
}

div.gf-title {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 13px;
	font-family: georgia, serif;
	line-height: 20px;
	background-color: #212121;
}

.gfg-subtitle {
	color: #77c8f7;
	font-weight: bold;
	font-size: 14px;
    font-family: georgia, serif;
	text-align: center;
	background-color: #212121;
}

.gfg-list {
	border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
.gfg-listentry {
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfg-listentry-highlight {
    background-image: url("/resource/img/blueArrow.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.gf-snippet {
	color: white;
	font-size: 12px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 12px
}

.gf-result .gf-title {
	line-height: 20px;
}