﻿*
{
	margin: 0px;
	padding: 0px;
}

label
{
	font-family: verdana;
	font-size: x-small;
	color: #004080;
}

.BackPanel
{
	border: 2px Solid #979CAA;
	width: 695px;
	height: 503px;
	position: absolute;
	top: 50px;
	left: 10px;
}
.PageTitle
{
	border: 1px Solid #979CAA;
	width: 468px;
	height: 24px;
	text-align: center;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	font-size: larger;
	font-family: verdana;
	font-weight: bold;
	vertical-align: middle;
}
.PageText
{
	font-size: x-small;
	font-family: verdana;
}
.Grid
{
	position: absolute;
	width: 548px;
	top: 46px;
	left: 22px;
	max-height: 108;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	border: 2px double #979CAA;
	background-color: white;
}

.inputText
{
	background-color: #F4FAFF;
	font-family: Verdana;
	font-size: X-Small;
}

.tableLabel
{
	font-size: small;
	font-weight: bold;
}

.lastValidation
{
	border: 1px Solid #000000;
	position: absolute;
	left: 24px;
	top: 40px;
	width: 644px;
	background-color: #F5F5F5;
}

fieldset
{
	border: solid 1px gray;
}

a.button
{
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 13px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
	outline: none; /* hide dotted outline in Firefox */
}

