/* Skin styles, to be used with Unversity.css for complete university styles with skin overrides. Maintained by Webmaster Maintenance program. */
/* **** Iframe called Portal page content controls **** */
body.iPortal { /* Iframe portal page body settings. */
  margin: 0px 0px 0px 0px;  /* Iframe Portal page margin settings. */ 
  background-color: #FFFFFF;  /* Iframe Portal page background color. */ 
  font-family: Verdana, Geneva, Arial, sans-serif; 
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  color: #000000; 
}

table.PortalTable { /* iPortal Main control table settings */
  width: 100%; 
  height: 320px; 
}

#TDTitle1,
#TDTitle2,
#TDTitle3,
#TDTitle4 { /* This entry has the style definitions for all the title blocks on the logon page. */
  background-color: #E2E9FE;  /* Set the title background color. */ 
  font-family: Verdana, Geneva, Arial, sans-serif; 
  font-size: 11px;  /* Sets the font size of the title text. */ 
  font-style: normal; 
  font-weight: bold; 
  color: #000000;  /* Set the title text color. */ 
}

#tdEnroll,
#tdStdName,
#tdPassword,
#tdLogin,
#tdLanguage { /* This entry has the style definitions for all the title text on the logon page. */
  background-color: #F1F1F1;  /* Set the subtitle background color. */ 
  font-family: Verdana, Geneva, Arial, sans-serif; 
  font-weight: bold; 
  color: #000000;  /* Set subtitle text color. */ 
}

/* iPortal Footer settings */
table.FooterTable { /* Used by iPortal Footer code in the page. */
  width: 100%; 
  background-color: #FFFFFF;  /* Footer space background color. */ 
}

td.FooterBULink { /* Used by iPortal Footer code in the page. */
  width: 50%; 
  height: 28px; 
  text-decoration: none; 
  color: #000000;  /* iPortal page footer text color. */ 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  font-size: 9px; 
  cursor: pointer; 
}

td.FooterCopy { /* Used by iPortal Footer code in the page. */
  width: 50%; 
  text-align: right; 
  text-decoration: none; 
  color: #000000;  /* Footer copyright notice text color. */ 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  font-size: 9px; 
}

/* End Iframe Portal Page content controls */
/* ****** School Page Settings ****** */
body.School { /* School Page Body style definition */
  margin: 0px 0px 0px 0px; 
  font-family: Verdana, Geneva, Arial, sans-serif; 
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  color: #000000; 
  background-color: #000000;  /* Page background color if a graphic is not used. */ 
}

table.MainTable { /* Main Table settings. */
  width: 770px;  /* This is the main table control for all the pages. All graphics are sized to fit this space. */ 
  background-color: #FFFFFF; 
}

td.SchoolHeaderRow { /* Page header graphics settings */
  height: 170px;  /* This is to be the height of the header graphic in pixels. This will vary from site to site. */ 
  background-image: url(/Resources/Skins/f2/School/Header.jpg);  /* Upload the header graphic file. */ 
}

td.MainBorders { /* Is an Optional entry that sets the side borders background graphic. */
}

td.TopNavRow { /* Top row navigation settings */
  height: 31px;  /* Standard setting for top navigation bar and icons used on all school pages. */ 
  background-image: url(/Resources/Skins/f2/School/TopBar.jpg);  /* Optional background image. Used if color is not specified. Either uploaded or default graphic. */ 
}

td.SidebarCol { /* Sidebar column style control settings. Background color / graphic is determined by the school course overiding style setting. */
  width: 175px;  /* Fixed sidebar size for school pages. */ 
  height: 400px;  /* Fixed size that defines the body height of the school pages. */ 
  vertical-align: top;  /* Sets alignment of content to the top of the column. */ 
  background-color: #F1F1F1;  /* Default sidebar background color. */ 
}

td.BodyCol { /* Body Column Style settings */
  width: 595px;  /* Set the body space width. If borders are used, set to 525px. */ 
  vertical-align: top;  /* Sets contents to start display at top of column. */ 
}

td.BottomNavRow { /* Bottom Navigation Row Style settings */
  height: 31px;  /* Standard height for bottom navigation bar and icons used on it. */ 
  background-image: url(/Resources/Skins/f2/School/BottomBar.jpg);  /* Optional background image. Used only if a color is not set. Uploaded or default graphic. */ 
}

td.SchoolFooterRow { /* School Footer Row Style settings */
  height: 24px;  /* Optional setting if a footer background graphic is used. Set to the height of the graphic. */ 
}

td.FooterTop { /* Optional top row space of footer content. Set height to zero if not used. */
  height: 0px;  /* Sets footer top row height in px. */ 
}

td.FooterLeft { /* Used by the Portal FooterHTML. */
  width: 50%; 
  height: 28px;  /* Sets height of the copyright text row. Required to display. */ 
  text-decoration: none; 
  color: #000000;  /* Footer text color. */ 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  font-size: 9px; 
  padding-left: 5px;  /* Optional left side padding for text alignment as px,em,%. */ 
  vertical-align: middle;  /* Set vertical position of text in row. */ 
}

td.FooterRight { /* Used by the Portal FooterHTML. */
  width: 50%; 
  text-align: right; 
  text-decoration: none; 
  color: #000000;  /* Footer text color. */ 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  font-size: 9px; 
  padding-right: 5px;  /* Optional right side padding for text alignment as px,em,%. */ 
  vertical-align: middle;  /* Set vertical position of text in row. */ 
}

