/* 
 *  This Stylesheet defines the layout classes for a standard Remy input form web page
 *
 * Note that in a standard implementation, the following style(s) is/are applied to the
 * <body> tag (therefore all other classes inherit from it/them):
 *
 *		.layoutStandard
 *
 */

/*************** Need to refactor these ******************/
.layoutReadOnlyBackGround
{
	background-color: #EEEEEE;
}

.layoutGridCenter
{
	text-align: center;
}

.layoutTextBackgroundHighlight
{
	background-color: #FFFFC0;
}

.layoutTextBackgroundHighlightClaimValid
{
	background-color: #00FF00;
	color: Black;
	font-weight: bold;
}

.layoutTextBackgroundHighlightClaimDenied
{
	background-color: #FF3300;
	color: Black;
	font-weight: bold;
}

.layoutAlignMiddle
{
	padding-top: 5px;
	vertical-align: middle;
}

.layoutLinkInline
{
	clear: left;
}

.layoutPadding30Right
{
	padding-right: 30px;
}

.menuHeader
{
	/*color: #07519A;*/
	color: #064160;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
.menuText
{
	color: #064160;
	font-family: Verdana;
	font-size: 0.8em;
	text-align: left;
}
.titlelabel
{
	font-family: Verdana;
	font-size: larger;
	font-weight: bold;
}
.PageErrorMessage
{
	text-align: right;
	font-size: 1em;
	color: Red;
	font-weight: normal;
}
.PageInfoMessage
{
	text-align: center;
	font-size: .9em;
	color: Red;
	font-weight: normal;
	padding-left: 5px;
}

/*************** End refactor ******************/

.layoutOverflowScroll
{
	overflow: scroll;
}

.layoutTextBoxReadOnly
{
            text-align: left;
            vertical-align: bottom;
            background-color: #DDDDDD;
}


.layoutBorderBottom
{
	border-bottom: solid 1px Black;
}

.layoutCheckBoxDiv
{
	text-align: left;
}

.layoutCheckBoxMedium
{
	/*float: left;*/ /*width: 1em;*/
	margin-left: -3px;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 2px;
}

.layoutColumnCentered
{
	width: 8em;
	text-align: center;
}

.layoutFileUpLoadWide
{
	width: 40em;
	text-align: left;
	vertical-align: top;
}

.layoutFileUpLoadTextboxWide
{
	width: 40em;
	text-align: left;
	vertical-align: top;
}

.layoutGreyedOut
{
	background-color: Gray;
}

.layoutGridItemNumberHeader
{
	padding-right: 4px;
	text-align: right;
	vertical-align: middle;
}

.layoutGridItemNumber
{
	padding-top: 9.5px;
	padding-right: 4px;
	text-align: right;
	vertical-align: top;
}

.layoutOboutHyperlink
{
	
}

.layoutHyperlink
{
	text-align: left;
}

.layoutHyperlinkColumn
{
	width: 12em;
	text-align: left;
	vertical-align: bottom;
}

.layoutLabel
{
	float: left;
	width: 16em;
	text-align: right;
	padding-right: 3px;
	padding-top: 4px;
	vertical-align: baseline;
}

.layoutLabelMedium
{
	float: left;
	width: 18em;
	text-align: right;
	padding-right: 3px;
	padding-top: 4px;
	vertical-align: bottom;
}

.layoutLabelMediumNarrow
{
	float: left;
	width: 8em;
	text-align: right;
	padding-right: 3px;
	padding-top: 4px;
	vertical-align: bottom;
}

.layoutLabelNarrow
{
	float: left;
	width: 7.5em;
	text-align: right;
	padding-right: 3px;
	padding-top: 4px;
	vertical-align: bottom;
}

.layoutLabelVeryNarrow
{
	float: left;
	width: 4em;
	text-align: right;
	padding-right: 3px;
	padding-top: 4px;
	vertical-align: bottom;
}

.layoutLabelWithMargin
{
	float: left;
	width: 18em; /*width: 11em;*/
	text-align: right;
	padding-right: 3px;
	padding-top: 4px;
	vertical-align: bottom;
}

.layoutLabelLeft
{
	float: left;
	width: 11em;
	text-align: left; /*padding-right: 3px;*/
	vertical-align: bottom;
}

.layoutLabelLeftVeryWide
{
	float: left;
	width: 25em;
	text-align: left; /*padding-right: 3px;*/
	vertical-align: bottom;
}

.layoutLinkBar
{
	background-image: url(../Images/HorizontalRule.gif); /*background-image: url(../Images/SteelVerticalBackgroundSmall.jpg);*/
	background-repeat: repeat-x;
	margin-left: -5px;
	padding-bottom: 3px; /*vertical-align:middle;*/
	border: none;
}

.layoutLogo
{
	height: 45px;
	width: 45px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.layoutMainContent
{
	/*margin-top: -10px; 	/*padding-top: 10px;*/
	width: 980px;
	text-align: left;
}

.layoutMenuBar
{
	/*width: 1000px; 	padding-left: 5px; 	padding-bottom: -20px;*/
}

.layoutListBox
{
	width: 18em;
	text-align: left;
	vertical-align: bottom;
}

.layoutListBoxMedium
{
	width: 14em; /*14em;*/
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 2px;
}

.layoutList
{
	width: 26.5em;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 2px;
}

.layoutListMediumExtraWide
{
	width: 25.2em;
	text-align: left;
	vertical-align: bottom;
}

.layoutListMedium
{
	width: 18.5em;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 2px;
}

.layoutListMediumPlus
{
	width:30em;
	text-align: left;
	vertical-align: top;
}

.layoutListNarrow
{
	width: 13.5em;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 2px;
}

.layoutListVeryNarrow
{
	width: 4em;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 2px;
}

.layoutListVeryWide
{
	width: 52em;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 2px;
}


.layoutNarrowColumnCentered
{
	width: 9.5em;
	text-align: center;
}

.layoutNewColumn
{
	float: left;
}

.layoutNewColumnWide
{
	float: left;
	width: 100%;
}

.layoutNoMargin
{
	margin: 0px;
}

.layoutOverflowScroll
{
	overflow: scroll;
}

.layoutPanel
{
	margin-top: 15px;
}

.layoutSectionFull
{
	width: 99%;
}

.layoutSectionHeader
{
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
	border-color: white;
}

.layoutStandard
{
	/*margin: -5px;*/ /*position: relative;*/
	text-align: center;
}

.layoutTableHeader
{
	text-align: center;
}

.layoutTextBox
{
	width: 26em;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBox1
{
	width: 28em;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBox2
{
	width: 24em;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBox3
{
	width: 25.2em;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBoxMedium
{
	width: 29.5em;
	text-align: left;
	vertical-align: top;
}

.layoutTextBoxMediumNoBorder
{
	width: 18em;
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-color: White;
}

.layoutTextBoxMediumPlus
{
	width: 35em;
	text-align: left;
	vertical-align: top;
}
.layoutTextBoxSlightlyWide
{
	width: 25.3em;
	text-align: left;
	vertical-align: top;
}

.layoutTextBoxLessThanWide
{
	width: 58em;
	text-align: left;
	vertical-align: top;
}

.layoutTextBoxMediumWide
{
	width: 45em;
	text-align: left;
	vertical-align: top;
}

.layoutTextBoxMediumNarrow
{
	width: 17.5em;
	text-align: left;
	vertical-align: top;
}

.layoutTextBoxNoBorder
{
	width: 26em;
	text-align: left;
	vertical-align: bottom;
	border-style: solid;
	border-color: White;
}

.layoutTextBoxNarrowNoBorder
{
	width: 5em;
	text-align: left;
	vertical-align: bottom;
	border-style: solid;
	border-color: White;
}

.layoutTextBoxNarrowNoBorderRight
{
	width: 5em;
	text-align: right;
	vertical-align: bottom;
	border-style: solid;
	border-color: White;
}

.layoutTextBoxNarrow
{
	width: 13em;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBoxExtraNarrow
{
	width: 10em;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBoxVeryNarrow
{
	width: 8em;
	text-align: center;
	vertical-align: bottom;
	padding-left: 0;
	padding-right: 0;
}

.layoutTextBoxVeryNarrowLeftNoBorder
{
	width: 4em;
	text-align: left;
	vertical-align: bottom;
	padding-left: 0;
	padding-right: 0;
	border-style: solid;
	border-color: White;
}

.layoutTextBoxVeryNarrowLeft
{
	width: 4em;
	text-align: left;
	vertical-align: bottom;
	padding-left: 0;
	padding-right: 0;
}

.layoutTextBoxVeryNarrowRight
{
	width: 4em;
	text-align: right;
	vertical-align: bottom;
	padding-left: 0;
	padding-right: 0;
	cursor: default;
}

.layoutTextBoxNarrowRight
{
	width: 5em;
	text-align: right;
	vertical-align: bottom;
	padding-left: 0;
	padding-right: 0;
}

.layoutTextAreaWide
{
	width: 58.25em;
	height: 60px;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextAreaWideMedium
{
	width: 56em;
	height: 60px;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBoxWide
{
	width: 73.4em;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBoxExtraWide
{
	width: 70em;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBoxExtraWideNoBorder
{
	width: 70em;
	text-align: left;
	vertical-align: bottom;
	border-style: solid;
	border-color: White;
}

.layoutTextBoxWide5Row
{
	width: 60em;
	height: 100px;
	text-align: left;
	vertical-align: bottom;
}

.layoutTextBoxWideNoBorder
{
	width: 62.6em;
	text-align: left;
	vertical-align: bottom;
	border-style: solid;
	border-color: White;
}

.layoutTextLeft
{
	text-align: left;
	vertical-align: top; /*margin-top: 5px;*/
}

.layoutVeryNarrowColumnCentered
{
	width: 6em;
	text-align: center;
}

.layoutBlankBorderRight
{
	border-right:none;
}

.layoutBlankBorderLeft
{
	border-left:none;
}

.layoutBlankBorderLeftRight
{
	border-left:none;
	border-right:none;
}
.cssInValidBackGround
{
	background-color:red;
	color:White;
		width: 29.5em;
	text-align: left;
	vertical-align: top;
}
.cssValidBackGround
{
	background-color:white;
	width: 29.5em;
	text-align: left;
	vertical-align: top;
}
.cssRequiredBackGround
{
	background-color:#FFFF99;
	width: 29.5em;
	text-align: left;
	vertical-align: top;
}




