body, td, input, th
{
	font-family: Tahoma;
	font-size: 8pt;	
	padding: 0px;
}

th
{
	font-size: 10pt;
	font-weight: normal;
}

body, td
{
	border: 0px;
	margin: 0px;	
}

a, a:link, a:visited, a:active
{
	color: black;
}

a:hover
{
	color: blue;
}

.TabControl
{
}

.TabContainer
{
	display: none;
	clear:both;
}

.TabContainer fieldset
{
	border: solid 2px #e9eff0;
	color: #003c54;
}

.TabContainer legend
{
	font-weight: bold;
	color: #003c54;
}

.Tab
{
	font-weight: bold;
	background-color: #003c54;
	color: White;
	cursor: pointer;
	text-align: center;
	width: 153px;
	float:left;
}

.SelectedTab
{
	font-weight: bold;
	color: #003c54;
	cursor: default;
	text-align: center;
	height: 16px;
	width: 153px;
	float:left;
}

.TabTop
{
	width: 100%;
}

#MenuSection a, #MenuSection a:link, #MenuSection a:visited, #MenuSection a:active
{
	color: White;
}

#MenuSection a:hover
{
	color: #249dd0;
}

.ErrorMessage
{
	color: #e31b21;
}

.myPopupStyle
{
	border: solid 8px #003c54;
	background-color: #003c54;
	background-image: url(backgroundGradient.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: bottom left;
	color: #e9eff0;
}

.myPopupStyle #Caption
{
	height: 16px;
	cursor: default;
	background: #003c54;
}

.myPopupStyle #CaptionText
{
	text-align: center;
	font-weight: bold;
	float: left;
}

.myPopupStyle #CloseButton
{
	font-weight: bold;
	width: 8px;
	height: 8px;
	padding: 0px 2px 0px 2px;
	margin: 1px 1px 2px 0px;
	font-size: 9px;
	cursor: pointer;
	float: right;
}

.myPopupStyle #Content
{
	
	clear: both;
	padding: 16px;
}

.myPopupStyle #Content td
{
	color: #e9eff0;
}