a.button span
{
	background: transparent url('../images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 12px;
}


a.buttonPressed
{
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	display: block;
	float: left;
	font: normal 13px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.buttonPressed span
{
	background: transparent url('../images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	background-position: bottom left;
	padding: 6px 0 4px 12px; /* push text down 1px */
}

.disableBackground
{
	background-color: #F5F5F5;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.clear
{
	/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 90%;
	padding-top: 6px;
	padding-left: 1px;
}


input[type="text"],input[type="password"],textarea,select
{	border-width:1px;
	border-style:solid;
	border-color:#778899;
	background-color:#F4FAFF !important;
	font-family:Verdana !important;
	font-size:x-small !important;
	background-image:none !important;
	height:16px;
	padding-left:2px;
	
}

select
{
    height:17px;
    }
input[type="button"],input[type="submit"]
{
	height:20px;
	}
	
	
fieldset
{
	border: solid 1px gray;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-left: 4px;
}
fieldset
{
	/* fallback (Opera) */
	/*background: #008800;*/ /* Mozilla: */
	background: -moz-linear-gradient(top, white, #F8F8F8 ); /* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#F8F8F8 )); /* MSIE */
	/*background: -webkit-gradient(linear,                 left top, left bottom, from(white), to(#F8F8F8 )); */
	filter: progid:DXImageTransform.Microsoft.Gradient(                 StartColorStr='white', EndColorStr='#F8F8F8', GradientType=0);
}

.divFieldset
{    position:relative;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px gray;
	 /* fallback (Opera) */
	background: #008800; /* Mozilla: */
	background: -moz-linear-gradient(top, white, #F8F8F8 ); /* Chrome, Safari:*/
	background: -webkit-gradient(linear,                 left top, left bottom, from(white), to(#F8F8F8 )); /* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(                 StartColorStr='white', EndColorStr='#F8F8F8', GradientType=0);
}

.divFieldset > span:first-child
{   
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	position: absolute;
	top: -8px;
	left: 10px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: White;
	display: inline-block;
}

.spanLabelNormal
{
		color: #004080;
	font-family: Verdana;
	font-weight: normal;
	}
	
input[type="button"], input[type="submit"]
{
	color: white; /*#000066;*/
	background-color: #8E909C;
	font-weight: bold;
	font-family: Arial;
	font-size: Small;
	height: 23px;
	width: 120px;
	border-color: gray;
	border-style: Solid;
	border-width: 1px;
	box-shadow: 3px 3px 7px gray;
	border-radius: 4px;
}

input[type="button"]:active, input[type="submit"]:active
{
	box-shadow: inset -3px -3px 7px gray;
}

input[type="button"]:hover, input[type="submit"]:hover
{
	cursor: pointer;
}

input[type="button"]:disabled
{
	color: gainsboro;
}

input[type='text'], select
{
	background-color: rgb(244, 250, 255) !important;
	font-size: 11px !important; /*color: Navy;*/
	padding-right: 2px;
	color: black;
}

input[type="submit"]:disabled
{
	color: gainsboro;
}

input[type='checkbox'], input[type='radio']
{
	line-height: 17px;
	vertical-align: middle;
}
input[type='checkbox'] + label, input[type='radio'] + label
{
	line-height: 16px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 4px;
}


td > div[ mkr="container"]
{
	background-color: #F4FAFF;
}

.tableCell td
{
	border: 1px solid #D8D8D8;
	color: #004080;
}
.altTableCell td
{
	background-color: gainsboro !important;
}

.tableColumnRight
{
	text-align: right !important;
}
.tableColumnCenter
{
	text-align: center !important;
}
.tableDeletedRow > td
{
	background-color: #FF6666 !important;
	color: White !important;
}
.tableOkRow > td
{
	background-color: #339966 !important;
	color: White !important;
}
.tableSuspenseRow > td
{
	background-color: #FFFF66 !important;
	color: Navy !important;
}
.igg_ClaymationHeaderCaption
{
	font-size: 10px !important;
}

tbody > tr.igg_ClaymationAlt > td
{
	padding: 1px 2px 1px 2px !important;
}
tbody.igg_ClaymationItem > tr > td
{
	padding: 1px 2px 1px 2px !important;
}
.igg_ClaymationHeaderCaption
{
	padding-left: 2px !important;
}



.calendars
{
	background-color: #F4FAFF;
	text-align: center;
	font-size: x-small;
	font-family: Verdana;
	vertical-align: middle;
	line-height: 18px;
}
.calendars input
{
	height: 19px !important;
	font-size: 11px !important;
}

.inlineCombo
		{
			display: inline-table;
			vertical-align: middle;
			line-height: 18px;
		}

.box-shadow
{
	box-shadow: 8px 8px 10px black; /* CSS3 */
}

.frameGridStyle
{
    background-color: Window;
    border: 1px solid InactiveText;
    font-family: Microsoft Sans Serif;
    font-size: 8.25pt;
    height:235px;
    width:685px;
}

.gridPager
{
    background-color: #d3d3d3; /*Light Gray*/
    border-style: solid;
    border-left-width: 1px;
    border-left-color: White;
    border-top-width: 1px;
    border-top-color: White;
}

.editGridCellStyle
{
    border-style:none;
    border-width:0px;
}

.footerGridStyle
{
    background-color: #d3d3d3; /*Light Gray*/
    border-style: solid;
    border-left-width: 1px;
    border-left-color: White;
    border-top-width: 1px;
    border-top-color: White;
}

.headerGridStyle
{
    background-color: #d3d3d3; /*Light Gray*/
    border-style: solid;
    border-left-width: 1px;
    border-left-color: White;
    border-top-width: 1px;
    border-top-color: White;
    text-align:center;
}

.rowGridStyle
{
    background-color:Window;
    border: 1px solid Silver;
    font-family: Microsoft Himalaya Sans Serif;
    Font-Size:8.25pt;
    padding-left:3px;
    border-left-color:Window;
    border-top-color:Window;
}

.groupByRowGridStyle
{
    background-color:Control;
    border-bottom-color:White;
}

.groupByBoxGridStyle
{
    background-color:ActiveBorder;
    border-color:Window;    
}

.addNewRowGridStyle
{
    background-color:Window;
    border: 1px solid InactiveText;
    border-left-color:White;
    border-top-color:White;
}

.filterDropDownGridStyle
{
    background-color:White;
    border: 1px solid Silver;
    overflow:auto;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    padding-left:2px;
    font-size:11px;
    height:300px;
    width:200px;
}

.filterhighlightRowGridStyle
{
    background-color:#151C55;
    color:White;
}

.filterOperandDropDownGridStyle
{
    background-color:White;
    border:1px solid Silver;
    overflow:auto;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    padding-left:2px;
}

.deletedLocation
{
    background-color: Red;
    color: White;
}

