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


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

body {
	color: #000000;
	font-family: Times, serif; 
	 width:800px;
	 margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	font-size: 9pt;
	color: #666666;
	
}


#wrapper {
	background:#fff;
    border:3px solid #f1f1f1;
	width:800px;
	margin:0 auto;
}



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 {
	
	background-color:#FFFFFF;
	background-image: url(images/head_logo2.jpg);
	background-repeat:no-repeat;
	height:100px;
	
}

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

#header h1 {
  text-align: right;
  font:Arial, Helvetica, sans-serif;
  font-size:10px;
}



.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-image:url(images/subheaderbar.gif);
  background-repeat:no-repeat;
  font-size: 109%;
  text-align: left;
    margin-top:4px;
  margin-bottom:5px;
  padding-left:0px;
  height:20px;

}

.subHeader a {
	color: white;
	
	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;
}


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

.leftSideBar {

  margin: 2ex 0.75ex 0 0;
  width: 11em;
  float: left;
  clear: left;
  background-color:#FFFFFF;
  border:#3399FF; border-style:dashed;
  border-width:1px;  
}

.leftSideBar .sideBarTitle {
color:#FFFFFF;
  background-image: url(images/menu_head_left.gif);
  background-repeat:no-repeat;
  font-weight: bold;
  margin: 0;
  padding: 1ex 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
{

}

.leftSideBar a:hover

 {
 color:#990033;
	

}

.leftSideBar .sideBarText {
  line-height: 1.5em;
  margin-left:5px;
  padding-left:1px;
   border:#79FF79;
   background-image: url(images/menu_subhead.gif);
   background-repeat:no-repeat;
    
}

.leftSideBar .sideBarText a {
 
}

.leftSideBar .sideBarText a:hover {
  
}

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


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

.rightSideBar {
 margin: 2ex 0.75ex 0 0;
  width: 11em;
  float: right;
  clear: right;
  background-color:#FFFFFF;
  border:#3399FF; border-style:dashed;
  border-width:1px;  
}





.rightSideBar .sideBarTitle {
  color: #FFFFFF;
  background-image:url(images/menu_head_right.gif);
  background-repeat: no-repeat;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
  padding-left:20px;

}



.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-left:10px;
  padding-left:3px;
   border:#79FF79;
   background-image: url(images/menu_subhead.gif);
      background-repeat:no-repeat;
   }

.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-left:12.5em;
  margin-right:12.5em;
  border:#3399FF; border-style:dashed;
  border-width:1px;
  padding-left:3px;
  padding-right:3px;
  
}

#main-copy h1 {
width:400px;
background-image:url(images/center_ban.gif);
background-repeat:no-repeat;
margin-top:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color: #990033;
padding-left:20px;
padding-top:1px;
height:30px;

	}
	
#main-copy p
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}




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

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

}




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: rgb(230,223,207);
  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;

}

.menu {
display: none;
margin-left:2px;
color: #666666;
margin-right:2px;
}


.form
{
width:300px;
background-image:url(images/form_banner.gif);
background-repeat:no-repeat;
margin-left:10px;
}

.form h1
{
background-image:url(images/bullet1.gif);
}

.tablet
{
background-image:url(images/right_tablet.gif);
background-repeat:no-repeat;
width:100px;
height:180px;
margin-left:14px;
padding-top:80px;
padding-left:8px;
}

.view1
{
width:400px;
background-image: url(images/search_tab.gif);
background-repeat:no-repeat;
margin-left:30px;
padding-left:5px;
}

.view2
{
width:400px;
background-image:url(images/result_tab.gif);
background-repeat: no-repeat;
margin-left:30px;
}

.office
{
background-image:url(images/office.gif);
background-repeat:no-repeat;
width:118px;
height:300px;
padding-top:70px;
padding-left:8px;
margin-left:10px;
padding-right:2px;
font-style:italic;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;


}



