/*----------tabs 21nov--------*/
div.demo {
    font-family: Arial,Helvetica,sans-serif;
    padding: 12px 0;
}
#tabs
{
    margin: 0;
    padding: 0.2em 0.2em 0;
	border-radius: 0 0 0 0;
	color: #1874CD;
    font-weight: normal; float:left;
}
#tabs ul
{
    margin: 0;
    padding: 0px 3px;
	color: #1874CD;
    font-weight: normal; float:left; width:99%;
}

#tabs ul li {
    border-bottom: 0 none !important;
    float: left;
    list-style: none outside none;
    margin: 0 0.2em 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
	background: #ffffff;
    border: 1px solid #CDCDCD;
    color: #1874CD;
    font-weight: bold;
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-khtml-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
}
#tabs ul li:hover{
    background:#eeeeee;
    border: 1px solid #CDCDCD;
    color: #212121;
    font-weight: normal;
}
#tabs ul li.active 
{
	background:#ffffff;
    border: 1px solid #CDCDCD;
    color: #212121;
    font-weight: normal;
	border-bottom:none; padding: 0px 0px 1px 0px; margin:0 0.2em -5px 0;
}
#tabs ul li a {
    color: #1874CD;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
}
#tabs_content
{
	float:left; width:100%;
	color: #000000;
    font-size: 12px;
    line-height: 18px;
}
/*----------tabs 21nov--------*/