.pagemaster {			
  width: 100%; 
  height: 100%;
  align: center;
}

.skinmaster {
  align: center;
  background-color: white;
  border: black 1px solid;
}


/* Note!: TH AND TR affect the font colors on the page. */

TH  {
    color: black;
}
TR  {
    color: black;
}

.headerpane {
  padding: 0px;
  border-bottom: #666666 1px solid;
}

.headerpane_logo, .headerpane_logo A, .headerpane_logo A:hover, .headerpane_logo A:active, .headerpane_logo A:visited
{
  text-decoration: none;
  border-width: 0px;
}

.toppane {
  padding-left: 10px;
  padding-top: 25px;
  border-top: #666666 1px solid;
  border-right: #666666 1px solid;
  border-bottom: #666666 1px solid;
}
.toppanetext {
  color: #666666;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.contentpane {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  height: 400;
  color: black;
  border-bottom: #666666 1px solid;
  border-right: #666666 1px solid;
}
.righttoppane{
  padding-top: 15px;
  padding-left: 10px;
}

.rightmiddlepane{


}
.rightbottompane {
  background-image: url(tutortechlogo.jpg);  /* REFERENCE!: This is the top panel graphic. */
  background-position: right top;
  background-repeat: no-repeat;

}
.bottomrightpane {
  background-color: #990000;
  border-top: #666666 1px solid;
  border-left: #666666 1px solid;
}
.bottompane {
  padding-bottom: 3px;
  padding-left: 20px;
  color: black;

}

.bottompanetext {
  font-size: 10pt;
  color: black;
}

.bottompanetext A, .bottompanetext A:visited, .bottompanetext A:active
{
  color: black;
}  

.bottompanetext A:hover
{
  color: black;
  text-decoration: none;
  font-weight: bold;
}

/* Menu effects */

.MenuHdr0, .MenuHdr0 A, .MenuHdr0 A:Hover, .MenuHdr0 A:Active, .MenuHdr0 A:Visited
{
  font-family: times;
  font-size: 11pt;  
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: inline;

}

.MenuHdr0, .MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Visited
{
  color: black;
}

.MenuHdr0 A:Hover
{
  color: #990000;
}

.MenuItem HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}


.MenuItem1, .MenuItem1 A, .MenuItem1 A:Hover, .MenuItem1 A:Visited, .MenuItem1 A:Active
{
  font-family: times;
  font-size: 11pt;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  display: inline;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
    
}

.MenuItem1, .MenuItem1 A, .MenuItem1 A:Visited, .MenuItem1 A:Active
{
  color: #666666;
}

.MenuItem1 A:Hover
{
  color: #000000;

}


/* Highlight the current page being viewed */

.currentHdrHighlight0
{
  font-family: times;
  font-size: 11pt;  
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #990000;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: inline;
}


.currentItemHighlight1
{
  font-family: times;
  font-size: 11pt;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  display: inline;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
    
}




/* Used by text in most modules */
.normal
{
  font-family: helvetica;
  font-size: 10pt;
  font-color: black;
}
table {
  font-family: helvetica;
  font-size: 10pt;
  border-collapse: collapse;
  border-width: 0px 0px 0px 0px;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton  {
    text-decoration:    underline;
    color: #990000;
}

A.CommandButton:link {
    text-decoration:    underline;
    color: #990000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #990000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #990000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #990000;
}

SMALL   {
    font-size:  8px;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: black;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:white;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:white;
}
/* Other Custom CSS for Light & Dark Backgrounds with Links */


.LightBG {
    font-weight: normal;
    font-size: 9px;
    color: rgb(255,255,204);
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.LightBG:link {
    text-decoration:    none;
    color: rgb(255,255,204);
}

A.LightBG:visited  {
    text-decoration:    none;
    color: rgb(255,255,204);
}

A.LightBG:active   {
    text-decoration:    none;
    color: rgb(255,255,204);
}

A.LightBG:hover    {
    text-decoration: underline;
    color: rgb(255,255,204);
}

.DarkBG {
    font-weight: normal;
    font-size: 9px;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.DarkBG:link {
    text-decoration:    none;
    color:white;
}

A.DarkBG:visited  {
    text-decoration:    none;
    color:white;
}

A.DarkBG:active   {
    text-decoration:    none;
    color:white;
}

A.DarkBG:hover    {
    text-decoration:    none;
    color:white;
}
 /* End Custom Light & Dark Background Effects */

.controlpanel {
	background-color: #FFFF99;
}


