@charset "utf-8";
/* CSS Document */

/*

#tab-container-1-nav { margin: 0px; padding: 0px; clear: both; height: 26px; }
#tab-container-1-nav li { display: inline; float: left; list-style: none; margin: 0px 3px 0px 0px; }
#tab-container-1-nav li a { display: inline-block; border: 1px solid #ccc; padding: 2px 10px; outline: none; }
h2 { margin: 0px; padding: 0px; }
.mycustomactivetabclass { background: #ccc; color: #333; border-bottom: 1px solid #ccc; }
*/
.cleer { clear: both; height: 1px; overflow: hidden; }
.tab { margin: 0px 0px 0px 0px; margin: -1px 0px 0px 0px; }
.stories-wide { padding: 5px; }
.mycustomclass { background: #fff; color: #fff; margin: 0px 0px 0px 0px; float: left; width: 540px; padding: 10px; }
.mycustomclass h2 { font: bold 16px Arial, Helvetica, sans-serif; margin: 0px 0px 10px 0px; padding: 0px; }
.mycustomclass p { font: 14px Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; padding: 0px; }


div#tab-container-1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 560px;
	height: 31px;
	background: url(http://odesk.inteloquent.com/css2010/images/bg_nav_primary.png) right top no-repeat;
	border-right: 0px solid #bfbfbf;
	border-left: 0px solid #bfbfbf;
}

div#tab-container-1 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div#tab-container-1 ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
}

div#tab-container-1 ul li a {
	margin: 1px 0px 1px 0px;
	padding: 8px 9px 6px 10px;
	font: normal 11.4px 'arial', sans-serif;
	color: #4c4c4c;
 	display: inline-block; 
	text-decoration: none;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #fff;
}

div#tab-container-1 ul li a:hover {
	margin: 1px 0px 1px 0px;
	padding: 8px 10px 6px 11px;
	background: url('http://odesk.inteloquent.com/css2010/images/bg_nav_primary_hover.png') repeat-x top ; 
	color: #666;
	border-right: 0px solid #bfbfbf;
	border-left: 0px solid #fff;
}
 
div#tab-container-1 ul li.selectedli {
	background: url('http://odesk.inteloquent.com/css2010/images/bg_nav_primary_hover.png') repeat-x top ; 
}

div#tab-container-1 ul li.selectedli a {
	margin: 1px 0px 1px 0px;
	padding: 7px 8px 7px 9px;
	color: #000;
 	display: block; 
	text-decoration: none;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #e5e5e5;
}

div#tab-container-1 ul li#selected a:hover {
	background: none; 
	color: #333;
	border-right: 1px solid #bfbfbf;
}


div#tab-container-1 ul li.right {
	float: right;
 }
 
div#tab-container-1 ul li.right a {
	border-right: 1px solid #fff;
	border-left: 1px solid #bfbfbf;
 }

div#tab-container-1 ul li.right a:hover {
	margin: 0px 0px 0px 0px;
	padding: 8px 9px 7px 10px;
	background: url('http://odesk.inteloquent.com/css2010/images/bg_nav_primary_hover.png') repeat-x top ; 
	color: #666;
	border-right: none;
	border-left: none;
}


/* begin styles for RSS Feed */


.rss-items {
	margin-top:0px;
	padding:0em; 0em;
	margin-left:0px;
	color: #000000;
}
p.rss-title {padding:0em;}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 14px;
	color:black;
	font-weight:bold;
	margin: -10px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 10px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #ff0000;
	font-size: 12px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color:red;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #cc0000;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.0em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.0em 0.0em;
   background: white;
   color: #666;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.0em 0.1em 0.3em;
   }


