﻿body 
{
    font-family:Arial;
    font-size:12px;
   background-image:url('/NorthernStorm/images/backgroundimage.jpg');
   background-repeat:repeat-x;
   background-color:#006CAC;
}
/*
.bodyimage
{
   background-image:url('/Touch/images/dgrey022.jpg');
   background-repeat:repeat;
   
}
*/
a
{
    text-decoration:none;
    color:black;
}

th
{
    text-align:left;
}

td
{
    font-family:Arial;
    font-size:12px;
}

.pnlMenu
{
   width:115px;
   background-image:url('/NorthernStorm/images/menu2.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:115px;
   background-repeat:repeat-y;
   height:100px;
}
.heading
{
   /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=2,startColorStr=#ffffff,endColorStr=darkblue); */
   height:100px;
   background-image:url('/NorthernStorm/images/header.gif');
   background-repeat:repeat-x;
   /*background-color:#D3202F;*/
}

.headingtitle
{
    font-weight:bold;
    position:relative;
    font-size:30px;
    height:100px;
    color:#ffffff;
}

.subheading
{
    border:solid 1px #7A8392;
    /*background-color:#98A1B2;*/
    color:#ffffff;
    font-family:Arial; 
    font-weight:bold;
   background-image:url('/NorthernStorm/images/subheading.jpg');
   background-repeat:repeat-x;
}

.subheading a
{
}

.subheading a:hover
{
    color:red;
}

.tblContainer a
{
    text-decoration:none;
    color:Blue;
}

.tblContainer a:hover
{
    text-decoration:none;
    color:red;
}

.actionlinks:hover
{
	color:Red;
}

.BoldLabel
{
	font-family:Arial;
	font-weight:bold;
}