@media screen {
	body{
	  margin:0;
	  padding:0;
	  color:#000;
	  background: #003366;
	  font-family:'Tahoma',Arial, Helvetica, sans-serif;
	}
	#contentWrapper{
	  background: #ffffff;
	  width: 718px;
	  margin: 0px auto;
	  margin-bottom: 50px;
	  padding-top: 15px;
	  padding-bottom: 15px;
	  border:1px solid #999999;
	  border-top: 0px;
	}
	#contentWrapper .usageLabel{
		width: 670px;
		margin: 0px auto;
		font-weight: bold;
		color: #003366;
	}
	#upgradeBar{
		margin:0px auto;
		padding:0;
		background:url("../img/upgradeRightBg.gif") top right no-repeat;
		height:40px;
		width:720px;
		vertical-align:middle;
	}
	#upgradeBar img{
		margin:4px 20px 5px 5px;
		padding-bottom:0px;
		float: left;
	}
	#upgradeBar .rightHand{
		float: right;
		text-align: right;
		padding: 8px 10px 0 0;
	}
	.rightHand label{
		margin-bottom: 2px;
	}
	#upgradeBar .productTitle{
		font-weight: bold;
		font-size: 18px;
	}
	#header {
	  width:100%;
	  background:#003366;
	  font-family:'Tahoma',Arial, Helvetica, sans-serif;
	  font-size:11px;
	  font-weight:normal;
	  line-height:normal;
	  overflow:hidden;
	}
	/* TABS \*/
	#header ul {
	  margin:0px auto;
	  padding:20px 10px 0px 0px;
	  list-style:none;
	  width: 710px;
	}
	#header li {
	  float:left;
	  background:url("../img/left.gif") no-repeat left top;
	  margin:0;
	  padding:0 0 0 3px;
	  font-weight: bold;
	}

	#header a {
	  float:left;
	  display:block;
	  background:url("../img/right.gif") no-repeat right top;
	  padding:5px 15px 4px 6px;
	  color:#003366;
	  text-decoration:none;
	}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#header a {
		float:none;
	}
	/* End IE5-Mac hack */
	#header a:hover {
	  color:#326198 ;
	  background-image:url("../img/right_on.gif");
	  text-decoration:underline;
	}
	#header #active {
	  background-image:url("../img/left_on.gif");
	}
	#header #active a{
	  background-image:url("../img/right_on.gif");
	  color:#990000 ;
	  padding-bottom:5px;
	  text-decoration: none;
	}
	#header #active a:hover{
	  background-image:url("../img/right_on.gif");
	  color:#990000 ;
	  padding-bottom:5px;
	  text-decoration:underline;
	}
	#header .nodata{
	  float:left;
	  display:block;
	  background:url("../img/right.gif") no-repeat right top;
	  padding:5px 15px 4px 6px;
	  color:#666666;
	  text-decoration:none;
	}

	.active {
		display:block;
		visibility:visible;
	}

	.inactive {
		display:none;
		visibility:none;
	}

	#tabvhr, #tabws, #tabcrac, #tabbbg, #tabwc, #tabsrr {
		width:100%;
	}

	#printVisible{
		margin: 0px auto;
		width: 690px;
		clear:both;
	}

	#printVisible a.orange{
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FF6600;
		font-weight: bold;
	}

	#hidden{
		display:none;
	}

	#forPersonalUsePrint {
		display:none;
		visibility:hidden;
	}

	.varTagNoDisplay {
		display:none;
		visibility:none;
	}

	.animatedLoadingImage {
		display:none;
		visibility:none;
		z-index:2500;
		position:absolute;
		text-align:center;
		background:#FFFFFF;
		width:300px;
		height:150px;
		left:37%;
		padding-top:60px;
		top:300px;
		border: 1px solid #C0C0C0;
	}

}


