﻿body {
	background-color: #fafafa;
	/*background-image:url(background.jpg);*/
	background-position:center; 
	background-repeat:repeat-y;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}


body.Management {
  background-image:none;
  background-color:White;
}



#Page {
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

body.AppPage {
	width: 100%;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	background-color:White;
	background-position:left;
	/*background-image:url(AppBackground.jpg);*/
	min-width:790px;
}

.MenuItem
{
    text-decoration: none;
    float: left;
    height: 21px;
    padding: 4px 5px 0px 5px;
    margin: 0px;
}





.MainBox {
	border: 1px Black solid;
	background-color: white;
}

div.MainInnerBox {
	border-right: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-top: 0px;
	background-color: white;
	padding: 20px 20px 20px 20px;
}

#SamplesMenu {
	background-color: #EEEEEE;
	color: Black;
	font-weight: bold;
	padding:0;
	margin:0;
}

#SamplesMenu td {
	white-space: nowrap;
}

#SamplesMenu td a {
  text-align:center;
  display:block;
  border-right: 0px solid #BCDEBA; 
  color:Black;
  text-decoration:none;
}

#SamplesMenu a:hover {
	color:black;
}







.SectionTable {
	margin-top: .25em;
	text-align: center;
	font-size: 10pt;
}
.SectionTable td {
	border: 1px #92CB8D solid;
	vertical-align: top;
	width: 250pt;
}
.SectionTable td div {
	border: 3px #BCDEBA solid;
	background-color: white;
	height: 10em;
}
.SectionTable td.BonusItem {
	width: 375px;
}
.SectionTable td.BonusItem div {
	height: 7em;
}
.SectionTable h2 {
	color: white;
	background-color: #41863d;
	padding-top: .25em;
	padding-bottom: .25em;
}
.SectionTable p {
	margin: .5em;
	font-size: 9pt;
	text-align:left;
}
.SectionTable td.Spacer {
	width: 5pt;
}












body.Content {
	padding: 2em 4em;
	background-color: White;
	background-image: none;
}
.Content {
	padding: 1em 2em;
	padding: 2em 4em;
	background-color: #d3d3d3;
	background-image: none;
}



div, span, a, h1, h2, h3, h4, body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, td, div, body {
	font-size: 10pt;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
h1 {
	font-weight: bold;
	font-size: 11pt;
}
h2 {
	font-size: 10pt;
/*	color: white; */
}
h3 {
	font-size: 9pt;
	color: Black;
	font-weight: bold;
	margin: 12pt 0 6pt 0;
}



body.TOC {
	background-color: #eaeaea;
	background-image: none;
}





h2.TOC {
  text-align:center;
  color:white;
  background-color:#41863D;
  padding:6pt 0;
  border-bottom:1px solid silver;
  }

a.TOC {
	display: block;
	padding: 2px 0 2px 1em;
	height: 100%;
	color: #1473D2;
	text-decoration: none;
	border: #EEEEEE 1px solid;
	margin: 0;
	cursor: pointer;
	font-size: 8pt;
}

/*
a.TOC:hover {
	border: #EEEEEE 1px solid;
	background-color: #EEEEEE;
	display: block;
	padding: 2px 0 2px 1em;
	height: 100%;
	text-decoration: none;
	margin: 0;
	cursor: pointer;
	font-size: 8pt;
}
*/

.Center {
	text-align: center;
}
.Visible {
	display: block;
}
.Hidden {
	display: none;
}
/*************/
/*   CASES   */
/*************/
.CaseName 
{
    color: #000000;
	font-size: 10pt;
	font-weight: normal;
	display: block;
}
.CaseDescription {
	font-size: 8pt;
	font-weight: normal;
	width: 35em;
}

a.CaseName:Hover
{
    color: #51A0EF;
    text-decoration: none;    
}
/*************/
/*  ESSAYS   */
/*************/

a:Hover
{
    color: #51A0EF;
}

/***********/
/* SAMPLES */
/***********/
a.BigButton {
	font-size: 10pt;
	font-weight: bold;
	color: #506A80;
	background-position: left top;
	border: #506A80 1px solid;
	background-image: url(/images/Preview.gif);
	background-repeat: repeat-x;
	padding: 3px 1em;
	text-decoration: none;
}
a.BigButton:hover {
	color: #ee9900;
	border: #ee9900 1px solid;
	background-image: url(/images/PreviewUp.gif);
}
a.SampleChapter {
	margin-left: 4em;
	padding: .25em;
	display: block;
	text-decoration: none;
}
a.SampleChapter:hover {
	color: Red;
	text-decoration: underline;
}
div.Sample {
	border: 1px solid #B9BAC0;
	width: 15em;
	padding: 0;
	margin: 0 0 2em 2em;
	float: right;
}
div.Sample h2 {
	background-color: #DBDCE2;
	padding: .25em;
	margin: 0;
	left: 0;
	top: 0;
	height: 100%;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
div.Sample ul {
	list-style-type: none;
	margin-left: 1em;
	margin-bottom: 1em;
}
div.Sample ul li {
}
/******************/
/* header control */
/******************/

div.MainMenu
{
    height: 25px;
    /*border-top: 1px solid #bbb;*/
    /*background-color: #ddd;*/
}
div.MainMenu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0 0 0 5px;
	border: none;
}
li.MenuItem
{
    text-decoration: none;
    float: left;
    height: 15px;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    border: 1px solid #d3d3d3;
}
li.MenuItem a {
	color: black;
	text-decoration: none;
	border: 1px solid #d3d3d3;
	position: relative;
	height: 100%;
	padding: 2px 4px;
}

li.MenuItem a:hover 
{
    color: black;
	text-decoration: none;
	border: 1px solid #afa0a0;
	background-color: #efe9e0;
}
#liLogout a {
	margin-left: 150px;
}



