@charset "utf-8";
/* CSS Document */

@import url(content_right_menu.css);


/* GENERIC STYLES THAT CAN BE APPLIED TO ALL PAGES */
H1 {
	font-size:1.7em;
	font-weight:100;
	padding:5px 20px 5px 20px;
	/* The color of the font should be described here as well, 
	but as the color depends on the page, it is in the HTML code ("style" attribute) so that it can be generated dynamically */
}

.menu_pic_control
{
	font-size:1.7em;
	font-weight:100;
	padding:14px 20px 16px 20px;
}

/*H3 {
	font-size:1.3em;
	font-weight:600;
	line-height:1em;
	margin:0px 20px 16px 20px;
}*/

.unbold {
	font-weight:normal;
}

DIV #content_left_side {
	float:left;
	width:400px;
	
}
	
	DIV #breadcrumps {
		margin:3px 0px 3px 20px;
		font-size:0.85em;
	}
	
		/* For the links used inside the "breadcrumps" div */
		DIV #breadcrumps A {
			color:#a7a9ac;
			text-decoration:none;
		}
		
		DIV #breadcrumps A{ /* Will affect only the active links (those that are not 'disabled') */
			color:blue;
		}
		
	DIV #MainContent UL, DIV #MainContent OL {
		margin:10px 20px 26px 50px;
	}
	
	DIV #flashcontent, #flash_carousel {
		margin:29px 20px 26px 3px;
	}
	
	/* Common style for almost all the tables */
	TABLE.default_table_style, TABLE.table_coursesoffered {
		margin:10px 10px 10px 20px;
	}
	
	TABLE.table_vacancydetails {
		margin:10px 10px 0px 20px;
	}
	
	TABLE.default_table_style TD, TABLE.table_vacancydetails TD {
		padding: 0px 10px 8px 0px;
		vertical-align:top;
	}
	
	TABLE.default_table_style TH, TABLE.table_vacancydetails TH {
		font-weight:bold;
		text-align:left;
		padding: 0px 10px 8px 0px;
		vertical-align:top;
		width:100px;
	}
	

/* Styles for the ADDRESS controler */
	.table_coursesoffered TD, .table_coursesoffered TH {
		padding:0px !important;
	}

/* Styles set for individual pages */

/* || LOCATION > GOOGLE MAP || */	
DIV #map_canvas {
	width: 350px; 
	height: 300px;
	margin:0px 10px 10px 20px;
}	

/* || LOCATION > FLASH CAROUSEL || */	
DIV #flash_carousel {
	margin:0px 0px 0px 0px;
}


/* || ENGLISH IN ENGLAND > Starting fees and dates || */
#table_booking_form {
	/* the margins have been defined already */
}


/* || ENGLISH IN ENGLAND > Starting fees and dates || */
DIV #tables_dates {
	margin:5px 10px 30px 20px;
	/*added on 21 august 2008 for adding dates table as custom control*/
	width:520px;
}

	#tables_dates TABLE {
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;		
		border:1px #CCCCCC solid;
	}
	
	#tables_dates TD, #tables_dates TH {
		width:50%;
		padding:5px;
		font-size:0.95em;		
	}
	
	
	
	#tables_dates SPAN {
		text-transform: uppercase;
		color: rgb(165, 0, 33); 
	}
	
	#tables_dates THEAD TH {
		/*color: rgb(165, 0, 33);*/
		font-size:1em;
		background-color:#cc9ac6;
	}
	
	#tables_dates TBODY TH {
		color:black;
		text-align:left;
	}	
	
	#tables_dates TBODY TD {
		/*border-color: rgb(165, 0, 33);*/
		border-color:#b4b4b4;
		border-style: none solid solid solid;
		border-width:1px;
	}
	
	#tables_dates #programmes TABLE {
		border:1px solid rgb(165, 0, 33);
	}
	
	#tables_dates #programmes TD, #tables_dates #programmes TH {
		border:1px solid rgb(165, 0, 33);
	}
	
	#tables_dates #programmes TH {
		font-size:1.3em;
		color:rgb(165, 0, 33);
		font-weight:normal;
		text-align:center;
	}
	