.special-notification
{
	background: #222222;
	padding: 8px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	width: 100%;
	position: fixed;
	z-index: 9000;
}

.special-notification a {
	text-decoration: none;
	color: #EA2D48;
}

body
{
	background: #1A1A1A;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

::selection
{
	background: #EB3751;
	color: #ffffff;
}

::-moz-selection
{
	background: #EB3751;
	color: #ffffff;
}



a { text-decoration: none; }

div#header > .logo-wrapper
{
	height: 230px;
	position: relative;
}

div#header > .logo-wrapper > h1
{
	margin: 0;
	padding: 0;
	padding-top: 70px;
}

div#header > .logo-wrapper > h1 > a
{
	background: url(../images/logo.png) no-repeat;
	width: 432px;
	height: 68px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}

div#header > .logo-wrapper > h1 > a:hover
{
	opacity: .6;
	filter: alpha(opacity = 60);
}

div.facebook-page
{
	position: absolute;
	top: 40px;
	right: 10px;
	width: 120px;
	height: 22px;
}

div#type-container
{
	background: url(../images/zap-bg.png) repeat-x;
	height: 64px;
	width: 100%;
	position: absolute;
	top: 220px;
}

div.nav-container
{
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	width: 960px;
}

ul#type
{
	list-style: none;
	overflow: hidden;
	width: 460px;
	margin: 0 auto;
	margin-top: 20px;
}

ul#type > li
{
	float: left;
}

ul#type > li > a
{
	display: block;
	text-indent: -9999px;
	width: 92px;
	height: 22px;
}

ul#type > li > a.selected
{
	background-position: 22px 0px;
}

ul#type > li.all > a { background: url(../images/type-title-all.png) no-repeat 22px -22px }
ul#type > li.exhibition > a { background: url(../images/type-title-exhib.png) no-repeat 22px -22px }
ul#type > li.competition > a { background: url(../images/type-title-comp.png) no-repeat 22px -22px }
ul#type > li.event > a { background: url(../images/type-title-event.png) no-repeat 22px -22px }
ul#type > li.course > a { background: url(../images/type-title-course.png) no-repeat 22px -22px }


div#content-wrapper
{
	background: #1A1A1A;
	margin-top: 45px;
}

div#content
{
	margin: 0 18px;
	/*background: #ffffff;*/
	background: #E1E1E1;
	min-height: 120px;
	padding-top: 10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
}

div#content-inner
{
	padding: 12px 16px;
}

div#footer
{
	height: 262px;
	background: #1A1A1A;
	text-indent: -9999px;
	padding-top: 1px;
}

div.about-container
{
	width: 200px;
	height: 30px;
	margin: 0 auto;
	margin-top: 77px;
	overflow: hidden;
}

h3.hkcalendar-footer
{
	background: url(../images/logo-small.png) no-repeat;
	width: 159px;
	height: 25px;
	display: block;
	margin: 0 auto;
	float: left;
}

a.about
{
	background: url(../images/icon-info.png) no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin-top: 4px;
}

a.about:hover
{
	opacity: .6;
	filter: alpha(opacity = 60);
}

span.footer-separator
{
	width: 25px;
	height: 1px;
	display: block;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 32px;
}

a.contact-us
{
	background: url(../images/text-contact-us.png) no-repeat;
	width: 65px;
	height: 16px;
	display: block;
	margin: 0 auto;
	margin-top: 28px;
}

a.contact-us:hover
{
	opacity: .6;
	filter: alpha(opacity = 60);
}

span.copyright
{
	background: url(../images/text-copyright.png) no-repeat;
	width: 34px;
	height: 14px;
	display: block;
	margin: 0 auto;
	margin-top: 28px;
}



/* Styling Box */
div.box
{
	width: 200px;
	margin: 12px;
	/*min-height: 200px;*/
	background: #ffffff;
	
	-moz-box-shadow:    0px 0px 2px 1px #bebebe;
	-webkit-box-shadow: 0px 0px 2px 1px #bebebe;
	box-shadow:         0px 0px 2px 1px #bebebe;
	
	/* IE */
	/*filter: 
	  progid:DXImageTransform.Microsoft.Shadow(color=#bebebe,direction=0,strength=2), 
	  progid:DXImageTransform.Microsoft.Shadow(color=#bebebe,direction=45,strength=2), 
	  progid:DXImageTransform.Microsoft.Shadow(color=#bebebe,direction=90,strength=2), 
	  progid:DXImageTransform.Microsoft.Shadow(color=#bebebe,direction=135,strength=2), 
	  progid:DXImageTransform.Microsoft.Shadow(color=#bebebe,direction=180,strength=2), 
	  progid:DXImageTransform.Microsoft.Shadow(color=#bebebe,direction=225,strength=2), 
	  progid:DXImageTransform.Microsoft.Shadow(color=#bebebe,direction=270,strength=2), 
	  progid:DXImageTransform.Microsoft.Shadow(color=#bebebe,direction=315,strength=2);*/
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A1A1A;
	
	float: left;
	
	border-radius: 3px;
}

div.box > .colorbar
{
	height: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

div.box > .colorbar.green
{
	background: #093;
}

div.box > .colorbar.blue
{
	/*background: #65c9ff;*/
	background: #9933CC;
}

div.box > .colorbar.purple
{
	/*background: #93C;*/
	background: #ff3333;
}

div.box > .colorbar.orange
{
	/*background: #F60;*/
	background: #99FF00;
}

div.box > .colorbar.green
{
	/*background: #1C6614;*/
	background: #ff9933;
}

div.box > .thumbnail
{
	/* width: 170px; */
	width: 200px;
	background: #EEEEEE;
	margin: 0 auto;
	/* margin-top: 15px; */
	position: relative;
	font-size: 0px;
	text-align: center;
}

div.box > .thumbnail > .caption
{
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity = 0);
	
	color: #1b1b1b;
	text-decoration: none;
	cursor: pointer;
}

div.box > .thumbnail > .caption > div
{
	padding: 10px;
	text-align: left;
}

div.box > .thumbnail > .caption > div > h3
{
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 8px 0px;
	padding: 0;
	color: #ea2d48;
}

div.box > .thumbnail > .caption > div > span
{
	margin-top: 4px;
	display: block;
	font-size: 11px;
	line-height: 17px;
}

div.box > .info
{
	margin: 0 15px;
	margin-top: 10px;
	position: relative;
}

div.box > .info > h2
{
	font-size: 13px;
	margin: 2px 0;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #3b3b3b;
}

div.box span.views
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 15px;
	background: url(../images/icon-views.png) no-repeat;
	text-indent: 18px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6D6D6D;
}

