﻿body
{
    background-color: #F4F4F4;
}

.menu
{
    border-right: black thin solid; 
    border-top: black thin solid; 
    border-left: black thin solid; 
    border-bottom: black thin solid;
    font-size: small;
    font-family: Arial;
    background-color: gainsboro;
    z-index: 100;
}
.menu a:link
{
    color: Black;
}
.menu a:visited
{
    color: Black;
}
.menu a:hover
{
    text-decoration: none;
    color: Blue;
}
.menu_Sub
{

    font-size: small;
    font-family: Arial;
    background-color: gainsboro;
}
.menu_Sub a:link
{
    color: Black;
}
.menu_Sub a:visited
{
    color: Black;
}
.menu_Sub a:hover
{
    text-decoration: none;
    color: Blue;
}

.TextBoxRQ
{
    background-color: lemonchiffon;
    font-family: Arial;
    font-size: x-small;
    font-style: normal;
}
.TextBox
{
    font-family: Arial;
    font-size: x-small;
    font-style: normal;
}
.grids
{
    font-weight: bold;
    font-size: 8pt;
    text-transform: capitalize;
    font-family: Arial;
}
.grids .footer
{
    background-color:#5D7B9D;
    font-weight:bold;
    color:White;
}

.grids .row
{
    background-color:#F7F6F3;
    color:#333333;
}

.grids .editrow
{
    background-color:#999999;
}

.grids .selectedrow
{
    background-color:#E2DED6;
    font-weight:bold;
    color:#333333;
}

.grids .pagerstyle
{
    background-color:#284775;
    color:white;
    text-align:center;
}
.grids .headerstyle
{
    background-color:#5D7B9D;
    font-weight:bold;
    color:white;
}
.grids .alternatingstyle
{
    background-color:white;
    color:#284775;
}


#tabsJ 
{
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
}
#tabsJ ul
{
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
}
#tabsJ li
{
  display:inline;
  margin:0;
  padding:0;
}
#tabsJ a
{
  float:left;
  background:url("images/tableftJ.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
}
#tabsJ a span
{
  float:left;
  display:block;
  background:url("images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span
{
  color:#FFF;
}
#tabsJ a:hover {
  background-position:0% -42px;
}
#tabsJ a:hover span {
  background-position:100% -42px;
}
.FormViewStyle
{
    font-weight: bold;
    font-size: 8pt;
    text-transform: capitalize;
    font-family: Arial;
}
.Label
{
    color: #0000c0;
}
.ImageMaxWidth
{
 max-width:500px;	
}
