﻿
/* ------------------ */

.HideButton
{
	background: none;
	border: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}

/* ------------------ */

.ButtonTable
{
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
}

.ButtonTable TD
{
	margin: 0px;
	padding: 0px;
}

.ButtonTable .LeftButton
{
	background-image: url(../images/Button_Left.gif);
	width: 11px;
	height: 36px;
}

.ButtonTable .RightButton
{
	background-image: url(../images/Button_Right.gif);
	width: 11px;
	height: 36px;
}

.ButtonTable .CenterButton
{
	background-image: url(../images/Button_Center.gif);
	height: 36px;
}

.ButtonTable a
{
	color: #334455;
	text-decoration: none;
}

.ButtonTable a:hover
{
	color: #334455;
	text-decoration: none;
}

/* ------------------ */

.ButtonTableOver
{
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
}

.ButtonTableOver a
{
	color: #334455;
	text-decoration: none;
}

.ButtonTableOver a:hover
{
	color: #334455;
	text-decoration: none;
}

.ButtonTableOver TD
{
	margin: 0px;
	padding: 0px;
}

.ButtonTableOver .LeftButton
{
	background-image: url(../images/Button_Left_Over.gif);
	width: 11px;
	height: 36px;
}

.ButtonTableOver .RightButton
{
	background-image: url(../images/Button_Right_Over.gif);
	width: 11px;
	height: 36px;
}

.ButtonTableOver .CenterButton
{
	background-image: url(../images/Button_Center_Over.gif);
	height: 36px;
}

/* ------------------ */

.ButtonTableDisabled
{
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
	color: #cccccc;
}

.ButtonTableDisabled TD
{
	margin: 0px;
	padding: 0px;
}

.ButtonTableDisabled .LeftButton
{
	background-image: url(../images/Button_Left_Disabled.gif);
	width: 11px;
	height: 36px;
}

.ButtonTableDisabled .RightButton
{
	background-image: url(../images/Button_Right_Disabled.gif);
	width: 11px;
	height: 36px;
}

.ButtonTableDisabled .CenterButton
{
	background-image: url(../images/Button_Center_Disabled.gif);
	height: 36px;
}

.ButtonTableDisabled a
{
	color: #cccccc;
	text-decoration: none;
}

/* ------------------ */

.TabTable
{
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
}

.TabTable input
{
	color: #103060;
}

.TabTable TD
{
	margin: 0px;
	padding: 0px;
}

.TabTable .LeftTab
{
	background-image: url(../images/Tab_Left.gif);
	width: 8px;
	height: 40px;
}

.TabTable .RightTab
{
	background-image: url(../images/Tab_Right.gif);
	width: 8px;
	height: 40px;
}

.TabTable .CenterTab
{
	background-image: url(../images/Tab_Center.gif);
	height: 40px;
}

.TabTable a
{
	color: #334455;
	text-decoration: none;
}

.TabTable a:hover
{
	color: #334455;
	text-decoration: none;
}

/* ------------------ */

.TabTableOver
{
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
}

.TabTableOver input
{
	color: #003300;
}

.TabTableOver a
{
	color: #334455;
	text-decoration: none;
}

.TabTableOver a:hover
{
	color: #334455;
	text-decoration: none;
}

.TabTableOver TD
{
	margin: 0px;
	padding: 0px;
}

.TabTableOver .LeftTab
{
	background-image: url(../images/TabOver_Left.gif);
	width: 8px;
	height: 40px;
}

.TabTableOver .RightTab
{
	background-image: url(../images/TabOver_Right.gif);
	width: 8px;
	height: 40px;
}

.TabTableOver .CenterTab
{
	background-image: url(../images/TabOver_Center.gif);
	height: 40px;
}

/* ------------------ */

.TabTableSelected
{
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
	color: #cccccc;
}

.TabTableSelected input
{
	color: #333333;
	font-weight: bold;
}

.TabTableSelected TD
{
	margin: 0px;
	padding: 0px;
}

.TabTableSelected .LeftTab
{
	background-image: url(../images/TabActive_Left.gif);
	width: 8px;
	height: 40px;
}

.TabTableSelected .RightTab
{
	background-image: url(../images/TabActive_Right.gif);
	width: 8px;
	height: 40px;
}

.TabTableSelected .CenterTab
{
	background-image: url(../images/TabActive_Center.gif);
	height: 40px;
}

.TabTableSelected a
{
	color: #cccccc;
	text-decoration: none;
}

/* ------------------ */

.MenuItemTableSelected
{
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
	color: #103060;
	font-weight: bold;
	text-decoration: none;
}

.MenuItemTableSelected a
{
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
	color: #103060;
	font-weight: bold;
	text-decoration: none;
}

.MenuItemTableSelected .MenuItemLeft
{
	background-image: url(../images/MainFrameMenu_Active_Left.gif);
	width: 20px;
	height: 42px;
}

.MenuItemTableSelected .MenuItemCenter
{
	background-image: url(../images/MainFrameMenu_Active_Center.gif);
	height: 42px;
}

.MenuItemTableSelected .MenuItemRight
{
	background-image: url(../images/MainFrameMenu_Active_Right.gif);
	width: 20px;
	height: 42px;
}

/* ------------------ */

.MenuItemTable
{
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
	color: #103060;
	font-weight: normal;
	text-decoration: none;
}

.MenuItemTable a
{
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
	color: #103060;
	font-weight: normal;
	text-decoration: none;
}

.MenuItemTable .MenuItemLeft
{
	background-image: url(../images/MainFrameMenu_Item_Left.gif);
	width: 20px;
	height: 36px;
}

.MenuItemTable .MenuItemCenter
{
	background-image: url(../images/MainFrameMenu_Item_Center.gif);
	height: 36px;
}

.MenuItemTable .MenuItemRight
{
	background-image: url(../images/MainFrameMenu_Item_Right.gif);
	width: 20px;
	height: 36px;
}

/* ------------------ */

.MenuItemTableOver
{
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}

.MenuItemTableOver a
{
	font-variant: small-caps;
	cursor: pointer;
	cursor: hand;
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}

.MenuItemTableOver .MenuItemLeft
{
	background-image: url(../images/MainFrameMenu_Over_Left.gif);
	width: 20px;
	height: 36px;
}

.MenuItemTableOver .MenuItemCenter
{
	background-image: url(../images/MainFrameMenu_Over_Center.gif);
	height: 36px;
}

.MenuItemTableOver .MenuItemRight
{
	background-image: url(../images/MainFrameMenu_Over_Right.gif);
	width: 20px;
	height: 36px;
}

