﻿/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 161px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 161px;
	background-color: #FFF8A5;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
	background-color: #FFF8A5;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #3E9ACB;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #3E9ACB;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #3E9ACB;
	display: block;
	cursor: pointer;
	background-color: #FFF8A5;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.2em;
	padding-right: 0.75em;
	padding-bottom: 0.2em;
	padding-left: 0.75em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #FBCC13;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #FBCC13;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url('/Images/arrow-yellow.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

body         {
	margin: 0px;
	padding: 2px 0px 1px 0px;
	background-color: #FFF9E1;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
}
.head-banner-rt {
	text-align: center;
	vertical-align: bottom;
}
.head-banner-rb {
	text-align: center;
}
.head-banner-lb {
	text-align: center;
}
.head-banner-lt {
	text-align: center;
}
</style>

.header-left {
	background-position: right;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #3E9ACB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #145CBE;
	background-image: url('Images/head-bgl.png');
	background-repeat: repeat-y;
}
header-right {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #3E9ACB;
}
.header-right {
	background-position: bottom;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #3E9ACB;
	background-image: url('Images/head-bgr.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.navig {
	background-color: #FFF8A5;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #3E9ACB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #145ABA;
	background-image: none;
}
a.navig:link {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: none;
}
a.navig:visited {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: none;
}
a.navig:active {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: underline blink;
}
a.navig:hover {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration:blink
}
.nastaryy {
	background-color: #FFF8A5;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #3E9ACB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-image: none;
}
a.nastaryy:link {
	border-width: 0px 0px 0px 0px;
	color: #FF0000;
	text-decoration: none;
}
a.nastaryy:visited {
	border-width: 0px 0px 0px 0px;
	color: #FF0000;
	text-decoration: none;
}
a.nastaryy:active {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: underline blink;
}
a.nastaryy:hover {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration:blink
}
.navigtab {
	background-color: #FFF8A5;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #3E9ACB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #145ABA;
	background-image: none;
}
a.navigtab:link {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: none;
}
a.navigtab:visited {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: none;
}
a.navigtab:active {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: underline blink;
}
a.navigtab:hover {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration:blink
}
.resultsrow1 {
	background-color: #DDF2FB;
}
.resultsrow2 {
	background-color: #F0FBFF;
}
.menu-left {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #3E9ACB;
	vertical-align: top;
	text-align: center;
}
.bottom-credit {
	border-style: solid;
	border-width: 0px;
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 2px;
}
a.bottom-credit:link {
	color: #999999;
	text-decoration: none;
}
a.bottom-credit:visited {
	color: #999999;
	text-decoration: none;
}
a.bottom-credit:active {
	color: #999999;
	text-decoration: underline blink;
}
a.bottom-credit:hover {
	color: #999999;
	text-decoration:blink
}
.middle-table {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #3E9ACB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #292929;
}
a.middle-table:link {
	color: #292929;
	text-decoration: none;
}
a.middle-table:visited {
	color: #292929;
	text-decoration: none;
}
a.middle-table:active {
	color: #292929;
	text-decoration: underline blink;
}
a.middle-table:hover {
	color: #292929;
	text-decoration:blink
}
.results-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #292929;
}
a.results-table:link {
	color: #292929;
	text-decoration: none;
}
a.results-table:visited {
	color: #292929;
	text-decoration: none;
}
a.results-table:active {
	color: #292929;
	text-decoration: underline blink;
}
a.results-table:hover {
	color: #292929;
	text-decoration:blink
}

.bottom-links {
	background-color: #FFF8A5;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #3E9ACB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #145ABA;
	text-align: center;
}
a.bottom-links:link {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: none;
}
a.bottom-links:visited {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: none;
}
a.bottom-links:active {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration: underline blink;
}
a.bottom-links:hover {
	border-width: 0px 0px 0px 0px;
	color: #145ABA;
	text-decoration:blink
}
.NewsTitle
{
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D4831;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-bottom-color: #E2E2E2;
	vertical-align: middle;
	text-align: left;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 17px;
	background-color: transparent; width:89px
}
.MainMenu_MenuItemM {
	cursor: pointer;
	padding: 0px;
	margin: -1px;
	border-left: 0px solid #cccccc;
	border-bottom: 1px solid #D4AF2C;
	border-top: 1px solid #D4AF2C;
	border-right: 0px solid #cccccc;
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	width: 68px;
	height: 16px;
	border-width: 0px;
	text-align: center;
	clip: rect(0px, 0px, 0px, 0px);
	vertical-align: middle;
}

