﻿/* Alternate custom-defined styles for DockingPanel */

div.dock-control
{
}
div.dock-titlebar
{
    /*background-color: gainsboro;*/
    color: #E0E0E0;
	padding: 3px;
	background-image: url(Images/CutBlockMenu.png);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size:11px;
	font-style:normal;
	font-weight:bold;	
	border-right: #E0E0E0 1px solid;
	border-left: #E0E0E0 1px solid;
	border-top: #E0E0E0 1px solid;
}
td.LTableMain
{
	border-right: #99cc99 1px solid;
	padding-right: 2px;
	border-top: #99cc99 1px solid;
	padding-left: 2px;
	font-size: 7.5pt;
	background-image: url(Images/righttabdefault2.gif);
	padding-bottom: 7px;
	border-left: #99cc99 1px solid;
	color: #006666;
	padding-top: 7px;
	border-bottom: #99cc99 1px solid;
	font-family: Verdana;
	text-align: center;
}
td.ContactContent
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #008080;
}
td.LTableSelected
{
	border-right: #99cc99 1px solid;
	padding-right: 2px;
	border-top: #99cc99 1px solid;
	padding-left: 2px;
	font-size: 7.5pt;
	padding-bottom: 7px;
	border-left: #99cc99 1px solid;
	color: #006666;
	padding-top: 7px;
	font-family: Verdana;
	text-align: center;
	background-color: #ffffff;
}
td.LTableHover
{
	border-right: #006666 1px solid;
	padding-right: 2px;
	/*border-top: #006666 1px solid;*/
	padding-left: 2px;
	font-size: 7.5pt;
	padding-bottom: 7px;
	border-left: #006666 1px solid;
	color: #006666;
	padding-top: 7px;
	font-family: Verdana;
	text-align: center;
	background-image: url(Images/righttabselected1.gif);
}
div.dock-content
{
	/*background-color: ivory;
    vertical-align: middle;
    text-align: center;*/
	background-image: url(Images/CutBlockMenuContent.png);
	background-repeat: repeat-x repeat-y;
	color: #E0E0E0;
	padding: 10px;
	overflow: hidden;
	border-right: #E0E0E0 1px solid;
	border-left: #E0E0E0 1px solid;
	border-bottom: #E0E0E0 1px solid;
}
div.dock-fixed-content
{
    background-color: whitesmoke;
    vertical-align: middle;
    text-align: center;
}
div.HomeLinkHeader
{
	border-right: #99cfc1 1px solid;
	padding-right: 5px;
	border-top: #99cfc1 1px solid;
	padding-left: 5px;
	background-image: url(Images/gradient_blue1.png);
	padding-bottom: 5px;
	vertical-align: middle;
	border-left: #99cfc1 1px solid;
	width: 100%;
	cursor: pointer;
	padding-top: 5px;
	border-bottom: #99cfc1 1px solid;
	height: 100%;
}
body {
}
td.Title
{
	font-size: 12pt;
	color: #006633;
	font-family: verdana;
	font-weight: bold;
	background-image: url(Images/DisplayBGContent.png);
}
td.on
{
	font-size: 8pt;
	color: #003333;
	font-family: verdana;
	height: 24px;
	text-align: center;
	border-right: darkseagreen 1px solid;
}
.onlink
{
	font-size: 8pt;
	color: #003333;
	font-family: verdana;
	height: 24px;
	text-align: center;
}
td.off
{
	font-size: 8pt;
	color: #003333;
	font-family: verdana;
	height: 30px;
	background-image: url(Images/MenuBG2.png);
	text-align: center;
	border-right: darkseagreen 1px solid;
	border-top: darkseagreen 1px solid;
	border-left: darkseagreen 1px solid;
	border-bottom: darkseagreen 1px solid;
	cursor: hand;
}