.TabStripContentStyle
{
	padding: 10 10 0 10;
	background-color: #FCFCFC;
}

.TabLabelDefaultStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 22px;
	cursor:pointer;
}


.TabLabelSelectedStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: black;
	line-height: 22px;
	cursor:pointer;
}

.TabLabelDisabledStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: gray;
	text-decoration: line-through;
	line-height: 22px;
}
.TabLabelSelectedInnerStyle {
	padding-top:14px;
}
.TabLabelDefaultInnerStyle {
	padding-top:14px;
}

.line {
	background-image:url('../Images/lineBg.gif');
	background-repeat:repeat-x;
	text-align:center
}

body
{
  color: #00004A;
  background-color: #ffffff;
  font-size: 70%;
  font-family: Verdana, Arial, Sans-Serif;
}
td
{
  border-right: 0px solid;
  padding-right: 0px;
  border-top: 0px solid;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  font-family: Arial, "MS Sans Serif", sans-serif;
  font-size: 11px;
  vertical-align: middle;
  border-left: 0px solid;
  padding-top: 0px;
  border-bottom: 0px solid;
}
table
{
  border-right: 0px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-collapse: collapse;
  
}

