
/**
 * @file         gravey.css
 * @fileoverview Collection of Style definitions for the Gravey Framework.
 * @author       Bruce Wallace  (PolyGlotInc.com)
 * @version      2.0
 */

/** base style for MVC/EDO web page */
BODY
{
    BACKGROUND-COLOR: #cccccc;
    COLOR: #333366;
    FONT-FAMILY: fantasy,'Times New Roman';
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#f8f8f8',EndColorStr='#dddddd');
}

/* -------------------------------------------------- *\
** REMINDER: Even though these class names use mixed  **
** case, CSS class names are case-insensitive!        **
\* -------------------------------------------------- */

/***************** UTILS LAYER **************/

/** style for server error messages display panel */
.grvErrPanel {
	color:black;
	background: #FF9999;
	border-style: groove;
}
/**
//	BORDER-RIGHT: #eeeeee 2px groove;
//	BORDER-TOP: #eeeeee 2px groove;
//	BORDER-LEFT: #eeeeee 2px groove;
//	BORDER-BOTTOM: #eeeeee 2px groove;
*/

/***************** MVC LAYER **************/

/** default style for MVC Scalar Editor Controllers */
.mvcEntryField {
	color: #000000;
	background: #eeeeFF;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	font-style: oblique;
}
/**
//	font-size: 8pt;
*/

/** default style for MVC Form Button Controllers */
.mvcFormBtn {
   color:black;
   font-family:'comic sans ms','trebuchet ms',helvetica,sans-serif;
   font-size:85%;
   font-variant: small-caps;
   font-weight:bold;
   background-color:#eeeeee;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#999999');
}


/***************** EDO LAYER **************/

/** style for fieldset surrounding an EDOView */
.edoFieldset {
	BORDER-RIGHT: #eeeeee 3px groove;
	BORDER-TOP: #eeeeee 3px groove;
	BORDER-LEFT: #eeeeee 3px groove;
	BORDER-BOTTOM: #eeeeee 3px groove;
}

/** style for title legend of an EDOView */
.edoFieldsetLegend {
  background:#FFFAca;
  padding-right: 3px;
  padding-left: 3px;
  border:1px solid black;
  color:#000066;
  text-align:center;
  vertical-align: middle;
  cursor: 'hand';

  font-family:'Haettenschweiler','trebuchet ms',helvetica,sans-serif;
  font-size:80%;  
  font-weight: bold;
  filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
/**
//  FONT-FAMILY: 'Wachovia FG';
//  font-size:9pt;
*/

/** internal style for EDOViews */
.edoInnerTR {
	background-color: #f0f0cc;	
}
/** internal style for EDOViews */
.edoInnerTD {
 	border: 2px dotted green;
	background-color: silver;
	padding: 25px;
}
/** internal style for EDOViews */
.edoBlankInnerTR {
padding: 0px;
}
/** internal style for EDOViews */
.edoBlankInnerTD {
	background-color: #FFFAF0;
padding: 0px;
	font-size: 6pt;
}
/** DISABLED internal style for EDOViews */
.xedoInnerTABLE {
	background: #CCCC99;
	padding: 25px;
 	border: 5px dotted #333; 	
}

/** style for attribute titles of an EDOView */
.edoFieldlabel {
	padding-right: 5px;
	text-align: left;
	color: black;
	font-weight: bold;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:60%;
}
/**
//	font-size: 8pt;
//	FONT-FAMILY: 'Wachovia Celeste';
*/

/** base style for READ-ONLY EDOHolderView */
.edoDatapanelRO {
	background: #cccccc;
	BORDER-RIGHT: #eeeeee 2px groove;
	BORDER-TOP: #eeeeee 2px groove;
	BORDER-LEFT: #eeeeee 2px groove;
	BORDER-BOTTOM: #eeeeee 2px groove;
}
/** base style for EDITABLE EDOHolderView */
.edoDatapanel {
	background: #FFFAF0;
	BORDER-RIGHT: #eeeeee 2px groove;
	BORDER-TOP: #eeeeee 2px groove;
	BORDER-LEFT: #eeeeee 2px groove;
	BORDER-BOTTOM: #eeeeee 2px groove;
}

/** base style for EDOControlPanelView */
.edoControlPanel {
	color: black;
	font-weight: bold;
	font-size: 84%;
    FONT-FAMILY: 'Times New Roman';
	padding: 4px 0px;
   font-variant: small-caps;
	width: 100%;
	background: #cccccc;
	vertical-align: middle;
	text-align: center;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#eeeeee',EndColorStr='#999999');
}
/**
//	bordercolordark: #eeeeee;
//	bordercolorlight: #000000;
//	cellpadding: 0;
//	cellspacing: 0;
//	border: 3;
//	font-size: 9pt;
*/

/** base style for string editor portion of an EDOView */
.edoFieldStrVal {
	color: #000000;
	font-weight: normal;
  vertical-align: top;
	font-size: 90%;
	font-family: 'Century Gothic';
padding-bottom: 5px;
padding-right: 3px;
padding-left: 5px;
}
/**
//	font-size: 9pt;
*/

/** error value style for editor portion of an EDOView */
.edoFieldStrValbad {
	background: #ffcc33;
	font-weight: normal;
  vertical-align: top;
	font-size: 90%;
padding-bottom: 5px;
padding-right: 3px;
padding-left: 5px;
}
/**
//	font-size: 9pt;
*/

/** style for dollar editor portion of an EDOView */
.edoFieldAmtVal {
	font-family: 'Impact';
	text-align: right;
  vertical-align: top;
	font-size: 90%;
padding-bottom: 5px;
padding-right: 3px;
padding-left: 5px;
}
/**
//	font-size: 9pt;
*/

/** style for percent editor portion of an EDOView */
.edoFieldPctVal {
	font-family: 'Optima';
	text-align: center;
  vertical-align: top;
	font-size: 90%;
padding-bottom: 5px;
padding-right: 3px;
padding-left: 5px;
}
/**
//	font-size: 9pt;
*/

/** style for menu editor portion of an EDOView */
.edoFieldPopVal {
	color: #000000;
font-family: 'Apple Chancery';
  vertical-align: top;
	font-size: 90%;
padding-bottom: 5px;
padding-right: 3px;
padding-left: 5px;
}
/**
//	font-weight: normal;
//	font-size: 9pt;
*/


