﻿BODY    {
    background-color : #ffffff;
    font-family : Arial;
    font-size : 10pt;
    color: #000000;
}
textarea
{
    padding: 0;
}
textarea:disabled
{
    background: #F0F0F0;
    color: #606060;
    border-style:solid !important;
    border:1px solid gray;
}
.Buttons
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: white;
    font-weight: bold;
    text-transform: none;
    background-color: #2B4592;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-right: gray thin solid;
    border-top: gray thin solid;
    padding-left: 1px;
    border-left: gray thin solid;
    border-bottom: gray thin solid;
    text-align: center;
    vertical-align: middle;
    box-shadow: 2px 2px 5px #888888;
    cursor: pointer;
}
.Label
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: white;
    font-weight: bold;
    text-transform: none;
    background-color: #2B4592;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-right: gray thin solid;
    border-top: gray thin solid;
    padding-left: 1px;
    border-left: gray thin solid;
    border-bottom: gray thin solid;
    text-align: center;
    vertical-align: middle;
    box-shadow: 2px 2px 5px #888888;
}
.Buttons:active
{
    -webkit-box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
   -moz-box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
    bobox-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}
.MainFont
{
	background-color: #e0e0e0;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #2B4592;
	font-weight: normal;
}
.InputFields
{
	background-color: white;
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #2B4592;
	font-weight: normal;
	border-right: gray thin solid;
	padding-right: 2px;
	border-top: gray thin solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: gray thin solid;
	padding-top: 2px;
	border-bottom: gray thin solid;
    box-shadow: 2px 2px 5px #888888;
}
.InputFields:disabled
{
	background: #F0F0F0;
    color: #606060;
    border-style:solid !important;
    border:1px solid gray;

}
.DropDownFields
{
    height:26px;
    border-right: gray thin solid;
	padding-right: 2px;
	border-top: gray thin solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: gray thin solid;
	padding-top: 2px;
	border-bottom: gray thin solid;
    box-shadow: 2px 2px 5px #888888;
    font-family: Verdana, Arial;
	font-size: 9pt;
	color: #2B4592;
	font-weight: normal;
}
/*.DropDownFields:disabled
{
    background: #F0F0F0;
    color: #606060;
}*/
.Labels
{
	background-color: transparent;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #2B4592;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: top;
	font-style: normal;
	text-align: left;
	width: 200px;
	height: 30px;
	position: static;
	direction: ltr;
}
.LabelOutputData
{
	background-color: transparent;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: gray;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: top;
	font-style: normal;
	text-align: left;
}
.LabelsHeading
{
	background-color: transparent;
	font-family: Verdana, Arial;
	font-size: 13pt;
	color: Gray;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: top;
	font-style: normal;
	text-align: left;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;

}
.GridHeading
{
	background-color: #2B4592;
	font-family: Verdana, Arial;
	font-size: 9pt;
	color:White;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: top;
	font-style: normal;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.Error
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color:red;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: top;
	font-style: normal;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.Table
{
	background-color: #e0e0e0;
}
.PendingBox
{
    background-color:#FFFF99;
    line-height: 130%;
}
.Pending
{
    font-size:12px;
}
.Linkbutton
{
    color:#2B4592;
}
.Linkbutton:hover
{
    color:blue;
}

.ActionRequiredButton
{
    color:red;
    font-weight:bold;
    padding:3px ;
    border-radius: 5px;
    background:#CCCCFF;
    box-shadow: 2px 2px 5px #888888;
}

.ActionRequiredButton:active
{
    -webkit-box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
   -moz-box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
    bobox-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}

.RequestDateTime
{
    font-size:11px;   
}

.hidden
{
   display:none;
}
/*for checkbox*/
p > input
{
	padding: 0;
	margin: 0;
	height: 12px;
	width: 13px;
	float: left;
	position: absolute;
	left: 10px;
    top:0;
	opacity: 0;
    z-index:1;
}
p > label 
{ 
    position:absolute;
    top:0;
    left:15px;
    color: black; 
    padding-left:18px;
    padding-bottom:0;
    padding-top:0;
    padding-right:0;
    -moz-transition: color 1s ease; 
    -o-transition: color 1s ease; 
    -webkit-transition: color 1s ease; 
    transition: color 1s ease; 
}



p:not(#foo) > input + label
{
    background: url(../../HOME/Images/gr_custom-inputs.png) 0 -1px no-repeat;
    height: 16px;
}

/* Checked styles */
p:not(#foo) > input[type=checkbox]:checked + label
{ 
    background-position: 0 -81px; 
}
p:not(#foo) > input[type=checkbox]:hover:checked + label,
    p:not(#foo) > input[type=checkbox]:focus:checked + label,
    p:not(#foo) > input[type=checkbox]:checked + label:hover,
p:not(#foo) > input[type=checkbox]:focus:checked + label
{ 
    background-position: 0 -101px; 
}
.DateTimeFormat
{
    width:100px;
    display:inline;
    font-style: italic;
    color: #2B4592;
    font-weight: normal;
    font-size: 10pt;
    font-family: Verdana, Arial;
}
