/* Elearning Styles */

.section {margin-bottom:1.5em; padding:1px;}
.label   {font-weight:bold; font-size:120%;}
.header  {margin-bottom:1em;}

#container			{position:relative; margin-top:.75em; width:90%;}
#selector			{clear:both; position:relative; padding-top:24px; padding-right:2em;}
#selector UL		{list-style:none; margin:0px;}
#selector LI		{position:relative; float:left;}
#selector A			{color:#000044; height:18px; display:inline-block; padding:5px 20px 0px 7px; background:#BCD4F8; border:1px solid #3B619C; border-bottom:none; border-left:none;}
#selector A:hover	{background:#FFECC0;}

#page		{margin:.75em;}
#header		{padding-bottom:0px;}
#header H1  {padding-left:15px; padding-top:20px; font-style:italic; font-weight:bold; font-size:250%; color:#ffffff;}

DIV.multichoicequestion		{}
DIV.question				{font-weight:bold;}
UL.answers					{list-style:none; margin-left:5px;}


/* Word Compatibility Styles */
/* These styles alter the default html behaviour to be more like MS Word */

	FORM			{margin-top:0px; margin-bottom:0px;}
	UL              {list-style:square; margin-top:0px; margin-bottom:0px;}	
	OL				{margin-top:0px; margin-bottom:0px;}
	BLOCKQUOTE		{margin-top:0px; margin-bottom:0px;}



/* Global Styles */

	A               
	{
		color:#3366FF; text-decoration:underline;
	}
	
	A:hover 
	{
		color:#7F9DB9;
	}
	
	
	
	/* The DIV, P and TD styles should be the same as the "normal" content style. P has a margin of 0px to make it behave the same as a DIV tag, as the Immediacy Editor currently uses P's and DIV's interchangeably */
	div            
	{
		color:#003366; 
		font-family:Arial,Verdana,Helvetica,Sans-Serif; 
		font-size:10pt;
		margin:0px;
		padding:0px;
	}
	
	p
	{
		color:#003366; 
		font-family:Arial,Verdana,Helvetica,Sans-Serif; 
		font-size:10pt;
		margin:0px;
		padding:0px;
		
	}
	
	td
	{
		color:#003366; 
		font-family:Arial,Verdana,Helvetica,Sans-Serif; 
		font-size:10pt;
	}
	
	body
	{
		font-family:Arial, Helvetica, Verdana, Sans-Serif;
		font-size:10pt;	
		margin:0;
		color:#003366;
		/*text-align: center;*/
	}
	
	#main
	{
		text-align:left;
	}
	

	#search
	{
		text-align:right;
	
	}
	
	.searchLinks
	{
		font-size:9pt;
		font-weight:bold;
	}
	
	.searchLinks a
	{
		
		text-decoration:underlined;
	}

	.searchLinks a:hover
	{
		
	}
	
	.searchLinks a.membersArea
	{
	
	
	}

	#upperBar
	{
		
	}

	#breadcrumbBar
	{
		font-weight:bold;
		
	}
	
	#breadcrumbBar a
	{
		font-weight:bold;
		font-style:italic;
	}

	.breadcrumbSelected
	{
		font-style:italic;
		font-weight:normal;
	}

	#breadcrumbBar a:hover
	{
		
	}

	.boldBlue
	{
		font-weight:bold;
		font-size:10pt;
	}

	.boldPurple
	{
		font-weight:bold;
		font-size:10pt;
	}

	#glance
	{
		
	}
	
	#glanceLinks a
	{
		
	}

	#glanceLinks a:hover
	{
		
	}

	#mainContainer
	{
		
	}

	#leftContainer
	{
		
	}
	
	#leftContainer a
	{
		text-decoration:underline;
	}

	.leftTab
	{
			
	}

	.leftTabTitle
	{
		font-weight:bold;
		font-size:10pt;
	}
	
	.leftTabTitle p
	{
		font-weight:bold;
		font-size:10pt;
	}
	
	.leftTabTitle div
	{
		font-weight:bold;
		font-size:10pt;
	}

	#rightContainer
	{
		
	}

	.rightTabContainer
	{
						
	}

	.rightTabTitle
	{
		font-weight:bold;
			
	}

	.rightTabBody
	{
			
	}

	#doctorsImages
	{
			
	}

	#linkFooterContainer
	{
			text-align:center;
	}

	#linkFooter
	{
		text-align:center;
		font-size:8pt;	
	}
	
	#linkFooter a
	{
		
	}

	#linkFooter a:hover
	{
		
	}

	#footer
	{
		
	}


