a 
{
  color:#1b4992;
}
a:visited 
{
  color:#5D7EB3;
}
a:hover 
{
  text-decoration:underline;
}
body 
{
  color:black;
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:75%;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5;
  margin:0pt;
}
img 
{
  border:none;
}
p, ol, ul 
{
  list-style-type:none; 
  margin:0 0 1em 0; 
  padding:0;
}
#wrapper 
{
  background: transparent url(/PartnerContentZD/0/main-title.gif) repeat-y scroll 50% 0pt;
  /*height:1%;*/
  text-align:center;
}
#header 
{
  margin:0pt auto;
  overflow:hidden;
  padding-top:15px;
  width:730px;
}
#logo 
{
  float:left;
}
ul#navigation 
{
  background:#E4F3F3 url(/PartnerContentZD/0/nav-bgs.jpg) repeat-x scroll 100% 0pt;
  border-bottom:1px solid white;
  clear:both;
  float:left;
  margin:15px 0pt 0pt;
  width:100%;
}
ul#navigation li 
{
  float:left;
}
ul#navigation a 
{
  background:#E4F3F3 url(/PartnerContentZD/0/nav-bgs.jpg) no-repeat scroll -10px 0pt;
  border-right:1px solid white;
  display:block;
  font-size:116%;
  padding:10px 20px;
  text-decoration:none;
}
ul#navigation li.first a.active 
{
  background-position:0pt -80px;
}
ul#navigation li.first a 
{
  background-position:0pt 0pt;
}
ul#navigation .active 
{
  background:#1A4893 url(/PartnerContentZD/0/nav-bgs.jpg) no-repeat scroll -10px -80px;
  color:white;
}
ul#navigation a:hover 
{
  background:#8ACCCB url(/PartnerContentZD/0/nav-bgs.jpg) no-repeat scroll -10px -160px;
}
#headerImage 
{
  background:transparent url(/PartnerContentZD/0/header-pattern.gif) repeat scroll 50% 0pt;
  clear:both;
  margin:0pt auto;
}
#content 
{
  background:transparent url(/PartnerContentZD/0/pattern-fade.gif) repeat-x scroll 50% 0pt;
  float:left;
  margin-bottom:15px;
  width:100%;
}
#footer 
{
  background:transparent url(/PartnerContentZD/0/footer.gif) no-repeat scroll 50% 100%;
  clear:both;
  color:#36B9B9;
  font-size:83%;
  padding-bottom:25px;
}
#main
{
  width: 730px;
  text-align: left;
  float: none;
}

/*************************************************
 * general formating
 *************************************************/

hr {
  margin: 6px 0;
  padding: 0;
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  height: 1px;
  background: #ccc;
}

/*************************************************
 * common utilities
 *************************************************/

/* floating boxes */
.float_box {
  clear: both;
  zoom: 1;
}

.float_box:after {
  display: block;
  height: 0;
  clear: both;
  content: '.';
  visibility: hidden;
}

.float_box_left {
  float: left;
  margin-right: 10px;
}

.float_box_right {
  float: right;
}

.shadow {
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.tooltip {
  position: absolute;
  padding: 2px 2px;
  border: #000 1px solid;
  background-color: #ffffff;
}

.tooltip_header {
  background-color:#cecece;
  margin: 0px 0px 0px 0px;
  padding:2px 2px 2px 2px;
  font-size:1.2em;
}
/*************************************************
 * page formating
 *************************************************/
div.page_content
{
  float: right;
  position: relative;
}

.cssbox
{
  margin: 50px 65px 10px;
  padding-right: 0;
  position: relative;
  width: 800px;
  border: solid 1px #909090;
}

.cssbox h2 {
  background-position: top left;
  margin: 0;
  padding: 20px 0 0 20px;
  height: auto !important;
  height: 1%;
  clear: both;
  zoom: 1;
}

.cssbox p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5em;
}

.cssbox_head {
  background-position: top right;
  margin-right: 0;
  padding-right: 20px;
}

.cssbox_head  h2{
  color:#3366cc;
}

.cssbox_body {
  background-position: bottom left;
  margin-right: 0;
  padding: 15px 20px 20px;
  min-height: 270px;
}

.rounded_topleft{
  position: absolute;
  left: -1px;
  top: -1px;
  background: transparent url('/PartnerContentZD/0/rounded_topleft.png') no-repeat;
  width: 6px;
  height: 6px;
}

.rounded_topright{
  position: absolute;
  right: -1px;
  top: -1px;
  background: transparent url('/PartnerContentZD/0/rounded_topright.png') no-repeat;
  width: 6px;
  height: 6px;
}

.rounded_bottomright{
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: transparent url('/PartnerContentZD/0/rounded_bottomright.png') no-repeat;
  width: 6px;
  height: 6px;
}

.rounded_bottomleft
{
  position: absolute;
  left: -1px;
  bottom: -1px;
  background: transparent url('/PartnerContentZD/0/rounded_bottomleft.png') no-repeat;
  width: 6px;
  height: 6px;
}

/* JavaScript enabled/disable instruction */
.page_js_instruction
{
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 30px 68px 10px;
}

.jsd_tip {
  font-size: 1em;
  color: #6c6c6c;
}

.info_icon {
  display: block;
  width: 15px;
  height: 15px;
  background: transparent url('/PartnerContentZD/0/icon_info.gif') no-repeat center left;
}

.info_icon2 {
  display: block;
  width: 15px;
  height: 15px;
  background: transparent url('/PartnerContentZD/0/icon_info2.gif') no-repeat center left;
}

/* title bar */
div.title_bar {
  padding-bottom: 8px;
  *padding-bottom: 6px;  /* for IE7 */
  border-bottom: 1px solid #bcbcbc;
}

div.title_label {
  padding-bottom: 0;
  *padding-bottom: 2px;  /* for IE7 */
}

a.help_icon {
  display: block;
  width: 18px;
  height: 18px;
  background: transparent url('/PartnerContentZD/0/icon_help.gif') no-repeat;
}

/* buttons */
div.action_buttons {
  margin: 60px 0 0;
}

button.btn_cont {
  padding: 0 10px; 
}

/* text decoration */
.form_required_field {
  color: red;
}

.errorText
{
  color: #ff0000;
  font-weight: bold;
}

/* question list */
.question_list{
  height: 20px;
}
.answer_list{
  height: 20px;
}
.blank_list{
  height: 6px;
}

/*************************************************
 * branding layout formating
 *************************************************/

html, body {
  background: transparent url('/PartnerContentZD/0/bg.gif') repeat-y center top;
}

.template_wrapper
 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 930px;
}

.template_header
{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 106px;
  background: transparent url('/PartnerContentZD/0/normal_branding.gif') no-repeat;
}

.template_login
{
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: none;
}

.template_body
{
  position: relative;
  clear: both;
}

.template_navigator
{
  float: left;
  position: relative;
  width: 0px;
  min-height: 0px;
  display: none;
}

.template_lang_selector
{
  clear: both;
  margin: 0;
  padding: 0;
}

.template_footer
{
  margin: 10px 0 20px;
  padding: 0;
  width: 100%;
  clear: both;
}

.template_copyright
{
  text-align: center !important;
  font-size: 11px;
  font-weight: bold;
  margin: 0 auto;
  color: #666;
}