/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #cccccc;
	background-image: url(../resource/bg_grad.jpg);
	z-index: 0;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.adminlink {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
	font-size: 10px;
	color: #005FA9;/*#666666;*/
}
/************** header tag styles **************/
h1{
	font-family: Arial,sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #006699;
	margin: 0px;
	padding: 0px;
}
h3{
	font-family: Arial,sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h4:hover{
	text-decoration: underline;
	}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #FF3300;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/
ul{
	list-style-type: circle;
}
ul ul{
	list-style-type: disc;
}
ul ul ul{
	list-style-type: square;
}
ul ul ul ul {
	list-style-type: none;
	}
/********* form and related tag styles *********/

#outer{
width:800px;
}
form {
	margin: 0;
	padding: 0;
}

a.form, a.form:visited {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none
}
a.form:hover {
	text-decoration: underline;
}
label{
	font: bold Arial,sans-serif;
	color: #334d55;
}
cfinput{
	background-color: #E0E0E0;
	font-family: Arial,sans-serif;
	font-size: 12px;
}
input{
background-color: #E0E0E0;
	font-family: Arial,sans-serif;
	font-size: 12px;
}
cftextarea{ 
background-color: #E0E0E0;
}
textarea{
  background-color: #E0E0E0;
  }
  
.subtext {
 font-size: 12px;
}
#tblbrdr{
	border-bottom: solid 1px #999999;
border-right:solid 1px #999999;
}
#tblbrdr1{
	border-bottom: solid 1px #999999;
}
.poptxt {
	position:absolute;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 10px;
	left: 10px;
	top: 10px;
	background-color: #E9EAEC;
	margin: 10px;
	width: 350px;
	}
#popexit {
	position:relative;
	top: 200px;
	text-decoration: underline;
	text-align: center;
	}
/* page tag styles */
.top{
	position: absolute;
	top: -140px;
	left: 0px;
	height: 80px;
	width: 800px;
	z-index: 1;
}
#logo{
	position:  absolute;
	left: 2px;
	top:10px;
	z-index: 2;
}
#toptext{
	position: absolute;
	top: 20px;
	left: 270px;
	width: 300px;
	margin: 0px;
	color: #EAEAEA;
	font-weight: normal;
	z-index: 2;
}
#cases {
	Position: absolute;
	top: 25px;
	right: 80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	z-index: 20;
	}
/* right corner images with hover enlarge */
#green {
position: absolute;
	top: 0px;
	right: 0px;
	height: 77px;
	width: 76px;
	z-index: 50;
	
}

#gallery {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 76px;
	width: 59px;
	z-index: 50;
	background-image: url(../img/Chair-Sm.jpg)
}
#gallery:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 300px;
	width: 231px;
	z-index: 50;
	background-image: url(../img/Chair-Lg.jpg);
}
#galleryA {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 76px;
	width: 101px;
	z-index: 10;
	background-image: url(../img/Art1_Sml.jpg);
}		
#galleryA:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 290px;
	width: 300px;
	z-index: 10;
	background-image: url(../img/Art1_Lg.jpg);
}	
#gallery1 {
	position: absolute;
	top: 0px;
	right: 60px;
	height: 76px;
	width: 84px;
	z-index: 10;
	background-image: url(../img/Shoe-sm.jpg);
}
#gallery1:hover {
	position: absolute;
	top: 0px;
	right: 60px;
	height: 212px;
	width: 250px;
	z-index: 10;
	background-image: url(../img/Shoe-Lg.jpg);
}
#galleryB {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 76px;
	width: 101px;
	z-index: 10;
	background-image: url(../img/Lens_Sm.jpg);
}
#galleryB:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 300px;
	width: 400px;
	z-index: 10;
	background-image: url(../img/Lens_Lg.jpg);	
}
#galleryC {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 71px;
	width: 84px;
	z-index: 10;
	background-image: url(../img/Shoe-Sm.jpg)
}
#galleryC:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 212px;
	width: 250px;
	z-index: 10;
	background-image: url(../img/Shoe-Lg.jpg);
}	
#galleryD {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 71px;
	width: 84px;
	z-index: 10;
	background-image: url(../img/cadscr-sm.jpg)
}
#galleryD:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 176px;
	width: 200px;
	z-index: 10;
	background-image: url(../img/cadscr-md.jpg);
}	
#galleryE {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 71px;
	width: 48px;
	z-index: 10;
	background-image: url(../img/cast-sm.jpg);
}
#galleryE:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 279px;
	width: 200px;
	z-index: 10;
	background-image:  url(../img/cast-lg.jpg);
}	
/* navigation bar */
.globalNav{
	position: absolute;
	Left: 0px;
	Top: 80px;
	width: 800px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	z-index: 2;
	background-image: url(../resource/glbnav_background.gif);
}
#gnl {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#gnr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4px;
	height: 32px;
	z-index: 3;
}
#globalLink{
	position: absolute;
	width: 800px;
	top: 6px;
	left: 0px;
	height: 25px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
