/**********************************
 * 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;
}
h2 {
font-family:verdana, helvetica, arial, sans-serif;
font-size:150%;
color:black;
background-color:transparent;
text-align:center;
}
h3 {
font-family:verdana, helvetica, arial, sans-serif;
font-size:110%;
color:black;
background-color:transparent;
text-align:center;
}
h4 {
font-family:verdana, helvetica, arial, sans-serif;
font-size:100%;
color:black;
background-color:transparent;
text-align:center;
}
h5 {
font-family:verdana, helvetica, arial, sans-serif;
font-size:80%;
color:black;
background-color:transparent;
text-align:center;
}

html > body {
	font-size: 9pt;
	color: #666666;

}

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;
}

/* ##### Menu deroulant ##### */

#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu dt {
font-weight:normal;
cursor: pointer;
color: #CC0000;
 padding: 0.8ex 2ex;
text-decoration: none;

}

#menu dd {
position: absolute;

left: 11em;
margin-top: -1.4em;
width: 10em;
background: #ffffcc;
border: 1px solid gray;
}

#menu ul 
{
padding: 2px;
}
#menu li
{
text-align: center;
font-size: 95%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a 
{
text-decoration: none;

}

#menu li a:hover 
{
text-decoration: underline;
}


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

#header {
  color: inherit;
  background: url('images/header.jpg') 
  background-position:right;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: white;
  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: black;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: transparent;
  font-size: 95%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
	color: white;
	background-color: #3333FF;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;






}

.subHeader a:hover {
  color: #29303D;
  background-color: white;
}
.subHeader 1 {
  color: white;
  background-color: transparent;
  font-size: 95%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a 1 {
	color: white;
	background-color: #29303D;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;






}

.subHeader a 1:hover {
  color: #29303D;
  background-color: white;
}

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

.leftSideBar {
   background-color:#FFFFCC; 
  width: 13em;
  float: left;
  clear: left;
  border: 1px solid black;
}

.leftSideBar .sideBarTitle {
  color: white;
  background-color: #FF9900;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
  line-height: 1em;
}

.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 {
	color: #0099FF;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 0.75em;
	padding-right: 1ex;
	padding-bottom: 0.75em;
	padding-left: 4mm;
	margin: 0px;



}

.leftSideBar a:hover {
	color: #FF9933;
	background-color: transparent;
	text-decoration: underline;
	border-right-width: 3px;
	border-right-color: #CC9966;
	display: block;
	border-right-style: outset;

}

.leftSideBar .sideBarText {
  color: #666666;
  background-color: transparent;
  font-weight: bold;
  line-height: 1.2em;
  margin: ;
  padding: 0 2ex 1em 2ex;
  display: block;
}

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

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

.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 black;
  background-color: #FFFFCC;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: white;
  background-color: #FF9900;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
  line-height: 1em;
}

.rightSideBar a {
	color: #0099FF;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	margin-right: 30px;

}

.rightSideBar a:hover {
	color: #FF9933;
	text-decoration: underline;


}

.rightSideBar .sideBarText {
  line-height: 1.2em;
  margin: ;
  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: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
  border-left: 0px solid transparent;
}

#main-copy h1 {
	color: #E2B570;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 175%;
	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: underline;

}
#main-copy h12 {
	color: #E2B570;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 175%;
	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: underline;

}

#main-copy a {
  color: #6699CC;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
	text-decoration: none;
	color: #FF9933;

}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
	color: #51410B;

}

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: #FF9900;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;

}

#footer a:hover {
	text-decoration: none;
	color: #6699CC;

}
