/*
This is the style sheet for use with Gtde_cms.php
$Log: gtde_cmsStyle.css $
Revision 1.4  2009-03-23 08:48:25-04  Battersby
- increased font size for messages
- removed paragraph format

Revision 1.3  2009-03-18 09:20:13-04  Battersby
- added css to support login box

Revision 1.2  2008-11-19 18:28:34-04  Battersby
- added a help button

Revision 1.1  2008-11-17 22:38:11-04  Battersby
Initial revision

*/
body {
  /* needed to ensure the abolution positioning works */
  position : relative;
}

.gtcmsEditIcon {
/*  background : #ffffcb;*/ /* yellow */
  background : #efefde; /* editor colour */
  background-image : url("icon_edit.gif");
  width : 16px;
  height : 16px;
  border : 1px solid #000000;
  position : absolute;
  cursor : pointer;
  overflow: hidden;
  line-height : 0px;
}

.gtcmsEditCell {
  opacity : 0;                /* for Firefox */
  filter: alpha(opacity = 0); /* for IE */
  position : absolute;
  z-index  : 2;
  width    : 550px;
  left : -1000px; /* this is to avoid appearance of scroll bars until this can be */
  top : -1000px;  /* moved to it's proper location */
}

.gtcmsHidden {
  display : none;
  position: absolute;
}

#gtcmsEditSave, #gtcmsEditCancel, #gtcmsEditHelp {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 12px;
  background-color : #efefde;
  float : left;
}

#gtcmsEditSave, #gtcmsEditCancel {
  float : left;
  margin-right : 6px;
}

#gtcmsEditHelp {
  float : right;
}

.gtcmsLoginBox {
  margin-top : 40px;
  border : 1px solid #000000;
  padding : 3px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
}

.gtcmsMessage {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 14px;
  text-align : center;
}

.gtcmsSubmitButton {

}
