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

.body-readwrite { 
    BACKGROUND-COLOR: #dddddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
    background: -moz-linear-gradient(top,  #f8f8f8,  #ddd) no-repeat;
	height: 97%;
    filter:progid:DXImageTransform.Microsoft.Gradient 
      (GradientType=0,StartColorStr='#f8f8f8',EndColorStr='#dddddd'); 
} 

.body-readonly { 
	BACKGROUND-COLOR: #b48c8c;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#802222));
    background: -moz-linear-gradient(top,  #f8f8f8,  #802222) no-repeat;
	height: 97%;
    filter:progid:DXImageTransform.Microsoft.Gradient 
      (GradientType=0,StartColorStr='#f8f8f8',EndColorStr='#802222'); 
} 

/* -------------------------------------------------- *\
** 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;
}

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

/** default style for MVC Scalar Editor Controllers */
.mvcEntryField {
	color: #000000;
	background: #eeeeFF;
	text-align: right;
}

/** default style for MVC Scalar Editor Controllers */
.mvcPopupMenu {
	color: #000000;
	background: #eeeeFF;
	text-align: left;
}

/** default style for MVC Form Button Controllers */
.mvcFormBtn {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,'trebuchet ms',helvetica,sans-serif;
	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;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
	background: -moz-linear-gradient(top,  #fff,  #999) no-repeat;
	filter:progid:DXImageTransform.Microsoft.Gradient 
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#999999');
      
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}

/** default style for MVC Form Button Controllers */
.mvcFormBtnRO {
	color: gray;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#fff));
	background: -moz-linear-gradient(top,  #999,  #fff) no-repeat;
	filter:progid:DXImageTransform.Microsoft.Gradient 
      (GradientType=0,StartColorStr='#999999',EndColorStr='#ffffff');

	cursor: not-allowed;	
}

/***************** 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;
  border:1px solid black;
  color:#000066;
  cursor: pointer;
  font-family:helvetica,sans-serif;
}

.edoFieldsetLegendTitleSpan {
	padding-right: 3px;
    padding-left: 3px;
	font-variant: small-caps;
	font-weight: bold;
	font-size:80%; 
	font-family:"Lucida Grande","Lucida Sans Unicode",helvetica,sans-serif;  
}

/** 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:62%;
}

/** 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;
	padding: 4px 0px;
   font-variant: small-caps;
	width: 100%;
	vertical-align: middle;
	text-align: center;
      
    BACKGROUND-COLOR: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
    background: -moz-linear-gradient(top,  #eee,  #999) no-repeat;
    filter:progid:DXImageTransform.Microsoft.Gradient 
      (GradientType=0,StartColorStr='#eeeeee',EndColorStr='#999999');
      
    border-width: 3px 2px 2px 2px;
	border-style: solid;
	border-color: black white white black;
	border-collapse:collapse;
	border-spacing: 0px;
}
.edoControlPanel td { 
	border: 2px outset #eeeeee;
	padding: 4px 1px;
	white-space: nowrap;
	text-align: center;
}

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

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

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

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

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

