body {
 font-family: arial, sans-serif;
 font-size: small;
}

.overview p, .overview li, .overview a {
    font-size: smaller;
}

.overview td p, .overview li p, .overview h3 {
    margin-top: 0px;
    margin-bottom: 6px;
}

.t {background: url(dot.gif) 0 0 repeat-x}
.b {background: url(dot.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}

/*--------------------------------------------------
  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:0;
 padding: 3px 0;
 border-bottom: 1px solid #777788;
 font: bold 12px Verdana, sans-serif;
}

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

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #777788;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #444488; }
ul.tabbernav li a:visited { color: #666677; }

ul.tabbernav li a:hover
{
 color: #000000;
 background: #ccccff;
 border-color: #222277;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ffffff;
 border-bottom: 1px solid #ffffff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaaaaa;
 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;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

table.summary {
	border:1px solid black;
	border-collapse:collapse;
}
table.summary th, table.summary td {
	border:1px solid #aaaaaa;
	padding: 2px 12px 2px 2px;
}
table.summary tr.alternate {
	background-color:#ffffcc;
}
table.summary tr.nosrc {
	font-style: italic;
}
table.summary thead th {
	background-color:#ccccff;
}
table.summary th {
	background-color:#ccccff;
}
table.summary tfoot td {
	background-color:#ccccff;
}
table.summary th.sortable {
	cursor:pointer;
}
table.summary th.table-sorted-asc {
	background-image:url("up.png");
	background-position:center right;
	background-repeat:no-repeat;
}
table.summary th.table-sorted-desc {
	background-image:url("down.png");
	background-position:center right;
	background-repeat:no-repeat;
}
table.summary th.table-filtered {
	background-image:url("filter.png");
	background-position:center right;
	background-repeat:no-repeat;
}
a.sortlink {
	text-decoration:none;
	padding-left:25px;
	font-family:courier;
}

/* warning box */
div.warning {
	border:1px solid black;
	margin-bottom:4px;
	background:#ffff99;
}

.warning * {
	margin:4px 4px 4px 4px;
}

.warning h1 {
	text-align:center;
	font-size:20px;
}
.warning p {
	color:red;
}
.invalid {
	 font-style: italic;
	 color: gray;
}
p.smaller {
	font-size:x-small;
}


.issue h1 {
	font: bold medium Verdana, sans-serif;
	margin: 6pt 0pt 6pt 0pt;
}
.issue h2 {
	font: bold medium Verdana, sans-serif;
	margin: 6pt 0pt 6pt 0pt;
}
.issue div.h2div {
       margin-left: 1cm;
}
.issue h3 {
	font: bold medium large Verdana, sans-serif;
	margin: 6pt 0pt 6pt 0pt;
}
.issue div.h3div {
       margin-left: 1cm;
}

.issue p {
	margin: 6pt 0pt 6pt 0pt;
}

p.center {
         text-align: center;
}

:link { color: blue }
:visited { color: blue }