a.glink, visited {
	font-size: 16px;
	color: #005FA9;
	font-weight: bold;
	margin: 0px;
	border-right: 1px solid #8FB8BC;
	border-left: 1px solid #8FB8BC;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	}
a.glink:hover{
  	background-image: url(../resource/glblnav_selected.gif);
	text-decoration: none;
}
/************* breadCrumb styles ***************/

#breadCrumb{
	position: absolute;
	top: -28px;
	padding: 5px 0px 5px 10px;
	color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: small;
	left: 0px;
	visibility: hidden;
}

#breadCrumb a{
	color: #00CCFF;
}

#breadCrumb a:hover{
	color: #0066FF;
	text-decoration: underline;
}

/* main page content */
.pagecell{
	position: relative;
	font-family:inherit;
	font-size: 16px;
	top: 145px;
	left: 0px;
	width: 780px;
	height: 600px;
	z-index: 0;
	background: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
.pagecellidx{
	position: relative;
	font-family:inherit;
	font-size: 16px;
	top: 145px;
	left: 0px;
	width: 780px;
	height: 600px;
	z-index: 0;
	background: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
	background-image: url(../img/idxback2.jpg); /***url(../img/idxback.jpg)***/ 
	background-repeat: no-repeat;
}
.pagecell h1 {
	Text-align: center;
}
.pageNav{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100px;
	padding: 0px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	z-index: 10
}
.pageNav2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 195px;
	padding: 0px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #E9EAEC;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../resource/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
	
#yes{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #009900;
	}

#no{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #CC0000;
	}

.main {
	position: relative;
	width: 760px;
	top: 10px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.mainidx {
	position: relative;
	width: 780px;
	height: 550px;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	}

.PBoverlay {
	position: absolute;
	width: 500px;
	height: 100px;
	top: 50px;
	left: 150px;
	z-index: 100;
	background-color: #666666;
	visibility:hidden;
	}
	
.PBoverlay:submit {
	visibility: visible;	
	}
	
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

#bl {
	Position: absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	}

#br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	}
#plain {
	font-weight: normal;
	font-size: 14px;
}
#sitemap{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005FA9;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;	
	}
#convfrm{
	width:100%;
	border-left: solid 1px #797970;
	border-bottom: solid 1px #797970;
	}
#tableup1{
	padding-bottom: 10px;
	border-bottom: solid 2px #797979;
	width: 780px;
}
#tableup2 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #797979;
	color: #006699;
	width: 780px;
}
#tableup3 {
	width: 780px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #797970;
	color: #006699;
	}
#tableup4 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	width: 780px;
	border-bottom: solid 2px #797970;
}
#tableup5 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 780px;
	;
	}
#tableup6 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 780px;
	}
#table5 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 2px #797979;
	}
	
#table_Eng {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 780px;
	padding: 10px 10px 5px 5px;
}
#engtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
			}
#tableSL1 {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
#tableSL_1 {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
#tableSL_2 {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	}
#tableSL_3 {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	}
#tableSL_4 {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}	
#tablect1{
	border-bottom: solid 2px #797979;
	width: 780px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	}

#tablect2 {
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	width: 570px;
	}

#tablect3 {
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	width: 780px;
	}
	
#tablepvt{
	border-bottom: solid 2px #797979;
	width: 780px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	}

#tablecst1 {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 600px;
	list-style-type: circle;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
#tablecst_1 {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 600px;
	list-style-type: circle;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
#tablecst_2 {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 600px;
	list-style-type: circle;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
#tablecst_3 {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 600px;
	list-style-type: circle;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}

#table_cnc {
	position: absolute;
	top: 20px;
	left: 110px;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
#player {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 500px;
	}
#siteInfo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 780px;
	height: 20px;
	text-align: center;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #999999; 
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	z-index: 5;
}
#study {
	position: absolute;
	top: 10px;
	right: 20px;
	background-color: #FFFFCC;
	}
#share {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 40px;
	height: 20px;
	z-index: 10;
	}
	
/* popup styles */	
.tooltipfakelink {
	cursor: pointer;
	color: #0175ac;
	font-weight: bold;
	text-align: right;
	}
.help-tooltip {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	Z-INDEX: 10000;
	BACKGROUND-color: #FFFFFF;
	PADDING-BOTTOM: 3px;
	WIDTH: 375px;
	PADDING-TOP: 3px;
	POSITION: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 2px solid windowframe;
}

.help-tooltip A {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #3366FF;
}
.help-tooltip A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #3366ff;
}

/* player styles */
#wrapper {   
        width: 650px;    
        margin: 0 auto; /* centre page content */       
        text-align: center;
      }     
#svlinks {
        width: 100%;
        padding:10px;
      }   
