/* global styles */
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    background-color: #CCFFCC;
}
p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover 
{
    color: #CC3300
}
    
/* master page settings */
.masterBorder
{
    background-color: #CCFFCC;
    text-align: center;
    margin: 0 auto;
}
	
.masterSite 
{
	width: 900px;
	background-color: #FFFFFF;
	border: solid 3px green;
	padding: 10px 0 10px 0;
	/* margin: 10px 0 10px 0; */
	margin: 10px auto;
}
#masterTopImage
{
	text-align: center;
}
.tdMasterPersonName
{
    text-align: left;
    font-style: italic;
}

.mainbody 
{
	text-align: left;
	padding: 10px 40px 20px 40px;
}
.masterFooter 
{
	padding: 10px 0 0 0;
	text-align: center;
}
.masterTitle 
{
	text-align:left;
	color: Green;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*
.masterTitleLeft
{
	text-align:left;
	color: Green;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 30px;
}
.masterTitleTest
{
	text-align:center;
	color: Green;
	font-weight:bold;
	margin-bottom: 30px;
}
/*	top navigation styles	*/
.top-nav
{
	width: 791px;
	height: 25px;
	overflow: hidden;
	background: repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(~/images/bg-nav.gif);
}
.top-nav li {
	float:left;
}
.top-nav li a{
	float:left;
	padding:0 19px 2px;
	line-height:23px;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
}
.top-nav li a:hover
{
	background: repeat-x;
	color: #333;
	background-color: #FF9933;
}
.top-nav .topNavSelected a
{
    float: left;
    padding: 0 19px 2px;
    line-height: 23px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none; 
    border: solid 1px green; 
    color: #060;
    background-color: #CCFFCC;
}
.top-nav .topNavSelected a:hover 
{
	background: repeat-x;
	color: #333;
	background-color: #FF9933;
}


/* selected item */
.topMenu 
{
	margin-top: 0;
	font-size: smaller;
	background-color: Green;
	padding: 0px 0;
}
.menuSelected 
{
	color: Purple;
	font-size: xx-large;
}
/* help and error panels */
.helpPanel 
{
	border: solid 1px #006400;
	text-align: left;
	margin: 20px 0 30px 0;
	padding: 5px 5px 5px 5px;
	width: 600px;
	color: #006400;
}
.errorPanel 
{
	border: solid 1px red;
	text-align: left;
	margin: 20px 0 30px 0;
	padding: 5px 5px 5px 5px;
	width: 600px;
	color: Red;
}
.helpPanelExclMark
{
	float: left;
	width: 50px;
	text-align: left;
}
.helpPanelRest
{
	margin-left: 50px;
}

.helpPanelTitle 
{
	text-align: justify;
	font-weight: bold;
	padding-bottom: 10px;
}
.helpPanelMessage 
{
	text-align:justify;
}
.helpPanelIcon 
{
	text-align: right;
}
.fillerPanelRest
{
	width: 450px;
}

.fillerPanelTitle 
{
	text-align: justify;
	font-weight: bold;
	padding-bottom: 20px;
}
.fillerPanelMessage 
{
	text-align:justify;
}
.helpList 
{
	text-align: left;
}
.preamble 
{
	padding: 20px 0 10px 0;
}
.Buttons 
{
	margin-top: 20px;
}
.footnote 
{
	display: block;
	text-align: center;
	padding: 5px;
	font-style: italic;
	margin-top: 10px;
}
.bottomnote 
{
	display: block;
	text-align: center;
	padding: 5px;
	font-style: italic;
	margin-top: 10px;
}

/********************************************/
/* test page listing questions and progress */
/********************************************/

/* the overall container for the answers (float left) and questions (right) */
 .testAnswers 
{
    float: left;
    vertical-align: top;
    width: 100px;
    margin-bottom: 20px;
 }
#divQuestion
{
    border: 1px solid #C0C0C0;
    text-align: center;
    margin: 20px 20px 20px 150px;
    padding: 20px;
    background-color: #EFE;
   
}
.testQuestions 
{
    vertical-align: top;
    margin-right: 10px;
    background-color: #EFE;
    margin-top: 0;
    padding-top: 0;
}

/* on left hand side, show column of questions answered */
.progressBox {
    
}

.progressBox #subtitle
{
    text-align: center;
    color: green;
    font-weight: bold;
    padding: 0px 0 20px 0;
}

/* at top of rest of page, show the question */

.questionSubtitle
{
    text-align: left;
    color: green;
    font-weight: bold;
    margin-bottom: 10px;
}
.questionBox
{
    padding: 20px;
    border: solid 2px #000000;
    vertical-align: top;
    text-align: left;
    color: #000000;
}
.questionBox p 
{
    margin-bottom: 20px;
}

.questionStart {
    padding: 10px 0;
}
.questionImagePara 
{
    padding: 10px 0 10px 0;
}
.questionImagePara .tdImage 
{
    border: 1px;
}
.questionImage {
    display: block;
    margin-bottom: 20px;
    border: solid 2px #000;
    width: 500px;
}
.questionEnd {
    padding: 0px 0;
}

/* underneath question, show 4 possible answers */

#answerBoxTitle
{
    text-align: left;
    color: #CC0000;
    /* font-weight: bold; */
    font-style:italic;
    padding: 30px 0 10px 20px;
}

.answerBox 
{
    padding: 20px 20px 10px 20px;
    border: solid 2px #009;
    vertical-align: top;
    text-align: left;
    color: #CC0000;
}

.answerItemLetter 
{
    float: left;
    width: 90px;
    padding-bottom: 10px;
    vertical-align: top;
}
.answerItemText 
{
    margin-left: 100px;
    padding-bottom: 10px;
    vertical-align: top;
}
.answerLater 
{
    text-align:left;
    margin-top: 20px;
}

.finishButton 
{
    margin-top: 20px;
}

/* summary page, when test done */

.summaryBox {
    padding: 10px;
    margin: 10px 20px;
    text-align:center;
}
.summaryBox div{
    text-align: left;
}
.summaryBox h1 
{
    color: #006400;
    font-weight: bold;
    text-decoration: underline;
    margin: 20px 0 10px 0;
    text-align: left;
}

.summaryBox p 
{
    text-align: left;
}
.summaryBox .summaryGridview
{
    margin-top: 20px;
}

.ImportantMessage
{
	display: block;
	margin: 20px 0;
	text-align: left;
	background-color: #EFE;
	color: #006400;
	padding: 5px;
	border: #000 1px solid;
	width: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.ImportantMessageFat
{
	display: block;
	margin: 20px 0;
	text-align: left;
	background-color: #EFE;
	color: #006400;
	padding: 5px;
	border: #000 1px solid;
	width: 570px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.ImportantMessageFattest
{
	display: block;
	margin: 0;
	text-align: left;
	background-color: #EFE;
	color: #006400;
	padding: 5px;
	border: #000 1px solid;
	width: 820px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.UnimportantMessage
{
	display: block;
	text-align: left;
	/* background-color: #EFE; */
	padding: 5px;
	margin-top: 10px;
	font-size: smaller;
	font-style: italic;
}
.divForm
{
	border: solid 1px #000;
	background-color: #efe; 
	margin: 10px 0 20px 0;
	/* padding: 0 10px 10px 10px; */
}
.divForm td a
{
	font-style: normal;
}
.divFormLeft
{
	border: solid 1px #000;
	background-color: #efe; 
	margin: 10px 0;
	text-align: left;
}
.divFormLeft td a
{
	font-style: normal;
}
.pnlDivForm 
{
    text-align: left;
    margin: 20px 0 0 0;
}

.divBox
{
	border: solid 1px #000;
	background-color: #E7E7FF; 
	margin-bottom: 20px;
	padding: 10px;
	text-align:left;
}
.tdName  
{
	font-style:italic;
	text-align:right;
	padding: 5px 0 5px 10px;
	vertical-align: top;
}
.tdValue
{
	vertical-align: top;
	font-style:italic;
	color: Maroon;
	text-align:left;
	padding: 5px;
}
.tdHelp  
{
	font-style:italic;
	text-align:left;
	color: Navy;
	padding: 5px 3px 5px 2px;
	vertical-align: top;
}
.tdMiddle 
{
	width: 10px;
}

.buttons
{
	margin: 5px 0 0 0;
	padding: 5px 0;
	text-align: left;
}
p.TableHeading
{ 
    font-weight: bold;
    text-align:center;
    color: black;
    margin-bottom: 20px;
    color: #006400;
}
p.BannerHeading
{ 
    width: 100%;
    color: #fff;
    background-color: #006400;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px 0 20px 0;
}
p.StepHeading
{
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	color: Green;	
}

/* sometimes-hidden banners in master page */
.lblHelp
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0px;
	font-weight: bold;
	border: solid 1px #000;
	background-color: #ccffff;
	color: #000;
}
.lblError
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0px;
	font-weight: bold;
	border: solid 1px #000;
	background-color: #ff3399;
	color: #000;
}
.lblFiller
{
	margin: 20px;
	padding: 50px;
	text-align:center;
	font-style:italic;
	display: block;
}
/* gridview styles cf http://forums.asp.net/p/1065447/1552670.aspx */

/*
Lessons from spending 2 hours trying to make this work:
- make sure all other style sheets are deleted or excluded from project
- any setting for td or tr within gridview top-level style will overwrite any other CssClass set
- changing class within RowDataBound event works, provided styles set up like gvTailored/gvScheduled below
*/
.gv
{
/* font, table border and table margins here */
    text-align: left;
    margin: 0;

}
.gv th
{
	/* Can use <th> element of gridview, rather than using HeaderStyle-CssClass */
	color: #000;
	background-color: #CFC;
	border-bottom: solid 1px black;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}
.gv th a 
{
    color: Blue;
    font-weight: normal;
}
.gv th a:hover 
{
    /* clickable headings for sorting */
    color: #CC3300
}
/*.gv th a 
{
	color: black;
	font-weight: bold;
}
 any setting here will overwrite cell and row styles 
.gv td {
	padding: 5px 10px; 
	text-align:left;
	vertical-align:middle;
	border: solid 1px black;
	background-color: #ffefd5;
}
.gv tr {
}*/
.gvRow td
{
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	border: solid 1px black;
	background-color: #EFE; /*background-color: #ffb6c1;	 light pink */
}
.gvAlternatingRow td
{
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	border: solid 1px black;
	background-color: #DFD; /*	#f6f6f6;	* /light gray*/
}
.gvEditRow {
}
.gvFooter {
}
.gvPagerRow {
}
.gvRowTailored td
{
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	border: solid 1px black;
	background-color: #ffe4e1;
}
.gvRowException td
{
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #ffe4e1;
}
.gvRowScheduled td
{
	padding: 5px 10px; 
	text-align:left;
	vertical-align:middle;
	border: solid 1px black;
	background-color: #e0ffff;	
}
.gvRowLetter td
{
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	border: solid 1px black;
	background-color: palegreen;
}
.gvRowCertificate td
{
	padding: 5px 10px; 
	text-align:left;
	vertical-align:middle;
	border: solid 1px black;
	background-color: lightcyan;	
}
.gvRowInvoice td
{
	padding: 5px 10px; 
	text-align:left;
	vertical-align:middle;
	border: solid 1px black;
	background-color: mistyrose;	
}
/* used for feedback gridview - vertically align top */
.gvRowTopAlign td  {
	padding: 5px 10px; 
	text-align:left;
	vertical-align:top;
	border: solid 1px black;
	background-color: #EFE;
	/*background-color: #ffb6c1;	 light pink */
}
.gvAlternatingRowTopAlign td
{
	padding: 5px 10px; 
	text-align:left;
	vertical-align:top;
	border: solid 1px black;
	background-color: #eee; /*	#f6f6f6;	* /light gray*/
}
/* email messages */
.gvMsgGreen td
{
	background-color: #ccff66;
}
.gvMsgRed td
{
	background-color: #ffcccc;
}
.msgLoginTitle
{
	text-decoration: underline;
}
 
/* keys to colours on timer */
.TimerGone
{
    margin: 5px 40px 0 0;
    border: solid 1px #000;
    padding: 5px 5px;
    width: 300px;
    background-color: #FFCCCC;
}
.TimerLeft
{
    margin: 5px 40px 0 0;
    border: solid 1px #000;
    padding: 5px 5px;
    width: 300px;
    background-color: #99FF99;
}

/* key to colours on status bar */

.Key 
{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	border: solid 1px #000;
	width: 250px;
	padding: 0px;
}
.KeyHeading
{
	font-size: 10px;
	text-align:center;
}
.KeyTitle
{
	font-size: 10px;
	padding: 0;
	margin: 10px;
	border: solid 0px black;
	text-align:center;
	background-color: #fff;
}
.KeyBox 
{
	width: 330px;
	border: solid 1px black;
	text-align:center;
	border: solid 0px #000;
	background-color: #fffacd;
}
.KeyColourBox 
{
	width: 20px;
	border: solid 1px black;
}
.KeyLabelTop
{
    font-style: italic;
    font-size: 10px;
    vertical-align: middle;
    width: 250px;
    text-align: left;
    padding-left: 10px;
}
.KeyLabel
{
    font-style: italic;
    font-size: 10px;
    vertical-align: middle;
    width: 250px;
    text-align: left;
    padding-left: 10px;
}
.KeyHelp 
{
	width: 20px;
	text-align: center;
}
.KeyIntro
{
	font-weight: bold; /* background-color: mistyrose;
	border: solid 1px darkred; 
	text-decoration: underline;*/
	text-align: center;
}

.acronym
{
	/* highlights letters in acronyms */
	color: #FF0000;
	font-weight: bold;
}
.calendar td
{
	/* need this to overwrite default table cell styles */
	text-align: center;
	vertical-align: middle;
}
/* icons at top left of home page */
.homeIconCell 
{
	margin: 0;
}
.homeIconCell a
{
/*	margin: 0 30px 0 20px; */
}
.homeIconImage
{
	width: 15px;
	height: 15px;
	border: solid 3px #444;
}
.tdName  
{
	font-style:italic;
	text-align:right;
	padding: 5px 0 5px 10px;
	vertical-align: top;
}
.tdValue
{
	vertical-align: top;
	font-style:italic;
	color: Maroon;
	text-align:left;
	padding: 5px;
	/* background-color: #E7E7FF; */
}
.tdFileUpload 
{
    display: block;
    margin-bottom: 10px;
}
.tdImage 
{
    display: block;
    margin-bottom: 20px;
    border: solid 2px #000;
    width: 500px;
}
#imgError 
{
    display: block;
    margin: 10px 0;
    color: Red;
    font-weight: bold;
    font-style: normal;
}
.Buttons 
{
    margin-top: 20px;
}
.ImportantMessageFat p
{
    padding: 10px 10px;
}
.ImportantMessageFattest p
{
    padding: 10px 10px;
  
}

/* FAQs */
.FAQ p 
{
    text-align: justify;
    padding-bottom: 20px;
}
.FAQ img 
{
    border: solid 1px #000;
}
.faqList
{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.FAQ ul li
{
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
}
.FAQ h2 
{
    font-size: smaller;
    font-weight: bold;
    color: #006400;
    text-align: left;
    padding-top: 20px;
}
.FAQ hr
{
    border: solid 1px green;
    margin: 5px 20px;
    text-align: left;
    width: 80%;
}
.FAQ .faqTop 
{
    text-align: right;
    font-size: smaller;
    text-decoration: none;
    padding: 0px 0 20px 0;
    border-bottom: solid 2px green;
}
.divTestSample
{
   /* font-size: larger;
    margin-right: 20px;
    padding: 10px;

    background-color: #FFCC99;
    border: solid 1px #000
     color: #000000;
    font-weight: bolder;
     */
    
}
.ulFirstItem
{
    padding-top: 0;
    margin-top: 0;
}
.txtBox 
{
    background-color: #EEFFEE;
}
.anythingLeft 
{
    text-align: left;
}

/* standard panels for display on scrolling form */
.greenbox550
{
    width: 550px;
    border: #000 1px solid;
    background-color: #EFF;
    padding: 0px;
    padding-bottom: 10px;
    margin: 20px 0;
}
.greenbox550 p 
{
    margin: 5px 10px 5px 10px;
}
.boxBanner
{
    background-color: #006600;
    width: 100%;
    margin: 0;
    color: #FFFFFF;
    padding: 0px;
    margin-bottom: 10px;
    overflow: hidden;
}
.boxBanner p 
{
    padding-left: 10px;
    font-weight: bold;
}
