﻿
.letranormal {color:#000000;font-size: 8pt;font-style:normal;font-weight:normal}

.gridcontainer {
    border-radius: 3px;
    border: solid 1px #D0D0D0;
    width: 100%;
}
.gridcontainer2  
{
     width: 1300px;
   
    
}
.gridcontainer3  
{
    border: none;
    width: 96%;
}

.gridcontainer4 {
    border-radius: 3px;
    border: solid 1px #D0D0D0;
    width: 100%;
}

.grid {width: 100%;border-width:0px; 
       font-family: Arial, Helvetica, sans-serif; font-size: 11px;
    margin-left: 0px;
       }

.grid caption {
	
	 background: -webkit-linear-gradient(top, #F9F9F9, #C6C6C6);
    background: -moz-linear-gradient(top, #F9F9F9, #C6C6C6);
    background: -o-linear-gradient(top, #F9F9F9, #C6C6C6);
    background: -ms-linear-gradient(top, #F9F9F9, #C6C6C6);
    background: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#CECEF4', gradientType='1');
    background: linear-gradient(top, #F9F9F9, #C6C6C6);
    background-repeat: repeat-x; 
    color:#333333;
	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;
	border:solid 1px #D0D0D0;
}

.grid table 
{
	border-color:#D0D0D0;
	border-width:1px;
}

    .grid td, .grid th {
        padding-top: 14px;
        padding-bottom: 14px;
        line-height: 20px;
        vertical-align: middle;
    }

    .grid th {
        padding-left: 5px;
        padding-right: 5px;
        line-height: 28px;
        border-bottom: 2px solid #999999;
        font-weight: normal;
    }

.grid td
{
	padding-right:5px;
    border-top-color:#fff;
   
    cursor:default;
}

/*------------------------------------------*/
.grid2 {width: 100%;border-width:0px;
       font-family: Arial, Helvetica, sans-serif; font-size: 11px;
    margin-left: 0px;
       }

.grid2 caption {
	background:#f9f9f9 url(../images/grey/captionbckg.gif) repeat-x;
    color:#333333;
	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;
}

.grid2 table 
{
	border-color:#D0D0D0;
	border-width:1px;
}
	
.grid2 td, .grid2 th
{
    height:18px;
    vertical-align:middle;
}

.grid2 th
{
	background:#ededed;
    height:19px;
    border:solid 1px #D0D0D0;
    font-weight:normal;
}

.grid2 td
{
	border:1px solid #ededed;
    border-top-color:#fff;
    width:100%;
    cursor:default;
}
/*------------------------------------------*/

.grid3 {width: 100%;border-width:0px;
       font-family: Arial, Helvetica, sans-serif; font-size: 11px;
    margin-left: 0px;
       }

.grid3 caption {
	background:#f9f9f9 url(../images/grey/captionbckg.gif) repeat-x;
    color:#333333;
	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;
}

.grid3 table 
{
	border-color:#D0D0D0;
	border-width:1px;
}
	
.grid3 td, .grid3 th
{
    height:18px;
    vertical-align:middle;
}

.grid3 th
{
	background:transparent url(../images/grey/thbackground2.gif) repeat-x;
    height:19px;
    border:solid 1px #D0D0D0;
    font-weight:normal;
}

.grid3 td
{
	border:1px solid #ededed;
    border-top-color:#fff;
    width:100%;
    cursor:default;
}

/*------------------------------------------*/



.selectedrow 
{
	background:#DFE8F6;
	border:1px dotted #A3BAE9;
}

.altrow 
{
	background-color:#f2f2f2;
}

.altoverow
{
	border:1px solid #99BBE8;
    background: #efefef url(../images/grey/rowover.gif) repeat-x left top;
}

.pagerstyle 
{
	font-size:x-small;
	text-align:right;
    background-position: bottom left;
    background: #D0DEF0 url(../images/grey/toolbarbck.gif) repeat-x scroll left top;
}

.gopag {
    font-size:x-small;
    width:20px;
}

.pagprev{
    background:transparent url(../images/grey/previous.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}
.pagnext{
    background:transparent url(../images/grey/next.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}

.pagfirst{
    background:transparent url(../images/grey/first.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}
.paglast{
    background:transparent url(../images/grey/last.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}
