/* CSS Document */

/* This is the SUB-GLOBAL stylesheet for all the pages of CITIES*/

/* style for two CONTAINERS ---------------STARTS here-----------*/

#div_container_city{
	/*border: 1px solid RED;*/
	width:450px;	
	float:left;
	padding:0 10px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#div_container_venues{
	width:170px;
	float:right;
	margin:0;
	padding:0px;
	background-color: #F0F0F0;
	border: 1px solid #E6E6E6;
	1border:1px solid red;
	border-top:none;
	
}

/* style for two CONTAINERS ---------------ENDS here-----------*/


/* style for DEFINITION LIST ( City container) ------STARTS here-----------*/

#div_container_city dl{/*border:solid 1px yellow;*/}

#div_container_city dl dt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:none;
	line-height:20px;
	margin:0 0 5px 0;
	padding:20px 0 0 0;
	border-bottom:solid 1px #CCCCCC;
	clear:both;
	}

#div_container_city dl dd{
	margin:0 0 10px 10px;
	font-size:10px;
	color: #666666;
/*	border:solid 1px lightgreen;*/
}

/* style for the image to be aligned to the left side */
#div_container_city dl dd.image_left{
	margin:5px 5px 2px 5px;
	position:relative;
	float:left;	
}

/* style for the image to be aligned to the right side */
#div_container_city dl dd.image_right{
	margin:5px 2px 2px 5px;
	float: right;	
}

/* style for DEFINITION LIST ( City container) ------ENDS here-----------*/





/* style for DEFINITION LIST ( VENUE container) ------STARTS here-----------*/
#div_container_venues  { margin:0 0 50px 0;	}

#div_container_venues h2{
	text-align:center;
	font-size: 10px;
	font-weight:normal;
	padding:5px 0 10px 0;
	border:0;
	}
/*	 	font colour for h2 is at the end of this file ,  as the colour has to be different 	*/
/*		for #div_container_venues.incity and #div_container_venues.aroundcity				*/

#div_container_venues h2 strong{
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}

#div_container_venues dl {
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
/*	border:solid 1px darkblue;	*/
}

#div_container_venues dl dt{
	text-align:left;
	padding:5px 0 5px 20px;
	background-image:url(../images/redarrow.gif);
	background-repeat:no-repeat;
	background-position:6px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	clear:both;
	line-height:12px;
	
/*	border:solid 1px RED;	*/
}
#div_container_venues dl dt a{
	color:#000;
}
#div_container_venues dl dt a:hover{
	color: #990000;
	text-decoration:none;
}


#div_container_venues dl dd{
	margin:0;
	padding:0;
/*	border:solid 1px LIGHTGREEN;*/
}

#div_container_venues dl dd.image{
	text-align:center;
/*	border:solid 1px DARKGREEN;*/
}
#div_container_venues dl dd.more{
	width:140px;
	font-size:9px;
	font-weight:bold;
	text-align:right;
	padding:0px 5px 5px 10px;
	border:none;
	border-bottom: dashed 1px #CCCCCC;
	margin:0 0 10px 0;
	
}
	
#div_container_venues.incity h2{	
	background-color: #52933C;
	border-top:solid 5px  #006633;
	color: #FAFAFA;	
}

#div_container_venues.aroundcity h2{	
	background-color: #CC9900;
	border-top:solid 5px #960;
	color: #FAFAFA;	
}

#div_container_venues.incity dl dd.more a:link{ color:#4e8802; text-decoration:none;}	
#div_container_venues.incity dl dd.more a:visited{color:#4e8802;text-decoration:none;}	
#div_container_venues.incity dl dd.more a:hover{color: #990000;text-decoration: underline;}	

#div_container_venues.aroundcity dl dd.more a:link{ color:#CC9900; text-decoration:none;}	
#div_container_venues.aroundcity dl dd.more a:visited{color:#CC9900;text-decoration:none;}	
#div_container_venues.aroundcity dl dd.more a:hover{color: #990000;text-decoration: underline;}	

/* style for DEFINITION LIST ( VENUE container) ------ENDS here-----------*/

/* style for all the images on the page in the Definition lists( both CITY and VENUE) ------STARTS here-----------*/
dl dd img{ padding:5px;	border:1px solid #E6E6E6; background-color:#FFFFFF;}
/* style for all the images on the page in the Definition lists( both CITY and VENUE) ------ENDS here-----------*/

.subtitle{
	font-size:9px;
	margin:0;
	clear:both;
	font-weight:500;
	color: #CC0000;
}
