/* $Id: print.css,v 1.1 2008/02/15 16:22:09 johnalbin Exp $ */

/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline !important;
  }

  /* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* CSS2 selector to add visible href after links */
  #content a:link:after,
  #content a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }

/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

/* Hide sidebars and nav elements */
  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
  .breadcrumb, div.tabs, .links, .taxonomy,
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons
  {
    visibility: hidden;
    display: none;
  }

/* Webform specific styles */
#page #logo {
	display: none;
}

.webform-client-form {
	width: 960px;
	margin-top: 10px;
}

.webform-client-form legend {
	font-size: 1.2em;
	font-weight: bold;	
	padding: 0 8px;
}

.webform-component-fieldset {
	float: left;
	width: 430px;
	margin-right: 10px;
	margin-top: 0;
}

.webform-client-form label {
	float: left;
	width: 110px;
	font-weight: normal;
}

.webform-component-textfield {
}
.webform-client-form input{
	clear: both;
	border: 1px solid #ddd;
}
.webform-client-form textarea {
	font-size: 12px;
	width: 30em;
	height: 6em;
}

.webform-client-form  .form-item {
	margin: 0.7em 0;
}

/* CM Referral Form specific styles */
#webform-component-client_information {
	height: 35em;
}
#webform-component-state, #webform-component-insstate {
	width: 200px;
	float: left;
}
#webform-component-zipcode, #webform-component-inszipcode{
	width: 200px;
	float: left;
}
#webform-component-zipcode label, #webform-component-inszipcode label  {
	width: 80px;
}
#webform-component-insured_information {
	height: 35em;
}
#webform-component-claimant_information {
	height: 46em;
}
#webform-component-physician_information {
	height: 22em;
}
#webform-component-attorney_information {
	height: 22em;
	margin-top: 0;
}
#webform-component-service_requested {
	height: 11em;
}
#webform-component-special_instructions{
	height: 11em;
}
#edit-submit, #form-desc, .form-print {
	display: none;
}