/* Global User Table Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{padding:0px; width:100%; border-collapse:collapse;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{border:1px solid black;} /* Table border style */
	     
	table.ImmTS_Default th	{}						/* Apply style to header cells */
	table.ImmTS_Default tr	{vertical-align:top;}	/* Apply style to data cells */
	table.ImmTS_Default td	{}						/* Apply style to data cells */
	
	/* Default Colour Scheme Table*/
	table.ImmTS_CountryColour		{padding:0px; width:100%; border-collapse:collapse;} /* Overall table style */

	table.ImmTS_CountryColour th, 
	table.ImmTS_CountryColour td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_CountryColour, 
	table.ImmTS_CountryColour th, 
	table.ImmTS_CountryColour td	{border:1px solid black;} /* Table border style */
	     
	table.ImmTS_CountryColour th	{}						/* Apply style to header cells */
	table.ImmTS_CountryColour tr	{vertical-align:top;}	/* Apply style to data cells */
	table.ImmTS_CountryColour td	{}						/* Apply style to data cells */
	
	/* Right Hand Menu Table */
	table.rht		{float:right;}  /* Overall table style */
	table.rht th, 
	table.rht td	{padding-top:2px; padding-bottom:2px; margin:0px;} /* Cell padding and spacing styles */
	table.rht tfoot td {padding-top:0px;}

/* Plugin Styles */
/* These styles are used by plugins through out the site. */

	/* Scroller */
	#divscroller0	{z-index:1;}
	.scrollertitle	{z-index:1; color:#8C897A; font-family:Arial,Verdana,Helvetica;	font-size:12px; font-weight:bold;}
	.scrollerbody	{z-index:1; color:#8C897A; font-family:Arial,Verdana,Helvetica; 	font-size:12px; font-weight:normal;}
	.search         {color:#eeeeee;	font-size:small; font-weight:bold;}

	/* Whats new */
	.WhatsnewTitle	{font-size:9pt; color:#8C897A; font-weight:bold;}
	.WhatsnewTitle:hover	{color:#8c89ff;}
	.WhatsnewBody	{font-size:8pt; color:#8C897A; font-weight:normal; float:left;}

	/* SiteMap */
	DIV.sitmp0				{padding:2px; font-size:110%; background-color:#f3f3ff;}
	DIV.sitmp1				{padding:2px; font-size:90%;}
	DIV.sitmp2				{padding:2px; font-size:90%;}
	A.sitmpA0				{color:#000070; font-weight:bold;}
	A.sitmpA0:hover			{color:#8C897A;}
	A.sitmpA1				{color:#000070; font-weight:normal;}
	A.sitmpA1:hover			{color:#8C897A;}
	A.sitmpA2				{color:#000070; font-weight:normal;}
	A.sitmpA2:hover			{color:#8C897A;}

	/* Page Counter Styles */
	#PageCounter	{text-align:right; clear:both; width:10em;}
	.PageCounter	{text-align:left; font-size:x-small; color:#000070;}
	HR.PageCounter	{color:#000070; height:1px;}
	.PageCounterTxtBox {width:40px;}

/***************************GP Diary 2009************************/

#Template__ctl11__ctl0_fb_Curriculum_Diary_Project_paragraph_Please_Note 
{
    font-style:italic;
    font-weight:bold;
    padding-top:15px;
}
	


