/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2008-May-30 19:09 +0800 *
 *        RiGoLo                  *
 **********************************/


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

body {
  color: rdb(0,0,128);
  background-color: rgb(190,226,252);
  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;
}

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: rgb(0,0,128);
  background-color: rgb(184,38,25);*/
 background-color:rgb(36,66,180);
 }

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

.headerTitle a {
  /*color:rgb(230,223,207);*/
  /*color: rgb(243,242,235);*/
  /*color: rgb(132,194,252);*/
  color:rgb(249,234,246);
  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: rgb(243,242,235);*/
  color: rgb(132,194,252);
  /*color:rgb(249,234,246);*/
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  /*color: white;
  background-color: black;*/
  color: rgb(249,234,246);
  background-color: rgb(177,3,90);
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: rgb(249,234,246);
  background-color: rgb(177,3,90);
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  /*color: black;
  background-color: white;*/
  color: rgb(177,3,90);
  background-color: rgb(249,234,246);
/*  color: rgb(132,194,252);*/
  
}


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

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(36,66,180);
  background-color: rgb(132,194,252);
  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: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  color: rgb(177,3,90);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.leftSideBar a:hover {
  color: rgb(36,66,180);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(36,66,180);
  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;
}

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

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


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 15em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
/*  border: 1px solid rgb(216,210,195);*/
  border: 1px solid black;
}

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

.rightSideBar .sideBarTitle {
/*  color: rgb(36,66,180);
  background-color: rgb(132,194,252);*/
  /*color: black;
  background-color: rgb(230,223,207);*/
  color: 77B5FE;
  background-color: 0F056B;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(177,3,90);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.rightSideBar a:hover {
	text-decoration: underline;
	color: rgb(177,3,90);
	background-color: transparent;
}

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


.rightSideBar h1 {
/*  color: rgb(132,194,252);*/
  color: 0F056B;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
  text-align: middle;
/*  margin: 1em 0 0 0;*/
/*  padding: 1em 0 0 0;*/
  border-top: 1px solid rgb(216,210,195);
  border-bottom: 1px solid rgb(216,210,195);
}

.rightSideBar table  {
	border: thin  rgb(36,66,180);
	color: 0F056B;
	 font-family: arial, verdana, helvetica, sans-serif;
} 



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

#main-copy {
  color: black;
  background-color: 77B5FE;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 17em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
  /*color: rgb(36,66,180);*/
 /*color: rgb(132,194,252);*/
  color: 0F056B;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy h2 {
  /*color: rgb(36,66,180);*/
 /*color: rgb(132,194,252);*/
  color: 0F056B;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 242%;
  font-weight: bold;
 }

#main-copy a {
	color: rgb(177,3,90);
	background-color: transparent;
	text-decoration: none;
}

#main-copy a:hover {
	text-decoration: underline;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

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

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

input, table  {
	border: thick ridge rgb(36,66,180);
} 

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

#footer {
  color: rgb(36,66,180);
  background-color: rgb(132,194,252);
  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: rgb(177,3,90);
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}



