﻿body 
{
    font-family:Arial;
    font-size:12px;
    /*background-image: url(/Touch/Images/background.jpg);*/
    background-repeat:repeat;
}

/*.bodyimage
{
   background-image:url('/Touch/images/Blades_of_grass.jpg');
   background-repeat:no-repeat;
   
}*/

a
{
    text-decoration:none;
    color:black;
}

th
{
    text-align:left;
}

td
{
    font-family:Arial;
    font-size:12px;
}

.pnlMenu
{
   width:90px;
   background-image:url('/Touch/images/menu.gif');
   background-repeat:repeat-y;
   margin:5px 0px 0px 0px;
   border:solid 1px #98A1B2;
}

.MainMenu
{
   /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=darkblue); */
   font-size:15px;
   width:90px;
   background-repeat:repeat-y;
   height:200px;
}
.heading
{
   /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=2,startColorStr=#ffffff,endColorStr=darkblue); */
   /*height:105px;*/
   /*height:250px;*/
   /*background-image:url('/Touch/images/header2.gif');*/
   /*background-image:url('/Touch/images/global_bg.jpg');*/
   /*background-repeat:repeat-x;*/
   /*padding:0px 3px 0px 3px;*/
}

/*.headingtitle
{
    position:relative;
    top:17px;
    font-size:30px;
    height:70px;
    color:White;
}
*/
.headingtitle
{
    position:relative;
    top:0px;
    font-size:30px;
    height:150px;
    color:White;
   background-image:url('/Touch/images/global_bg.jpg');
}

.subheading
{
    /*border:solid 1px #7A8392;
    background-color:#98A1B2;*/
    color:#000000;
    font-family:Arial; 
   background-image:url('/Touch/images/subheading.jpg');
   background-repeat:repeat-x;
}

.subheading td
{
    font-size:medium;
    padding:0px 5px 0px 5px;
}

.subheading a
{
    font-size:12px;
}

.subheading a:hover
{
    color:Red;
}

.tblContainer a
{
    text-decoration:none;
    color:Blue;
}

.tblContainer a:hover
{
    text-decoration:none;
    color:red;
}

.ladder
 {
 }
.ladder td
 {
    font-size:12px;
 }
 
 .laddersubheading
 {
    font-size:12px;
    font-weight:bold;
 }
 
 .tblDraw
 {
    border:solid 1px black;
 }
 
  .tblDraw th
 {
    font-size:12px;
 }
 
 .actionlinks
{
    text-decoration:underline;
}

.actionlinks:hover
{
    color:Red;
}
