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

/***** standard_russ/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;     
}

body {
  background-color:#FFFFCC;
  color:#000;
}

.sideblock .content {
  border-color: #dddddd;
  background-color:#FFFFAA;
}

.forumpost .content {
  background:#FFFFAA
}

.forumpost .left {
  background:#FFFFAA
}

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

div.questionarea input
{
color:blue;
background-color: #ffffcc;

border-top:0px;
border-left:0px;
border-right:0px;
border-bottom:1px solid black;
font-size: 120%;
text-align:center;
margin: 0px;
padding: 0px;
}

div.questionarea input:focus
{
background-color: yellow;
}
/***** standard_russ/gradients.css end *****/

