/*                         
  Template Name:          intranet.css
  Created by (Author):    Lissette Lugo
  Date created:           03/25/2004
  Modifications:         (see history below)

  Template Description:
      Base styles for the Intranet application.
  
  Purpose / Notes:
      
  
  Style Sheets:           intranet.css  (this is it!)
  
  Dependencies:           none
  
  History (in reverse chronological order):
    ---------------------------------------------------------------------------
    01/24/2010 - Chuck Hoffman <chuckh@chucksite.com>
        Add .picLo and .picHi to support photo gallery.
    11/04/2004 - Chuck Hoffman <choffman@nyap.org>
        Add modTitleLoRed for FLASH messages.
    05/12/2004 - Chuck Hoffman <choffman@nyap.org>
        Add styles for Msssage of the Day items.
    04/28/2004 - Chuck Hoffman <choffman@nyap.org>
        Add styles for black buttons:  blackBtnLo, blackBtnHi, black2BtnLo,
        and black2BtnHi.  These are initially needed for the News frames.
    04/23/2004 - Chuck Hoffman <choffman@nyap.org>
        Add styles for buttons like Add, Edit, Update, Delete.
    03/25/2004 - Chuck Hoffman <choffman@nyap.org>
        Initial version.
    ---------------------------------------------------------------------------
*/

  BODY, TD, TH, DIV, P, LI, INPUT, TEXTAREA, SELECT {
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  }
  
  TD {vertical-align: top;}
  DT {padding-top: 15px; font-weight: bold;}

  BODY {background: white;}
  
  H1, H2 {color: navy; font-family: serif;}
  H3 {color: navy; font-family: sans-serif;}
  
  .simplebackground {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  }
  
  /* Login Background for Table */
  .logintableback {
	background-color: #FFFFCC;
}
  
  /* No Margin */
  .nomarg {
   margin-top: 0; 
	margin-left: 0; 
	margin-right: 0; 
	margin-bottom: 0;
  }

  /* For buttons like New, Edit, Update, Delete */
  .navyBtnLo {font-family: sans-serif; font-size: 8pt;
                    color:white; background: navy; border: 1px solid navy; margin: 1px; width:50px;}
  .navyBtnHi {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:navy; background: white; border: 1px solid navy; margin: 1px; width:50px;}
  .navy2BtnLo {font-family: sans-serif; font-size: 8pt;
                    color:white; background: navy; border: 1px solid white; margin: 1px; width:50px;}
  .navy2BtnHi {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:navy; background: white; border: 1px solid white; margin: 1px; width:50px;}
  .darkCornflowerBtnLo {font-family: sans-serif; font-size: 8pt;
                    color:white; background: #5779B8; border: 1px solid white; margin: 1px; width:50px;}
  .darkCornflowerBtnLoBordered {font-family: sans-serif; font-size: 8pt;
                    color:white; background: #5779B8; border: 1px solid #5779B8; margin: 1px; width:50px;}
  .darkCornflowerBtnHi {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:#5779B8; background: white; border: 1px solid white; margin: 1px; width:50px;}
  .darkCornflowerBtnHiBordered {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:#5779B8; background: white; border: 1px solid #5779B8; margin: 1px; width:50px;}
  .redBtnLo {font-family: sans-serif; font-size: 8pt;
                    color:white; background: red; border: 1px solid red; margin: 1px; width:50px;}
  .redBtnHi {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:red; background: white; border: 1px solid red; margin: 1px; width:50px;}
  /* redBthHiBordered is the same as redBtnHi.  Is for compatability */
  .redBtnHiBordered {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
      color:red; background: white; border: 1px solid red; margin: 1px; width:50px;}
  .silverBtnLo {font-family: sans-serif; font-size: 8pt;
                    color:black; background: silver; border: 1px solid gray; margin: 1px; width:50px;}
  .silverBtnHi {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:black; background: white; border: 1px solid gray; margin: 1px; width:50px;}
  .blackBtnLo {font-family: sans-serif; font-size: 8pt;
                    color:white; background: black; border: 1px solid black; margin: 1px; width:50px;}
  .blackBtnHi {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:black; background: white; border: 1px solid black; margin: 1px; width:50px;}
  .black2BtnLo {font-family: sans-serif; font-size: 8pt;
                    color:white; background: black; border: 1px solid white; margin: 1px; width:50px;}
  .black2BtnHi {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:black; background: white; border: 1px solid white; margin: 1px; width:50px;}

/* wider buttons than above */
  .wideBannerBlueBtnLo {font-family: sans-serif; font-size: 8pt; font-weight: normal; cursor:hand;
                    color:white; background: #0033cc; border: 1px solid #0033cc; margin: 1px; width:100px;}
  .wideBannerBlueBtnHi {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:#0033cc; background: white; border: 1px solid #0033cc; margin: 1px; width:100px;}
  .wideBannerNavyBtnLo {font-family: sans-serif; font-size: 8pt; font-weight: normal; cursor:hand;
                    color:white; background: navy; border: 1px solid white; margin: 1px; width:100px;}
  .wideBannerNavyBtnHi {font-family: sans-serif; font-size: 8pt; font-weight: bold; cursor:hand;
                    color:navy; background: white; border: 1px solid #0033cc; margin: 1px; width:100px;}

/* For clickable titles, as in Message of Day */
  .modTitleLo {padding-top: 5px; padding-top: 5px; color: navy; font-weight: bold; background: white;}
  .modTitleLoRed {padding-top: 5px; padding-top: 5px; color: red; font-weight: bold; background: white;}
  .modTitleLoRev {padding-top: 5px; color: white; font-weight: bold; background: navy;}
  .modTitleHi {padding-top: 5px; color: red; font-weight: bold; background: #ffff99;
               text-decoration: underline; cursor: hand;}
  .modArticleHi {padding-top: 5px; color: red; font-weight: normal; background: #ffff99;
               text-decoration: underline; cursor: hand; padding: 0px, 10px, 5px, 10px;}
  .modArticleLo {padding-top: 5px; color: black; font-weight: normal; background: white;
               padding: 0px, 10px, 5px, 10px;}

/* For tables, such as index tables for files */
.indexTBL {
  background: white; border-collapse: collapse; empty-cells: show;
  border: 1px; gray;}
.indexH {
  background: #5779B8; color: white; text-align: left;
  border-left: 0px; border-top: 0px; border-right: 0px;
  padding-left: 5px; padding-right: 5px;
  font-weight: bold; vertical-align: bottom; border-bottom: 1px solid white;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}
.indexD {
  text-align: left;
  border-left: 0px; border-top: 0px; border-right: 0px;
  padding-left: 5px; padding-right: 5px;
  font-weight: normal; vertical-align: top; border-bottom: 1px solid gray;
  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; margin:0}
.indexDHi {
  text-align: left;
  border-left: 0px; border-top: 0px; border-right: 0px;
  padding-left: 5px; padding-right: 5px;
  font-weight: normal; vertical-align: top; border-bottom: 1px solid gray;
  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; margin:0}
.indexR {background: white;}
.indexRAlt {background: #ebefff; color: black;}
.indexRHi {background: #ffff99; cursor: hand; text-decoration: underline; color: red;}
.indexRHi2 {background: #ffff99; cursor: hand; color: red;}

/* For tables, such as data input forms */
.dataTBL {
  background: ebefff; border-collapse: collapse; empty-cells: show;
  border: 7px solid #5779B8;}
.dataTBLbw {
  background: ebefff; border-collapse: collapse; empty-cells: show;
  border: 7px solid #5779B8;}
.dataH {
  background: #9daed4; color: navy; text-align: right;
  border-left: 0px; border-top: 0px; border-right: 1px solid #5779B8;
     border-bottom: 1px solid #5779B8;
  padding-left: 5px; padding-right: 10px;
  font-weight: normal; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}
.dataHSort {
	background: #E0AFFE;
	color: Navy;
	cursor: hand;
	text-align: right;
	border-left: 0px;
	border-top: 0px;
	border-right: 1px solid #5779B8;
	border-bottom: 1px solid #5779B8;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: normal;
	vertical-align: top;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.dataHHiUnbordered {
  background: #ffff99; cursor: hand; text-decoration: underline; color: red;
  text-align: right;
  border: 0px;
  padding: 0px;
  font-weight: normal; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin: 0px;}

.dataHUnbordered {
  background: #9daed4; cursor: hand; text-decoration: plain; color: navy;
  text-align: right;
  border: 0px;
  padding: 0px;
  font-weight: normal; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin: 0px;}

.dataHT {
	background: #9daed4;
	color: navy;
	text-align: left;
	border-left: 0px;
	border-top: 0px;
	border-right: 1px solid #5779B8;
	border-bottom: 1px solid #5779B8;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: normal;
	vertical-align: middle;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.dataD {
  background: #ebefff; color: black; text-align: left;
  border-left: 0px; border-top: 0px; border-right: 0px;
     border-bottom: 1px solid gray;
  padding-left: 5px; padding-right: 5px;
  font-weight: normal; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}
.dataD2 {
  color: black; text-align: left;
  border-left: 0px; border-top: 0px; border-right: 0px;
     border-bottom: 1px solid black;
  padding-left: 5px; padding-right: 5px;
  font-weight: normal; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}
.dataDarkD {
  background: #5779B8; color: white; text-align: left;
  border-left: 0px; border-top: 0px; border-right: 0px;
     border-bottom: 1px solid #5779B8;
  padding: 5px 0px 0px 0px;
  font-weight: normal; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}

.dataHeadNote {
  background: #5779B8; color: white; text-align: left;
  border: 0px solid #5779B8;
  padding: 0px 0px 5px 0px;
  font-weight: bold; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}

.dataFootNote {
  background: #5779B8; color: white; text-align: left;
  border: 0px solid #5779B8;
  padding: 5px 0px 0px 0px;
  font-weight: bold; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}

.dataTBLbw {
  background: white; border-collapse: collapse; empty-cells: show;
  border: 7px solid gray;}
.dataDbw {
  background: white; color: black; text-align: left;
  border-left: 0px; border-top: 0px; border-right: 0px;
     border-bottom: 1px solid gray;
  padding-left: 5px; padding-right: 5px;
  font-weight: normal; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}
.dataDarkDbw {
  background: gray; color: white; text-align: left;
  border-left: 0px; border-top: 0px; border-right: 0px;
     border-bottom: 1px solid gray;
  padding: 5px 0px 0px 0px;
  font-weight: normal; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}
.dataHbw {
  background: silver; color: black; text-align: right;
  border-left: 0px; border-top: 0px; border-right: 1px solid gray;
     border-bottom: 1px solid gray;
  padding-left: 5px; padding-right: 10px;
  font-weight: normal; vertical-align: top;
  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin:0px}

.writein  {width: 300px; height: 32px; border: 1px solid #5779B8; background: #efefef;}
.schedTime {width: 100px; padding-right: 10px; text-align: right;}
.schedDesc {width: 450px; padding-left: 10px; text-align: left;}

/* for display of thumbnail images on Photos page */
.picLo {cursor: inherit;}
.picHi {cursor: pointer;}

