/* general styles  */
SPAN
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

BODY, TABLE, P, TR, TD, FORM
{
	border: 0;
}

H1, H2, H3
{
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	display: block;
}

H1
{
	padding-bottom: 5px;
}

H2
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* this style is ONLY used for the help files */
H3
{
	margin-bottom: -10px;
}

A:hover
{
	color: #E73D05;
	text-decoration: none;
}

A
{
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}

LI
{
	margin-bottom: 10px;
}

/* -------------------------------------------------------------------- */

/* Skinning panels */

/* navigation panel */
.NavigationPanel
{
	background-color: #a52300
}

/* TOC panel */
.TOCPanel
{
	background-color: #FFF;
	height: 100%;
}

/* body panel */
.BodyPanel
{
	margin: 6px;
	padding: 9px 10px 10px 10px;
	background-color: #FFF;
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------------------------- */

/* Branding panel styles */

.BrandingTitle
{
	margin-bottom: 0px;
	vertical-align: middle;
}

.BrandingTitle td
{
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

/* -------------------------------------------------------------------- */

/* Nav panel styles */

.NavPanelLowerRow
{
	background-image: url(Images/navBar_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	vertical-align: top;
}

.NavPanelLinksTable
{
	margin-top: 3px;
	padding-right: 10px;
	height: 80%;
}


A.NavPanelLink, A.NavPanelLink:visited
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 20px;
}

A.NavPanelLink:hover
{
	color: #a52300;
	text-decoration: none;
}

/* -------------------------------------------------------------------- */

/* TOC styles  */

/* the overall table containing the TOC */

.TOCTable
{
	margin: 10px 0px 15px 11px;
	border-top: dotted 1px #333;
	border-bottom: none;
	border-left: none;
	border-right: none;
	white-space: nowrap;
}

/* An actual heading in the TOC */

.TOCHeading
{
	border-top: none 0px #FFF;
	border-bottom: none 0px #FFF;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	padding: 4px 4px 4px 7px;
	white-space: nowrap;
	font-weight: bold;
	background-image: url(Images/MenuTan.gif);
	background-repeat: repeat-x;
}

/* An actual item in the TOC */

.TOCItem
{
	border-top: none 0px #FFF;
	border-bottom: dotted 1px #333;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	padding: 4px 4px 4px 20px;
	white-space: nowrap;
}

/* The hyperlink for the TOC item */

.TOCLink:hover
{
	color: #a52300;
}
.TOCLink
{
	border-style: none;
	white-space: nowrap;
	color: #333; /* #4b4b38; */
	font-weight: bold;
/*	font-size: 8pt;*/
	width: 100%;
}

/* -------------------------------------------------------------------- */

/* section formatting */

.StyleValidationSummary, .StyleValidationSummary p
{
	color: #a52300;
}

.StyleValidationSummary ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.StyleValidationSummary li 
{
	color: #a52300;
	font-weight: normal;
}


.StylePrompt	
{
	font-weight: bold;
}



/* -------------------------------------------------------------------- */

/* control formatting */

.StyleLinkLeft, .StyleLinkRight
{
	border: solid 1px #333;
	background-color: #e1e1d0;
	background-image: url(Images/button_bg.gif);
	background-repeat: repeat-x;
	color: #a52300;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	height: 100%;
	display: inline;
	padding: 3px 10px 3px 10px;
} 

.StyleLinkLeft 
{
	margin: 0px 5px 0px 0px;
} 

.StyleLinkRight
{
	margin: 0px 0px 0px 5px;
}

.StyleLinkRight:hover 
{
	color: #E73D05;
	text-decoration: none;
}

.StyleLinkLeft:hover 
{
	color: #E73D05;
	text-decoration: none;
}

.StyleBodyTable
{
	margin: 0px;
}

.StyleBodyTable td, .StyleBodyTableNoPadding td
{
	margin: 3px;
	padding: 5px;
	vertical-align: top;
}

.StyleBodyTableNoPadding
{
	margin: 0 0 0 -5px;
}

.StyleButtonGroupLeft
{
	padding: 5px 0px 0 1px;
	text-align: left;
	white-space: nowrap;
	vertical-align: bottom;
}

.StyleButtonGroupRight
{
	padding: 5px 1px 0 0;
	text-align: right;
	white-space: nowrap;
	vertical-align: bottom;
}

.StyleDottedBox 
{
	border: dotted 1px #333;
	margin-top: 5px;
	padding: 7px;
}

.StyleSolidBox 
{
	border: solid 1px #333;
	margin-top: 5px;
	padding: 7px;
}

.StyleTable 
{
	border: solid 1px #333;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.StyleTableHeading 
{
	background-color: #a52300;
}

.StyleTableHeading td 
{
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 5px;
	border: solid 0px;
}

.StyleTableItem td, .StyleTableAlternating td, .StyleTableItemHighlight td, .StyleTableAlternatingHighlight td, .StyleTableItemBold td, .StyleTableAlternatingBold td
{
	margin: 0;
	padding: 5px;
	border: 0;
}

.StyleTableItem td label, .StyleTableAlternating td label, .StyleTableItemHighlight td label, .StyleTableAlternatingHighlight td label, .StyleTableItemBold td label, .StyleTableAlternatingBold td label
{
	vertical-align: top;
}

.StyleTableItem, .StyleTableItemHighlight, .StyleTableItemBold
{
	background-color: #ebebdf;
}

.StyleTableAlternating, .StyleTableAlternatingHighlight, .StyleTableAlternatingBold
{
	background-color: #d6d6c0;
}

.StyleTableItemShaded
{
	background-color: #eb9797;
}

.StyleTableAlternatingShaded
{
	background-color: #d68989;
}

.StyleTableItemHighlight td
{
    color: #a52300
}

.StyleTableAlternatingHighlight td
{
    color: #a52300
}

.StyleTableItemBold td
{
   	font-weight: bold;
}

.StyleTableAlternatingBold td
{
   	font-weight: bold;
}

.StyleTableItemBold
{
    background-color: #ebebdf;
}

.StyleTableAlternatingBold
{
    background-color: #d6d6c0;
}

.StyleTableItemBold td
{
    font-weight: bold;
}

.StyleTableAlternatingBold td
{
    font-weight: bold;
}

.StyleInlineMultiListBox
{
	vertical-align: text-top;
}

.AnswerOption, .AnswerOption_Selected
{
	white-space: nowrap;
	vertical-align: bottom;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.AnswerOption a, .AnswerOption_Selected a
{
	border: solid 1px #333;
	color: #a52300;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	display: block;
	padding: 3px 5px 3px 5px;
}

.AnswerOption a:hover, .AnswerOption_Selected a:hover
{
	color: #E73D05;
	text-decoration: none;
}

.AnswerOption_Selected a
{
	color: #fff;
	background-color: #a52300;
	background-image: none;
	background-repeat: no-repeat;
}

.QuestionNavigationGrid, .QuestionNavigationGrid td, .QuestionNavigationGrid_Answered
{
	border-style: solid;
	border-color: #333;
}

.QuestionNavigationGrid
{	
	border-width: 0 0 1px 1px;
	border-collapse: collapse;
	background-color: #fff;
}

.QuestionNavigationGrid td
{
	border-width: 1px 1px 0 0;
	text-align: center;
	margin: 0;
	padding: 3px;
}

.QuestionNavigationGrid_Answered, .QuestionNavigationGrid_Answered td, .QuestionNavigationGrid_Answered a
{
	background-color: #a52300;
	color: #fff;
	text-decoration: none;
}

.QuestionNavigationGrid_Answered_Current, .QuestionNavigationGrid_Answered_Current td, .QuestionNavigationGrid_Answered_Current a
{
	background-color: #731800;
	color: #fff;
	text-decoration: underline;
}

.QuestionNavigationGrid_Current, .QuestionNavigationGrid_Current td, .QuestionNavigationGrid_Current a
{
	background-color: #ebebdf;
	text-decoration: underline;
}

/* -------------------------------------------------------------------- */

/* tree view formatting */


.StyleTreeView table, .StyleTreeView td
{
	padding: 0;
	margin: 0;
}

/* -------------------------------------------------------------------- */

/* CTRQ formatting */

.StyleCTRQAnswerHorizontal
{
	background-color: #ebebdf;
	border-top: solid 2px white;
	border-bottom: solid 2px white;
}

.StyleCTRQAnswerVertical
{
	background-color: #ebebdf;
}

/* -------------------------------------------------------------------- */
/* Flexible assessment formatting */

#flasq_itemouter
{
	clear: both;
}

#flasq_itemgroup
{
	text-align: center;
	font-weight: bold;
}

#flasq_itemgroup_prop
{
	float: right;
	width: 1px;
}

#flasq_itemgroup_clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

#flasq_itemgroup ul
{
	padding: 0;
	margin: 0;
}
#flasq_itemgroup li
{
	padding: 0 0 2px 0;
	margin: 0;
}


#flasq_itemtext
{
	text-align: center;
	font-weight: bold;
}

#flasq_itemtext_prop
{
	float: right;
	width: 1px;
}
#flasq_itemtext_clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

#flasq_answersouter
{
	text-align:center;
}

#flasq_answersouter table
{
	padding: 0;
	margin: 0;
}

#flasq_answers_prop
{
	height: 45px;
	float: right;
	width: 1px;
}

#flasq_answers_clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

#flasq_answersouter .flasq_answersrow
{
	text-align: center;
	padding: 0;
	margin: 0;
}

#flasq_answersouter .flasq_answersrow td, #flasq_invisible
{
	border-collapse: collapse;
	padding: 1px 3px;
}

#flasq_invisible
{
	font-weight: bold;
}
