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

/*Skin Style Sheet Notes for HK Soccer Sevens

version:   		1.0
author:    		Fluid HK

Basic Color Palette

primary-color:
secondary-color:
titles-color:
font-color:
link:
link-hover:
link-visited:

Font-size Adjustment

To change the size of a font, use a percentage value from the list below.
Always use percentages as the units because they render more consistently than ems,
and because they allow user-initiated resizing (unlike pixels).
		 
For pixels(px) Declare the appropriate percentage(%)

			Pixels 	EMs 		Percent Points  
			6px 	0.462em 	46.2% 	5pt     
			7px 	0.538em 	53.8% 	5pt	    
			8px 	0.615em 	61.5% 	6pt      
			9px 	0.692em 	69.2% 	7pt      
			10px 	0.769em 	77% 	8pt     
			11px 	0.846em 	85% 	8pt      	
			12px 	0.923em 	93% 	9pt      	
			13px 	1em 		100% 	10pt
			14px 	1.077em 	108% 	11pt
			15px 	1.154em 	116% 	11pt
			16px 	1.231em 	123.1% 	12pt
			17px 	1.308em 	131% 	13pt
			18px 	1.385em 	138.5% 	14pt
			19px 	1.462em 	146.5% 	14pt
			20px 	1.538em 	153.9% 	15pt
			21px 	1.615em 	161.6% 	16pt
			22px 	1.692em 	167% 	17pt
			23px 	1.769em 	174% 	17pt
			24px 	1.846em 	182% 	18pt 
				
For custom font sizes see http://pxtoem.com/ and use the 100% setting as body size.
				
Skin Style Sheet Notes end */ 

body  {

	 /*background:#EBEBEB url(../images/common/bg-body.png) repeat-x left top;*/
	 background:#146AA5 url(../images/bg.png) repeat-x left top;
	
}

/* Basic Positional Holders Starts */

.container_12 {
    /* wraps the whole of the content. Appears directly after the body tag*/
    /* temp background image used as visual aid for grid*/
   /* background:#FFFFFF url(../images/common/bg-grid.gif) repeat-y left top;*/
}

.hd.print {
	/* hides inline logo for print.css use*/
	display:none;
}


.bd {
background:#FFFFFF;
}

.ft {
background-image:url(../images/footer_players.gif); height:85px;

}

/* Basic Positional Holders Ends */

/* Basic Element Styles Starts (part of YUI's CSS Foundation) */

h1 {
	/*22px equivalent*/
	font-size:167%;
	color:#15649F;
}

h2 {
	/*18px equivalent*/
	font-size:158.5%; 
	color:#FFFFFF;
}

.grid_9 h2{font-size:128.5%; 
	color:#15649F;}
	
	.grid_9 h3{font-size:120%; 
	color:#15649F;}

h3 {
	/*14px  equivalent*/
	font-size:108%;  
}



h4 {
	/*11px  equivalent*/
	font-size:85%; 
	background-color: #DDDDDD;
	padding:5px;
	color:#000;
}

h1{margin-bottom:15px;margin-top:0px;}

h4 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}

h2 {margin-bottom:15px;}

h1, h2, h3 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial,;
    font-weight:normal; 
}

 h3 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial,;
    font-weight:normal; 
	color:#FFFFFF;
}

strong {
	/*bringing boldness back to the strong element*/
	font-weight:bold;
}

a {
	outline: none;
}

p 
{
    /* Sets equilant of 12px */
	font-size:95%;
    line-height:150%;
    color:#666666;
    margin-bottom:1em;
    outline: 
    
}

abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

strong, b {
	/*bringing bold back to the strong and b elements*/
	font-style:italic;
}

.blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin:4px 0;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	margin:4px 0;	
}

blockquote 
{
	/*callout text holder default styling*/
	border-bottom:1px solid #ccc;
	border-top:10px solid #ccc;
	display:block;
	float:left;
	margin:10px 20px 20px 0;
	padding:10px 0;
	width:220px;
	display:block;
}

blockquote  p {
	/*callout text default styling*/
	color:#666666;
	display:block;
	float:left;
	font-size:130%;
	line-height:140%;
	margin:0 15px 5px;
	padding:0 !important;
}

