@CHARSET "UTF-8";
/*
----------------------------------------------------------------------------------------------
imsStyle.css
HKBU IMS CSS Control
Author:   Stewart Chu
Created:  27 Nov 2007

History:	
---------------------------------------------------------------------------------------------- */

/* Default
 * Text styles
---------------------------------------------------------------------------------------------- */
html body
{
	margin: 0px;
    font-family: Arial,Helvetica,Geneva,Verdana,sans-serif;
	/*font-family: Geneva,Arial,sans-serif,Helvetica,Verdana;*/
	color: #666666;
}

/* Form, Input, Select
 * Layout styles
---------------------------------------------------------------------------------------------- */
form
{
	display:inline;
}

select,
label
{
	font-size: 12px;
    font-family: Arial,Helvetica,Geneva,Verdana,sans-serif;
	vertical-align: middle !important;
}

input
{
	font-size: 12px;
    font-family: Arial,Helvetica,Geneva,Verdana,sans-serif;
	vertical-align: middle !important;
	
}

/* A, A Img
 * Text stlyes
---------------------------------------------------------------------------------------------- */
a img
{
	border:0px;
}
a
{
	text-decoration:none;
	outline: none;
}

/* Table Style Base - used for all tables, gives a set of specific styles that can be used for 
	table text
---------------------------------------------------------------------------------------------- */
table
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table tr td{
	padding: 0px;
	line-height: 18px;
}

table td ul,
table td ol
{
	font-size: 100% !important;
	margin-top: 0px !important;
}
table td ol
{
	padding-left: 8px !important;
}
table td ul li,
table td ol li
{
	line-height: 1.6em;
}

/* Content Style Base - includes base html text elements (p,h1,h2,h3 etc).
---------------------------------------------------------------------------------------------- */
div.imsStyleContentBase
{
	
}

