﻿body {
}
.linkingrid A:link {text-decoration: none; color : blue}
.linkingrid A:visited {text-decoration: none; color : blue}
.linkingrid A:active {text-decoration: none; color  : blue}
.linkingrid A:hover {text-decoration: underline; color : red}

.lnkInGr1 A:link {text-decoration: none; color : blue}
.lnkInGr1 A:visited {text-decoration: none; color : blue}
.lnkInGr1 A:active {text-decoration: none; color  : blue}
.lnkInGr1 A:hover 
{
  text-decoration: none;
  color: blue;
  background-position: center center;
  background-image: url(Images/cut.gif);
  background-repeat: no-repeat;
}

.ACTIVETAB {font-weight: bold; color: red;}

.NONACTIVETAB {  background-color: Silver;}


.UserResponseItem 
{
 background-color : #EFF3FB
}

.UserResponseAltItem 
{
 background-color : White
}

.img_border
{
    border-right: #6699ff 3px double;
    border-top: #6699ff 3px double;
    border-left: #6699ff 3px double;
    border-bottom: #6699ff 3px double;
    border-color : #284E98;
    border-width : 3;
}

.gradualshine{
filter:alpha(opacity=65);
-moz-opacity:0.3;
}

.shadow{
position: relative;
top: -5px;
left: -5px;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}

.text_box{
 color:#284E98;
 background-color:#eff3fb;
 border-color:#507CD1;
 border-width:1px;
 border-style:Solid;
 font-family:Verdana;
 font-size:0.8em;
 text-align: center;
 height : 21px;
 
 }
 .text
{
    color: #284E98;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: bold;
}
 
 .text_box_bold{
 color:#284E98;
 background-color:#eff3fb;
 border-color:#507CD1;
 border-width:1px;
 border-style:Solid;
 font-family:Verdana;
 font-size:0.9em;
 font-weight: bold;
 vertical-align: middle;
 text-align: center;
 height : 20px;
 
 }
 
 .table
{
    color: #284E98;
    background-color: #eff3fb;
    font-family: Verdana;
    font-size: 0.9em;
    vertical-align: middle;
    text-align: right;
    border-color: #ffffff;
    border-right: #ffffff 2px solid;
    border-top: #ffffff 2px solid;
    border-left: #ffffff 2px solid;
    border-bottom: #ffffff 2px solid;
}
 