div.box > .date
{
	margin: 15px;
	margin-top: 12px;
	position: relative;
	/*background: #eeeeee;*/
	/*padding: 4px;*/
	font-size: 12px;
	font-family: Helvetica, serif;
	color: #EA2D48;
	border-radius: 3px;
}

div.box > .date > span
{
	
}

div.clear
{
	clear: both;
}

div.box span.status
{
	padding: 4px;
	color: #333;
	font-size: 11px;
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 3px;
}

div.box span.status.now
{
	background: #FF9;
	color: #F06;
}

div.box span.status.coming
{
	background: #84EAFF;
	color: #06C;
}

div.box span.status.end
{
	background: #555;
	color: #CCC;
}



div.box span.event-status
{
	padding: 4px;
	color: #333;
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 3px;
}

div.box span.event-status.now
{
	background: #FF9;
	color: #F06;
}

div.box span.event-status.coming
{
	background: #84EAFF;
	color: #06C;
}

div.box span.event-status.end
{
	background: #555;
	color: #CCC;
}



.event-info-hover
{
	padding: 20px;
}

.event-info-hover > h3
{
	margin: 2px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

.event-info-hover > span
{
	font-size: 11px;
	line-height: 18px;
}


/* Datepicker */
#datepicker-container
{
	width: 432px;
	margin: 0 auto;
	margin-top: 18px;
	position: relative;
}

#datepicker-display
{
	position: absolute;
	right: 0;
	top: 0;
	width: 308px;
	height: 35px;
	background: url(../images/datepicker-bg.png) no-repeat;
}

#datepicker-display > a
{
	font-family: 'Convergence', sans-serif;
	font-size: 23px;
	color: #ffffff;
	position: absolute;
	top: 5px;
	left: 22px;
	text-decoration: none;
	display: block;
	width: 262px;
	background: url(../images/datepicker-arrow.png) no-repeat 252px 11px #ea2d48;
	padding: 0 2px;
}

#datepicker-display > a:hover
{
	color: #000000;
	background: url(../images/datepicker-arrow-black.png) no-repeat 252px 11px #ffffff;
}

.datepicker-style
{
	position: absolute;
	z-index: 1000;
	top: 35px;
	left: -16px;
}

#datepicker-display-control
{
	
}

.content-loading { padding: 50px 0; text-align: center }
#content-message { padding: 50px 0; height: 120px; text-align: center; font-size: 15px; letter-spacing: 2px; color: #666 }

.content-960
{
	position: relative;
	padding: 10px;
	width: 960px;
	margin: 20px auto;
	margin-bottom: 0px;
}

#content-filtering { position: relative; margin: 16px 20px }

#content-search { margin: 0px auto; width: 430px }
#content-search input[type=text] { width: 430px; border:1px solid #BEBEBE; border-radius:3px; font-size:13px; letter-spacing: 1px; padding:5px }
#content-search input[type=text]:hover { border: 1px solid #B2B2B2 }
#content-search input[type=text]:focus { outline:none; border-color:#CCCCCC; box-shadow:0 0 3px #CCCCCC; }
#content-search #search_term_active { display: none; width: 430px; font-size: 13px; padding: 8px; background: #E0E0E0; color: #666666; border-radius: 3px; letter-spacing: 1px; position: relative }
#content-search #search_term_active .close { display: block; width: 12px; height: 12px; background: url(../images/icon-search-close.png) no-repeat 0px 0px; cursor: pointer; position: absolute; top: 8px; right: 8px }
#content-search #search_term_active .close:hover { background: url(../images/icon-search-close.png) no-repeat 0px -12px; }

#content-sortby { overflow: hidden; height: 28px; position: absolute; top: 2px; left: 2px; display: none }
#content-sortby span.option { padding: 8px 12px; margin: 0px 4px; display: block; float: right; color: #1b1b1b; letter-spacing: 1px; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
#content-sortby span.option.selected { background: #ea2d48; color: #fff }
#content-sortby span.option:not(.selected):hover { color: #ea2d48 }


#add-event { overflow: hidden; height: 28px; position: absolute; top: 2px; right: 2px }
a.event-add-btn { padding: 8px 12px; margin: 0px 4px; display: block; float: right; color: #ea2d48; letter-spacing: 1px; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; background: #ffffff }
a.event-add-btn:hover { color: #ffffff; background: #ea2d48 }


div.contact-us-header-container { margin: 0 auto; width: 630px; position: relative }
a#contact-us-header { position: absolute; display: block; top: -60px; right: 0px; text-indent: -9999px; width: 83px; height: 26px; background: url(../images/contact-us-header.png) 0px 0px no-repeat }
a#contact-us-header:hover { background: url(../images/contact-us-header.png) 0px -26px no-repeat }

::-webkit-input-placeholder { color: #B2B2B2; }
:-moz-placeholder { color: #B2B2B2; }
.placeholder { color: #B2B2B2; }




span.eng-ver-available {
	position: absolute;
	padding: 4px;
	bottom: 5px; left: 5px;
	border-radius: 3px;
	/* background: url(../images/english-info-available.png) no-repeat; */
	background: #fff;
	color: #ea2d48 !important;
	font-size: 11px;
}


