/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: #000000;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
	font-size: 9pt;
	color: #0F395E;

}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: #FFFFFF;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: white; 
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
  border-bottom-color: #0F395E;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.subHeader a {
	color: #0F395E;
	background-color: white;
	text-decoration: none;
        cursor: pointer;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
        border-left-color: #0F395E;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #0F395E;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #0F395E;
        border-top-style: solid;
        border-top-width: 1px;
}

.subHeader .current {
        color: white;
      	background-color: #E9C20C;
}

.subHeader a:hover {
  color: #E9C20C;
  background-color: #0F395E;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
  background-color: #4B6A86;
}

.leftSideBar .sideBarTitle {
  color: #E9C20C;
  background-color: #0F395E;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
	margin: 0ex;
	padding-top: 0.1ex;
	padding-right: 0;
	padding-bottom: 0.1ex;

}

.leftSideBar a .lineitem {
	color: #4D4A4D;
	background-color: transparent;
	/*text-decoration: none;*/
	display: block;
	padding-top: 0.75em;
	padding-right: 1ex;
	padding-bottom: 0.75em;
	padding-left: 4mm;
	margin: 0px;
}

.leftSideBar a:hover .lineitem {
	color: #ff6633;
        /*background-color: #97B3C4;*/
	/*text-decoration: none;*/
	border-right-width: 3px;
	border-right-color: #CC9966;
	display: block;
	border-right-style: outset;
}

.leftSideBar .sideBarText {
  color: #ffffcc;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  /*text-decoration: none;*/
  color: #C3E2F7;
}

.leftSideBar .sideBarText a:hover {
  /*text-decoration: none;*/
  color: #ff6633;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid #CCCCCC;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: #CCCCCC;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
	color: #0099FF;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 30px;

}

.rightSideBar a:hover {
	color: #FF9933;
	text-decoration: none;


}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
  color: #4D4A4D;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 1em 1em 1em;
  border-left: 1px solid #999999;
}

#main-copy hr {
  color: #0F395E;
  background-color: #0F395E;
}

#main-copy h1 {
	color: #0F395E;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	/* border-top: 1px solid #999999; */
	text-decoration: none;

}

#main-copy a {
  color: #4D4A4D;
  background-color: transparent;
  /*text-decoration: none;*/
}

#main-copy a:hover {
	/*text-decoration: none;*/
	color: #000000;

}


p {
	margin: 1em 0 1.5em 0;
	padding: 0;
	color: #000000;

}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: transparent;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
  border-top-color: #0F395E;
  border-top-style: solid;
  border-top-width: 1px;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
	color: #0F395E;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;

}

#footer a:hover {
	text-decoration: none;
	color: #4D4A4D;

}

.ipiheader {
    background: #0F395E;
    color: #ffffff;
}

.ipirow {
    background: #ffffff;
    color: #0F395E;
    cursor: pointer;
}

.ipirow:hover {
    background: #E9C20C;
    color: #0F395E;
    cursor: pointer;
}


#ipitable {
    margin:15px 0 10px;
}

#ipitable table {
        border-collapse: collapse; 
        border: 2px solid #4B6A86;
        padding: 2px;
        font: normal 100%/140%;
        font-family: Verdana,Helvetica,Georgia,Arial,serif,sans-serif;
        color: #000;
	background: #fff;
}

#ipitable caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}

#ipitable td,th {
	border: 1px solid #e0e0e0;
        padding: 2px;
}

#ipitable thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #0F395E;
	color: #E9C20C;
}

#ipitable tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
        text-align: left;
	font-size: 1em;
	background: #CCCCCC;
}

#ipitable tfoot th {
	font-weight: bold;
}

#ipitable tbody td a {
	background: transparent;
	color: #4D4A4D;
	text-decoration: underline;
        font-weight: normal;
}   

#ipitable tbody td a:hover {
	background: transparent;
	color: #ff6633;
	text-decoration: underline;
}

#ipitable tbody th a {
	background: transparent;
	color: #E9C20C;
	text-decoration: underline;
	font-weight: bold;
}

#ipitable tbody th a:visited {
        color: #E9C20C;
}

#ipitable tbody th a:hover {
	color: #ff6633;
}

#ipitable thead th a {
        background: transparent;
        color: #E9C20C;
        text-decoration: underline;
        font-weight: bold;
}

#ipitable thead th a:visited {
        color: #E9C20C;
}

#ipitable thead th a:hover {
        color: #ff6633;
}


#ipitable tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}

#ipitable tfoot td {
	border: 1px solid #996;
}

#ipitable tbody tr:hover {
	background: #fff5e5;
}
