﻿body 
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 12px;
	background-color  : rgb(1,104,153);
	color             : Black;
	margin            : 0px;
}

.blueBack
{
  background-color : rgb(1,104,153);
}

.whiteBack
{
  background-color : White;
}

.selectedMenu
{
  color : rgb(128,180,204);
  text-transform : uppercase;
  font-size : 9px;
}

a.menu:link     { color: rgb(1,104,154); text-decoration: none; font-size : 9px; text-transform : uppercase; }
a.menu:visited  { color: rgb(1,104,154); text-decoration: none; font-size : 9px; text-transform : uppercase;}
a.menu:active   { color: rgb(1,104,154); text-decoration: none; font-size : 9px; text-transform : uppercase; }
a.menu:hover    { color: rgb(128,180,204); text-decoration: none; font-size : 9px; text-transform : uppercase; }

.topMenuPad
{
  padding-left : 10px;
  padding-bottom : 1px;
}

.homeTile
{
  background-color : White;
  background-image  : url('Images/HomePageMaster/imHomeTile.png');
  background-repeat : repeat-x;
  height : 392px;
  vertical-align : top;
  line-height : 25px;
  
  scrollbar-face-color        : rgb(163,163,224);
  
  scrollbar-arrow-color       : rgb(224,224,245);
  scrollbar-highlight-color   : rgb(224,224,245);
  scrollbar-3dlight-color     : rgb(224,224,245);
  
  scrollbar-shadow-color      : rgb(224,224,245);
  scrollbar-darkshadow-Color  : rgb(224,224,245);
  
  scrollbar-track-color       : rgb(224,224,245);
}

.homeFooterBack
{
  background-image  : url('Images/HomePageMaster/imFooterBack.png');
  background-repeat : no-repeat;
}

.homeFlashBlock
{
  background-image  : url('Images/HomePageMaster/imFlash.png');
  background-repeat : no-repeat;
  background-position : 0px 0px;
  height : 392px;
  vertical-align : top;
  text-align : left;
  width : 181px;
}


h1
{
  font-size : 14pt;
  font-weight : bold;
  color : rgb(102,102,204);
  text-transform : uppercase;
}

h2
{
  font-size : 18px;
  font-weight : bold;
  color : rgb(102,102,204);
  margin-bottom : 5px;
}

h3
{
  font-size : 14px;
  font-weight : bold;
  color : rgb(163,163,224);
  margin-bottom : 5px;
}

.modalBackground 
{
  background-color : black;
  filter           : alpha(opacity=70);
  opacity          : 0.70;         
}

.pnlPopup
{
  background-color : White;
}

.adminPad
{
  padding-left : 20px;
  padding-right : 30px;
}

.subMenuTile
{
  background-color : White;
  background-image  : url('Images/Global/tile_subMenu.gif');
  background-repeat : repeat-x;
  padding-left : 15px;
  padding-right : 15px;
  color : White;
  font-size : 10px;
  font-weight : bold;
}

.subMenuPad
{
  padding-right : 22px;
  background-color : White;
  text-align  : right;
}

.subInactive
{
  /*color : rgb(200,210,197);*/
  color : rgb(102,102,204);
  font-size : 10px;
  font-weight : bold;
}

a.subMenu:link     { color: White; text-decoration: none; font-weight : bold; font-size : 10px;}
a.subMenu:visited  { color: White; text-decoration: none; font-weight : bold; font-size : 10px;}
a.subMenu:active   { color: White; text-decoration: none; font-weight : bold; font-size : 10px;}
a.subMenu:hover    { color: rgb(102,102,204); text-decoration: none; font-size : 10px; }

.boldText
{
  color : rgb(102,102,204);
  font-size : 18px;
  font-weight : bold;
}

.BoldText
{
  color : rgb(102,102,204);
  font-size : 18px;
  font-weight : bold;
}


.pageContent
{
  line-height : 25px;
}

.pnlContent
{
  scrollbar-face-color        : rgb(163,163,224);
  
  scrollbar-arrow-color       : rgb(224,224,245);
  scrollbar-highlight-color   : rgb(224,224,245);
  scrollbar-3dlight-color     : rgb(224,224,245);
  
  scrollbar-shadow-color      : rgb(224,224,245);
  scrollbar-darkshadow-Color  : rgb(224,224,245);
  
  scrollbar-track-color       : rgb(224,224,245);
  padding-left  : 20px;
  padding-right : 20px;
  padding-top   : 20px;
}

.padContentTop
{
 background-color  : White;
 padding-top : 11px;
}

a:link     { color: rgb(163,163,224); text-decoration: underline;}
a:visited  { color: rgb(163,163,224); text-decoration: none;}
a:active   { color: rgb(163,163,224); text-decoration: none;}
a:hover    { color: rgb(102,102,204); text-decoration: underline;}

.linkName
{
  font-weight : bold;
}

.searchTile
{
  background-color : White;
  background-image  : url('images/search/searchTile.gif');
  background-repeat : repeat-x;
  height : 396px;
  width : 580px;
  text-align : left;
  vertical-align : top;
  
}

.searchPad
{
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  
}

.searchBox
{
  background-image  : url('images/search/imSearchBox.gif');
  background-repeat : no-repeat;
  padding-top : 4px;
  padding-left : 5px;
  padding-right : 12px;
  padding-bottom : 10px;
}

input.search
{
  border            : 0px solid white;
  background-color  : White;
  color             : Black;
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 12px;
}

a.search:link     { color: rgb(0,0,0); text-decoration: none;}
a.search:visited  { color: rgb(0,0,0); text-decoration: none;}
a.search:active   { color: rgb(0,0,0); text-decoration: none;}
a.search:hover    { color: rgb(102,102,204); text-decoration: underline;}

.padLeftFlash
{
  padding-left : 35px;
}