@charset "utf-8";
/* Bsic CSS */

.container { margin: 0 auto; width: 940px; }

body {
background: #000 /*url(../graphics/hd_bg.gif) repeat-x*/;
margin: 0;
}

a img { border: none; }
a:link, a:hover { text-decoration: none; }

/********** flash **********/

#flash_background {
width: 100%;
height: 550px; 
top: 110px;
}

/*#flash_background .background {
top: 110px;
overflow: hidden;
height: 550px;
background: url(../graphics/bd_bg.jpg) repeat-x; 
}*/

#flash_background .background {
top: 120px;
overflow: hidden;
height: 550px;
background: url(http://www.limkokwing.net/graphics/slash_bg.gif) no-repeat center top; 
}

.layer {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	/*left: -16px;*/
}

#flash_background object, embed { margin: 0pt; padding: 0pt; }

/********** END flash **********/


/********** doc **********/

#doc {
overflow: hidden;
}

/********** END doc **********/


/********** hd **********/

#hd {
background: #000 url(../graphics/hd_bg.gif) repeat-x;
overflow: hidden;
}

#hd p { margin: 0; }

#hd .network a:link, #hd .network a:visited {
background: transparent url(../graphics/hd_lim_network.gif) no-repeat right bottom;
color: #959595;
display: block;
font-size: 0.9em;
padding: 3px 10px 6px 0;
}

#hd .logo { float: left; }

#hd .login {
background: #1e1e1e;
color: #959595;
clear: right;
font: 11px/1 Verdana, Arial, Helvetica, sans-serif;
float: right;
padding: 8px 10px;
margin-top: 30px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#hd .login a:link,
#hd .login a:visited { color: #fff; text-decoration: none;}
#hd .login a:hover { color: #0099cc; }

/********** END hd **********/


/********** bd **********/

#bd { padding: 20px 0;}

/********** END bd **********/



/********** site_hd **********/

#site_hd {
background: #000;
border-bottom: 1px solid #444;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}

#site_title {
color: #fff;
font: 22px/1 Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: -1px;
line-height: 1.2;
padding: 15px;
margin: 0;
}

#site_title a:link, #site_title a:visited { color: #000; }
#site_title a:hover { color: #7ac1ff; }

#site_nv {
background: #000;
list-style-type: none;
margin: -10px 0 0;
padding-left: 0;
font-size: 11px;
font-family: Verdana; 
}

#site_nv li {
border-right: solid 1px #444;
float: left;
font-size: 1.1em;
}

#site_nv li a {
display: block;
padding: 10px;
color: #aaa;
text-decoration: none; 
}

#site_nv li a:hover { color: #7abfff; }

#site_nv li a.selected {
background: #7abfff;
color: #fff;
}

#site_nv li.first a {
padding: 10px 10px 10px 15px;
}

#site_nv li.last {
border-right: none;
}

/********** END site_hd **********/



/********** page_content **********/

#page_content {
background: #222;
color: #aaa;
margin: 0;
overflow: hidden;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

#page_content.full { width: 940px; }
#page_content.full_login { width: 840px; }
#page_content.no_site_hd { padding-top: 36px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/********** END page_content **********/



/********** navigation **********/

#nv {
background: #222 url(../graphics/nv_bg.gif) repeat-x 0 0;
overflow: hidden;
}

#global_nv {
color: #8d8d8d;
font-size: 1.1em;
list-style-type: none;
margin: 0;
padding: 0;
}

#global_nv li { /*float the main list items*/
background: #222 url(../graphics/nv_bg.gif) repeat-x 0 0;
display: block;
float: left;
margin: 0;
}

#global_nv li a,
#global_nv li span {
font: 11px/1 Verdana, Arial, Helvetica, sans-serif;
display: block;
padding: 10px 12px;
}

#global_nv em {
color: #7ac1ff;
font-style: normal;
}

#global_nv li a:link,
#global_nv li a:visited {
color: #ccc;
text-decoration: none;
}

#global_nv li ul { /*put the subnav below*/
display: none;
position: absolute;
padding: 3px 0 5px;
margin: 0;
}

#global_nv li ul li {
background: none;
float: none;
display: block;
}

#global_nv li ul li a {
background: none;
display: block;
width: auto;
margin: 0;
padding: 5px 12px;
}

* html #global_nv li ul li a { /* resolves the gap in lists (white space bug) when using display:block */
height: 1%;
width: 160px;
}

