﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	background-color: Black;
	font-size: 14pt;
	color: #E0E0E0;
}
.search-input
{
	width: 80%;	
	border: 2px solid orange;
	color: black;
	font-size:100%;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #E0E0E0;
}

.infoMsg
{
	color: #9CADD0;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.Btn
{
	border-width: 0 4px;
	padding: 3pt 7pt 3pt 7pt;
	border: 1px solid #606060;
	background-color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	color: #E0E0E0;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12pt;
}
.itemTitle
{
	padding: 3pt;
	margin-top: 25px;
	margin-left: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	border-bottom: 1px solid #6699CC;
}
.noDec
{
	color: #E0E0E0;
	text-decoration: none;
}

.feedurl
{
	font-size: 85%;
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 10px;
	color: Silver;
	text-align:right;
}

a.pageNav:link
{
	color: #E0E0E0;
	text-decoration: underline;
}
a.pageNav:visited
{
	color: #E0E0E0;
	text-decoration: underline;
}
a.pageNav:hover
{
	color: #E0E0E0;
	text-decoration: underline;
}
a.pageNav:active
{
	color: #E0E0E0;
	text-decoration: underline;
}

.des
{
	padding: 1px;
	font-size: 100%;
	margin-top: 15px;
	margin-left: 5px;
	color: #B0B0B0;
}

.isEmpty
{
	padding-top:20px;
	display:block;
}

.feedImageHolder
 { float:left; 
   position:relative;
   display:block;
   margin:10px 10px 5px 5px;
   border: 1px solid #AAA;
   background-color:#222;
   padding: 1 2 1 2;
   width:80;
   height:80;
 }
 
 .feedImage
 {
	vertical-align: middle;
    height: 100%;
    max-width: 80;
 }
  .feedTypeHolder
 {
 	position:absolute;
	left : 1%; top: 1%;
	width: 100%;
	height: 100%;
 }

  .feedTypeImage
 {
 	width:80;
    height:80;
 }

.buttons
{
	min-height: 20;
	padding: 1px;
	font-size: 100%;
	margin-top: 16px;
	margin-left: 10px;
}

.previewPanel
{
	display: none;
	margin: 25px 5px 10px 5px;
	padding: 5px 5px 10px 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #6699CC;
	background-color: #222;
}

.gfc-resultsHeader
{
	display: none;
}

.gf-title
{
	margin-top:10px;
	font-weight: bold;
	text-decoration: none;
	color: #E0E0E0;
	text-overflow: ellipsis;
}

.iNote
{
	color: Silver;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	width: 80%;
}
.booklanguage
{
	color: Gray;
	font-size: 8pt;
	font-style: italic;
	width: 100%;
}

ul#tabnav
{
	/* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font-family: verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 2px solid #6699CC; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li
{
	/* do not change */
	display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4
{
	/* settings for selected tab */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a
{
	/* settings for selected tab link */
	color: #E0E0E0; /* set selected tab link color as desired */
	position: relative;
	font-weight: bold;
	padding-top: 3px; /* must change with respect to padding (X) above and below */
	border-bottom: 5px solid #6699CC; /* set border color to page background color */
}

ul#tabnav li a
{
	/* settings for all tab links */
	padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	background-color: Black; /* set unselected tab background color as desired */
	color: #E0E0E0; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
}


