/*

Example CSS file for creating tabs using tabs.js.
Created by Rob Allen (rob at akrabat dot com)
Based on the CSS code from Silverorange Labs at :
http://labs.silverorange.com/archives/2003/september/simplecsstabs

*/


/*tab container Notice, News and Disclosure*/

.tab-content {
	border: 1px solid #cbcbcb;
        background: #EDF2F9; /*#FFF3B3;#f1eff2*/
	color: black;
	/*padding: 0.5em;*/
        position: relative;
        float: right;
       
        width: 680px;
        _overflow: hidden;
       
		border-top:none;
		/*height:250px;*/
		height: 297px;
}


.tab-header_st_bond {
	display:table-cell;
	vertical-align:middle;
	position: relative;
        float: right;
        
	height: 30px;
	width: 288px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
        margin-top:8px;
        border:1px #cbcbcb solid;
        
}
.tab-header {
	display:table-cell;
	vertical-align:middle;
	position: relative;
        float: right;
        
	height: 30px;
	width: 680px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
        margin-top:8px;
        border:1px #cbcbcb solid;
        
}

.tab-header ul.tab-list {
	display:table-cell;
	vertical-align:middle;
	height:35px;
        width:400px;
        position: relative;
        padding-left:10px;
}

.tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	/*width: 5em;*/
        
	display: block;
	float: left;
	/*padding: 4px 0;*/
	/*margin: 1px 2px 0 0;*/
	text-align: left;
	/*font-family: tahoma, verdana, sans-serif;*/
	font-size: 15px;
        font-weight: 900;
	text-decoration: none;
        padding-right: 20px;
        color:#575b69; text-shadow:0 1px 0 #fff;
}


.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {
/*	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: none;*/
	/*background: #99F;*/
	color: #0366DF;
        text-shadow:0 1px 0 #fff;
	/*padding-bottom: 6px;*/
	margin-top: 0;
}

/* a link in a background tab */
.tab-header ul.tab-list a {
	/*background: #ddd;*/
/*	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;*/
	/*border-bottom: none;*/
}

/* hover on a background tab */
.tab-header ul.tab-list a:hover {
	margin-top: 0;
	/*border-color: #666;*/
	/*background: #bbb;*/
	color: #0366DF;
	/*padding-bottom: 5px;*/
}

.tab  /* the heading that became the li */
{
	display: none;
}
li#tab-container-tab-1 a{
    padding-left: 20px;
    /*border-left: 1px #333 solid;*/
}
#tab-container-tab-0 .tab-item{
    /*height: 10px;*/
   border-right: 1px #cbcbcb solid;
   
}
/*End tab container Notice, News and Disclosure
#############################################################################
#            	  Start tab container Stock and Bond                        #
#																			#
#############################################################################
*/

.tab-content_b {
	border: 1px solid #cbcbcb;
        
	color: black;
	/*padding: 0.5em;*/
        position: relative;
		padding-left: 8px;
        /*width: 288px;*/
        _overflow: hidden;
       
		border-top:none;
		height:162px;
}

.tab-header_b {
	display:table-cell;
	vertical-align:middle;
	position: relative;

	height: 30px;
	width: 288px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
       /* margin-top:8px;*/
        border:1px #cbcbcb solid;
        
}
.tab-header_b_st {
	display:table-cell;
	vertical-align:middle;
	font-size: 13px;
	position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f5efef));
	height: 30px;
	width: 288px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
       /* margin-top:8px;*/
        border:1px #cbcbcb solid;
        
}
.tab-header_b_st ul.tab-list {
	display:table-cell;
	vertical-align:middle;
	height:30px;
        width:288px;
        position: relative;
        padding-left:10px;
}

.tab-header_b ul.tab-list {
	display:table-cell;
	vertical-align:middle;
	height:30px;
        width:288px;
        position: relative;
        padding-left:10px;
}

.tab-header_b ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

.tab-header_b ul.tab-list a,.tab-header_b ul.tab-list span,.tab-header_b ul.tab-list a.tab-active {
	/*width: 5em;*/
        
	display: block;
	float: left;
	/*padding: 4px 0;*/
	/*margin: 1px 2px 0 0;*/
	text-align: left;
	/*font-family: tahoma, verdana, sans-serif;*/
	font-size: 11px;
        font-weight: 400;
	text-decoration: none;
        padding-right: 20px;

        color:#575b69; text-shadow:0 1px 0 #fff;
}


.tab-header_b ul.tab-list span,.tab-header_b ul.tab-list a.tab-active,.tab-header_b ul.tab-list a.tab-active:hover {
/*	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: none;*/
	/*background: #99F;*/
	color: #0366DF;
        text-shadow:0 1px 0 #fff;
	/*padding-bottom: 6px;*/
	margin-top: 0;
}

/* a link in a background tab */
.tab-header_b ul.tab-list a {
	/*background: #ddd;*/
/*	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;*/
	/*border-bottom: none;*/
}

/* hover on a background tab */
.tab-header_b ul.tab-list a:hover {
	margin-top: 0;
	/*border-color: #666;*/
	/*background: #bbb;*/
	color: #0366DF;
	/*padding-bottom: 5px;*/
}

.tab  /* the heading that became the li */
{
	display: none;
}
li#tab-container-3-tab-1 a{
    padding-left: 20px;
    /*border-left: 1px #333 solid;*/
}
#tab-container-3-tab-0 .tab-item{
    /*height: 10px;*/
   border-right: 1px #cbcbcb solid;
   
}
#listed_company {position: relative;float: left; width:288px; height: 191px;border:1px #cbcbcb solid;}
/*End tab container Stock and Bond*/
