/* ------------------
 styling for the tables 
   ------------------   */
#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 635px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}


#ver-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #039;
}
#ver-zebra td
{
	padding: 8px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #669;
}
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}
	
.test{
    background : url('/img/header-bg.png') no-repeat;
    height           :  60px;
    padding          : 10px;
}

.news-feed .media {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
.news-feed .media.last{
	border:0;
}
.navbar {
	background: rgb(33,81,107);
}
.navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
	background: rgb(219,226,232);
}
.navbar-default .navbar-nav>li.active>a{
	color:#000;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.news-feed .media-heading a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.news-feed .media-meta a{
	color: #000000;
}

.news-feed .media:first-child .media-heading{
	font-size: 22px;
}

.news-feed .media:first-child .media-body{
	font-size: 14px;
}

#cse-search-results iframe {
	max-width: 100%;
}
.ask_question_header {
	background-color:#5287a9;
	color:white;
	font-size: 17px;
	margin-top: 20px;
	padding: 7px;
	padding-left: 10px;
	font-weight:bold;
	text-align:left;
}
.ask_question_content {
	border: 2px solid #5287a9;
	text-align:left;
}

img {
	max-width: 100%;
}

.bg{
	background-color: white;
}
