/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  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
  --------------------------------------------------*/
.tabber { }
.tabberlive { margin-top: 1em; }

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0px;
	padding: 3px 10px;
	border-bottom: 2px solid #dddddd;
	font: bold 12px Arial, sans-serif;
}

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

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 12px;
	border: 2px solid #dddddd;
	border-bottom:none;
	background-image: url("../images/tabber-lt-blue.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-decoration: none;
}

ul.tabbernav li a:link, ul.tabbernav li a:visited {
	color: #333333;
}

ul.tabbernav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #dddddd;
	background-image: none;
	background-color: #0a50A1;
background-image: url("../images/tabber-blue.jpg");
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
	color: #0a50A1;
	border: 2px solid #dddddd;
	border-bottom: 2px solid #ffffff;
	background-image: none;
	background-color:#FFFFFF;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding: 20px;
	width: 490px;

 /* 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; */
}

.tabber h2, .tabber h3 {

	font-size: 12px;
	font-weight: bold;
	color: #0a50A1;
	margin: 18px 0 10px 18px;
	letter-spacing:1px;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}

/* ADDED */
/* DOME Two Standard Table Styles used throughout the site -- 2/2006 Ross */
div.grid {
	margin:8px 0px 0px 0px;
	padding:0px;
}

div.grid table,
table.grid {
	margin:0px;
	padding:0px;
	color: #333333;
	margin-left: 3px;
}
div.grid table td, div.grid table th,
table.grid td, table.grid th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	padding-left: 6px;
	vertical-align: top;
}
div.grid table th,
table.grid th {
	font-weight: bold;
	color: #0a50A1;
	background-color: #f1f1f1;
	margin-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.grid table tr.altrow td, div.grid table tr.altrow th,
table.grid tr.altrow td, table.grid tr.altrow th {
	background-color: #a0d0a0;
}

div.grid table.tableborderzero {
margin: 0px;
padding:0px;
}

/*DOME PDF Links*/
#domepdf {
	font-weight:normal;
	font-size:10px;
	line-height: 13px;
	color: #0a50A1;
	text-align:left;
	margin: 0px 20px 20px 20px;
	padding:0px;
}


#domepdf a, #domepdf a:visited{
font-size:10px;
	line-height: 13px;
	color: #0a50A1;
	font-weight:normal;
	text-decoration:underline;
}

#domepdf a:hover{
	text-decoration:none;
}


td.dotted{
	background-image:url(../images/dotted-line.gif);
	background-repeat: repeat-x;
	background-position:left bottom;
}

p.dometext {
margin-right:25px;

}

