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

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


.middle
{
	vertical-align: middle;
	/*border: 1px solid #ff0000;*/
}

body {
  margin: 0;
  background-color:#FFFFFF;

}

.breadcrumb a:link { color: #C0C0FF; }
.breadcrumb a:hover { color: #f0C0FF; }
.breadcrumb a:active { color: #C0f0FF; }
.breadcrumb a:visited { color: #C0f0FF; }

.loginbox {
border:1px solid;
margin-bottom:15px;
margin-left:10%;
margin-top:15px;
overflow:hidden;
width:80%;
}

/***** attitudeworks/gradients.css end *****/