h1, h2, h3, h4, h5, h6
{
	margin: 5px 0px !important;
}
h1,
div.imsStyleContentBase h1
{
	margin: 0px !important;
	color: #f00;
	font-weight: bold;
	font-size: 156%;
	/* \*/
	font-size: 149%;
	/* */
}
h2,
div.imsStyleContentBase h2
{
	color: #333;
	margin-top: 14px !important;
	margin-bottom:8px;
	padding-top: 0px;
	font-weight: normal;
	font-size: 124% !important;
	/* \*/
	font-size: 119% !important;
	/* */
}
h3,
div.imsStyleContentBase h3
{
	margin-top: 10px !important;
	margin-bottom:8px;
	font-weight: bold;
	font-size: 93% !important;
	/* \*/
	font-size: 87% !important;
	/* */
}
div.imsStyleContentBase p
{

	margin-top: 7px;
	margin-bottom: 8px !important;
/*
	/-* mac-ie *-/
	font-size:80%;
	/-*non-mac-ie \*-/
	font-size:76%;
	/-* *-/
*/
}
div.imsStyleContentBase ol
{
	margin-left: 12px;
	padding-left: 10px;
	/* mac-ie */
	font-size:80%;
	/*non-mac-ie \*/
	font-size:76%;
	/* */
}
div.imsStyleContentBase ul
{
	margin: 6px 0px 12px; 
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

/* Containers
---------------------------------------------------------------------------------------------- */

div.containerGlobal
{
	/*width: 760px;*/
	width:1000px;
	background-color: white;
}

div.imsHeader
{
	clear: both;
	width:100%;
	/* height:20px; */
	min-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;	
}

div.imsHeader td
{
	font-size: 11px;
	line-height: 20px;
}

div.imsHeader a
{
	color: #666666;
	text-decoration: none;	
}

div.imsHeader a.myProfile
{
	color: #0000ff;
	text-decoration: none;	
}

div.imsHeader a:hover
{
	color: #FF0080;
	text-decoration: none;
}

div.imsHeader td.headerText01
{
	/*border-right: 1px solid #999999;*/
	padding-left: 6px;
}

div.imsHeader td.headerText02
{
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	padding-left: 5px;	
}

div.imsHeader td.headerText03
{
	text-align: right;
	/*padding-right: 3px;*/	
}

div.imsHeader td.headerText04
{
	border-left: 1px solid #999999;
	text-align: center;
	/*padding-left: 4px; */	
}

div.imsHeader td.headerText05
{
	vertical-align: top;
}

div.imsHeader td.headerText06
{
	font-size: 12px;
	font-weight: bold;
	color: #00ff00;
}

div.imsHeader td.headerText07
{
	color: #FFFFFF;
	/*border-right: 1px solid #999999;*/
	padding-left: 6px;
	font-weight: bold;
}

div.imsHeader td.headerText08
{
	padding-left: 3px;
	text-align: right;
}

div.menuBar
{
	clear:both;
	width:100%;
	background: url("../image/bkg_orange_1px.png"); 
	height: auto;
}

div.menuBar td
{
	height: 31px;
	border: 1px solid #993300;
	border-left: 0px;
}

div.menuBar td.menu 
{
	border-right: 1px; 
}

div.mainArea
{
	padding: 0px;
	width: 100%;
}

div.leftAreaStaff
{
	float:left;
	clear:both;
	width:170px;
	height: 465px;
	background: url(../image/sidemenu_pic_staff.png) left bottom no-repeat;	
}

div.leftAreaSignIn
{
	float:left;
	clear:both;
	width:170px;
	height: 465px;
	background: url(../image/sidemenu_pic_signin.png) left bottom no-repeat;
}

div.leftAreaStudent
{
	float:left;
	clear:both;
	width:170px;
	height: 465px;
	background: url(../image/sidemenu_pic_std.png) left bottom no-repeat;
}

div.leftAreaDiv
{
	padding: 10px;
	width: auto;
	height: auto;
}

div.leftAreaDivImg
{
	padding-top: 18px;
}


div.rightArea
{
	float: left;
	padding: 0px;
}

div.rightArea a
{
	color:#3399ff;
	text-decoration:none;
}
div.rightArea a:hover
{
	text-decoration:none;
}

div.contentArea
{
	padding: 0px;
	width: 813px;
	text-align: justify;
}

div.contentAreaFull
{
	min-height:400px;
    height:auto !important;
    height:400px;	
	border-top: 4px solid #0066cc;
	border-left: 1px solid #0066cc;
	border-right: 1px solid #0066cc;
	margin-right: auto;
	margin-left: auto;
	width: 934px;
	text-align: justify;
	padding: 15px;
	background-image: url("../image/bkg_blue_1px.gif");
	background-repeat: repeat;
}

div.roundCornerBarFull {
	background-image: url("../image/bkg_blue_app_lower_966px.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
	overflow: hidden;
}

div.contentContainer{
	background: url(../image/bkg_blue_lower_813px.png) no-repeat bottom;
	border-top: 4px solid #0066cc;
	padding-bottom: 8px;
}

div.signInDiv
{
	background: url(../image/bkg_signin.jpg) no-repeat;
	height: 295px;
	padding-bottom: 3px;
}


div.contentDiv1
{
	padding: 26px 30px 10px 30px;
	min-height:400px;
    height:auto !important;
    height:400px;		
	background-image: url("../image/bkg_blue_1px.gif");
	background-repeat: repeat;
	border-left: 1px solid #0066cc;
	border-right: 1px solid #0066cc;	
}

div.contentDiv2
{
	padding: 26px 30px 10px 30px;
	min-height:284px;
    height:auto !important;
    height:284px;		
	background-image: url("../image/bkg_blue_1px.gif");
	background-repeat: repeat;
	border-left: 1px solid #0066cc;
	border-right: 1px solid #0066cc;
}

div.contentDiv3
{
	padding: 26px 30px;
	min-height:400px;
    height:auto !important;
    height:400px;	
	border-left: 1px solid #0066cc;
	border-right: 1px solid #0066cc;;
	background-image: url("../image/bkg_blue_1px.gif");
	background-repeat: repeat;
}

div.contentDivDemo
{
	padding: 26px 30px 10px 30px;
	min-height:820px;
    height:auto !important;
    height:820px;		
	background-image: url("../image/bkg_blue_1px.gif");
	background-repeat: repeat;
	border-left: 1px solid #0066cc;
	border-right: 1px solid #0066cc;	
}

div.content table td{
	padding: 0px 5px;
	vertical-align: top;
	text-align: justify;
}

div.sitemapContentRight{
	width: 700px;
}

div.sitemapContentRight div.sitemapLvl1 {
	background: url(../image/bkg_sitemap_bluebar_1px.png) repeat-x;
	border: 1px solid #0066cc;
	padding-left: 15px;
	width: 300px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	
}

div.sitemapContentRight div.sitemapLvl2Entity a {
	padding-left: 6px;
	font-size: 12px;
	color: #666666;	
	margin-top: 2px;	
}

div.sitemapContentRight div.sitemapLvl2Folder {
	padding-left: 5px;
	font-size: 12px;
	color: #ff0000;
	margin-top: 2px;	
	font-weight: bold;	
}

div.sitemapContentRight div.sitemapLvl3Entity a {
	padding-left: 15px;
	font-size: 12px;
	color: #cc6600;
	margin-top: 2px;		
}

div.sitemapContentRight div.sitemapLvl3Folder {
	padding-left: 15px;
	font-size: 12px;
	color: #cc6600;
	margin-top: 2px;	
	font-weight: bold;		
}

div.content a:hover{
	text-decoration: none;
}

div.contentCenter
{
	margin-top: 10%;
}

div.contentCenter td
{
	text-align: center;
}

div.contentTop {
	padding-top: 12px;
	padding-bottom: 10px;
}

div.contentTopDemo {
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: right;
}

div.contentLeft{
	float: left;
	width: 120px;
	padding-top: 10px;
}

div.contentRight{
	float: left;
	width: 630px;
}

div.contentRight table td{
	padding: 5px;
	vertical-align: top;
	text-align: justify;
	font-size: 12px;
	color: #000000;
}

div.contentRight table.welcome td{
	padding-bottom: 4px;
}

div.contentRight table.security td{
	padding: 10px 5px;
}

div.contentRight table.hkscs td{
	padding-top: 2px;
}

div.contentRight table.hkscs td.header{
	color: #3399ff;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding-bottom: 0px;
}

div.contentRight table.hkscs td.footer{
	color: #666666;	
	border-top: 1px solid #999999;
	padding-top: 6px;
}

div.contentRight table.demo tr.borderLine td{
	border-bottom: 1px solid #999999;
}


div.contentRight table.demo td.header{
	color: #3399ff;
	font-weight: bold;
}

div.contentRight table.footer {
	margin-top: 10px;
}

div.contentRight table.footer td{
	padding: 0px;
}

div.contentDiv1 table.changeUser td{
	padding: 5px;
}

div.faqContentTop{
	padding-top: 12px; 
	padding-bottom: 20px;
}

div.faqContentTop p{
	margin: 0px;	
}

div.faqContentLeft{
	width: 125px;
	float:left;
}

div.faqContentRight
{
	float: right;
	width: 625px;
	min-height: 600;
	background: url(../image/FAQ_bkg_white.gif) no-repeat;
}

div.faqContentRight table{
	background: url(../image/FAQ_bkg_white_bottom.gif) bottom left no-repeat;
}

div.faqContentRight td{
	padding: 5px;
	vertical-align: top;
}

div.faqContentRight td.faqImg{
	background: url(../image/ico_find.gif) 15px 8px no-repeat ;
	width: 25px;
}

div.faqContentRight a
{
	color: #000000;
}

div.signInContent{
	padding-top: 147px;
	padding-bottom: 4px; 
	padding-left: 478px;
	padding-right: 20px;
}

div.serviceArea
{
	padding-top: 7px;
	width: 812px;
	height: 140px;
}

div.aboutUs
{
	padding: 10px;
	width: 590px;
	height: auto;
	top: 25px;
	position: relative;
	line-height: 30px;
	font-weight: bold;
	font-size: 13pt;
}

/* linkBar
---------------------------------------------------------------------------------------------- */

div.linkBarArea, div.linkBarAreaPreLogin
{
	margin: 3px auto;
	width:760px;
	font-size: 11px;
	-webkit-text-size-adjust:none;
}

div.linkBarAreaPortal, div.linkBarAreaPreLoginPortal
{
	margin: 3px auto;
	width:650px;
	font-size: 11px;
	-webkit-text-size-adjust:none;
}

div.linkBarArea ul, div.linkBarAreaPreLogin ul, div.linkBarAreaPortal ul, div.linkBarAreaPreLoginPortal ul
{
	display: inline;
}

div.linkBarArea li, div.linkBarAreaPortal li
{
	float: left;
	list-style: none;
	padding: 0px 16px 0px 16px;
	margin: 0px;
	border-left: 1px solid;
}

div.linkBarAreaPreLogin li, div.linkBarAreaPreLoginPortal li
{
	float: left;
	list-style: none;
	padding: 0px 20px 0px 21px;
	margin: 0px;
	border-left: 1px solid;
}

div.linkBarArea li.noBorder, div.linkBarAreaPreLogin li.noBorder, div.linkBarAreaPortal li.noBorder, div.linkBarAreaPreLoginPortal li.noBorder
{
	border-left: 0;
}

div.linkBarArea a, div.linkBarAreaPreLogin a, div.linkBarAreaPortal a, div.linkBarAreaPreLoginPortal a
{
	color: #666666;
}

div.linkBarArea a:hover, div.linkBarAreaPreLogin a:hover, div.linkBarAreaPortal a:hover, div.linkBarAreaPreLoginPortal a:hover
{
	color: #FF0080;
}

/* Footer Attribute
---------------------------------------------------------------------------------------------- */

div.footerArea
{
	width:100%;
	float: left;
	padding:0px;
	height:40px;
	border-top: 1px solid #999999;

}

div.footerArea p
{
	/* mac-ie */
	font-size:68%;
	/*non-mac-ie \*/
	font-size:64%;
	/* */
	color: #999999;
	padding: 5px 50px;
	margin:0px;
	text-align: center
}

div.footerArea p a
{
	color: #3399ff;
	text-decoration: none;
}

div.footerArea p a:hover
{
	text-decoration: underline;
}


/* Horizontal Line
---------------------------------------------------------------------------------------------- */
p.extHrType01
{
	background: #ccc;
	height: 1px;		/* This could be causing extra padding */
	line-height:1px;
	display:block;
	font-size:1%;
}
div.extHrType01
{
	border-bottom: 1px solid #ccc;
	line-height:1px;
	display:inherit;
	font-size:1%;
	height: 1px;
}
div.extHrType02
{
	border-top: 1px solid #ccc;
	line-height:1px;
	display:inherit;
	font-size:1%;
	height: 1px;
}
div.extHrType03
{
	border-bottom: 1px solid #ccc;
	line-height:1px;
	display:inherit;
	font-size:1%;
	height: 1px;
	padding-top: 12px;
}
div.extHrType04
{
	margin-top: 1px; 
	border-top: 1px solid #ccc;
	height:1px;
	font-size:0px;
	line-height:1px;
}

.pageBorderTop {
	border-top:1px solid #ccc;
}

.imsBackground01
{
	border: 1px solid #ccc;
	background-color: #fff;
}
.imsBackground02
{
	background-color: #ffeaea;
}
.imsBackground03
{
	background-color: #eee;
}

div.imsEntityArea01
{
	float:left;
	padding: 3px 0px 0px;
}

div.imsEntityArea02
{
	float:right;
}
div.imsEntity ul
{
	display: inline;
	padding: 0px;
	margin: 0px;
}


/* Border Style
---------------------------------------------------------------------------------------------- */
.border01{
	border-style: inset;
	border-width: 3px; 
	padding-left: 2px;
	width: 140px;
}
	
/* Text Style
---------------------------------------------------------------------------------------------- */

.text01{
	font-size: 12px;
	color: #000000;
}

.text02{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.text03{
	font-size: 11.5px;
	color: #99ccff;
}

.text04{
	font-size: 12px;
	color: #3399ff;
	font-weight: bold;
}

.text05{
	font-size: 12px;
	color: #ff0000;
}

.text06{
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.text07{
	font-size: 12px;
	color: #666666;
}

.text08{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.text09{
	font-size: 12px;
	color: #ff0099;
}

.text10{
	font-size: 12px;
	color: #ffffff;
}

.text11{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.text12{
	font-size: 11px;
	color: #666666;
	text-align: left;
}

.text12 a {
	font-size: 11px ! important;
}

.text13{
	font-size: 12px;
	color: #993300;
	font-weight: bold;
}

.text14{
	font-size: 14px;
	color: #cc6600;
	font-weight: bold;
}

.text15{
	font-size: 14px;
	color: #ffffff;
}

.text16{
	color: #663399;
}

.text17 {
	color:#000000;
	font-size:11px;
	text-align:left;
}

.text18{
	font-size: 12px;
	color: #0030ff;
}



.signInButton{
	background: url(/ims2-web/ims/style/btn_signin_shw_signin.jpg) no-repeat;
	border: 0px;
	width: 66px;
	height: 21px;
	cursor: pointer;
}


.forgetPwButton{
	cursor: pointer;
}

.resetButton{
	background: url(../image/btn_reset_shw.gif) no-repeat;
	border: 0px;
	width: 66px;
	height: 21px;
	cursor: pointer;
}

.cancelButton{
	background: url(../image/btn_cancel_shw.gif) no-repeat;
	border: 0px;
	width: 66px;
	height: 21px;
	cursor: pointer;
}

.submitButton{
	background: url(../image/btn_submit_shw.gif) no-repeat;
	border: 0px;
	width: 66px;
	height: 21px;
	cursor: pointer;
}

/* MenuBar's Tab Style
---------------------------------------------------------------------------------------------- */
.menuBarTab{						
	float:left;
	width:100%;
}

.menuBarTab ul{
	list-style-type: none;
	margin:0;
	padding-left: 0;
}

.menuBarTab li{
	display:inline;
	margin:0;
}

.menuBarTab a{
	float:left;
	margin:0;
	margin-right: 2px; 		/* spacing between each tab */
	padding: 0 0 0 15px;
	text-decoration:none;
}

.menuBarTab a span{
	float:left;
	display:block;
	padding: 3px 25px 2px 0px;
	font-size: 12px;
	color: #333333;
}

.menuBarTab a span {		/* commented backslash hack hides rule from IE5-Mac \*/
	float:none;																									
}		

.menuBarTab li.selected a{ 
	background:url(../image/tab_blue_200px.gif) no-repeat left top;			/* selected tab style */
}

.menuBarTab li.selected a span{ 
	background:url(../image/tab_blue_200px.gif) no-repeat right top;			/* selected tab style */
	color: #ffffff;
}

/* MenuBar's Drop Down Menu Style
---------------------------------------------------------------------------------------------- */
.jd_menu_div{
	position:absolute;
	left: 0;
	margin-top: 0px;
	line-height:18px;
	z-index:100;
	width: 199px;
	visibility: hidden;
	padding-bottom: 5px;
	background: url(../image/se2.gif) no-repeat bottom right;
}

.jd_menu_div a{
	width: auto;
	display: block;
	text-indent: 0;
	padding: 0;
	padding-top: 1px;
	text-decoration: none;
	outline:none;
}

* html .jd_menu_div a{ 			/* IE only hack */
	width: 100%;
}

/* style for drop down menu */
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	background: #0066cc;
}

ul.jd_menu_slate {
	border: 0px ;
	clear: both;
}

ul.jd_menu_vertical {
	height: auto;
	clear: both;
}

ul.jd_menu_vertical li{
    font-size: 12px;
    padding: 2px 6px 4px 20px;
    color: #ffffff;
    cursor: default;
    background: url(../image/bullet_01.png) no-repeat  8px 9px;         
}

ul.jd_menu_vertical li a{
	color: #ffffff;
	padding-left: 0;
	outline:none;
}

ul.jd_menu_vertical li.jd_menu_active_menubar,
ul.jd_menu_vertical li.jd_menu_hover_menubar {
	color: #ffff00;
}


ul.jd_menu_slate li.jd_menu_active_menubar,
ul.jd_menu_slate li.jd_menu_hover_menubar {
	background: url(../image/icon_level2_arrow_01.gif) no-repeat  8px 7px;
}

ul.jd_menu_slate li.jd_menu_active_menubar a,
ul.jd_menu_slate li.jd_menu_active_menubar a:active,
ul.jd_menu_slate li.jd_menu_active_menubar a:link,
ul.jd_menu_slate li.jd_menu_active_menubar a:visited,
ul.jd_menu_slate li.jd_menu_hover_menubar a,
ul.jd_menu_slate li.jd_menu_hover_menubar a:active,
ul.jd_menu_slate li.jd_menu_hover_menubar a:link,
ul.jd_menu_slate li.jd_menu_hover_menubar a:visited{
	cursor: pointer;
	color: #ffff00;
	outline:none;
}

/* 2nd level menu */
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin-left: 6px;
	padding: 0;
	z-index: 10000;
}

ul.jd_menu_vertical ul li {
	float: none;
	margin: 0;
}

ul.jd_menu_slate ul {
	background: url(../image/se3.gif) no-repeat bottom right;
	padding-bottom: 5px;
	border-top: #0066cc 1px solid;
	width: 200px;
}

ul.jd_menu_slate ul li {
	padding: 3px 10px 3px 20px;
	border-left: #0066cc 1px solid;
	border-right: #0066cc 1px solid;
	background: #6699ff url(../image/bullet_02.png) no-repeat  8px 9px;
	color: #ffffff;
}

ul.jd_menu_slate ul li.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover {
	background: #6699ff url(../image/icon_level3_arrow_01.gif) no-repeat  8px 8px;
	color: #000099;
}

ul.jd_menu_slate li.jd_menu_active_menubar ul li a,
ul.jd_menu_slate li.jd_menu_active_menubar ul li a:active,
ul.jd_menu_slate li.jd_menu_active_menubar ul li a:link, 
ul.jd_menu_slate li.jd_menu_active_menubar ul li a:visited{
	color: #ffffff;
	outline:none;
}

ul.jd_menu_slate li.jd_menu_active_menubar ul li.jd_menu_active a.jd_menu_active,
ul.jd_menu_slate li.jd_menu_active_menubar ul li.jd_menu_hover a.jd_menu_hover {
	color: #000099;
	outline:none;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 15px;
}
		
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 753px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 520px;
	clear: both;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 753px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding-top: 10px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
		display: none;
}


div.wrapper p a, div.wrapper p a:hover {
	font-size: 12px;
	color: #3399ff;
}

div.wrapper p a.cross-link, div.wrapper p a.cross-link:hover {
	text-decoration:none;
}

/*********************************************************/
/* 									Message panel class 								 */
/*********************************************************/
.ui-tabs-hide {
	display: none;
}

.ui-tabs-nav, .ui-tabs-panel {
	font-size: 12px;  
	width: 740px;
}

.ui-tabs-nav {
	height: 20px;
 	list-style: none;
 	margin: 0;
 	padding: 0;
}

.ui-tabs-panel {
	margin-left: 30px;
	margin-right: 30px;
	/*height: 120px;*/
}


.ui-tabs-panel table td{
	text-align: justify;
}

.ui-tabs-nav:after { 		/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ui-tabs-nav li {    
	float: left;
	margin: 0;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0;
	color: #999999;
}

.ui-tabs-selected a, .ui-tabs-selected a span{
	font-weight: bold;
	display: block;
	padding: 0;
	color: #006699;    
}

.ui-tabs-selected-pre a, .ui-tabs-selected-pre a span{
	font-weight: bold;
	display: block;
	padding: 0;
	color: #006699;    
}

.ui-tabs-nav a, .ui-tabs-selected a, .ui-tabs-selected-pre a  {
  margin: 0; 						/* position: relative makes opacity fail for disabled tab in IE */ 
	white-space: nowrap; 	/* @ IE 6 */
  outline: 0; 					/* @ Firefox, prevent dotted border after click */   
}


.ui-tabs-nav a span, .ui-tabs-selected a span, .ui-tabs-selected-pre a span  {
	width: 162px;
  height: 20px;
	line-height: 20px;
	text-align: center;
}

.ui-tabs-nav a span{
	background: url(../image/bkg_lower_tab1_162px.png) no-repeat;  
}

.ui-tabs-nav a span span{
	background: url(../image/bkg_lower_tab2_162px.png) no-repeat;  
	width: 163px;  
}

.ui-tabs-nav a span span span{
	background: url(../image/bkg_lower_tab3_162px.png) no-repeat;  
	width: 163px;  
}

.ui-tabs-selected a span{
	cursor:pointer;
	border-bottom: 0px solid #999999; 
	background: url(../image/bkg_lower_tab1_click_162px.png) no-repeat;  
}

.ui-tabs-selected a span span{
	border-bottom: 0px solid #999999; 
	background: url(../image/bkg_lower_tab2_click_162px.png) no-repeat;
	width: 163px;  
}

.ui-tabs-selected a span span span{
	border-bottom: 0px solid #999999; 
	background: url(../image/bkg_lower_tab3_click_162px.png) no-repeat;
	width: 163px;  
}

.ui-tabs-nav a span img{
	display: none;	
}

.ui-tabs-selected a span img, .ui-tabs-selected-pre a span img{
	cursor:pointer;
	display: inline;
	position: relative;
	top: 2px;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav, * html .ui-tabs-nav a, * html .ui-tabs-nav a span { /* auto clear and hasLayout, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}

*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

/* scroller box */
.scroller_container{
	position: relative;
 	width: 813px;
 	height: 120px;
 	overflow: hidden;
}

.scroller_background{
	background: url(../image/bkg_lower_green_01.png) no-repeat;
	width: 813px;
	text-align: justify;
}

/*********************************************************/
/* 			Profile setting tab class 					 */
/*********************************************************/
.profile ul {
	background: url(../image/bar_myprofile_red_01.gif) no-repeat right;
	height: 23px;
	 	list-style: none;
}

.profile .ui-tabs-hide {
	display: none;
}

.profile .ui-tabs-nav, .profile .ui-tabs-panel {
	width: 753px;
}

.profile .ui-tabs-nav {
	height: 23px;
 	list-style: none;
 	margin: 0;
 	padding: 0;
}

.profile .ui-tabs-panel {
	margin: 0px;
	background: url(../image/bkg_myprofile_wht_03.gif) no-repeat ;
	height: 300px;
	padding: 0px;
}

.profile .ui-tabs-panel table {
	margin-left: 20px;
}

* html .profile .ui-tabs-panel table {
	width: 95%;
}

* html .profile .ui-tabs-panel table table{
	width: 100%;
}

.profile .ui-tabs-nav:after { 		/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.profile .ui-tabs-nav li {    
	float: left;
	margin: 0;
}

.profile .ui-tabs-nav a, .profile .ui-tabs-nav a span {
	display: block;
	padding: 0;
	color: #000000;
}

.profile .ui-tabs-selected a, .profile .ui-tabs-selected a span{
	font-weight: normal;
	display: block;
	padding: 0;
}

.profile .ui-tabs-nav a, .profile .ui-tabs-selected a  {
  margin: 0; 						/* position: relative makes opacity fail for disabled tab in IE */ 
	white-space: nowrap; 	/* @ IE 6 */
  outline: 0; 					/* @ Firefox, prevent dotted border after click */   
}

.profile .ui-tabs-nav a span, .profile .ui-tabs-selected a span  {
	width: 145px;
  height: 23px;
	line-height: 23px;
	text-align: center;
}

.profile .ui-tabs-nav a span{
	background: url(../image/tab_myProfile_03.gif) no-repeat;  
}

.profile .ui-tabs-nav a span span{
	background: url(../image/tab_myProfile_04.gif) no-repeat;   
}

.profile .ui-tabs-selected a span, .profile .ui-tabs-selected a span span{
	background: url(../image/tab_myProfile_01.gif) no-repeat;   
}

/* Additional IE specific bug fixes... */
* html .profile .ui-tabs-nav, * html .profile .ui-tabs-nav a, * html .profile .ui-tabs-nav a span { /* auto clear and hasLayout, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}

*:first-child+html .profile .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

/*Forgot Password Pages*/

div.content table.forgotPass {
	padding: 0px;
	vertical-align: top;
	text-align: justify;
	border-style: solid;
	height: 250px;
	width: 750px;
	border-width: thin;;
	border-color: #666666;
}

div.content table.forgotPass td.left {
	text-align: justify;
	background-color: #666666;
	width: 200px;
}

div.content table.forgotPass td.right {
	text-align: justify;
	background-color: white;
	width: auto;
	padding: 20px;
}

.forgot-pass-frame {
	position:absolute;
	/*z-index:5;*/
	left: 200px;
	top: 122px;
	height: 288px;
}

.forgot-pass-frame a{
text-decoration:none;
color:#3399ff;
font-family: Arial,Helvetica,Geneva,Verdana,sans-serif;
font-size: 12px;
}

.ico-password {
position:absolute; 
left: 755px; 
top: 125px; 
z-index:10;
}

.forgot-pass-heading {
position:absolute; 
left: 200px; 
top: 75px; 

}

.smallTableHeader { 
 COLOR: black; 
 BACKGROUND-COLOR: #cccc99; 
 FONT-FAMILY: Arial, Verdana; 
 FONT-SIZE: 10pt 
} 
.smallTableOddRow { 
 BACKGROUND-COLOR: #ffffff; 
 FONT-FAMILY: Arial,Verdana; 
 FONT-SIZE: 10pt 
} 
.smallTableEvenRow { 
 BACKGROUND-COLOR: #eeeddd; 
 FONT-FAMILY: Arial, Verdana; 
 FONT-SIZE: 10pt 
} 

.myProfileDefaultSetting {
	margin-left: 0px;
	margin-top: 30px;
	height: 343px;
	width: auto;
	background-image: url("../image/bkg_myprofile_white.gif");
	background-repeat: no-repeat;
	padding: 20px;
}

.mySecuritySetting {
	margin-left: 0px;
	margin-top: 0px;
	height: 343px;
	width: auto;
	background-image: url("../image/bkg_myprofile_white.gif");
	background-repeat: no-repeat;
	padding: 20px;
}

table.paddingbottom3px tr td {
	padding-bottom: 3px;	
}

div.sessInfo {
	padding: 15px;
	margin: 5px;
}

div.forgotPassInputForm
{
	position:absolute;
	top:20px; 
	left:230px; 
	width: 500px;
	visibility: hidden;
}

div.typeSelectForm {
	z-index: 1;
	position: relative;
	width: 150px;
}

.enquiryBoldRedFont 
{
	color: #FF0000;
	font-weight: bold;
}

.enquiryDarkRedFont 
{
	color: #993300; 
	font-weight: bold; 
}

.enquiryBlueFont 
{
	color: #0000FF;
}

.enquiryPurpleFont 
{
	color: #6868b5;
}



/*********************************************************/
/* 			General Enquiry tab class 					 */
/*********************************************************/
.enquiryDefaultSetting {
	margin-left: 1px;
	margin-top: 30px;
	height: 343px;
	width: auto;
	background-image: url("../image/bkg_enquiry_white_1.gif");
	background-repeat: no-repeat;
	padding: 20px;
}

.enquiry ul {
	background: url(../image/bar_enquiry_blue_01.gif) no-repeat right;
	height: 23px;
	 	list-style: none;
}

.enquiry .ui-tabs-hide {
	display: none;
}

.enquiry .ui-tabs-nav, .enquiry .ui-tabs-panel {
	width: 753px;
}

.enquiry .ui-tabs-nav {
	height: 23px;
 	list-style: none;
 	margin: 0;
 	padding: 0;
}

.enquiry .ui-tabs-panel {
	margin: 0px;
	height: auto;
	padding: 0px;
	background-image: url("../image/bkg_enquiry_white_1.gif");
	background-repeat: repeat-y
}

.enquiry-tail {
	margin: 0px;
	padding: 0px;
	background-image: url("../image/bkg_enquiry_white_2.gif");
	background-repeat: no-repeat;
	width: 753px;
}

.enquiry .ui-tabs-panel table {
	margin-left: 20px;
}

* html .enquiry .ui-tabs-panel table {
	width: 95%;
}

* html .enquiry .ui-tabs-panel table table{
	width: 100%;
}

.enquiry .ui-tabs-nav:after { 		/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.enquiry .ui-tabs-nav li {    
	float: left;
	margin: 0;
}

.enquiry .ui-tabs-nav a, .enquiry .ui-tabs-nav a span {
	display: block;
	padding: 0;
	color: #000000;
}

.enquiry .ui-tabs-selected a, .enquiry .ui-tabs-selected a span{
	font-weight: normal;
	display: block;
	padding: 0;
}

.enquiry .ui-tabs-nav a, .enquiry .ui-tabs-selected a  {
  margin: 0; 						/* position: relative makes opacity fail for disabled tab in IE */ 
	white-space: nowrap; 	/* @ IE 6 */
  outline: 0; 					/* @ Firefox, prevent dotted border after click */   
}

.enquiry .ui-tabs-nav a span, .enquiry .ui-tabs-selected a span  {
	width: 145px;
    height: 23px;
	line-height: 23px;
	text-align: center;
}

.enquiry .ui-tabs-nav a span{
	background: url(../image/tab_blue_03b.gif) no-repeat;  
}

.enquiry .ui-tabs-nav a span span{
	background: url(../image/tab_blue_03.gif) no-repeat;   
}

.enquiry .ui-tabs-selected a span, .enquiry .ui-tabs-selected a span span{
	background: url(../image/tab_myProfile_01.gif) no-repeat;   
}

/* Additional IE specific bug fixes... */
* html .enquiry .ui-tabs-nav, * html .enquiry .ui-tabs-nav a, * html .enquiry .ui-tabs-nav a span { /* auto clear and hasLayout, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}

*:first-child+html .enquiry .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

div.centerDiv
{
	margin: 0% 10% 0% 10%;
}

/* for Query Result Tables */
div.queryResult {
	overflow: auto;
	width: 930px;
	height: 600px;
}

.queryTableHeader { 
	BACKGROUND-COLOR: #cccc99; 
	FONT-SIZE: 10pt 
} 

.queryTableHeaderFont { 
	COLOR: black; 
	FONT-SIZE: 10pt 
} 

.queryTableOddRow { 
	BACKGROUND-COLOR: #ffffff; 
	FONT-SIZE: 10pt 
} 

.queryTableEvenRow { 
	BACKGROUND-COLOR: #eeeddd; 
	FONT-SIZE: 10pt 
} 

.querySmallTableRowFont { 
	FONT-SIZE: 8pt 
} 

div.contentRight table.demo td  {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

div.contentRight table.demo td.middle {
	text-align: center;
	vertical-align: middle;
}

div.contentRight table.demo td.left {
	text-align: left;
}

div.contentRight table.demo td.top_left_right {
	text-align: center;
	border-top: 1px solid #999999;	
}

div.contentRight table.demo td.top_left {
	text-align: left;
	border-top: 1px solid #999999;	
}

div.contentRight table.demo td.top {
	text-align: center;
	border-top: 1px solid #999999;	
}

div.contentRight table.demo td.separator {
	padding-top: 15px;
}

div.contentRight table.maintsch th.middle {
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	background-color: #b5daff;
}

div.contentRight table.maintsch td.middle {
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	background-color: #ffffff;
}

.text19 {
	color: DarkOrchid;
	text-align: center;
	font-size: large;
	border-style: solid;
	text-decoration: none;
	font-weight: bold;
	margin: 20;
	padding: 10;
	width: 80%
}

.text20 {
	color: White;
	background-color: #400000;
	font-size: x-small;
	border-style: double;
	font-weight: bold
}

.text21 {
	color: black;
	background-color: silver;
	font-size: x-small;
	border-style: double
}

.text22 {
	color: black;
	background-color: white;
	font-size: medium;
	border-style: groove;
	padding: 15px;
	width: 700px;
	margin: 15px
}

.text22 a {
	font-size: medium;
}

.text23{
	font-size: 12px;
	color: #993300;
	background-color: white;
	border-style: ridge
}

.text24{
	font-size: 12px;
	color: #993300;
	font-weight: bold;
	background-color: white;
	border-style: ridge
}

.header1 {
	color: black;
	font-size: large;
	font-family: TimesNewRoman
}

.header2 {
	color: black;
	font-size: large;
	font-family: TimesNewRoman;
	font-weight: bold
}

.header3 {
	color: black;
	font-size: 20px;
	font-weight: bold
}

.printForm {
	width: 800px;
	font-size: 17px;
	margin: 15px;
	padding: 15px
}

.forgotPassFormPrint {
	width: 700px;
	margin: 10px;
	padding: 10px;
	border-style: solid;
	border-color: #999999;
	border-width: 2px;
}

.forgotPassFormPrint td {
	margin: 5px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	border-width: 2px;
	font-weight: bold
}

.signInMesg {
	width: 700px;
	margin: 10px;
	padding: 10px;
	border-style: double;
	border-color: DeepPink;
	border-width: 3px;
	text-align: justify;
	color: DeepPink;
	font-size: 15px;
	font-weight: bold;
	background-color: white
}

.orangebar {
	background: url("/ims2/ims/image/bar_myprofile_red_01.gif") no-repeat right;
	height: 23px;
	width: 753px;
	font-size: 12px;
	color: white;
	font-weight: bold;	
	text-align: justify;
	padding-top: 2px	
}

.whitebackground {
	margin-left: 0px;
	margin-top: 0px;
	height: autopx;
	width: 711px;
	padding: 20px;
	border-style: solid;
	background-color: white;
	border-color: Grey;
	border-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px
}

.slidingDiv {
    height: 130px;
    width: 600px;
    background-color: LightPink;
    padding: 10px;
    margin: 10px;
    border: 1px solid #FF0080;
    text-align: justify;
	font-size: 13px;    
}

.slidingDiv a {
	cursor: pointer;		
}
 
.show_hide {
    display:none;
	cursor: pointer;	    
}

</style>
