/* Global Styles */
/*
html {
	background-color:#FFFFFF}
}
*/
body { 
	margin-top: 5px;¡@
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	}


td {
	/*font:11px arial;*/
	/*color:#000000;*/
	padding: 0px;

	}
	
tr {
	line-height: 2.25;
	}	
	
table {
	width:100%;
	margin-left: auto;
        margin-right: auto;
        border: 0.5px white;
        border-spacing: 0px;
        border-collapse: separate;
        text-align: center;
	}
	
hr {
	height:0.5px; 
	color: #254DB4;
	border: none;
	}
	
a {
	color: #99CC99;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
a:img {
    border:none;
 }
 

.navigation a:link{
        font:11px georgia;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
}	

.navigation a:visited {
        font:11px georgia;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
}	

	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px; 
	border-left-width: 0px;
	}
	
#navigation a:hover {
	color:#99CC99;
	border: 1pt dotted #99CC99;
	border-right-width: 0px; 
	border-left-width: 0px;
	}
	
#navigationB a {
	font:11px georgia;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid black;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px; 
	border-left-width: 1px;
	}
	
#navigationB a:hover {
	color:#ffffff;
	background-color: #CCC;
	border: 1pt solid white;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px; 
	border-left-width: 1px;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CC99;
	font:11px georgia;
	color: #99CC99;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:12px arial;
	color:#000000;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
.pageName{
	font:26px georgia;
	color: #77BB77;
	line-height:26px;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #99CC99;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.detailText {
	font:12px arial;
	color:#cccccc;
	line-height:16px;
	letter-spacing:0.1em;
	}

.subTitle {
        margin-top: 3em;
	font:16px georgia;
	color:#77BB77;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:14px;
	}	
	
/* Most-likely would be mobile device*/
@media (max-width:600px) {
 
   .map{
    height:250px;
   }
   
   .HKRCUlogo{
    content: url(http://hkrcu.net/images/hkrcu_logo_transparent_mobile.png);
    height:195;
    width:300px;
   }

}

/* Most-likely would be computer or tablet*/
@media (min-width:601px) {   
   .map{
      height:500px;
   }
   
      .HKRCUlogo{
      content: url(http://hkrcu.net/images/hkrcu_logo_transparent.png);
      height:auto;
      width:30%;
   }

}