/* CSS Document */
#viewtabstrip {
	float:left;
	width:100%;
	background:#ffffff;
	font-size:11px;
	line-height:normal;
	border-left:solid 0px white;
	border-right:solid 0px white;
	border-top:solid 0px white;
	border-bottom:solid 0px white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
  }
 
#viewtabstrip ul {
  margin:0;
  padding:3px 10px 0 5px;
  list-style:none;
  }
#viewtabstrip li {
	float:left;
	background:url(/images/view_page/left2.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-align: center;
  }
#viewtabstrip a {
  float:left;
  display:block;
  background:url(/images/view_page/right2.gif) no-repeat right top;
  padding:5px 6px 2px 3px;
  text-decoration:none;
  font-weight:normal;
  color:#000000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#viewtabstrip a {float:none;}
/* End IE5-Mac hack */
#viewtabstrip a:hover {
  color:#333;
  }
#viewtabstrip .selected {
  background-image:url(/images/view_page/left_on2.gif);
  }
#viewtabstrip .selected a {
  background-image:url(/images/view_page/right_on2.gif);
  color:#333;
  padding-bottom:3px;
  }

.tabcontentstyle{ /*style of tab content oontainer*/
width: 98%;
margin-bottom: 1em;
padding: 5px;
float:left;
background-color:white;
border-left:solid 0px silver;
border-right:solid 0px silver;
border-bottom:solid 0px silver;
 
}
.tabcontent{
display:none;
}

#viewtabstrip h1 {
	margin:0;
	padding:21px 10px 0 5px;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	top: 3px;
  }

#sidetab  {
	float:left;
	background:url(/images/view_page/tab_bg.gif) repeat center top;
	margin:0;
	padding:0 0 2 0px;
	text-align: center;
	vertical-align: middle;
  }

