﻿BODY
{
	padding: 0px;
	margin: 0px;
}

/*
  F R A M E W O R K   C O N T R O L styles
*/

/*
  M E S S A G E   L I S T  styles
*/

.asterisk
{
	color: Red;
	font-weight: bold;
}

.error
{
	color: Red;
}

.error A, .error A:visited
{
	font-weight: bold;
	text-decoration: underline;
}

.error A:hover
{
	text-decoration: none;
}

.info
{
	color: Green;
}

.message, .mainMessages, .innerMessage TR TD
{
	margin: 1px;
	background-color: #FFFFEE !important;
	border: 1px solid Red;
	text-align: left;
	border-width: 1px;
	-moz-border-top-colors: Red #ffffff Red;
	-moz-border-right-colors: Red #ffffff Red;
	-moz-border-bottom-colors: Red #ffffff Red;
	-moz-border-left-colors: Red #ffffff Red;
	vertical-align: middle !important;
}

.infoMessages
{
	border-color: Green;
	-moz-border-top-colors: Green #ffffff Green;
	-moz-border-right-colors: Green #ffffff Green;
	-moz-border-bottom-colors: Green #ffffff Green;
	-moz-border-left-colors: Green #ffffff Green;
}

.mainMessages
{
	width: auto;
}

.Grid TR.AltDataRow .editPanel .message TR TD
{
	background-color: #FFFFEE !important;
}

DIV.mainMessages
{
	margin: 5px;
}

.message .img
{
	width: 10px;
}

.message TR TD, TABLE.mainMessages TR TD, .innerMessage TR TD
{
	border: none !important;
	padding: 4px;
	font-size: 0.9em;
}

.message TR TD.error, .innerMessage TR TD.error, .message TR TD.warning, .innerMessage TR TD.warning
{
	color: Red;
}

.message TR TD.info, .innerMessage TR TD.info
{
	color: Green;
}

/*
  Common Edit Control styles
*/

SELECT
{
	background-color: White;
}

.txtEditable
{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 2px 1px 2px;
	color: #555555;
	font-size: 12px;
	width: 15em;
}

.txtReadOnly
{
	 background-color: #eeeeee;
}

.txtAsLabel
{
	color: black;
	font-weight: normal;
}

.txtReadonly
{
	background-color: #eeeeee;
}

.txtAsLink
{
	color: Blue;
	text-decoration: underline;
}

SELECT.txtEditable
{
	width: auto;
}

/* control width sub classes */
.wide
{
	width: 30em;
}

.middle
{
	width: 20em;
}

.narrow
{
	width: 10em;
}

TEXTAREA.wide
{
	width: 98%;
	height: 10em;
}

TEXTAREA.middle
{
	height: 7em;
	width: 20em;
}

TEXTAREA.narrow
{
	width: 10em;
	height: 5em;
}

.txtDate
{
	width: 5em;
}

.txtMoney
{
	width: 5.6em;
	text-align: right;
}

.notes
{
	padding-left: 10px;
	font-style: italic;
}

/*
  grid column/control types
*/
.sortImage
{
	border: 0px;
	margin-left: 3px;
}

.date
{
	text-align: center;
	padding: 0px 5px;
	width: 5em;
}

.dateLong
{
	text-align: center;
	padding: 0px 5px;
	width: 8em;
}

.dateTime
{
	text-align: center;
	padding: 0px 5px;
	width: 11em;
}

.name
{
	text-align: left;
}

.nowrap
{
	white-space: nowrap;
}

.number, .currency, .percent
{
	text-align: right;
	width: 7em;
}

.yesNo
{
	text-align: center;
}

/*
  END F R A M E W O R K   C O N T R O L styles
*/

/*
  Misc styles
*/

.separator, .spacer
{
	height: 20px;
}

TD.captionLabel
{
	white-space: nowrap;
}

.inlineActions
{
	margin-top: 20px;
	width: auto !important;
}

.inlineActions .buttonsSeparator
{
	width: 10px;
}

.woBorders
{
	border: none !important;
}

.hidden
{
	display: none;
	visibility: hidden;
}

.visible
{
	display: block;
	visibility: visible;
}
