/* RCP - user selectable styles - sitewide attributes */
h1, h2, h3, h4, h5, h6, .Heading1, .Heading2, .Heading3, .Heading4, .Heading5, .Heading6
{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1, .Heading1
{
	font-size: 150%;
	font-weight: bold;
}

h2, .Heading2
{
	font-size: 120%;
	font-weight: bold;
}

h3, .Heading3 
{
	font-size: 110%;
	font-weight: bold;
}

h4, .Heading4
{
	font-size: 100%;
	font-weight: bold;
}

h5, .Heading5
{
	font-size: 100%;
	font-weight: bold;
}

h6, .Heading6
{
	font-size: 100%;
	font-weight: bold;
}

.ImportantNote
{
	padding: 30px;
	background-color: #cccccc;
	display: block;
}

.CottonBlue
{
	padding: 30px;
	background-color: #ccccff;
	display: block;
}

.Peach
{
	padding: 30px;
	background-color: #ffeabc;
	display: block;
}

.Reference
{
	font-size: 90%;
	font-weight: bold;
}

/* 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         {text-decoration: underline;}
	
	/* 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:#111144;}
	P               {color:#111144; margin:0px;}
	TD              {color:#111144; font-size: small;}
		
	BODY			{font-family:Arial,Verdana,Helvetica, Sans-Serif; font-size: small; margin:0px; padding:0px; background-color:#ffffff;}

/* Global User Table Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Specifications Table */
	table.ImmTS_Specs
	{
		padding:0px; width: auto; 
		border-collapse:collapse;
		border-style: ridge;
		border-width: 4px;
		border-color: #cccc99;
	} /* Overall table style */

	table.ImmTS_Specs th, 
	table.ImmTS_Specs td	{padding:4px; margin:4px;} /* Cell padding and spacing styles */

	table.ImmTS_Specs, 
	table.ImmTS_Specs th, 
	table.ImmTS_Specs td	{border:1px solid #eeeeee;} /* Table border style */
	     
	table.ImmTS_Specs th	{background-color: #cccccc; text-align: left;}						/* Apply style to header cells */
	table.ImmTS_Specs tr	{vertical-align:top;}	/* Apply style to data cells */
	table.ImmTS_Specs td	{}						/* Apply style to data cells */
	
	/* Default Table */
	table.ImmTS_Default		{padding:0px; width: auto; 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 #eeeeee;} /* Table border style */
	     
	table.ImmTS_Default th	{background-color: #cccccc;}						/* 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 */

/* Member list table */
table.ImmTS_memlist
{
	border-style: ridge;
	border-width: 4px;
	border-color: #cccc99;
	border-collapse: collapse;
}
table.ImmTS_memlist th
{
	background-color: #cccc99;
}
table.ImmTS_memlist th, table.ImmTS_memlist td
{
	vertical-align: top;
	text-align: left;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

/* peach table style */
table.ImmTS_peach
{
	background-color: #ffeabc;
	width: 100%;
}

table.ImmTS_peach td
{
	padding: 30px;
}


/* peach table style */
table.ImmTS_lightgray
{
	background-color: #cccccc;
	width: 100%;
}

table.ImmTS_lightgray td
{
	padding: 30px;
}

/* peach table style */
table.ImmTS_cottonblue
{
	background-color: #ccccff;
	width: 100%;
}

table.ImmTS_cottonblue td
{
	padding: 30px;
}

table.ImmTS_LightBlue
{
	border: solid 1px #E4ECF8;
	padding: 0px;
	margin: 0px;
}

table.ImmTS_LightBlue td
{
	padding: 10px;
}

table.ImmTS_LightBlue h1, table.ImmTS_LightBlue h2
{
	padding-top: 0px;
	margin-top: 0px;
}

table.ImmTS_LightBlue .linkTD
{
	padding: 0px;
	margin: 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,sans-serif;	font-size:12px; font-weight:bold;}
	.scrollerbody	{z-index:1; color:#8C897A; font-family:Arial,Verdana,Helvetica,sans-serif; 	font-size:12px; font-weight:normal;}
	.search         {color:#8C897A;	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;}


	/* Global Sidemenu Styles  - see color style sheets for further styles */
	/* These are styles used globally by the expanding sidemenu. Further styles for this plugin are defined the in the "color" style sheets. */
		
		/* style for the containing div for the menu */	
		/* note, the font size of 83% gives a very similar font-size in IE and Mozilla. feel free to change it, but appreciate the impact cross-browser */
		div#sidemenu {
		}
		
		div#sidemenu div
		{
			padding-left: 10px;
			padding-right: 10px;
		}

		/* style for the actual menu links. padding-top and padding bottom styles are useful for netscape which doesn't seem to handle "filling" the LI tag to 100% height */
		/* change the padding styles, but exercise some caution with different browsers*/					
		div#sidemenu a {
			display:block;
			text-decoration:none;
			padding-top:0.23em;
			padding-bottom:0.33em;
		}

/* MCQ plugin styles */

/* MCQ plugin Default style */

.MCQ_Default_pnlMCQs
{
	padding: 5px;
	border: 1px groove #000099;
	background-color: #CCCCFF
}

.MCQ_Default_pnlQuestion
{
	
}

.MCQ_Default_pnlQuestion .question
{
	font-weight: bold;
}

TABLE.MCQ_Default_options 
{
	margin-top: 3px;
	margin-bottom: 10px;
}

TABLE.MCQ_Default_options .letter
{
	float:left; 
	padding-right: 5px;
}

TABLE.MCQ_Default_options .qtext
{
	float:left; 
	width: 550px;
}

.MCQ_Default_options
{
	
}

TABLE.MCQ_Default_options tr td
{
	width: 600px;
}

TABLE.MCQ_Default_options tr td label
{
	width: 580px;
	float: left;
}

TABLE.MCQ_Default_options tr td input 
{
	width: 20px;
	float: right;
}

.MCQ_Default_options label
{
	
}

.MCQ_Default_pnlResults
{
	
}

.MCQ_Default_pnlReviewing
{
	text-align: right;
}
.MCQ_Default_pnlReviewing img
{
	padding-top: 10px;
}


TABLE.MCQ_Default_pnlNavigation
{
	vertical-align: top;	
}

.MCQ_Default_btn
{
	margin: 3px 3px 0px 3px;
	background-color: #000099;
	color: white;
	font-weight: bold;
	border: 0;
}

/* MCQ plugin Default style */

.MCQ_GradedTest_pnlMCQs
{
	padding: 5px;
	border: 1px groove #000099;
	background-color: #ccccff;
}

.MCQ_GradedTest_pnlQuestion .question
{
	font-weight: bold;
}

TABLE.MCQ_GradedTest_options 
{
	margin-top: 3px;
	margin-bottom: 10px;
}


TABLE.MCQ_GradedTest_options .letter
{
	float:left; 
	padding-right: 5px;
}

TABLE.MCQ_GradedTest_options .qtext
{
	float:left; 
	width: 550px;
}

TABLE.MCQ_GradedTest_options tr td
{
	width: 600px;
}

TABLE.MCQ_GradedTest_options tr td label
{
	width: 580px;
	float: left;
}

TABLE.MCQ_GradedTest_options tr td input 
{
	width: 20px;
	float: right;
}

.MCQ_GradedTest_options label
{
}

.MCQ_GradedTest_pnlResults
{
}

.MCQ_GradedTest_pnlReviewing
{
	text-align: right;
}

.MCQ_GradedTest_pnlReviewing img
{
	padding-top: 10px;
}


.MCQ_GradedTest_pnlNavigation
{
	
}

.MCQ_GradedTest_btn, .MCQ_GradedTest_LinkButton
{
	margin: 3px 3px 0px 3px;
	background-color: #000099;
	color: white;
	font-weight: bold;
	border: 0;
}

.MCQ_GradedTest_LinkButton
{
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

/* TrueFalse plugin Default style */

.TF_Default_pnlMain
{
	padding: 5px;
	border: 1px groove #000099;
	background-color: #ccccff;	
}

.TF_Default_pnlMain .letter
{
	float:left; 
	padding-right: 5px;
}

.TF_Default_pnlMain .qtext
{
	float:left;
}

.TF_Default_pnlMain .title
{
	font-weight: bold;
}

.TF_Default_pnlMain .TFContent
{
	margin-bottom: 15px;
}

.TFContent .column1
{
	text-align: left;
	width: 500px;
	table-layout:fixed;
}

.TFContent .column2
{
	text-align: center;
	width: 50px;
}

.TFContent .column3
{
	text-align: center;
	width: 50px;
}
.TFContent .asnwers
{
	width: 100px;
	padding: 0px;
}

.TFContent .answers TD
{
	width: 50px;
	text-align: center;
}

.TF_Default_pnlScore
{
	padding-top: 10px;
	font-weight: 600;
}

/* SlideNavigation plugin styles */

/* SlideNavigation - Icon mode */
.SlideNavigation_Icon_First img,
.SlideNavigation_Icon_Previous img,
.SlideNavigation_Icon_Next img,
.SlideNavigation_Icon_Last img,
.SlideNavigation_Icon_Parent img
{
	vertical-align: bottom;
}

.SlideNavigation_Icon_Parent
{
	margin-left: 20px;
}

.SlideNavigation_Icon_NavigationBar
{
	text-align: center;
}

/* SlideNavigation - Text mode */
.SlideNavigation_Text_Previous
{
	color: Red;
	float: left;
}

.SlideNavigation_Text_Next
{
	color: Blue;
	float: right;
}
.SlideNavigation_Text_Parent
{
	color: Green;
}

.SlideNavigation_Text_NavigationBar
{
	text-align: center;
}


/* SlideNavigation - Text mode */

.ShoppingBasket_DataGrid tr td
{
	padding: 3px;
}


/* Unordered Lists */
UL.Square 
{
	list-style-type: square;
}

UL.None
{
	margin-left: 25px;
	list-style-type: none;
}

UL.Circle
{
	
	list-style-type: circle;
}

/* Quiz Control Styles */
.QuizControl
{
	color: #111144;
	border: solid 1px #B2B2E0;
	background-color: white;
	padding: 5px;
}

.IntroContainerStyle, .GradingContainer /*, .ThankYouContainer ID commented out 180311*/
{
	width: 100%;
	border: solid 1px #B2B2E0;
	vertical-align: middle;
	text-align: center;
	height: 100px;
	font-size: 16px;
	font-weight: bold;
}

.ThankYouContainer /*ID added 180311*/
{
	width: 100%;
	border: solid 1px #B2B2E0;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	min-height: 100px;
	font-weight: bold;
}

* html .IntroContainerStyle 
{
	position:relative;
	text-align: justify;
}

* html .IntroContainerStyle div
{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
}

* html .IntroContainerStyle div div
{
	position:relative;
	text-align: center;
	width: 100%;
	top: -50%;
}

* html .ThankYouContainer 
{
	position:relative;
	text-align: justify;
}

/** html .ThankYouContainer div --ID commented out 180311
{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
}*/
/*
* html .ThankYouContainer div div
{
	position:relative;
	text-align: center;
	width: 100%;
	top: -50%;
}*/

.GradingContainer
{
	font-weight: normal;
	width: 100%;
}

.GradingContainer div
{
	text-align: left;
	padding: 5px;
}

.GradingContainer div div
{
	padding: 0px;
}

.HoursTakenInfo
{
	/*border:1px solid #CCCCFF;*/
	text-align:left;
}

.HoursTakenContainer
{
	/*margin:20px */
}

.ddlHoursTaken
{
	margin:20px 
}

.clearfix
{
	clear:both;
}

.InfoBarStyle
{
	border: solid 1px #B2B2E0;
	background-color: #CCCCFF;
	height: 30px;
	width: 100%;
	font-family: Verdana;
	font-size: 10pt;
	margin-bottom: 10px;
}

.InfoBarStyle #InfoBar_Name
{
	font-weight: bold;
	padding-left: 5px;
	width: 65%;
}

.InfoBarStyle #InfoBar_Right SPAN
{
	font-weight: bold;
	padding-right: 5px;
	width: 30%;
}

.QuestionContainer
{
	
}

TABLE.MCQAnswersList
{
	margin-top: 10px;
}

TABLE.MCQAnswersList TR TD label
{
	width: 500px;
	float:left;
}

TABLE.MCQAnswersList TR TD
{
	width: 540px;
}

TABLE.MCQAnswersList TR TD INPUT
{
	width: 20px;
	float: right;
}


TABLE.TFAnswersList TH
{
	text-align: center;
    font-weight: normal;
    font-size: 11px;
}

TABLE.TFAnswersList TD
{
	height: 20px;
}

TABLE.TFAnswersList
{
	width: 575px;
}

TABLE.TFAnswersList .TFAnswer
{
	text-align: center;
	width: 80px;
}

 
 
 
 
 TABLE.EMIAnswersList TH
{
	text-align: center;
    font-weight: normal;
    font-size: 11px;
}

TABLE.EMIAnswersList TD
{
	height: 20px;
}

TABLE.EMIAnswersList
{
	width: 575px;
	margin-top: 10px;
}

TABLE.EMIAnswersList .EMIAnswer
{
	text-align: center;
	width: 80px;
}
 


.tblQuestionsStyle
{
	border: 1px solid #D3D3D3;
	width: 100%;
}

.tblQuestionsStyle .CellNumberStyle, .CellExplNumberStyle
{
	background-color: #CCCCFF;
	border-right: dashed 1px #B2B2E0;
	vertical-align: top;
	width: 20px;
	text-align: center;
	border-bottom: solid 1px #B2B2E0;
}

.CellExplNumberStyle
{
	background-color: #FCCFFC;
	border-right: solid 1px #B2B2E0;
}

.tblQuestionsStyle .CellQuestionStyle
{
	padding-left: 10px;
	padding-bottom: 20px;
	width: 550px;
	border-bottom: solid 1px #B2B2E0;
}

.tblQuestionsStyle .CellSpacerStyle 
{
	border-bottom: solid 1px #B2B2E0;	
}

.CellExplanationStyle
{
	border-bottom: solid 1px #B2B2E0;
}

.tblQuestionsStyle .CellReviewStyle
{
	background-color: #F5F5F5;
	border-left: dashed 1px #B2B2E0;
	border-bottom: solid 1px #B2B2E0;
	font-family: Verdana;
}

.tblQuestionsStyle .CellReviewStyle IMG
{
	padding-right: 2px;
}

.tblQuestionsStyle .QuestionTitle
{
	font-weight: bold;
}

.tblTFReview
{
	margin-bottom: 25px;
}

.tblTFReview TD
{
	height: 23px;
}

.ButtonContainer
{
	text-align: center;
	margin-top: 20px;
}

.ButtonContainer INPUT
{
	border: solid 1px #000099;
	background-color: #000099;
	padding: 2px;
	color: white;
	font-weight: bold;
}

.nextButton
{
	float:right;
}

.prevButton
{
	float:left;
}

.MidButtonsStyle
{
	margin-right: 5px;
}

.ExplanationCell
{
	background-color: #DDDDFF;
	border-bottom: solid 1px #B2B2E0;
	height: 20px;
}

.QuestionExplanationCell
{
	background-color: #FCCFFC;
	border-bottom: solid 1px #B2B2E0;
	height: 20px;
}

.ExplanationSpacerCell
{
	height: 5px;
	font-size: 3px;
}

.ExplanationLetterCell
{
	
}

.ExplanationAnswerCell
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	
}

.tblReviewTable
{
	text-indent: 10px;
	width: 100%;
}

.ExplanationQuestionTitle
{
	font-weight: bold;
	height: 25px;
	vertical-align: top;
	
}

/* Podcast Styles */
.PodcastSubscribe
{
	width: 100%;
	border: dashed 1px gray;
	padding: 5px;
}
.PodcastSubscribe H3
{
	padding-top: 0px;
	margin-top: 0px;
}

.PodcastSubscribe INPUT
{
	border: solid 1px gray;
	width: 90%;
}

TABLE.PodcastInfoTable
{
	width: 100%;
}

TABLE.PodcastInfoTable H1
{
	margin-top: 0px;
	padding-top: 0px;
}
TABLE.PodcastInfoTable IMG
{
	margin: 5px;
}

TABLE.EpisodeInfoTable
{
	width: 100%;
}

TABLE.EpisodeInfoTable H3
{
	padding-top: 0px;
	margin-top: 0px;
}
TABLE.EpisodeInfoTable IMG
{
	margin: 5px;
	margin-top: 0px;
}

TABLE.EpisodeListTable 
{
	width: 100%;
}

TABLE.EpisodeListTable A
{
	font-weight: bold;
}

TABLE.EpisodeListTable IMG
{
	margin: 2px;
}

TABLE.EpisodeListTable feed
{
	text-align: right;
}

TABLE.EpisodeListTable H1
{
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.Notebook
{
	width: 145px;
	height: 210px;
	background-image: url(../../../../graphics/default/notepad.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}

.Notebook H2
{
	margin: 0px;
	padding: 0px;
}

.Notebook #notecontainer
{
	padding: 20px 10px 10px 10px;
}

.InfoMessage
{
    /*font-weight: bold;*/
    color: Red;
}

fieldset 
{ 
    -moz-border-radius: 5px; /*rounded corner hack for Firefox*/
    -webkit-border-radius: 5px; /*rounded corner hack for Chrome*/
}
/* Rss Feed Styles */
UL.rssFeed			{list-style:none; margin:0px; margin-bottom:20px; width:40em;}
UL.rssFeed LI		{margin-bottom:.75em;}
UL.rssFeed A		{font-size:120%; font-weight:bold;}
UL.rssFeed .desc	{margin-bottom:.2em;}
UL.rssFeed .meta	{}