tr.FooterCrBg { /* Footer Copyright background setting. */
}

td.FooterBottom { /* Optional footer bottom row settings. Set height to zero if not used. */
  height: 0px;  /* Sets footer bottom row height in px. */ 
}

/* End School Page Settings */
/* **** Common Page Settings. **** */
form { /* Applies to all form tags */
  display: inline;  /* Force forms to be invisible spaces. */ 
}

td { /* Applies to all td entries */
  font-family: Verdana, Geneva, Arial, sans-serif;  /* Standard Page settings for all td entries. */ 
  font-size: 11px; 
  font-style: normal; 
  color: #000000; 
}

.Form { /* Class for form item input styles */
  font-family: Verdana, Geneva, Arial, sans-serif; 
  font-size: 11px;  /* Sets the font size in the input boxes on all pages. */ 
  font-style: normal; 
  background-color: #FFFFFF;  /* Sets background color of a form item. */ 
  border: 1px solid #996633;  /* Sets the form display elements appearance like text boxes. */ 
  margin: 2px 2px 2px 2px; 
  color: #000000;  /* Text color for form entry element contents. */ 
  cursor: pointer; 
}

.Button { /* Button style settings */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;  /* Set button text size. */ 
  font-style: normal; 
  background-color: #E2E9FE;  /* Button background color setting */ 
  border: 1px solid #82A1FE;  /* Button border settings */ 
  margin: 2px 2px 2px 2px; 
  color: #000000;  /* Button text color setting */ 
  cursor: pointer; 
}

/* May have webmaster color and underline settings */
a:link { /* Link display style */
  color: #0000CC;  /* Default link color */ 
  font-size: 11px;  /* Default link font size */ 
  font-style: normal;  /* Italic style control */ 
  font-weight: normal;  /* Default link Bold selection */ 
  text-decoration: none;  /* Default link underline mode */ 
}

a:visited { /* Visited link style */
  color: #0000CC;  /* Default link visited color */ 
  font-size: 11px;  /* Default link visited font size */ 
  font-style: normal;  /* Italic style control */ 
  font-weight: normal;  /* Default link visited bold setting */ 
  text-decoration: none;  /* Default link visited underline setting */ 
}

a:hover { /* Link mouse over style */
  color: #E9AC0C;  /* Default link mouse hover color setting */ 
  font-size: 11px;  /* Default link mouse hover font size */ 
  font-style: normal;  /* Italic style control */ 
  font-weight: normal;  /* Default link mouse hover bold setting */ 
  text-decoration: none;  /* Default link mouse hover underline setting */ 
}

.NavSpacer { /* Navigation spacer bar color */
  color: #000000;  /* Navigation spacer color setting */ 
}

.BlueLink { /* Simulated link style */
  color: #0000CC;  /* Simulated link color setting. Usually to match the a:link color. */ 
  cursor: pointer; 
  font-family: Verdana, Geneva, Arial, sans-serif; 
  font-size: 11px; 
  font-style: normal;  /* Usually set to match the a:link font style. */ 
  font-weight: normal;  /* Usually set to match the a:link bold setting. */ 
  text-decoration: none;  /* Usually set to match the a:link underline setting. */ 
}

.BOverLink { /* Simulated link mouse over style */
  color: #000066;  /* Usually set to match the a:hover color */ 
  cursor: pointer; 
  font-family: Verdana, Geneva, Arial, sans-serif; 
  font-size: 11px; 
  font-style: normal;  /* Usually set to a:hover font style. */ 
  font-weight: normal;  /* Usually set to a:hover font bold setting. */ 
  text-decoration: none;  /* Usually set to match the a:hover underline setting. */ 
}

.NavLink { /* Navigation link style */
  color: #000000;  /* Navigation link text color. */ 
  cursor: pointer; 
  font-family: Verdana, Geneva, Arial, sans-serif; 
  font-size: 12px; 
  font-style: normal;  /* Usually set to match the a:hover font style. */ 
  font-weight: bold;  /* Font bold setting */ 
  text-decoration: none;  /* Link visited underline setting */ 
}

.NOverLink { /* Navigation mouse over style */
  color: #000000;  /* Navigation mouse over color setting. */ 
  cursor: pointer; 
  font-family: Verdana, Geneva, Arial, sans-serif; 
  font-size: 12px; 
  font-style: normal;  /* Usually set to match the a:hover font style. */ 
  font-weight: bold;  /* Text bold setting. */ 
  text-decoration: none;  /* Link visited underline setting */ 
}

/* End Common Page Settings */
/* Standard School page styles */
.TitleMediumBold {
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, serif; 
  font-size: 11px; 
  font-style: normal; 
  font-weight: bold; 
}

.TitleSmall {
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, serif; 
  font-size: 8px; 
  font-style: normal; 
  font-weight: bold; 
}

.TitleLargeBold {
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, serif; 
  font-size: 14px; 
  font-style: normal; 
  font-weight: bold; 
}

.TitleWhiteLarge {
  color: #FFFFFF; 
  font-family: Verdana, Arial, Helvetica, serif; 
  font-size: 14px; 
  font-style: normal; 
  font-weight: bold; 
}

.BlackSmallText {
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, serif; 
  font-size: 9px; 
  font-style: normal; 
  font-weight: normal; 
}

.Caption { /* Text settings for picture captions in the lessons. */
  font-family: Verdana, Arial, Helvetica, serif; 
  font-size: 10px; 
  font-style: normal; 
  font-weight: bold; 
  color: #000000; 
}