.MainMenu_MenuItem {
	border-left: 0px solid #cccccc;
	border-bottom: 1px solid #D4AF2C;
	border-top: 1px solid #D4AF2C;
	border-right: 0px solid #cccccc;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	width: 68px;
	height: 17px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	background-position: center; border-left:1px solid #D4AF2C; border-bottom:1px solid #D4AF2C; border-top:1px solid #D4AF2C; cursor: hand; 
	text-align: center; 
	width: 16px; 
	height: 16px;color:#D4AF2C; background-color:#D4AF2C; background-image:url('bullet.jpg'); background-repeat:no-repeat
}
.MainMenu_SubMenu {
	cursor: pointer; 
	background-position: center; cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#D4AF2C', Direction=135, Strength=3); width:89px; height:17px; background-image:url('button.jpg'); background-repeat:repeat-y; background-color:#D4AF2C 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	background-position: center;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	height: 17px;
	width: 68px;
	background-image: url('images/button.jpg');
	background-repeat: repeat-y;
	background-color: #D4AF2C;
	text-align: center;
	vertical-align: middle;
}
.MainMenu_MenuArrow {
	border-right: #D4AF2C 1px solid; 
	border-bottom: #D4AF2C 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
    font-weight: bold ;
   color: #333333;
}

.StandardButton {
	color: #E5E5E5;
	border-style: outset;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #1F1F1F;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	height: 17px;
}
               
.CopyClass   { font-family: Tahoma; font-size: 8pt; color: #E5E5E5;  font-weight: bold }

.NormalTextBox {
	color: #E5E5E5;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	border-style: solid;
	border-width: 0;
	padding: 0px;
	background-color: #1F1F1F;
	vertical-align: middle;
	height: 17px;
}
  
.NormalDroptBox {
	margin: 0px;
	color: #E5E5E5;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	border-style: solid;
	border-width: 0px;
	padding: 3px;
	background-color: #1F1F1F;
	vertical-align: top;
}
          
.loginclass  { font-family: Times New Roman; font-size: 6pt; color: #B5B5B5; }

.searchclass { color: #E5E5E5; font-family: Tahoma, Arial, Helvetica; font-size: 10pt; border-style: solid; border-width: 0; padding: 0;  }

.breadcrclass {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: #E5E5E5;
	font-weight: bold;
	vertical-align: inherit;}

a.breadcrclass:link {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: #E5E5E5;
	font-weight: bold;
	text-decoration: none;
}
a.breadcrclass:visited {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: #E5E5E5;
	font-weight: bold;
	text-decoration: none;
}
a.breadcrclass:hover {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: #E5E5E5;
	font-weight: bold;
	text-decoration:blink
}
a.breadcrclass:active {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: #B5B5B5;
	font-weight: bold;
	text-decoration: underline;
}


.LinksClass {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
	color: #D5D5D5;
}
a.LinksClass:link {
	font-family: Tahoma;
	font-size: 7pt;
	color: #B5B5B5;
	text-decoration: none;
}
a.LinksClass:visited {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
	color: #CDCDCD;
	text-decoration: none;
}
a.LinksClass:active {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
	color: #339933;
	text-decoration: underline blink;
}
a.LinksClass:hover {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
	color: #808080;
	text-decoration:blink
}

.currdate    { font-family: Tahoma; font-size: 8pt; color: #808080; font-weight: bold }

a            { font-family: Tahoma, Arial, Helvetica; color: #404040 }
a:link       { font-family: Tahoma, Arial, Helvetica; color: #404040 }
a:visited    { font-family: Tahoma, Arial, Helvetica; color: #292929 }
a:hover      { font-family: Tahoma, Arial, Helvetica; text-decoration: blink; color: #808080 }
a:active     { font-family: Tahoma, Arial, Helvetica; color: #006600 }


.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    color:#E5E5E5
}

.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalDisabled
{
    color: Silver;
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBigRed
{
	color: #FF0000;
	font-weight: bold;
	font-size: xx-large;
}

.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
navig {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #175CBB;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}
}
.menu-leftCopy {
	vertical-align: top;
	text-align: center;
}
.header-left {
	background-position: right;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #3E9ACB;
	background-image: url('Images/head-bgl.png');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.head-center {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #3E9ACB;
	vertical-align: top;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.confirm-message {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #3E9ACB;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
}
.confirm-message-err {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #3E9ACB;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.table-title {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #3E9ACB;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #222844;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

