/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import '../../../Blueprint/lib/reset.css';
@import '../../../Blueprint/lib/typography.css';
@import '../../../Blueprint/lib/grid.css';
@import '../../../Blueprint/lib/forms.css';
@import '../../../Blueprint/plugins/buttons/buttons.css'; 
@import '../../../Blueprint/plugins/css-classes/css-classes.css';
@import '../../../Blueprint/plugins/fancy-type/fancy-type.css';


   
/* See the grid:
   Uncomment the line below to see the grid and baseline.*/
/* .container { background: url(/Blueprint/lib/grid.png);  */
body { background-color: #444444; }

.container { background-color: #fff;  }

#footer
{
	text-align: right;
	font-size: 0.8em;
	color: #444444;
}

a.menu
{
   text-decoration: none; 
   font-weight:normal;
   
}

td.DetailsViewField
{
	text-align: right;
}


table.GridView
{
	border: 5;
}

.tablestyle 
{
	font-family: arial;
	font-size: small;
	border: solid 1px #7f7f7f;
}

.altrowstyle 
{
    background-color: #edf5ff;
}

.headerstyle th 
{
    background: url(/images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}  

.headerstyle th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
    padding-right: 10px;
}  

.headerstyle th a:hover
{
	text-decoration: underline;
}    

.rowstyle .sortaltrow, .altrowstyle .sortaltrow 
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow 
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td 
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader 
{
    background: url(/images/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a 
{
    background: url(/images/dt-arrow-up.png) no-repeat right 50%;
} 

.headerstyle .sortdescheader 
{
    background: url(/images/sprite.png) repeat-x 0px -100px;
}   

.headerstyle .sortdescheader a 
{
    background: url(/images/dt-arrow-dn.png) no-repeat right 50%;
} 