#global_nv li:hover ul, #global_nv li.over ul {
/*background: #0e0e0e;*/
background: transparent url(../graphics/nv_transparent_bg.png) no-repeat 0 0;
display: block;
left: auto;
z-index: 6000;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

#global_nv li a:hover,
#global_nv li:hover a,
#global_nv li.over a {
background: #111 url(../graphics/nv_bg.gif) repeat-x 0 -60px;
}

#global_nv li ul a:hover,
#global_nv li:hover ul a,
#global_nv li.over ul a {
background: none;
color: #ccc;
}

#global_nv li a:hover, #global_nv li ul a:hover { color: #fff; }
#global_nv li ul a:hover { background: #0099cc; padding: 7px 12px; margin: -2px 0; }

#global_nv li.docket {
background: url(../graphics/nv_bg_dark.gif) repeat-x 0 0;
float: right;
padding-left: 5px;
}

#global_nv li.docket a {
background: url(../graphics/docket.png) no-repeat 0 center;
padding-left: 20px;
}

#global_nv li.docket.disable span {
background: url(../graphics/docket_disable.png) no-repeat 0 center;
padding-left: 20px;
}


/********** END navigation **********/


/********** global_sub_ft **********/

#global_sub_ft {
background: #272727;
color: #aaa;
padding: 20px;
margin: 0 auto 20px;
width: 900px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#global_sub_ft .container {
background: url(..graphics/ft_sub_divider.gif) repeat-y 0 0;
width: auto;
}

#global_sub_ft .upcoming_events {
float: left;
margin-right: 20px;
width: 270px;
}

#global_sub_ft .upcoming_events .more {
float: right;
font: 9px/1 Verdana, Arial, Helvetica, sans-serif;
margin: 0;
}

#global_sub_ft img.comment_win {
background: #111;
border: 2px solid #333;
}

#global_sub_ft .footer_list {
float: left;
margin: 0 20px;
width: 275px;
}

#global_sub_ft .last {
margin-right: 0;
}

#global_sub_ft h3 {
color: #ccc;
font: 13px/1 Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0 0 1.5em;
}

#global_sub_ft h3 a:link,
#global_sub_ft h3 a:visited {
background: transparent url(../graphics/media/news/news_links.gif) no-repeat right -56px;
color: #ccc;
padding-right: 13px;
}

#global_sub_ft h3 a:hover { color: #fff; }

#global_sub_ft ul {
margin: -6px 0 0;
padding: 0;
list-style-type: none;
}

#global_sub_ft ul li {
/* background: transparent url(../graphics/ft_bullet.gif) no-repeat left 1.1em; */
font: 11px/1 Verdana, Arial, Helvetica, sans-serif;
padding: 6px 0;
overflow: hidden;
white-space: nowrap;
width: 275px;
}

#global_sub_ft ul li.last {
border: none;
}

#global_sub_ft p {
font: 11px/1 Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 1.5em;
line-height: 1.5;
}

#global_sub_ft a:link, #global_sub_ft a:visited { color: #7ac1ff; }

#global_sub_ft a:hover {
color: #aaa;
}

#global_sub_ft .highlights a img {
border: 2px solid #333333;
margin: 0pt 12px 0 0;
}

#global_sub_ft .highlights .last { margin-right:0; }

/********** END global_sub_ft **********/


/********** ft **********/

#ft {
/*background: #E6F7FC;*/
color: #666;
font: 10px/1 Verdana, Arial, Helvetica, sans-serif;
padding: 0;
overflow: hidden;
}

#ft .links li, #ft .policies li {
display:block;
float:left;
font-size:1.1em;
margin:0 5px;
padding:7px 0 0;
}

#ft .links {
clear: right;
float: right;
margin: 0 0 20px;
}

#ft .links .twitter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../graphics/ft_twitter_black.gif) no-repeat scroll right top;
}

#ft .links .rss {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../graphics/ft_rss.gif) no-repeat scroll right 8px;
padding-right:14px;
}

#ft .links li.last { margin-right: 0; }

#ft .policies {
clear: left;
float: left;
margin: 0 -5px 20px 0;
padding: 0;
}

#ft .policies li.first { margin-left: 0; }

#ft .copyright {
clear: left;
float: left;
font-size: 9px;
line-height: 1.5;
margin-top: 0;
width: 450px;
}

/*** Change here 10/01/2009 ***/


#ft .logo ul {
clear: right;
float: right;
list-style-type: none;
margin: 0px;
}

