
.ebs_NowAdminControl_tbl 
{
  z-index: 20;
  MARGIN: 5px 5px 5px 5px;
  PADDING-RIGHT: 100px;
  PADDING-LEFT: 300px;
  PADDING-BOTTOM: 5px;
  PADDING-TOP: 10px;
  BORDER-TOP: #5E7B9C 2px solid;
  BORDER-RIGHT: #5E7B9C 2px solid;
  BORDER-LEFT: #5E7B9C 2px solid;
  BORDER-BOTTOM: #5E7B9C 2px solid;
  BACKGROUND-COLOR: #dedede;
  height: 30px;
  width: 440px;
}

a.ebs_NowAdminControl_ahref:link {
  color: #FD8931;
  font-weight: bold;
}

a.ebs_NowAdminControl_ahref:active {
  color: #5E7B9C;
  font-weight: bold;
}

a.ebs_NowAdminControl_ahref:visited {
  color: #FD8931;
  font-weight: bold;
}

/* Topic Table
For now there are 3 tags for each section
table - style for the table holding the titke area or the actual contents
title - style for the text title element of the section
text - style for the text body element of the section

Notice tdPageTitle - If we want to control elements in the td tags, then
we need to adjust the td tag id or add style elements of .tdPageTitle, talk
to me for more info about this. As is, if you add elements to .tdPageTitle
they will work on the td tag, fone tag is used to not affect anything.

*/



/* Style of Header element of TopicTable*/
.ebs_TopicTable_header_table
{
  padding: 4px 0px 20px 20px;
  border: solid 0px #c1d5f0;
  /* background-color: #fafcfe; lightlightblue */
  background-color: #EBEFF7; /* white */
  margin-bottom: 20px; /* this adds space in between title and main elemnets */
}

/* Style of Header of TopicTable Title*/
.ebs_TopicTable_header_title
{
  padding: 0px 0px 2px 0px;
  margin: 9px 40px 6px 8px;
  /* color: #075BAB; /* royalblue */
  color: #000066; /* forrest green */
  text-align: left;
  /* border-bottom: solid 1px #CCCCCC; /* grey */
  border-bottom: solid 1px #000066; /* forrest green */
  font-size: 15px;
  font-weight: bold;
  font-family:  Verdana, Tahoma, Arial;
}

/* Style of Header of TopicTable Text*/
.ebs_TopicTable_header_text
{
  padding: 0px 0px 2px 0px;
  margin: 2px 2px 2px 15px;
  border-bottom-width: 1px;
  color: #333333;
  text-align: left;
  font-size: 12px;
  
  font-family:  Verdana, Tahoma, Arial;
  line-height: 150%;
}

/* Style of Body element of TopicTable*/
.ebs_TopicTable_table
{
  padding: 4px 0px 4px 5px;
  border: solid 1px #c1d5f0;
  margin-bottom: 10px; /* this adds space in between each elemnets */
  /* background-color: #fafcfe; lightlightblue */
  background-color: #EBEFF7; /* lightlightyellow */
  width:450px;
}

/* Style of Bodyr of TopicTable Title*/
.ebs_TopicTable_title
{
  padding: 0px 0px 2px 0px;
  margin: 9px 40px 6px 10px;
  border-bottom: solid 1px #CCCCCC;
  /* color: #075BAB; /* royalblue */
  color: #000066; /* forrest green */
  text-align: left;
  font-size: 13px;
  font-family:  Verdana, Tahoma, Arial;
  font-weight: bold;
}

/* Style of Body of TopicTable Text*/
.ebs_TopicTable_text
{
  padding: 0px 0px 2px 0px;
  margin: 2px 2px 2px 15px;
  border-bottom-width: 1px;
  color: #333333;
  font-size: 10px;
  font-family:  Verdana, Tahoma, Arial;
  text-align: left;
  line-height: 150%;
}
