/**************************************
 * THEME NAME: dtonline
 *
 * Files included in this sheet:
 *
 *   dtonline/dtonline.css
 *   dtonline/gradients.css
 **************************************/

/***** dtonline/dtonline.css start *****/

body
{
 margin: 0;
 padding: 0;
 background-image: url(/graphics/grid-bg.gif);
 background-repeat: repeat;
 background-color: white;
}

#PageHeader
{
 width:100%;
}

#header-home, #header
{
 display: inline;
 float: left;
 background-color: #cccccc;
} 

td#Heading
{
 background-color: #cccccc;
 text-align: left;
 vertical-align: middle;
}

td#TopRight
{
 background-color: #cccccc;
 background: url("/graphics/topright.jpg") top right no-repeat #cccccc;
 /*width:50%;*/
}


td#Heading h1
{
 font-family: "Courier New", Courier, monospace;
/* font-weight: normal;*/
 font-size: 130%;
 white-space: nowrap;
 padding: 0 0.5em 0 0;
 margin: 0;
 color: #000000;
}

td#HomeLogo
{
 background-color: #cccccc;
 width: 166px;
 height: 42px;
 text-align: left;
 vertical-align: middle;
} 

td#HomeLogo img
{
 padding: 0 0.5em;
} 

td#LeftUnderline
{
 background-color: #000000;
}

td.rightunderline
{
 background-color: #006699;
}


div.breadcrumb, div.headermenu
{
 display: inline;
 border: none;
 background-color: #006699;
 color: #ffffff;
 padding:0;
 margin: 0;
 font-weight: normal;
 font-size: small;
}

div.breadcrumb a, div.headermenu a
{
 color: #ffffff;
}

div.navbutton
{
 display: inline;
}

table, form
{
 background-color: #ffffff;
}

.categorybox .category {
  font-size:1em;
  font-weight:normal;
}

/***** dtonline/dtonline.css end *****/

/***** dtonline/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/***** dtonline/gradients.css end *****/