#ft .logo ul li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.limkokwing.net/portal/graphics/footer/footer_logo_dark.gif) no-repeat scroll left top;
float:left;
height:30px;
text-indent:-999em;
width:50px;
}

#ft .logo .asic {
width:41px;
}
#ft .logo .isba {
background-position:-41px top;
width:34px;
}
#ft .logo .msc {
background-position:-76px top;
width:50px;
}#ft .logo .apicta {
background-position:-126px top;
width:42px;
}
#ft .logo .mqa {
background-position:-167px top;
width:71px;
}
#ft .logo .designfirms {
background-position:-240px top;
width:90px;
}
#ft .logo .webaward {
background-position:-331px top;
width:39px;
}
#ft .logo .ima {
background-position:-372px top;
width:28px;
}

/*** End change 10/01/2009 ***/

#ft a:link, #ft a:visited {
color: #cccccc;
text-decoration: none;
}

#ft a:hover {
color: #0099cc;
}

/********** END ft **********/


/********** ft OLD **********/

#ft_alter {
/*background: #E6F7FC;*/
color: #666;
font: 10px/1 Verdana, Arial, Helvetica, sans-serif;
padding: 0 0 20px 0;
overflow: hidden;
}

#ft_alter .links li, #ft_alter .policies li {
display:block;
float:left;
font-size:1.1em;
margin:0 5px;
padding:7px 0 0;
}

#ft_alter .links {
clear: right;
float: right;
margin: 0 0 20px;
}

#ft_alter .links .twitter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../graphics/ft_twitter_black.gif) no-repeat scroll right top;
}

#ft_alter .links .rss {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../graphics/ft_rss.gif) no-repeat scroll right 8px;
padding-right:14px;
}

#ft_alter .links li.last { margin-right: 0; }

#ft_alter .policies {
clear: left;
float: left;
margin: 0 -5px 20px 0;
padding: 0;
}

#ft_alter .policies li.first { margin-left: 0; }

#ft_alter .copyright {
clear: left;
float: left;
font-size: 9px;
line-height: 1.5;
margin-top: 0;
width: 450px;
}

/*** Change here 10/01/2009 ***/


#ft_alter .logo ul {
clear: right;
float: right;
list-style-type: none;
margin: 0px;
}

#ft_alter .logo ul li {
background: transparent url(http://www.limkokwing.net/graphics/footer/footer_logo_dark_4.png) no-repeat left top;
float: left;
height: 30px;
text-indent: -999em;
width: 50px;
}

#ft_alter .logo .asic, #ft.bali_ft .logo .asic  {width: 41px;}
#ft_alter .logo .isba, #ft.bali_ft .logo .isba  { background-position: -41px top; width: 31px; }
#ft_alter .logo .uknaric, #ft.bali_ft .logo .uknaric { background-position: -75px top; width: 90px; }
#ft_alter .logo .msc, #ft.bali_ft .logo .msc    { background-position: -166px top; width: 50px; }
#ft_alter .logo .apicta, #ft.bali_ft .logo .apicta { background-position: -217px top; width: 42px; }
#ft_alter .logo .mqa, #ft.bali_ft .logo .mqa   { background-position: -258px top; width: 71px; }
#ft_alter .logo .webaward, #ft.bali_ft .logo .webaward { background-position: -331px top; width: 39px; }
#ft_alter .logo .ima, #ft.bali_ft .logo .ima { background-position: -372px top; width: 28px; }

/*** End change 10/01/2009 ***/

#ft_alter a:link, #ft_alter a:visited {
color: #cccccc;
text-decoration: none;
}

#ft_alter a:hover {
color: #0099cc;
}

/********** END ft **********/

/********** Clearfix **********/

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

.clear { clear:both; }

/********** END Clearfix **********/


/********** Login error messages **********/
/* error button START here */

.error {
background: #b4491b;
color: #fff;
padding: 15px 20px;
text-align: center;
width: 227px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.error.red {
background: #8d0101;
}

.error.fb {
background: #3B5998;
}

/********** END Login error messages **********/

.mobile_info img.app { margin-top: 0; }

p.forgot a:link,
p.forgot a:visited { color: #333; }

p.forgot a:hover { color: #7abfff; }

/****/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../graphics/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #eee;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
	font-family: verdana;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../graphics/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../graphics/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../graphics/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../graphics/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../graphics/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../graphics/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../graphics/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../graphics/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../graphics/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../graphics/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../graphics/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../graphics/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../graphics/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../graphics/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../graphics/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../graphics/fancybox.png');
	background-position: -40px -122px;
}