#tblQuestions { display:none;}


td.layoutCell
{
    border: #999999 1px solid;
}

div.tocHeader
{
    background-color: #41863D;
    color: #ffffff;
    text-align: center;
}

td.tocHeader
{
    background-color: #41863D;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

table.mainLayoutTable
{
    background-color: white;
}

#mainDiv
{
    min-width: 960px;
    width: 960px;
    background-color: Purple;
}


.searchLink
{
    cursor: pointer;
}




@media print
{
.NoPrint, .TOC {display: none;}
}




a.Button 
{
	background-color:#83AD42;
	border:1px solid #202020;
	padding:2px 5px;
	cursor:pointer;
	text-decoration:none;		
	color:Black;
	font-size:10pt;
	height:10em;
}

a.Button:hover
{
	background-color:#F1A931;
	color:Black;
}


a:visited, a:active 
{
	color:Blue;
}

a:hover 
{
	color:Red
	}
	
	
	
	
	
	
	
#Menu {
  height: 25px;
  background-color: #084413;
  /* text-align: right; */
  position: relative;
  /* padding: 4px 10px 0 0; */
  text-transform: uppercase;  
}	


#Menu a, #Menu a:visited, #Menu a:active {
  color: #f7f6f2;
  text-decoration: none;
  margin: 0 10px 0 10px;
}
#Menu a:hover {
  color: #EEC949;
}
	
	
	


#OverviewTable {
  margin-top:1em;
}

  
#OverviewTable td {
  vertical-align:top;
  padding:12px;
}  

#OverviewTable td h1 {
  font-size:10pt;
  font-weight:bold;
  text-decoration: underline; 
  text-transform: uppercase;
  margin:0 0 .25em 0;
  padding:0;
  }
  
#OverviewTable td img {
  margin:5px 0 0 0;
  }
  
  
  
 p {
  padding:0;
  margin:0 0 1em 0;
 }
 
 
a.TableOfContentsLink, a.SelectedTableOfContentsLink {
  font-size:9pt;
  color:Black;
  text-decoration:none;

  padding:3px 3px 3px 50px;
  /* padding-left: 50px; */
  
  text-indent: -30px;
  width:147px;
  display:block;
  
  background-image:url(Bullet.gif);
  background-repeat:no-repeat;
  background-position:3px 6px;
  background-color: #f0d675;

}
 
a.TableOfContentsLink:hover {
  /* background-image:url(BulletHover.gif); */
  /* color:Red;   */
  background-color: #f7e8ac;

}

a.SelectedTableOfContentsLink {
  background-image:url(SelectedBullet.gif);
  background-color: #96a83c;
  color:White;
}



