﻿html {
    margin: 0;
    padding: 0;
    background-color: Gray;   
}

body {
    color: #333;
    font-family: "'Gill Sans'", Verdana, Helvetica, Sans-Serif;
    font-size: 0.80em;
    margin: 0 auto;    
    padding: 0;
    background-color: #fff;
    width: 960px;
}

a 
{
    color: #10155E;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    font-size: 0.9em;
    font-family: Calibri;
}

a:link, a:visited,
a:active, a:hover {
    color: #10155E;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    font-size: 0.9em;
}

a:hover {
        color: #fff;
        font-weight:bold;
        text-decoration: none;
        padding: 2px;
        font-size: 0.9em;
        background-color: #10155E;
        -moz-border-radius: 2px;
       -webkit-border-radius: 2px;
       -khtml-border-radius: 2px;     
       border-radius: 2px;
}

header td a
{    
    padding-left: 3px;
    padding-right: 3px;
    background: none;
    text-decoration: none;
    outline: none;
}
    
header td a:link, header td a:visited,
   header td a:active, header td a:hover
{
    background: none;
    outline: none;    
    text-decoration:none;
    font-weight: normal;
    padding: 0px;
    line-height:normal;
}

header img
{
    padding: 12px;
    border: none;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clear
{
    clear: both;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
    color: #001689;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.9em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;    
    background-color:White;
}


.content-wrapper table{
    width: 100%; 
}

#body {
    clear: both;
    padding-bottom: 35px;
    margin: 0 auto;
    
}

hr { color: #10155E; border: 1px solid #10155E;}

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;*/
        padding-left: 10px;        
    }

    .featured + .main-content {
        /*background: url("../Images/heroAccent.png") no-repeat;*/
    }

header .content-wrapper {
   /* padding-top: 20px; */
}

