﻿body, p, H1, ol, ul, span, table
{
  font-family: Tahoma;
  font-size: small;
}

body
{
  margin:2px;
  padding:2px;
}

.boldUnderlined
{
  font-weight: bold;
  text-decoration: underline;
}

div
{
  font-family: Tahoma;
  font-size: small;
  background-color: #ffffdd;
}

.HyperLinks A {font-family:Tahoma; font-size:small; text-decoration:none;}
.HyperLinks A:link {color:Blue;}
.HyperLinks A:visited {color:Blue;}
.HyperLinks A:active {color:Blue;}
.HyperLinks A:hover {color:Blue; font-weight:bold; text-decoration:underline;}

.gridViewLinks A {font-family:Tahoma; font-size:small; text-decoration:underline;}
.gridViewLinks A:link {color:White;}
.gridViewLinks A:visited {color:White;}
.gridViewLinks A:active {color:Red;}
.gridViewLinks A:hover {color:Red; font-weight:bold;}

.masterPageLinks A {font-family:Tahoma; font-size:small; text-decoration:none;}
.masterPageLinks A:link {color:White;}
.masterPageLinks A:visited {color:White;}
.masterPageLinks A:active {color:White;}
.masterPageLinks A:hover {color:Red;}

.pageHeader
{
  font-family: BETSY;
  font-size: x-large;
  font-weight: bolder;
  font-style: italic;
  font-variant: inherit;
  color: Blue;
  text-align:center;
  width:100%;
}

.calendarExtender
{
  background-color:Blue;
}

.yellowStyle 
{
  color: #FFFF00;
  font-family:Tahoma; 
  font-size:x-small;
}

#leftcolumn
{
  color:#294E98;
  background-color:Moccasin;
  float:left;
  margin:10px;
  text-indent:30px;
  top:0px;
  height:auto;
  width:56%;
}

#rightcolumn
{
  background-color:Moccasin;
  float:left;
  top:0px;
  height:auto;
  width:40%;
}

#clearcolumns
{
  clear:both;
}

#masterheader
{
	background: Blue;
	width:100%;
	height:80px;
}
#linkscolumn
{
	background: Blue;
	float:left;
	width:10%;
	height:100%;
}
#content
{
	background: #ffffdd;
	float:right;
	width:90%;
	height:100%;
}
#masterfooter
{
	clear:both;
	background: Blue;
	width:100%;
	height:100px;
}

.SelectedRowStyle {
  background-color:Yellow;
  font-weight:bold;
}

.ActivityStyle {
  color:#663300;
}

.EncryptionPanelStyle {
    background-color: #EFF3FB;
    color: #294E98;
    position: absolute;
    padding: 10px;
    margin: 10px;
    left: 200px;
    height: 100px;
    top: 200px;
    width: 300px;
    border: double 5px blue;
    text-align:left;
}

.AppCounterPanelStyle {
    background-color: #EFF3FB;
    color: #294E98;
    position: absolute;
    padding: 10px;
    margin: 10px;
    right: 70px;
    height: 100px;
    top: 200px;
    width: 300px;
    border: double 5px blue;
    text-align:left;
}
