﻿/*
 *
 * General layout setup and overrides
 *
 */
body {
   background: white;
   font-size: 12pt;
}

header, footer, nav, #navigation, #sitemap, .alphabets, .pagination  {
   display: none;
}

div.print_only 
{
    display: block
}

a[href]:after {
	content: none !important;
}

#container, #region-content {
   width: auto;
   margin: 0 0%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

#region-content {
   margin-left: 10%;
   padding-top: 0.5em;
   border-top: 1px solid #930;
}

fieldset {
    border: none;
    margin: 0.2em;
    padding: 0.2em;
}


fieldset.collapsible legend a {
    text-decoration: none;
}


fieldset.collapsed, #description_container label, #environment_settings_spinner a, input#clear, input#submit {
    display: none;   
}