/**********************************
 * TITLE: Gila Print Stylesheet   *
 * URI  : gila/gila-print.css     *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

.doNotPrint {
  display: none !important;
}

.alert { font-family: Tahoma, Verdana, Arial, sans-serif; background-color: inherit; color: red; }
.alertsmall { font-family: Tahoma, Verdana, Arial, sans-serif; background-color: inherit; color: red; font-size: x-small; }
.small { font-family: Tahoma, Verdana, Arial, sans-serif; background-color: inherit; color: black; font-size: x-small; }
.smallwhite { font-family: Tahoma, Verdana, Arial, sans-serif; background-color: inherit; color: white; font-size: x-small; }

/* ##### Header ##### */

#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.headerTitle {
  font-size: 200%;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.subHeader {
  color: white;
  background-color: #666666;
  font-size: 109%;
  line-height: 2em;
  padding: 0.5ex 1ex;
}


.subHeaderRight {
  color: white;
  background-color: #666666;
  font-size: 109%;
  line-height: 2.25em;
  text-align: right;
  padding: 1ex;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 13.5em;
  float: left;
  clear: left;
  display: none !important;
}

.leftSideBar .sideBarTitle {
  color: white;
  background-color: #666666;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}


.leftSideBar li {
  margin: .5ex;
  padding: 0 ;
}


.leftSideBar a {
display: block;
color: #336699;
background-color: transparent;
width: 150px;
padding: .05em;
text-decoration: none;
}

.leftSideBar a:visited { 
color : #7EDF9A; 
background-color : transparent; 
text-decoration : none; 
}

.leftSideBar a:hover {
background-color: #7EDF9A;
color: white;
}


#horizontal-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#horizontal-menu ul li {
display: inline;
padding: .2em 1em;
}

.menuLinkSelectedhoriz {
background-color: #7EDF9A;
color: white;
width: 100px;
padding: .2em;
}

.menuLinkSelected {
display: block;
background-color: #7EDF9A;
color: white;
width: 150px;
padding: .02em;
}


.leftSideBar .sideBarText {
  color: black;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}

/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  margin: 0;
  padding: 0;
}

#main-copy h1 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;

  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy h2 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 125%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy h3 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}


#main-copy a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  margin: 0 0 2ex 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
