﻿body
{
	margin:10px auto 0;
	padding:0;
    text-align:center;
    text-decoration: none;
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.letranormalGrey {color:#000000;font-size: 8pt;font-style:normal;font-weight:normal}

.gridcontainerGrey  
{
    border: solid 1px #99BBE8;
    border-top-width:0px;
    width: 900px;
}
.gridGrey {border-width:0px;}

.gridGrey caption {
	background:#f9f9f9 url(../../img/grey/captionbckg.gif) repeat-x;
    color:#15428B;
	text-align:left;
	line-height:22px;
	font-size:11px;
	font-weight:bold;
	padding-top:4px;
	padding-left:4px;
	font-family:tahoma,arial,verdana,sans-serif;
}

.gridGrey table 
{
	border-color:#99BBE8;
	border-width:1px;
}
	
.gridGrey td, .grid th
{
    height:18px;
    vertical-align:middle;
}

.gridGrey th
{
    background:transparent url(../../img/grey/thbackground.gif) repeat-x; 
    height:19px;
    border:solid 1px #99BBE8;
    font-weight:normal;
}

.gridGrey td
{
	border:1px solid #ededed;
    border-top-color:#fff;
    
    cursor:default;
}

.selectedrowGrey 
{
	background: #DFE8F6;
	border:1px dotted #A3BAE9;
}

.altrowGrey 
{
	background-color:#f2f2f2;
}

.altoverow
{
/*	border:10px solid #99BBE8;
    background: #efefef url(../../img/grey/rowover.gif) repeat-x left top;
	*/
}

.pagerstyleGrey 
{
	font-size:x-small;
	text-align:right;
    background-position: bottom left;
    background: #D0DEF0 url(../../img/grey/toolbarbck.gif) repeat-x scroll left top;
}

.gopagGrey {
    font-size:x-small;
    width:20px;
}

.pagprevGrey{
    background:transparent url(../../img/grey/previous.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}
.pagnextGrey{
    background:transparent url(../../img/grey/next.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}

.pagfirstGrey{
    background:transparent url(../../img/grey/first.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}
.paglastGrey{
    background:transparent url(../../img/grey/last.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}
