/*
body {
	background: #fff2b2 url('images/2birds.jpg') no-repeat top left fixed;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #000;
	line-height: 1.5em;
}

#header {
 width: 80%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 101px;
 
}

#header h1 {
	padding: 30px 65px 30px 0px;
	color: #ffbdba;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
	background: url(images/Logo-main.gif) 100% 51% no-repeat;
}

#header h1 span {
	color: #aae9af;
}

#nav {
	position: absolute;
	top: 85px;
	left: 10%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Verdana, sans-serif;
	height: 25px;
	
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px 5px;
	margin: 0;
	border-top: 1px solid #A4BAF5;
	border-right: 1px solid #A4BAF5;
	border-bottom: 0;
	border-left: 1px solid #A4BAF5;
	background: transparent url(images/trans12.gif) repeat;
	text-decoration: none;
	
}

#nav li a:link { color: #7597F6; }
#nav li a:visited { color: #7597F6; }

#nav li a:hover {
	color: #000;
	background: transparent url(images/trans13.gif) repeat;
}

#nav li a#current {
	background: transparent url(images/trans12.gif) repeat;
	border-bottom: 1px solid #7597F6;
	color: #fff;
}

#container {
	background: transparent url('images/trans14.gif') repeat;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

#content {
	margin: 0;
	padding: 20px;
	
}
#monoSlideshow {
background-image: url(images/logo_wrinkled.gif);
	width: auto;
	padding: 0;
	margin-right: 10 auto;
	padding-right: 3%;
	float: left;
}
#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #7597F6;
	border-bottom: 1px solid #7597F6;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #A4BAF5;
}

h2 {
	color: #agage7;
	border-bottom: 1px solid #a9a9e7;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}	
*/
/*
Good looking tooltips
*/


.glt-elm{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	color: #fff;
	opacity: 0.6;
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.glt-elm p{
	background: #666;
	margin: 0;
	padding: 0.4em;
}

.glt-elm img{
	display: block;
}

}

.glt-elm{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}	
/*
End of Good looking tooltips
*/


/* Beginning of code for styling side-menu list */

.link_menu {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

.link_menu li {
display: block;
padding: 2px 2px 2px 24px;
margin: 0 0 5px 0;
}


.link_menu a, .link_menu a:visited {
display: block;
padding: 2px 2px 2px 24px;
margin: 0 0 5px 0;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: transparent;
background-image:  url(../images/blue_arrow.gif);
background-repeat: no-repeat;
background-position: 5% 30%;
color: #a9a9e7;
text-decoration: none;
font-size: 1.2em;
}

.link_menu a:hover {
background-color: #e1f8e3;
background-image:  url(../images/red_arrow.gif);
color: #ffe9e8;
}

<!--[if IE 5]>
<style>
.link_menu a {
float: left;
clear: both;
width: 100%;
}
</style>
<![endif]-->

<!--[if lte IE 6]>
<style>
.link_menu a {height: 1%;}
</style>
<![endif]-->

/* End of code for styling side-menu list */



/* Pop-up images on inline links */

a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:0; /* position:the image */
top:-150px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}

/* 
The xhtml

The typical link:

<a class="screen" href="http://www.cssplay">this web site
<b><img src="http://webdesignbook.net/snapper.php?
url=www.cssplay.co.uk&w=200&h=150" alt="website image"
title="website image" /></b></a>

End of Pop-up images on inline links
 */

 #ie_flaw {
 	margin: 0 0 12px 0;
 }
 #ie_flaw a, #ia_flaw a:visited {
 	margin: 0 0 12px 0;
 } 
 
 
 
 
 /********HOME PAGE TABLE**********/
#fp_table {
	border: 2px solid #aee0ee; 
	border-collapse: collapse;
	width: 480px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 3px;
}
#fp_table td {
	border: 1px solid #ffbdba;
	height: 160px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
}

/*Side menu Style*/
		


/*- Menu used for terms.htm page */

#side_menu {
        width: 209px;
        margin: 1px;
        border-style: solid solid none solid;
        border-color: #D8D5D1;
        border-size: 1px;
        border-width: 1px;
		  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        }

#side_menu li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
		  margin-left: 0px;
        }

#side_menu li a:link, #side_menu li a:visited {
        color: #3688BA;
        display: block;
        background:  url(../images/menu2.png);
        padding: 8px 0 0 30px;
        }

#side_menu li a:hover, #side_menu li #current { 
        color: #3688BA;
        background:  url(../images/menu2.png) 0 -32px;
        padding: 8px 0 0 32px;
        }
		  
		  /* Style for pinyin text */
		  
		 .pinyin {
	font-family: "arial unicode ms", "lucida sans unicode", sans-serif !important;
        font-family: serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold !important;
	letter-spacing: 0.10em;
} 

/********Small tables**********/
.small_table {
	border: 2px solid #aee0ee; 
	border-collapse: collapse;
	width: 60%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 3px;
}
.small_table td {
	border: 1px solid #ffbdba;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
}

/* PopupImages for Link Page*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #e1e1f7;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