footer {
    clear: both;    
    font-size: .8em;
    height: 70px;
    text-align:center;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1em;
    margin: 8px 2px 0 2px;
    padding: 0;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li a 
        {
            font-size: 1.2em;   
            background: none;
            color: white;
            text-decoration: underline;
            font-weight: bold;
        }

        ul#menu li a:hover {
            color: #FF671B;
            text-decoration: underline;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
        font-size: 0.95em;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
clegend 
   {
       color:#44973B;
       font-weight:bold;
       font-size:large;
   }
   
fieldset {    
    margin: 0 12px 0 5px;
    background-color: White;
    border: 1px solid black;
}
    
 fieldset legend {
        display: table;
    }

 fieldset  clegend 
   {
       color:#44973B;
       font-weight:bold;
       font-size:large;
   }

fieldset p { padding-left: 5px;}

#legend  
{
    color:#001689;
    font-weight:bold;
    font-size:large;    
    margin-left: 4px;
}
       
    fieldset ol {
        padding: 0;
        list-style: none;
    }

    fieldset ol li {
        padding-bottom: 5px;
    }
    
.backLink { 
    font-size: 1em;
    float:right;    
}

.slidingDiv 
{
    overflow:hidden;
}

.topPanel
{
    height: 40px;
    border: 1px solid gray;
    margin: 5px 12px 5px 5px;
    padding: 10px 10px 0px 10px;
    background: #001689;
    /*background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#44973B), color-stop(100%,#d3f6fe));
    background: -webkit-linear-gradient(top,  #44973B 31%,#d3f6fe 100%);
    background: -moz-linear-gradient(top,  #44973B 31%, #d3f6fe 100%);
    background: -o-linear-gradient(top,  #44973B 31%,#d3f6fe 100%);
    background: -ms-linear-gradient(top,  #44973B 31%,#d3f6fe 100%);
    background: linear-gradient(to bottombottom,  #44973B 31%,#d3f6fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44973B', endColorstr='#d3f6fe',GradientType=0 );*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    /*-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);*/
    color: #ffffff;
}

.topPanel a { color: #fff; text-decoration:none; font-weight:normal;}

.topPanel a:hover { text-decoration: underline; padding: 2px; font-size: 1em; font-weight:bold; color:#10155E; background:none;}

label {
    display: block;
    
    /*font-weight: 600;*/
}

label.checkbox {
    display: inline;
}

.smallinput 
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 85px;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 5px 0 5px 0;
    padding: 5px;
    width: 300px;
}

input[type="radio"] 
{
    border: none;
    background: transparent;        
    width: auto;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover 
    {     
       background-color: white;    
        cursor: pointer;    
        border: 1px solid #FF671B;
        font-weight: bold;
        padding: 6px 9px;
        color: #001689;
        -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       -khtml-border-radius: 5px;     
         border-radius: 5px;
         text-decoration: none;
         line-height: 1;
         display: inline-block;
    }

    td input[type="submit"]:hover,
    td input[type="button"]:hover,
    td button:hover {
        background-color: white;    
        cursor: pointer;    
        border: 1px solid #FF671B;
        font-weight: bold;
        padding: 6px 9px;
        color: #001689;
        -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       -khtml-border-radius: 5px;     
         border-radius: 5px;
         text-decoration: none;
         line-height: 1;
         display: inline-block;
    }
    
    input[type="submit"],
    input[type="button"],
    button 
    {     
        background-color: #FF671B;     
        cursor: pointer;   
        border: 0px none;
        font-weight: bold;
        padding: 7px 10px;
        color: #001689;
        -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       -khtml-border-radius: 5px;     
         border-radius: 5px;
         text-decoration: none;
         line-height: 1;
         display: inline-block;
         width: auto;
         font-size: 0.95em;
         
    }
    .submitbtn{
        color:  white!important;
        background-color: #001689 !important; 
        border :  #001689 !important;
    }
    td input[type="submit"],
    td input[type="button"],
    td button {
      background-color: #FF671B;     
        cursor: pointer;   
        border: 0px none;
        font-weight: bold;
        padding: 7px 10px;
        color: #001689;
        -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       -khtml-border-radius: 5px;     
         border-radius: 5px;
         text-decoration: none;
         line-height: 1;
         display: inline-block;
         width: auto;
         font-size: 0.95em;
    }

    .portal-replacement-dialog.ui-dialog .ui-dialog-titlebar,
    .portal-replacement-dialog.ui-dialog .ui-dialog-titlebar.ui-widget-header {
        background-color: #001689 !important;
        background-image: none !important;
        border-color: #001689 !important;
        color: #ffffff !important;
    }

    .portal-replacement-dialog.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
        color: #ffffff !important;
    }

    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button:hover,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button:focus,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button:active,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button.ui-state-default,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button.ui-state-hover,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button.ui-state-focus,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button.ui-state-active {
        box-sizing: border-box !important;
        display: inline-block !important;
        width: 72px !important;
        min-width: 72px !important;
        height: 32px !important;
        min-height: 32px !important;
        margin: .5em .4em .5em 0 !important;
        padding: 0 !important;
        border-width: 1px !important;
        font-size: 0.95em !important;
        font-weight: normal !important;
        line-height: 30px !important;
        overflow: hidden !important;
        vertical-align: middle !important;
    }

    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button .ui-button-text,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button:hover .ui-button-text,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button:focus .ui-button-text,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button:active .ui-button-text,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button.ui-state-default .ui-button-text,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button.ui-state-hover .ui-button-text,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button.ui-state-focus .ui-button-text,
    .portal-replacement-dialog.ui-dialog .ui-dialog-buttonpane button.ui-button.ui-state-active .ui-button-text {
        box-sizing: border-box !important;
        display: block !important;
        height: 30px !important;
        min-height: 30px !important;
        margin: 0 !important;
        padding: 0 1em !important;
        border-width: 0 !important;
        font-size: 1em !important;
        font-weight: normal !important;
        line-height: 30px !important;
    }
    
     input[type="radio"]:focus {
        border: none;
    }
    
    select
    {
        height: 25px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1em;
}

.validation-summary-valid {
    display: none;
}

.editor-field.email-field > span.field-validation-error,
.email-field span.field-validation-error[data-valmsg-for="Email"] {
    display: block;
    margin-top: 4px;
    white-space: normal;
}

/*==================================================
 * Box Shadow Effect
 * ===============================================*/
.effect
{    
    border: 0;
  	position:relative;
    -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-border-radius: 5px;
    zoom: 1;         
    border-radius: 5px;  
    padding: 5px; 
}
   
.effect:before, .effect:after
{
	content:"";
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
/*----------------------------------------------------
 * creditcard/bankaccount box
 *------------------------------------------------------*/
 .cardbackground {    
    border-radius: 8px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px;
    vertical-align: top;
    width: 80%;
    color: #fff;
    background: #676767;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#4a474a));
    background: -moz-linear-gradient(top,  #000000,  #4a474a);
    background: -ms-linear-gradient(top,  #000000,  #4a474a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4a474a'); /* for IE */
}

#creditCard td, #bankAccount td
{
    padding: 5px;
}

#creditCard table, #bankAccount table
{
    width: 80%;
}


/*----------------------------------------------------
 * Message box
 *------------------------------------------------------*/
 .bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.left {
    float: left;   
    margin: 5px 45px 5px 20px;         
}

.left::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;           
}

.right {
    float: right;    
    margin: 5px 20px 5px 45px;         
}

.right::before {
    box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    right: -9px;    
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
    line-height:normal;
    margin: 3px;
}

th {
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #009cdc;
        font-weight: 400;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

tr.pager td {
    padding: 0 0.25em 0 0;
}

td {
    padding: 0.25em 0.25em 0.25em 0em;
    border: 0 none;
}

td a:link,  td a:visited, td a:active, td a:hover
{
    color: #001689;
    text-decoration: none;
    padding: 2px;
}
    
td a:hover  
{
    color: #fff;
    text-decoration: none;
    padding: 2px;
    background-color: #10155E;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;     
     border-radius: 2px;         
 }

.amountCol {
    text-align:right; 
    width: 50px; 
    padding-right: 25px;
}

span.smallText
{
    font-size: 0.85em;
    color: #666666;
    font-style: italic;
}

span.mediumText
{
    font-size: 0.9em;
}

span.mediumTextBold
{
    font-size: 12px;
    font-weight:bold;
}

span {
    display: inline-block;
}

.errorClass
{
    border:1px solid red;
}

/* seo friendly tables */
.table{
	display: table;	/* Defines a Table */
	
	font-size: 0.95em;
	border-bottom:2px solid #dddddd;
	color:#10155E;
	margin:10px 0;
}
.table-head{
	 display: table-header-group; /* Defines a table header group */
}
.table-head .column{ /* Column inside the table-head */
	background:#10155E;
	color:#fff;
	border-right:1px solid #5d5d5d;
	border-bottom:2px solid #44973B;
	font-weight:bold;
	text-align: center;
    vertical-align: middle;
}

    
.table-head .column:hover{ /* Column hover inside the table-head */
	background:#10155E;
}
.row{
	display:table-row; /* Defines a table row */
}
.row:hover, .row .column:hover{
	background: #44973B;
	font-size: 1em;
	font-style:italic;
	color: #fff;
}

.row .column:nth-child(1){ /* First column in a row */
	border-left:1px solid #eeeeee;
}
.row:last-child .column{  /* column in a last row */
	border-bottom:none;
}
.column{
	display:table-cell; /* Defines a table cell */
	padding: 8px 8px;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	text-align: center;
    vertical-align: middle;
	}
.column:hover{
	background:#f9f9f9;
}


.webGrid
{
    
	font-size: 0.95em;
	border: 1px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	color:#10155E;
	margin:10px 0;
}
    
.webGrid th
{
    background:#001689;
	color:#fff;
	border-right:1px solid #5d5d5d;
	border-bottom:2px solid #FF671B;
	font-weight:bold;
	text-align: center;
    vertical-align: middle;
	padding: 5px;
}

.webGrid th a, .webGrid th a:hover
{
    color: #fff;
    font-size: 0.95em;
    font-style:normal;
}

.webGrid th a:hover {
    background-color: #FF671B;
    }

.webGrid td
{
    padding: 8px 8px;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;	
	text-align: center;
    vertical-align: middle;
}

.webGrid tr:hover 
{
   background: #FF671B;
	font-size: 1em;
	font-style:italic;
	color: #fff;
}

.webGrid td a, .webGrid td a:hover
{
    font-style:normal;   
    font-size: 0.95em;
}

