/********************************************************************
* Name..............: print.css
* Description.......: print template css for www.ASI.edu site
* Created by........: PVE
* Modified by.......: PVE
* Last Modified.....: 04/28/2009
********************************************************************/

body {
  font-size: 12pt;
  font-family: "Times New Roman",serif;
  background-color: #FFFFFF;
}

.printwrapper {
  width: 650px;
  padding: 20px;
}

#main-content .header5, #main-content h5 {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    font-weight: bold;
    line-height: 1.5;
}

#main-content ul, #main-content ol {
    padding-bottom: 15px;
}

#main-content ul li {
    list-style: disc outside none;
    margin: 3px 0 3px 25px;
}

#main-content ol li {
    list-style: decimal outside none;
    margin: 3px 0 3px 25px;
}

p, td {
  font-size: 10pt;
  font-family: "Times New Roman", serif;
  margin-bottom: 15px;
  line-height: 1.5;
}

.float-right {
    float: right;
    margin: 0 0 10px 16px;
}

img {
    border: medium none;
}

a {
  font-size: 10pt;
  font-family: "Times New Roman", serif;
  text-decoration: none;
  color: black;
}

.page-display-name {
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  font-size: 14pt;
  height: 26px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
  display: block;
  padding: 0px 0px 4px 0px;
  line-height: normal;
  margin: 20px 0px 10px 0px;
}
#main-content .header1, #main-content h1 {
    color: #000000;
    font-family: "Times New Roman",Times,serif;
    font-size: 14pt;
    font-weight: normal;
}

.page-display-name h1 {
    font-size: 14pt !important;
}

/*#main-content td {
  border: 1px solid #DDDDDD;
}*/


.catcourselistitem {
  list-style-type: none !important;
  /*width: 40%;*/
  margin-bottom: 15px !important;
  font-size: 10pt;
  /*float: left;*/
}

.catcoursename {
  float: left;
  font-weight: bold;
}

.catcoursecredits {
  float: right;
}

.catcoursedesc {
  clear: both;
}

.catcoursedivision {
  clear: both;
  font-weight: bold;
}

#main-content table tr td {
  border: none;
}

#main-content table tr td a {
  text-decoration: none;
  color: black;
}

.accheader {
  display: none;
}
