/* Import the basic setup styles */
@import url(/css/newdefault.css);

body { 
  color: #030;
  background-color: #eee;
  background-image:url('/images/top_bg_new.jpg');
  background-repeat:repeat-x;
  font-size: 10pt;
  font-family: Tahoma;
  margin:0px 0px 0px 0px;
  padding:0px;
  }

             
             
input, select, textarea {
  background-color:#eee;
  border:1px solid #9EE0A5;
  color:#333;
  }

td.header  { color: #000000;
             font-size: 10pt;
             font-family: Tahoma }

TABLE.frame , TD.frame, TH.frame {
  padding:4px;
  margin:0px;
  border:1px solid #9EE0A5;
  border-collapse:collapse;
  }          



div.heading {
    background-color: #9EE0A5; 
    color: #030;
    padding: 0px 0px 2px 8px; 
    margin: 0px 0px 5px 0px; 
    text-align: left; 
    font-size: 16px; 
    font-weight: bold;  
    text-transform: uppercase; 
    border-bottom:1px solid #999 ;
}
pre.code, code {
  background-color:#eee;
  border:1px solid #666;
  color:#333;
  padding:5px;
  margin:4px 40px 10px 5px;
  display:block;
  overflow:auto;
}
  
div.thebody { 
    padding: 0px; 
    margin-left: 190px; 
    font-size: 10pt; 
    font-family: Tahoma; 
    border:0px none #fff;
}

div.imagebox  {
  display:inline;
  padding:5px;
  }
.left {
  float:left;
  }
.right  {
  float:right;
  }


    
h1,h2,h3,h4,pre {
  margin:0px 10px 10px 10px;
  }
    
h1 {
  font-size:14px;
  padding-top:10px;
  }
ul  {
  padding:5px 0px 5px 5px;
  list-style:none outside;
  }
li  {
  padding:5px 0px 5px 0px;
  list-style:none outside;
  }

h3  {
  font-size:14px;
  font-weight:bold;
  text-decoration:underline;
  margin:5px 0px 5px 2px;
  }

#banner h1 {
  font-size:14px;
  padding:10px 10px 0px 10px;
  margin:0px;
  }
  
#rightcontent p {
  font-size:10px
  }

div.bottom {
    padding: 3px; 
    text-align: center;
    font-size: 11; 
    margin: 5px 0px 0px 0px;
}
p.title { 
    font-size: 14pt; 
    font-weight: bold; 
    margin: 0; 
}
.breadcrumbs {
    font-size: 8pt; 
    margin: 0px 0px 7px 0px; 
    padding: 2px 0px 2px 9px; 
    background-color: transparent; 
    color:#030;
    border-bottom: 1px #999 solid;
    
}

.subbreadcrumbs {
    font-size: 8pt; 
    margin: 0px 0px 7px 0px; 
    padding: 2px 0px 2px 9px; 
    line-height:12pt;
    background-color: transparent; 
    color:#2D863B;
    border-bottom: 1px #999 solid;
    }
a.subbreadcrumbs:link, a.subbreadcrumbs:visited {
    color:#2D863B;
    font-weight:bold;
    border:0px #000 none;
    }
 a.subbreadcrumbs:hover, a.subbreadcrumbs:active {
    color:#AC2520;
    font-weight:bold;
    text-decoration:none;
    }
a.active:link, a.active:visited,a.suactive:hover, a.active:active  {
  color:#E8FFEA;
    font-weight:bold;
    }
a.toplink:link, a.toplink:visited {
    color:#c00;
    font-weight:bold;
    }
 a.toplink:hover, a.toplink:active {
    color:#c00;
    font-weight:bold;
    text-decoration:underline;
    }
p.sectionname { 
    font-weight: bold; 
    margin: 0;
    font-size:14px;
}
/* Menu */

.item   {
    padding: 3px;
    text-align: left;
    white-space: nowrap;
}


.separator  {
    background-color: #ff0000;
    border-top: 1px solid #9e9a91;
    border-bottom: 1px solid #ffffff;
    margin: 2px 1px 2px 1px;    /* top right bottom left */
    height: 0;
    font-size: 1px;
    line-height: 0
}
.item a {
    color: #fff;
    position: relative;
    display: block;
    text-decoration: none;
}

.item a:link    {
    color: #fff;
    text-decoration: none;
}

.item a:visited {
    color: #fff;
    text-decoration: none;
}

.item a:hover   {
    color: #0f0;
    background-color: transparent;
    text-decoration: none;
}

.item a:active  {
    color: #ff0000;
    text-decoration: none;
}

.headcell a {
    color:#030;
    position: relative;
    display: block;
    text-decoration: none;
    padding:3px;
}
.headcell a:hover {
    color:#fff;
    position: relative;
    display: block;
    text-decoration: none;
}


.inside a {
  float:left;
  }
  
.fat  {
  font-weight:bold;
  }
  


.last {
  border-bottom: #999 1px solid;
}



a.button:link, a.button:visited  {
  color:#FF6C6C;
  background-color:#333;
  font-size:12px;
  font-weight:bold;
  border:2px outset #999;
  padding:4px;
  margin:4px;
  }
  
a.button:hover, a.button:active  {
  color:#0f0;
  background-color:#333;
  font-size:12px;
  font-weight:bold;
  border:2px inset #999;
  padding:4px;
  margin:4px;
  }


