/*****************
 Global defaults
*****************/

body, td, {
   font: x-small Verdana, Arial, Helvetica, sans-serif;
   margin: 0px;
}

a {
   color: #0000aa;
}

/*****************
 Left Nav Menu
*****************/

   /* Control over all menu position, and use image as a bullet */
div.menu{
   list-style: url(./images/bullet-red.gif) outside;
   position: relative;
   left: -16px;
}

   /* increase spacing between each line */
div.menu li{
   padding: 1px;
}
  
  /* use same font as rest of site in the menu's links, but make it bold
   * adjust the vertical alignment of the bullet & menu text.
   */   
div.menu a{
   font: xx-small Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
   color: black;
   position: relative;
   top: -2px;   
}

div.menu .sub_catagory{
   margin-left: 18px;
   list-style: url(images/bullet-blue.gif) outside;
}

div.menu .sub_catagory2{
   margin-left: 36px;
   list-style: url(images/bullet-yellow.gif) outside;
}
/*****************
 Top nav links
*****************/

.top_nav{
   color: black;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   margin-left: 20px;
}

/*****************
 Main content area
*****************/

.main_content{
   margin-left: 20px;
   margin-right: 20px;
}

/*****************
 FAQ style
*****************/


.faq_top ul{
   list-style-type: none;
}

.faq_top li{
   margin: 5px;
}

.faq_header{
   padding-left: 10px;
}

.faq_header b{
   background-color: #ffff66;
}

.faq_indent{
   width: 0px;
}

.faq_answer{
   padding-left: 30px;
   padding-right: 10px;
}

/*****************
 Configuration Samples
*****************/

pre.config_sample{
   font: x-small Courier;
   font-weight: bold;
   margin: 0px;
   padding: 5px;
   background-color: #ffff66;
   border: 1px solid blue;  
}

pre.mysql_config_sample{
   font: xx-small Courier;
   margin: 0px;
   padding: 5px;
   background-color: #ffff66;
   border: 1px solid blue;  
}

table.config_sample {
   border: 1px solid blue;
}
table.config_sample th {
   font: x-small Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-align: center;
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 0px;
   padding-bottom: 0px;
   border: 1px solid blue;    
}

table.config_sample td {
   text-align: center;
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 0px;
   padding-bottom: 0px;
   border: 1px solid blue;
}

/*****************
 License
*****************/

pre.license{
   font: x-small Courier;
   margin: 0px;
   padding: 5px;
   background-color: #ffff66;
   border: 1px solid blue;  
}

/*****************
 News
*****************/
.news{
   float: right;
   margin-right: 15px;   
   margin-left: 5px;
   margin-top: 20px;
   margin-bottom: 5px;
   height: 300px;
   width: 25%;
   min-width: 100px;
   max-width: 300px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 10px;
   padding-right: 10px;
   overflow: auto;
   border: 1px solid blue;
   background-color: #ffff66;
   font-family: sans-serif;
   font-size: 14px;
   text-align: left;
   vertical-align: top;   
}

.news .title{
   font-family: Courier;
   font-size: 10px;
   font-weight: bold;
   text-align: center;     
}

.news .date{
   font-family: Courier;
   font-size: 7px;
   font-weight: normal;
   text-align: center;
}
