/* SIPACON 2009 - updated by Amit Saha */

.sipa09_readalike {font-family: Arial,Helvetica,sans-serif;
text-decoration: none}

.sipa09_headline {
font-size: 20pt;
color: #006666;
font-weight: bold;
font-style: normal;
text-decoration: none}

.sipa09_topic {
font-size: 14pt;
font-style: normal;
color: #000000;
text-decoration: none;
font-weight: bold}

.sipa09_text {
font-style: normal;
color: #000000;
text-decoration: none;
font-size: 10pt}

.sipa09_bodytext {
font-style: normal;
color: #000000;
text-decoration: none}

.sipa09_summary {
font-style: normal;
font-size: 8pt;
color: #000000;
text-decoration: none}
-->


/*Modify attributes of #contentwrapper below as desired*/
#sipa09_contentwrapper{
width: 180px;
height: 250px;
border: 1px solid #336666;
background-color: #669999;
padding: 5px;
font: 12px Arial;
text-align: left;
}

.billcontent{
width: 100%;
display:block;
}

/* ######### CSS for Tabs Shade. do not Remove ######### */

.sipa09_shadetabs{
padding: 3px 0;
width: 640px;
background: transparent;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Arial;
color: #ffffff;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.sipa09_shadetabs li{
display: inline;
margin: 0;
}

.sipa09_shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #003333;
color: #ffffff;
background: #339999;
}

.sipa09_shadetabs li a:visited{
text-decoration: none;
color: #ccffff;
background-color: #006666;
}

.sipa09_shadetabs li a:hover{
text-decoration: bold;
color: #ffffff;
background: #006666;
}


.sipa09_shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
text-decoration: none;
color: #ffffff;
background: #003333;
border-bottom-color: white;
}

.sipa09_shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #ccffff;
background-color: #006666;
}

.sipa09_tabcontent{
display:none;
}

@media print {
.sipa09_tabcontent {
display:block !important;
}
}