﻿A 					{color:#008000;text-decoration:none}
A:hover,A:active	{color:#009933;text-decoration:underline;cursor:pointer}
#navigationcontainer tr {background-color:#006600;color:#006600}
.link               {color:#008000}
.textbox			{border:1px solid #999999;font-family:Arial;font-size:8pt;background-color:#FFFFFF;border-width:1px}
.textboxfocus		{border:1px solid #008000;font-family:Arial;font-size:8pt;background-color:#F1F7EE;border-width:1px}
.textboxunavailable	{border:1px solid #999999;font-family:Arial;font-size:8pt;background-color:#CDCDCD;border-width:1px}
.textbox2			{border:1px solid #999999;font-family:Arial;font-size:10pt;background-color:#FFFFFF;border-width:1px}
.textbox2focus		{border:1px solid #008000;font-family:Arial;font-size:10pt;background-color:#F1F7EE;border-width:1px}
.textbox2unavailable{border:1px solid #999999;font-family:Arial;font-size:10pt;background-color:#CDCDCD;border-width:1px}
.numberbox			{text-align:right;border:1px solid #999999;font-family:Arial;font-size:8pt;background-color:#FFFFFF;border-width:1px}
.numberboxfocus		{text-align:right;border:1px solid #008000;font-family:Arial;font-size:8pt;background-color:#F1F7EE;border-width:1px}
.numberboxunavailable	{text-align:right;border:1px solid #999999;font-family:Arial;font-size:8pt;background-color:#CDCDCD;border-width:1px}
.numberbox2			    {text-align:right;border:1px solid #999999;font-family:Arial;font-size:10pt;background-color:#FFFFFF;border-width:1px}
.numberbox2focus		{text-align:right;border:1px solid #008000;font-family:Arial;font-size:10pt;background-color:#F1F7EE;border-width:1px}
.numberbox2unavailable  {text-align:right;border:1px solid #999999;font-family:Arial;font-size:8pt;background-color:#CDCDCD;border-width:1px}
.msgwrtrtbl {border:solid 1px #000000;background-color:#CCD7C1;border-spacing:3px 1px;border-radius:2px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-box-shadow:3px 3px 3px #888;-webkit-box-shadow:3px 3px 3px #888;box-shadow:3px 3px 3px #888}

.tabsInactive
{
	background-image:url('/img/tabs/006600_tab_left.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:5px;
	height:25px;
}
.tabsInactiveRight
{
	background-image:url('/img/tabs/006600_tab_right.gif');
	background-repeat:no-repeat;
	background-position:left  bottom;
	padding-right:4px;
	height:25px;
	width:5px;
}
.tabsActive
{
	background-image:url('/img/tabs/676767_tab_left.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:5px;
	height:25px;
}
.tabsActiveRight
{
	background-image:url('/img/tabs/676767_tab_right.gif');
	background-repeat:no-repeat;
	background-position:left  bottom;
	padding-right:4px;
	height:25px;
	width:5px;
}
.tabsBottomLine
{
	border-bottom:#676767 2px solid;
}