/* Home Tabs */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabberlive 
{

}
.tabber {
}


/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#mainColumn ul.tabbernav
{
border-left:1px solid #b6c5d3;
height:28px;
list-style-position:inside;
margin-left:0px !important;
list-style-image:none;
list-style-type:none;
margin-bottom:0px;
margin-top:10px;
margin:0;
padding:0;
background:url(../images/tabborder.gif) bottom no-repeat;
width:544px;
overflow:hidden;

}

ul.tabbernav li
{
 list-style: none;
 display: inline;
 float:left;
 height:28px;

}

ul.tabbernav li a
{
 padding-right:15px;
 padding-left:14px;

     font-family:Arial;
    font-size:13px;
    color:#060606 !important;
    text-transform:none !important;
	 text-decoration:none !important;
    margin-left:0px;
 border-right:1px solid #b6c5d3;
  border-top:1px solid #b6c5d3;
 border-bottom:1px solid #b6c5d3;

 background:url(../images/tab-bg.gif) left bottom repeat-x;
 white-space:nowrap;
 overflow:hidden;
 height:26px;
 line-height:26px;
 display:block;
width:auto;
min-width:80px;
text-align:center;

}

ul.tabbernav li a:link {  color:#060606; }
ul.tabbernav li a:visited {  color:#060606;}

ul.tabbernav li a:hover
{
     font-family:Arial;
    font-size:13px;
    font-weight:normal;    
    color:#060606 !important;
    text-transform:none !important;
	 text-decoration:none !important;
 height:26px;
line-height:26px;
    margin-left:0px;
 background:url(../images/tab-hover-bg.gif) left bottom repeat-x;
 border-right:1px solid #b6c5d3;
  border-top:1px solid #b6c5d3;
 border-bottom:1px solid #b6c5d3;
  padding-right:15px;
 padding-left:14px;
white-space:nowrap;
overflow:hidden;
}

ul.tabbernav li.tabberactive a
{
 color:#0d3f69 !important;
 text-transform:none !important;
 text-decoration:none !important;
 background:url(../images/tabactive-bg.gif) left bottom no-repeat;white-space:nowrap;
overflow:hidden;
 border-right:1px solid #b6c5d3;
  border-top:1px solid #b6c5d3;
 border-bottom:1px solid #fff;
 height:26px;
line-height:26px;

}

ul.tabbernav li.tabberactive a:hover
{
 background:url(../images/tabactive-bg.gif) left bottom no-repeat;white-space:nowrap;
overflow:hidden;
 height:26px;
  border-top:1px solid #b6c5d3;
 border-bottom:1px solid #fff;

 color:#0d3f69;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {

 padding:0px;
padding-top:0px;
padding-left:0px;
 border-top:0;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}

.tabberlive .tabbertab #tabcontent2 h2, .tabberlive .tabbertab #tabcontent h2
{
display:block;
}

.tabberlive .tabbertab #tabcontent .tabberlive .tabbertab h2
{
display:none;
}

.tabberlive .tabbertab #tabcontent .tabberlive .tabbertab #tabcontent2 h2
{
display:block;
}


#tabcontent
{
height:auto;
min-height:199px;
width:521px;
padding-left:12px;
padding-top:12px;
padding-right:12px;
padding-bottom:12px;
     background:url(../images/tabbox-bg.gif) 0px -1px no-repeat;
margin:0;
float:left;
}

#tabcontent2
{
height:auto;
width:493px;
padding:12px;

  border-right:1px solid #b6c5d3;
  border-left:1px solid #b6c5d3;
  border-bottom:1px solid #b6c5d3;
  


}

#tabcontent2 td p, #tabcontent2 td li, #tabcontent2 td a, #tabcontent td p, #tabcontent td li, #tabcontent td a
{
    font-size:11px;
}

div.trigger, div.notrigger
{
padding-bottom:15px;
float:left;
width:510px;
}

div.trigger img
{
margin-right:10px;
margin-bottom:0px !important;
}

div.trigger h4, div.notrigger h4
{
    margin:0;
    padding:0;
	color:#060606;
	margin-bottom:10px;
}


div.trigger h4 a, #mainColumn .trigger h4 a 
{
    color:#060606;
    font-weight:bold !important;
    text-decoration:none !important;
    padding-left:24px;
	text-decoration: none;
	display: block;
	background: url(../images/showdetails.gif) 0px 0px no-repeat;
	width:495px;
	line-height:29px;
	height:28px;
	
}

div.notrigger h4 a, #mainColumn .notrigger h4 a 
{
    color:#060606;
    font-weight:bold !important;
    text-decoration:none !important;
    padding-left:24px;
	text-decoration: none;
	display: block;
	background: url(../images/nodetails.gif) 0px 0px no-repeat;
	width:495px;
	line-height:29px;
	height:28px;
	
}

h4.trigger a:hover { color:#060606; }
div.active h4 a, #mainColumn .active h4 a  
{
color:#060606;
    background: url(../images/showdetails.gif) 0px -28px no-repeat;
                  } /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 0px;
	padding: 0;
	border-top: 0px solid #b6c5d3;
	overflow: hidden;
	width: 519px;
	clear: both;
}
.toggle_container .block {
	padding: 0px; /*--Padding of Container--*/
	padding-bottom:15px;
}