/**************************/
/* Application Site Styles           */
/**************************/
/********************/

.ButtonLink, A.ButtonLink:link, A.ButtonLink:visited, A.ButtonLink:active, A.ButtonLink:hover
{
	border-right: whitesmoke thin outset;
	padding-right: 3px;
	border-top: whitesmoke thin outset;
	padding-left: 3px;
	font-weight: normal;
	font-size: 10px;
	border-left: whitesmoke thin outset;
	color: black;
	line-height: 12pt;
	border-bottom: whitesmoke thin outset;
	font-family: Verdana, Helvetica, sans-serif;
	height: 18px;
	background-color: #ece9d8;
	text-decoration: none;
}

.TabBar
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	line-height: 12pt;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	height: 18px;
	background-color: dimgray;
	text-decoration: none;
}

.Tab
{
	border-right: white 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: xx-small;
	border-left: white 1px solid;
	color: white;
	line-height: 12pt;
	border-bottom: white 1px solid;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
	height: 18px;
	background-color: dimgray;
	text-decoration: none;
}

A.Tab:link, A.Tab:visited, A.Tab:active
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	font-style: normal;
	text-decoration: none;
}

A.Tab:hover   {
    text-decoration:    underline;
    color:white;
    font-weight: bold;
	font-size: xx-small;

}

.TabSelected
{
	border-right: white 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: xx-small;
	border-left: white 1px solid;
	color: black;
	line-height: 12pt;
	border-bottom: white 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	height: 18px;
	background-color: gainsboro;
	text-decoration: none;
}

A.TabSelected:link ,A.TabSelected:visited,A.TabSelected:active 
{
    text-decoration:    none;
    color: black;
    font-weight: bold;
	font-size: xx-small;

}

A.TabSelected:hover   {
    text-decoration:    underline;
    color: black;
    font-weight: bold;
	font-size: xx-small;

}

.ToolBox
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: gainsboro;
}

A.Toolbox:link, A.Toolbox:visited, A.Toolbox:active, A.Toolbox:hover
{
	font-size: xx-small;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
}

.HelpBox
{
	border-right: black 1px solid;
	padding-right: 5px;
	border-top: black 1px solid;
	padding-left: 5px;
	font-size: xx-small;
	padding-bottom: 5px;
	border-left: black 1px solid;
	padding-top: 5px;
	border-bottom: black 1px solid;
	background-color: lightgoldenrodyellow;
}

.Box
{
    border-right: #6e8bba 1px solid;
    border-top: #6e8bba 1px solid;
    border-left: #6e8bba 1px solid;
    border-bottom: #6e8bba 1px solid;
}

.TabBox
{
    border-right: #6e8bba 1px solid;
    border-left: #6e8bba 1px solid;
    border-bottom: #6e8bba 1px solid;
}

.BoxSides
{
    border-right: #6e8bba 1px solid;
    border-left: #6e8bba 1px solid;
}