﻿.main
{
    width: 100%;
    margin: 0;
    padding: 0;
}
.rightdiv1
{
    width: 100px;
    height: auto;
    float: right;
    padding-top: 20px;
    text-align: left;
}
.leftdiv1
{
    width: auto;
    float: right;
    height: 22px;
}
.rightdiv2
{
    width: 100px;
    height: 22px;
    float: right;
    text-align: left;
    
}

.leftdiv2
{
    width: auto;
    float: right;
    height: 22px;
}
.borderdotted
{
    border-bottom: dotted 2px #cccccc;
}
.topdiv
{
    float: right;
}
.gridback1
{
    background-image: url(../../images/rightgrid.jpg);
    background-repeat: no-repeat;
}
.gridback2
{
    background-image: url(../../images/leftgrid.jpg);
    background-repeat: no-repeat;
}
.borderlr
{
    border-left: solid 1px #ffffff;
}
.pading20
{
    padding-left: 20px;
}
.atttop, .attbot
{
    background-image: url(../../images/resultattension.gif);
    background-repeat: no-repeat;
}
.atttop
{
    background-position: -0px -0px;
}
.attbot
{
    background-position: -0px -31px;
}
.attleft
{
    background-image: url(../../images/l3.gif);
     background-repeat:repeat-y;
}
.attright
{
    background-image: url(../../images/r3.gif);
    background-repeat:repeat-y;
    
}
.pointer
{
	  cursor:pointer;
	}