.annotation 
{
	display:block;
	padding:10px;
	font-size:93%;
	color:#999;
	background-color:#ededed;
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;
}


/* Basic Element Styles Ends */

/* Search Box Styles Start*/

.srch 
{
	margin:40px 0 0 0;
	width:auto;
}

.srch .textfield 
{
	padding:5px 10px;
	width:200px;
}

.srch .button
{
	padding:5px 10px;
}


/* Search Box Styles End*/

/* Basic Link Styles Start */

a {color:#00A9EC; text-decoration:none;}

a.header:link {
	/* unvisited link */
	color: #000000;
	text-decoration: none;
} 
a.header:active {
	color: #00A9EC;
	text-decoration: none;
}

a:visited {
	/* visited link */
	color: #00A9EC;
}

a:hover {
	 /* mouse over link */

	text-decoration: underline;
}

/* Basic Link Styles End */


.logo a{
	margin:0;
	position:relative;
	width:554px;
	height:123px;
	margin-bottom:15px;
	margin-top:15px;
	font-size:77%;
	display:block;
	
}

.logo a span {
	background: url(../images/branding/bg-logo.png) no-repeat left top;
	display:block;
	height:100%;
	position:absolute;
	width:100%;
	text-indent: -9999px;
}

.pc {
    /*class name to identify the main content on a page*/
    
}

.box 
{
    background-color:#EEE;
    padding:10px 10px;
    margin:20px 0 10px;
	width:260px;
}

.box1
{
    background-color:#EEE;
    margin:20px 0 10px;
	width:265px;
	background-image:url(../images/buytickets.jpg);
	height:85px;
	padding-left:15px;
	padding-top:185px;
	
}

.box2
{
    background-color:#EEE;
    margin:20px 0 10px;
	width:265px;
	background-image:url(../images/map_bg.jpg);
	height:280px;
	padding-left:15px;
	padding-top:15px;
}

.box5
{
    margin:20px 0 10px;
	width:265px;
}
.box3
{
    background-color:#01BAF2;
    margin:20px 0 10px;
	width:280px;

	padding-top:15px;
}

.box4
{
    background-color:#012853;
    margin:20px 0 10px;
	width:280px;
	padding-top:15px;
	background-image:url(../images/nowplaying.png);
}

.box4 h2 {padding-left:15px;margin:0px;}
.box4 p {margin:0; padding-left:15px; color:#fff; padding-top:2px; padding-bottom:10px;}

.box3 h2 {padding-left:15px;margin:0px;}
.box3 p {margin:0; padding-left:5px; color:#CCCCCC; padding-top:2px; padding-bottom:10px;}

.schedulelist{width:280px; }
.schedulelist p {font-size:80%; margin:0; color:#FFFFFF; padding:4px; padding-left:4px; padding-right:5px;}
.schedule_odd{background-color:#A5DFF7;}

.box2 p {color:#FFFFFF; font-size:90%;}

.box.2 h1{font-size:150%; color:#FFFFFF;}
.box h1, .box h2, .box h3
{
    margin-top:0;
    padding-top:0;
}



/* Basic Element Styles End */

/* Navigation Styles Start - Handle Sub-navigation by casscading styles, eg .ns ul ul*/

.np ul, .ns ul, .nt ul, .nb ul, .ft ul, .tools ul {
	/*giving navigation ul's no margins*/
	margin:0;
}

.np li, .ns li, .nt li, .nb li, .ft li, .tools li  {
	/*giving navigation ul li's no margins and removing disc markers*/
	margin:0 0 0 0;
	list-style-type:none;
}

/* Navigate Primary Styles Start */

.np { /* Navigate Primary*/ 
    float:left;
    width:100%;
    background:#FFFFFF;
    font-size:105%;
    line-height:normal;
    padding:0;
    margin:0;
  }
.np ul {
    margin:0 0 1px 0;
    padding:10px 0px 0 50px;/* Controls the indentation of the tabs */
    list-style:none;
  }
.np li {
    display:inline;
    margin:0 0px 0 0;
    padding:0;
	
  }
.np a {
    float:left;
    margin:0 5px 0 0;/* Controls the space between the tabs */
    padding:0 0 0 0px;
    text-decoration:none;
	
  }

.np li.last a span {
	border-right: none !important;
}

.np a span {
    float:left;
    display:block;
    padding:2px 8px 2px 2px;
    color:#fff;
	border-right:1px solid #4EB7E5;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.np a span 
{
   float:none;}
/* End IE5-Mac hack */
.np a:hover span {
  color:#FFCB09;

  }
.np a:hover {
  text-decoration::none;
  background-position:0% -42px;/* Controls position of left hover state graphic */
  }
.np a:hover span {
  background-position:100% -42px;/* Controls position of right hover state graphic */
  }

.np .selected a {
  background-position:0% -42px; /* Controls position of left Selected state graphic */
}
.np .selected a span {
    background-position:100% -42px; /* Controls position of right Selected state graphic */
    color:#FFCB09;
}
/* Navigate Primary Styles End */


/* Navigate Secondary Styles Start */
.ns .ns-hd { /* Navigation Secondary header span*/ 
     display:block;
     color:#FFCB09;
     font-weight:bold;
     padding:8px 0 8px 10px;
     margin:10px 0 0 0;
     background-color:#0198DA;
     
}

.ns { /* Navigation Secondary*/ 
padding-top:10px;
     
}

.ns li a {
    display:block;
	height: 24px; /* minimum height = desired height - top + Bottom padding used in following class */
    text-decoration: none;
    color:#0198DA;
	font-size:93%;

}

.ns li a:link, .ns li a:visited {
    color: #0198DA;
	background-image:url(../images/navigation/bg-ns.gif);
    background-position:0 0;
	background-repeat: repeat-x;
    padding: 8px 0 0 10px;
}

.ns li a:hover, .ns li.selected a {
    color: #FFCB09;
	background-image:url(../images/navigation/bg-ns.gif);
	background-repeat: repeat-x;
    background-position:0 -32px;
    padding: 8px 0 0 10px;
	text-decoration:none;
}

.ns li.selected 
{
    padding:0;
}

/* Navigate Secondary Submenu Styles Start */
    
.ns ul ul 
{
    margin:0 0 1px 0px;
    padding:0 0 0 20px;
    background-color:#ffffff;
}

.ns ul ul li a 
{
    height:auto;
    padding:5px 10px;
    margin:1px 0 0 0;
}

.ns ul ul li a:link, .ns ul ul li a:visited {
    color: #0198DA;
    display: block;
    background-color:#fff;
    background-image:none;
    padding:5px 5px;
	border-bottom:1px solid #dddddd;

}

.ns ul ul li a:hover, .ns ul ul li.selected a {
    color:#FFCB09;
    background-color:#fff;
    background-image:none;
}

/* Navigate Secondary Submenu Styles End */     
/* Navigate Secondary Styles End */

/* Navigate Tertiary Styles Start */

.nt { /* Navigation Tertiary*/
    font-size:85%;
    color:#999999;
    margin:10px 0px;
    padding:0 10px;
    border-bottom:1px solid #dddddd;
    background-color:#fff;
}

.nt ul 
{
    margin:0;
    padding:0;
    float:right; 
}
.nt ul li
{
    display:inline;
    float:left;
    margin:0 0 0 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.nt ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}


/* Navigate Tertiary Styles End */

/* Navigate Breadcrumb Styles Start */
.nb { /* Navigation Breadcrumb*/
    font-size:85%;
    color:#999999;
    margin:0;
    border-bottom:1px dotted #ccc;
    padding-left: 10px;
}

.nb a.B_homeCrumb,  a.B_crumb{
	color: #FFCB09;
    margin:0 0 0 0px;
    padding:0 15px 0 0px;
    background:  url(../images/navigation/bg-nbc-li.png) no-repeat right center;
	text-decoration:none;
	line-height:30px;
}

.nb span.B_currentCrumb {
    margin:0 0 0 0px;
    padding:0 15px 0 0px;
    line-height:30px;
}

.nb a:hover {color:#ccc;}


/* Navigate Breadcrumb Styles End */

/* Navigate Footer Styles Start*/

.ft { /* Navigation Footer*/   
    font-size:85%;
    color:#999999;
    background-color:#fff;
}

.ft p 
{
    font-size:110%;
    color:#666666;
    margin:0;
    padding:20px 20px 0;
	float:right;
}

.ft ul 
{
    margin:0;
    padding:0;
    float:right; 
	padding-right:10px;
	
}
.ft ul li
{
    display:inline;
    float:left;
    margin:0px 10px 10px 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.ft ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}

.ft a {text-decoration:none; color:#999999;}
.ft a:hover {text-decoration:none; color:#CCCCCC;}

/* Navigate Footer Styles End */

/* Navigate Tools Styles Start */
.tools 
{
	border-top:1px solid #DDDDDD;
	height:30px;
	margin:0 0 10px 0;
	
}
.tools ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px;
	padding:10px 10px 0;
	text-align:right;

}

.tools ul li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
	
}

.tools ul li a {
	float:right;
	color:#999;
	font-size:93%;
	display:block;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
}

.tools ul li a:hover {
	color:#000;
	text-decoration:underline;
}

.tools ul li a.print span.icon 
{
}

.tools ul li a.print span.icon,
.tools ul li a.top span.icon,
.tools ul li a.email span.icon
{
	
	display:block;
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);

}

.tools ul li a.print span.icon {
	background-position:-48px 0;
}

.tools ul li a.top span.icon {

	background-position:-64px 0;
}

.tools ul li a.email span.icon {
	
	background-position:-80px 0;
	
}

/* Navigate Tools Styles End*/

/* Navigation Styles End  */

.homeimage{ width:191px; height:165px;
float:left;
margin: 20px 0px 0 20px;
border:1px solid #01AEF0; padding:3px;
float:left;

}
.hometext{ width:360px;margin-left:20px;
float:left; margin-top:15px;
 
}

.homenews{ width:560px;margin-left:20px;
float:left; 

}

.social ul{padding-left:0px;}
.social li {
display: inline;
padding-right:5px;
padding-left:2px;
border-right:1px solid #4EB7E5;}

.social {
text-align: right;
padding-top:5px;
padding-left:0px;
color:#FFCB09;
font-size:85%;
}

.social p {padding-left:25px;}

.social a {color:#FFCB09;; text-decoration:none;}
.social a:hover {color:#FFCB09;; text-decoration:underline;}

.heroimage{background-color:#009966;
height:348px;}

.heroimage_2ndlvl{
height:180px;}

.navstrip{background-image:url(../images/common/nav_strip.png); height:48px;}

.homepuff{background-color:#FFFFFF; height:236px; width:208px; float:left; margin-left:22px; background-image:url(../images/home_puff_bg.png); font-size:100%;  }

.puffcontent{width:188px; height:137px; margin-left:9px; margin-top:9px; float:left;}

.white{background-color:#FFFFFF;}

.heading{padding-top:3px; padding-bottom:3px; padding-left:10px; color:#FFFFFF;}

.img{background-image:url(../images/imggallery_head_bg.png);}
.video{background-image:url(../images/vidgallery_head_bg.png);}
.twitter{background-image:url(../images/twitter_head_bg.png);}
.fan{background-image:url(../images/facebook_head_bg.png);}

.imglogo{background-image:url(../images/flickr_logo.png);float:right; width:64px; height:20px; margin-right:9px; margin-top:25px;}
.videologo{background-image:url(../images/youtube_logo.png);float:right; width:74px; height:30px; margin-right:9px; margin-top:20px;}
.twitterlogo{background-image:url(../images/twitter_logo.png);float:right; width:35px; height:30px; margin-right:9px; margin-top:20px;}
.facebooklogo{background-image:url(../images/facebook_logo.png);float:right; width:31px; height:30px; margin-right:9px; margin-top:20px;}

.twitterbutton{background-image:url(../images/follow_btn.png);float:left; width:119px; height:31px; margin-left:9px; margin-top:20px; text-decoration:none;}
.twitterbutton a {display:block; width:119px; height:31px; text-indent:-9999px;}
.facebookbutton{background-image:url(../images/fan_btn.png);float:left; width:143px; height:31px; margin-left:9px; margin-top:20px; text-decoration:none;}
.facebookbutton a {display:block; width:143px; height:31px; text-indent:-9999px;}

#twitter_update_list li {
list-style-type: none;

    line-height:150%;
    color:#666666;
    margin-bottom:1em;
    
}

#twitter_update_list li a {text-decoration:none; color:#0198DA; font-size:108%;}

#twitter_update_list li a:hover {text-decoration:underline; color:#0198DA;}

.footer{height:94px; background-color:#0000CC; background-image:url(../images/common/footer_bg.png);}
.footer_logo{width:56px; padding-top:15px; padding-left:15px; float:left;}

.footer_content{float:left;width:165px; padding-left:25px; padding-top:15px; color:#FFFFFF; font-size:80%;}
.footer_content li{list-style:none; padding:0; margin:0px;}
.footer_content ul{list-style:none; padding:0; margin:0px;}

.fluid {float:right; color:#FFFFFF; font-size:80%; padding-top:15px; padding-right:15px;}
  .footer a{color:#FFFFFF; text-decoration:none;}
  .footer a:Hover{color:#FFFFFF; text-decoration:underline;}
  
  .grid_9.omega{border-left:1px dotted
   #ccc; padding-left:15px; margin-top:15px;width:630px;}
  
li.last{ border:none; }

.image{width:190px; height:164px; float:left; border:1px solid #01AEF0; padding:3px; margin-bottom:15px;}
.content{float:left; width:400px; padding-left:15px; margin-bottom:15px;}
.image_home{width:150px; height:100px; background-color:#CCCCCC; float:left; margin-left:20px; }
.content_home{float:left; width:430px; padding-left:15px; margin-bottom:15px;}
.image_latest{width:280px; height:215px; float:left; border:1px solid #01AEF0; padding:3px; }
.content_latest{float:left; width:330px; padding-left:15px;}
.latest{margin-bottom:15px;}

.content a{color:#0198DA; text-decoration:none;}
.content a:hover{text-decoration:underline;}
.content_home a{color:#0198DA; text-decoration:none;}
.content_home a:hover{text-decoration:underline;}

.content_latest a{color:#0198DA; text-decoration:none;}
.content_latest a:hover{text-decoration:underline;}
.type{color:#000000; font-size:90%; margin-top:8px; color:#999999;}
.smaller{font-size:90%;}
.space{margin-bottom:15px; margin-top:25px;}
.pagination{font-size:90%; border-top:1px solid #ECECEC; padding-top:15px;}
.pagination a{color:#0198DA; text-decoration:none;}
.pagination a:hover{color:#0198DA; text-decoration:underline;}

.score{background-color:#ccc; font-size:120%;}
.odd{background-color:#E6E6E6;}
.scorepad{border-bottom:3px solid #FFFFFF}
.standings{width:130px; float:left; margin-left:65px;}
.standings p {font-size:85%; color:#999999; margin:0px; padding:0px;}

.tablefix{border: 1px solid red;}

.content td {height:30px;}
.scoretitle{background-color:#F9F9F9; border-bottom:3px solid #FFFFFF;}
.oddtitle{background-color:#F9F9F9;}
.team{width:140px; height:130px; margin-right:15px; margin-bottom:15px; float:left; border:1px solid #ccc; color:#015697; padding-top:10px;}
.team a {color:#015697; text-decoration:none;}
.teamlogo{width:140px; height:85px;float:left;}
.teamdetails{width:140px; text-align:center;float:left; padding-top:8px;font-size:85%;}
.teamdetails p {width:140px; text-align:center; padding:none; margin:0px;}

.videoyt{width:640; height:390px; background-color:#CCCCCC;margin-bottom:25px;}

.grid_9 li { list-style:none; color:#333; font-size:95%;}
.grid_9 ul {margin:0px; padding:0px; margin-bottom:15px;}

.contactheading {margin-left:15px;}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:940px;
	height:348px;
	overflow:hidden; 
	}
span#prevBtn{position:absolute; right:56px; top:325px;}
span#nextBtn{position:absolute; right:20px; top:325px;}
span#prevBtn a {color:#fff; text-decoration:none;}
span#nextBtn a {color:#fff; text-decoration:none;}
span#prevBtn a:hover {text-decoration:underline;}
span#nextBtn a:hover {text-decoration:underline;}

.newswrap{border-bottom:1px dotted #ccc; margin-left:19px; width:600px; margin-bottom:15px; margin-top:15px;}

.newsline{border-bottom:1px dotted #ccc; width:650px; margin-bottom:15px;}

.leftpress{width:200px;float:left;}
.rightpress{width:200px; float:left;}

.sitemap li {list-style:circle; margin-left:15px;}

.sponsorsimg .image{width:150px; height:100px;}