/* for tabbed structure*/
    
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    color:#fff;
}
ul.tabs li a {
    text-decoration: none;
    color:#FFF;
    background: #999;
	font-size:14px;
    padding: 0 6px;
    outline: none;
}
ul.tabs li a:hover {
}
html ul.tabs li a.active, html ul.tabs li a.active:hover {
    
    color:#575757;
    padding:0px 9px;
    position:relative;
	background: #F4F4F4;
	font-size:18px;
    
}
html ul.tabs li a.active a {
   
    color:#fff;
}
.tabbed_container {
    float: left;
    width: 100%;

}
.tabbed_content {
    font-size: 14px;
}
.tabbed_content h1 {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
}
.tabbed_content h3 a {
    color: #888;
}
.tabbed_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
.tabbed_content table {
    float:left;
    width:100%;
}
.tabbed_content table td {
    padding:5px;
}
.tabbed_content ol li {
    font:13px Arial, Helvetica, sans-serif;
    line-height:18px;
    text-align:justify
}
/*tabbed structure ended*/


/* for tabbed structure*/
    
ul.ptabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
}
ul.ptabs li {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    color:#fff;
}
ul.ptabs li a {
    text-decoration: none;
    color:#033558;
    display: block;
    font-weight:bold;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    padding: 0px 8px;
    background: #eee;
    margin:1px;
    margin-bottom:0px;
    outline: none;
}
ul.ptabs li a:hover {
    background: #039D8E;
    color:#fff;
}
html ul.ptabs li a.active, html ul.ptabs li a.active:hover {
    background: #039D8E;
    border:1px solid #039D8E;
    border-bottom:0px !important;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    line-height:36px;
    font-family:Arial;
    padding:0px 9px;
    position:relative;
    
}
html ul.ptabs li a.active a {
    border:1px solid #039D8E;
    color:#fff;
    font:bold 15px Arial, Helvetica, sans-serif;
}
.ptabbed_container {
    border: 1px solid #eaeaea;
    clear: both;
    float: left;
    width: 726px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding-bottom:10px;
	background:#fff;
}
.ptabbed_content {
    padding: 20px;
    font-size: 14px;
}
.ptabbed_content h1 {
    font-weight: bold;
    padding-bottom: 10px;
	margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
	line-height: 120%;
}
.ptabbed_content h3 a {
    color: #888;
}
.ptabbed_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
.ptabbed_content table {
    float:left;
    width:100%;
}
.ptabbed_content table td {
    padding:5px;
	
}

.ptabbed_content table thead{
  background:#ddd;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.ptabbed_content table tr:nth-child(even){
	background:#f0f0f0;}
.ptabbed_content table tr td:first-child{
	font-family: Arial, Helvetica, sans-serif;}
.ptabbed_content ol li {
    font:13px Arial, Helvetica, sans-serif;
    line-height:18px;
    text-align:justify
}
/*tabbed structure ended*/
