/*
Title: ASU Template
Copyright: (c) 2008 Arizona Board of Regents
Authors: Christopher Puleo, Kathy Marks, Nathan Gudmunson and Arizona State University
Designers: The ASU Template Design Team, led by Cindi Farmer, Natalie Goebig and Anish Adalja
Description: Print styles for ASU Template
*/


/* =Basics
-------------------------------------*/

* { 
   margin: 0; padding: 0;
   }

body {
   background-color: white;
   font: 11pt/15pt Arial, Helvetica, sans-serif; color: black;
   margin: .5in .25in;
   width: auto;
   }

a,
a:visited,
a img {
   border: none;
   text-decoration: none;
   font-size: inherit;
   }
   
strong {
   font-weight: bold;
   }

em {
   font-style: italic;
   }

img {
   border: none;
   display: block;
   }

p {
   padding: .5em 0;
   }

h1 {
   border-bottom: 3px double #CCC;  
   font-size: 200%;
   margin: .2in 0; padding: 0 0 .2in 0;
   }
   
h2 {
   border-bottom: 1px dashed #CCC;
   font-size: 150%;
   margin: .1in 0; padding: 0 0 .2in 0;
   }
   
h3 {
   border-bottom: 1px dashed #CCC;
   font-size: 110%; letter-spacing: 2pt;
   margin: .1in 0; padding: 0 0 .2in 0;
   text-transform: uppercase;
   }
   
h4 {
   border-bottom: 1px dashed #CCC;
   font-size: 110%;
   margin: .1in 0; padding: 0 0 .2in 0;
   }
   
h5 {
   border-bottom: 1px dashed #CCC;
   font-size: 100%;
   margin: .1in 0; padding: 0 0 .2in 0;
   }

table {
   font-size: 1em;
   border: 1px solid #CCC;
   }

tr {
   background-color: #FFF;
   }

thead th {
   border-bottom: 1px solid #CCC;
   font-weight: bold;
   }

table td {
   border-bottom: 1px dashed #CCC;
   background-color: #FFF;
   font-size: 1em;
   padding: 3px 6px; margin: 0;
   }

dl {
   margin: 0; padding: 0;
   }

dt {
   font-size: inherit; font-weight: bolder;
   }

dd {
   padding-bottom: 5px;
   }

fieldset {
   border: 1px solid #CCC;
   padding: 10px;
   }

legend {
   font-weight: bold; font-size: 1.16em;
   }

ul {
   margin-left: 36px;
   padding-left: 0;
   margin-bottom: 1em;
   }

li {
   font-size: inherit;
   }

input[type="file"],
input[type="password"],
input[type="text"],
textarea {
   border: 1px solid #999;
   background-color: #FFF;
   padding: 3px;
   }

select {
   border: 1px solid #999;
   background-color: #FFF;
   padding: 0 0 0 2px;
   }

input[type="submit"],
input[type="reset"],
input[type="button"],
input.form-submit,
input.button {
   border: 1px solid #999;
   padding: 3px;
   }

.skip {
   display: none;
   }

.visible {
   visibility: visible;
   }

.hidden {
   visibility: hidden;
   }

#asu_login_search,
#asu_maroon_nav,
#asu_nav,
.asu_breadcrumb,
#asu_right_content_column,
#asu_footer {
   display: none;
   }
   
#asu_logo {
   padding-bottom: .25in;
   }
   
#asu_footer_contact_info {
   border-top: 3px double #CCC;
   margin: .25in 0 .1in 0;
   }

.asu_body_copy {
   display: block;
   height: 1%;
   margin: 0 0 0 20px;
   }

.asu_body_copy ul {
   margin-left: 36px;
   padding-left: 0;
   }
