body{
	margin:30px 0px 0px 0px;
	padding:0px;
	background:url(/_imgs/_global/bg_gray.jpg) repeat-x #fff;
	}

#header-nav-wrapper{
	margin-bottom:20px;
	}
	
#header-nav-wrapper td a{
	font-family:arial;
	font-weight:bold;
	letter-spacing:-0.1px;
	color:white;
	font-size:17px;
	text-decoration:none;
	}

#header-nav-wrapper td a:hover{
	text-decoration:underline;
	}

#footer-nav{
	margin-top:25px;
	padding-top:5px;
	padding-left:10px;
	border-top:1px dashed #C15306;
	font-family:arial;
	letter-spacing:-0.1px;
	color:black;
	font-size:10px;
	}

#content-wrapper-default{
	font-family:arial;
	font-size:13px;
	letter-spacing:-0.1px;
	color:black;
	padding:10px;
	}

#content-wrapper-default p{
	font-family:arial;
	font-size:13px;
	}
	
#content-wrapper-default h1{
	font-size:20px;
	color:#FF9900;
	font-family:"Trebuchet MS";
	}

#content-wrapper-default th{
	color:#FF9900;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:normal;
	text-align:left;
	}

#content-wrapper-default td{
	font-family:"Trebuchet MS";
	color:#333333;
	}
	
#content-wrapper-default td a{
	font-family:"Trebuchet MS";
	color:#333333;
	text-decoration:none;
	}
	
#content-wrapper-default td a:hover{
	text-decoration:underline;
	}
	
.login-signup-form th{
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:16px;
	}

.login-signup-form .step-1{background:url(/_imgs/_login/label_orange_1.gif) no-repeat bottom left;}
.login-signup-form .step-2{background:url(/_imgs/_login/label_orange_2.gif) no-repeat bottom left;}
.login-signup-form .step-3{background:url(/_imgs/_login/label_orange_3.gif) no-repeat bottom left;}
.login-signup-form .step-4{background:url(/_imgs/_login/label_orange_4.gif) no-repeat bottom left;}
.login-signup-form .step-5{background:url(/_imgs/_login/label_orange_5.gif) no-repeat bottom left;}

.login-signup-form .caption{
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:10px;
	}

.login-signup-form .error{
	font-family:"Trebuchet MS";
	color:red;
	font-size:12px;
	}
  
  
#tool-tabs{
  list-style:none;
  margin:0;padding:0;
  font: bold 10px/12px arial,sans-serif;
  height:38px;
  color:#fff;
}
#tool-tabs li{
  padding:10px 28px;
  float:left;
  background:#999999;
  margin:0;
  cursor:pointer;
  border:1px solid #999;
  border-bottom:0;
  height:20px;
}
#tool-tabs li.selected{
  background:#ccc;
  color:#000;
}
#tools{
  border:1px solid #999;
  border-top:0;
  padding:8px;
  position:relative;
  background:#ccc;
}
#tools .pane{
  display:none;
  position:relative;
  min-height:240px;
}
#tools .selected{
  display:block;
}
#picker{
  position:absolute;
  top:20px;
  right:20px;
  display:block;
}