/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color */
body, td { 	
  color: #333;
  margin: 20px;
  font-size: 13px;
  line-height: 1.4;
}

body, td, table code { 	
  font-family: Arial, sans-serif;
}

font[size] {
  font-size: 100%;
}

table {
  border-collapse: collapse;
}

div.logo {
  background-image: url('logo.gif');
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 55px;
  height: 50px;
}

.FrameTitleFont div.logo {
  display: none;
}

table .TableHeadingColor td,
table .TableHeadingColor th,
table .TableSubHeadingColor td,
table .TableSubHeadingColor th,
table .TableRowColor td,
table .TableRowColor,
table .TableRowColor th
{
  border: 1px solid #e8e8e8;
  padding: 5px 7px;
}
/* Table colors */
.TableHeadingColor     { background: #e8e8e8; }
.TableSubHeadingColor  { background: #e8e8e8 }
.TableRowColor         { background: #FFFFFF }

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: normal;}
.FrameHeadingFont { font-size: normal;}
.FrameItemFont    { font-size: normal;}

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#F4F4F4;}
.NavBarCell1Rev { background-color:silver;}

.NavBarFont1    {  color:#000000;}
.NavBarFont1Rev {  color:#FFFFFF;}

.NavBarCell2    {  background-color:#FFFFFF;}
.NavBarCell3    {  background-color:#FFFFFF;}

a[href='#skip-navbar_bottom'] + table td,
a[href='#skip-navbar_top'] + table td {
  font-size: 12px;
}

.TableRowColor table td {
  border: none;
}

.TableRowColor code b {
  padding-right: 0.35em;
}

.TableRowColor td > br {
  display: block;
  margin-bottom: 0.5ex;
}

a[name='constructor_summary'] + table td,
a[name='method_summary'] + table td {
  padding-bottom: 1em !important;
  vertical-align: top;
}

A {
    color: #146eb3;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

A:visited {
    color: #1a4489;
}

P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE {
}

TD, TH, SPAN {
}

BLOCKQUOTE {
    margin-right: 0px;
}

TT, code, pre {
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
}

PRE {
    padding: 5px 10px;
    border-style: none;
    background-color: #F4F4F4;
}

UL, OL, LI {
    list-style: disc;
}

HR  {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    border-width: 0px;
    padding: 0px;
    color: #CCCCCC;
}

.variablelist { 
    padding-top: 10; 
    padding-bottom:10; 
    margin:0;
}

.itemizedlist, UL { 
    padding-top: 0; 
    padding-bottom:0; 
    margin:0 0 1em 0; 
}

.term { 
    font-weight:bold;
}

a.download-small, a.view-small {
  background-position: 0 4px;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  padding-left: 72px;
}

a.download-small {
  background-image: url(button-download-small.png);
}

a.view-small {
  background-image: url(button-view-small.png);
}

h1, h2 {
  margin-bottom: 0.2em;
  margin-top: 1em;
}

a.source-link {
  float:right;
  position:relative;
  top:-1em;
  padding-left: 20px;
  background-image: url(java.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  margin-top: 1px;
}
a.source-link + * {
  clear: both;
}
a.source-link + a + h2,
a.source-link + a + h3 {
  padding-top: 1em;
}

pre > br {
  display: none;
}

