﻿.updates-tabs-nav, .updates-tabs-panel {
    font-family: Arial, Trebuchet, Verdana, Helvetica, Arial, sans-serif;    
}

.updates-tabs-nav 
{
	background:transparent url(../../assets/images/news_separator.gif) no-repeat -3px 9px;
    list-style: none;
    margin: 0;
    padding: 7px 0 0 0px;
    font-size: 17px;
    font-weight:bold;
}

.updates-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.updates-tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
    margin-right:8px;
}
.updates-tabs-nav a, .updates-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 0px;
    background-color: #EAEAEA;
}
.updates-tabs-nav a {
    margin: 0px 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.updates-tabs-nav a:link, .updates-tabs-nav a:visited {
    /*color: #fff;*/
    color:#666666;
}



.updates-tabs-nav .updates-tabs-selected a {
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0;
    background-color: #FFFFFF;
}
.updates-tabs-nav a span 
{
    padding-top: 0px;
    padding-right: 5px;
    padding-left:5px;
    padding-bottom:0px;
}
.updates-tabs-nav .updates-tabs-selected a span {
}
.updates-tabs-nav .updates-tabs-selected a:link, .updates-tabs-nav .updates-tabs-selected a:visited
{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor:text;
}
.updates-tabs-nav a:hover, .updates-tabs-nav a:focus, .updates-tabs-nav a:active,
.updates-tabs-nav .updates-tabs-unselect a:hover, .updates-tabs-nav .updates-tabs-unselect a:focus, .updates-tabs-nav .updates-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
/*
.updates-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
*/

.updates-tabs-nav .updates-tabs-disabled a:link, .updates-tabs-nav .updates-tabs-disabled a:visited {
    color: #666666;    
}
.updates-tabs-disabled a span
{
	background-color:#FFFFFF;
}

.updates-tabs-disabled a:hover, .updates-tabs-disabled a:hover span
{
	background-color:#EAEAEA;
}

.updates-tabs-panel {
    border: 1px solid #519e2d;
    margin-right: 20px;
}



/* Additional IE specific bug fixes... */
* html .updates-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html .updates-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.updates-tabs-panel
{
	display:inline-block;
	margin:0px;
	padding:0px;
	border:none;
	position:relative;
	top:-4px;
	height:330px;
	overflow:auto;
	margin-top:5px;
}

#updateTabs
{
	padding-right:20px;
	padding-left:5px;
}

.updates-tabs-panel p
{
	font-size:11px;
}

#tree ul
{
	list-style-image:url(../../assets/images/gray_bullet.gif);
}

.news .publishedDate
{
	font-size:11px;
	color:Gray;
}

.news a, .sidelist a
{
	color:#975A0A;
	font-size:11px;
}

.updates-tabs-nav 
{
	position:relative;
	left:-18px;
}

.underline
{
	height:1px;
	background:url(../../assets/Images/snippets_blue_line.gif) no-repeat left bottom;
	position:relative;
	top:-8px;
	left:-18px;
}

/* jayakrishna */
.sidelist p
{
	margin:0.5em 0 0.5em 0;
	
}