/* CSS Document */
.A31_Dialog {
	padding: 10px;
	z-index: 300002;
	border: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
	box-shadow:         0 5px 15px rgba(0,0,0,0.7);
	background-color: #FFF;
}

.A31_Dialog .ui-dialog-title {
	display: block;
	text-align: center;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	font-weight:bold;
}

.A31_Dialog .ui-dialog-titlebar {
	padding: 0 1em;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
}

.A31_Dialog .ui-dialog-content {
	padding: 5px;
}

.A31_Dialog .ui-dialog-titlebar-close {
	display:none;
}

.A31_Dialog .ui-widget-overlay {
  opacity:70;
  filter: Alpha(Opacity=50);
  background-color: black;
}


p 
{
	margin-top: 0em;
	margin-bottom: 1em;
}
textarea {   
    width:350px;
	height:60px; 
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {   
    border-color: #C9C9C9;   
    }  
  
.form label {   
    margin-left: 10px;   
    color: #999999;
    }  
	
.EntityBar{
    margin: auto;
    font-size:12px;
    line-height:40px;
    width:95%;
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */

    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px double #000000;
}

#MenuLineItems
{
	line-height:130px;
	width:100%;
	float:left;
}

#Dashboard_leftcolumn 
{ 
	width: 715px;
	float: left;
	/*border:thick dashed red;*/
}

#Dashboard_rightcolumn 
{ 
	width: 250px;
	float: right;
	/*border:thick dashed red;*/
}

#LoginForm
{
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

.clear { clear: both;}

#NewsFeed1
{
	box-shadow: 10px 10px 5px #888888;
	min-height:50px;
	box-shadow:inset 5px 5px 5px 0px rgba(0, 0, 0, 0.4), 5px 5px 5px 0px rgba(255, 255, 255, 0.8);
	border-radius:4px;
	
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727)); /* Safari 5.1+, Chrome 10+ */ 		
	background: -webkit-radial-gradient(circle, #1a82f7, #2F2727); /* Firefox 3.6+ */ 
	background: -moz-radial-gradient(circle, #1a82f7, #2F2727 ); /* IE 10 */ 
	background: -ms-radial-gradient(circle, #1a82f7, #2F2727);
	
} 

#NewsFeed {
 border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   
   min-height:125px;
}

#CurrentEntity
{
	vertical-align: top;
	position:absolute;
	top:50px;
}

#Wide_Small_Table
{
	font-size:10px;
	width: 95%;
}

.MyTextArea
{
	width:100%;
	height:40px;
	align:center;
}
.MyRadioButtons
{
	width:15px;
	text-align:center;
}
.Tables th
{
	background: linear-gradient(bottom, #001892, #7288f9);
	background: -webkit-linear-gradient(bottom, #001892, #7288f9);
	background: -moz-linear-gradient(bottom, #001892, #7288f9);
	background: -o-linear-gradient(bottom, #001892, #7288f9);
	background: -ms-linear-gradient(bottom, #001892, #7288f9);
	background: linear-gradient(bottom, #001892, #7288f9);
	-svg-background: linear-gradient(bottom, #001892, #7288f9);
   	-webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
   	-moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
   	box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
   	border:1px solid #000000;
   	padding:6px;
   	margin:10px auto 0;
   	position: relative;
   	z-index: 499;
   	text-align:center;
	height:30px;
	color:#FFF;
	font-size:10px;
}

.Tables tr:nth-child(odd)
{
	background-color:#FFF;
}
.Tables tr:nth-child(even)
{
	background-color:#c7ccfc;
}

.ApprovalButton
{
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:auto;
	width:60px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}

.ApprovalButton:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}

.ApprovalButton:active 
{
	position:relative;
	top:1px;
}

.ViewPDF
{
	background-image:url(../img/pdf.png);
	background-repeat:no-repeat;
	cursor:pointer;
	width: 40px;
	height: 40px;
	border: none;
}

.hide { display: none; }

label.error 
{
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
	display:block;
}
input.error, textarea.error, select.error 
{
   border:2px solid red;
}

.FormInput
{
    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}

.FormInput:hover
{
    border:1px solid #cccccc;
}
.FormInput:focus
{
    box-shadow:0 0 2px #FFFE00;
}

.FormLabel
{
	display:inline-block;
	width:220px;
}

input[type="radio"]
{
	vertical-align: top;
}

input[type=text]
{
    width:200px;
}
input[type=password]
{
    width:200px;
}

.errorLabel
{
	text-align:center;
	background-color:#FC6; 
	width:100%;
	border:2px solid red;
        color: red;
}

.GeneralButton {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #337fed;
	
	color: #FFF;
	text-shadow:1px 1px 0px #1570cd;
	font-family:Arial;
	font-size:10px !important;
	font-weight:bold;
	font-style:normal;
	display:inline-block;
	line-height:30px;
	width:auto;
	text-align:center;
	padding:2px;
	margin:3px;

	cursor: pointer;
}
.GeneralButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.GeneralButton:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

a.GeneralButton:link 
{
	color:#FFF;
}
a.GeneralButton:active
{
	color:#FFF;
}
a.GeneralButton:visited
{
	color:#FFF;
}
a.GeneralButton:hover
{
	color:#FFF;
	text-decoration:none;	
}

.GeneralButton_Disabled
{
	cursor:not-allowed;
}

.MyTableButtons
{
	cursor:pointer;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:10px;
}

.FormInput_Textbox
{   
	width:350px;
	height:150px; 
}  


.SmallButton {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #337fed;
	
	color: #FFF;
	text-shadow:1px 1px 0px #1570cd;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	display:inline-block;
	line-height:20px;
	width:auto;
	text-align:center;
	padding:4px;
	margin:2px;
}
.SmallButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.SmallButton:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

a.SmallButton:link 
{
	color:#FFF;
}
a.SmallButton:active
{
	color:#FFF;
}
a.SmallButton:visited
{
	color:#FFF;
}
a.SmallButton:hover
{
	color:#FFF;
	text-decoration:none;	
}

.BudgetBlock
{
	background-color:#D1FFCE;
	width: 95%;
}

.EM_Dialog, .ui-dialog {
	padding: 10px;
	z-index: 9999 !important;
	border: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
	box-shadow:         0 5px 15px rgba(0,0,0,0.7);
	background-color: #FFF;
}

.EM_Dialog .ui-dialog-title {
	display: block;
	text-align: center;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	font-weight:bold;
}

.EM_Dialog .ui-dialog-titlebar {
	padding: 0 1em;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
}

.EM_Dialog .ui-dialog-content {
	padding: 5px;
}

.EM_Dialog .ui-dialog-titlebar-close {
	display:none;
}

.EM_Dialog .ui-widget-overlay {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background-color: black;
}

.ui-widget-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 1000%; 
    background:#333;
    opacity: 0.5;
    z-index:999;
}

.PasswordValidation_NoMatch
{
	background-color:#F00;
	font-weight:bold;
	width:400px;
	text-align:center;
}
.PasswordValidation_Match
{
	background-color:#0F0;
	font-weight:bold;
	width:400px;
	text-align:center;	
}


#txt_GroupNumber
{
	width:60px;
}
#txt_CostCenterNumber
{
	width:100px;
}
#txt_CostCenterDescription
{
	width:195px;
}
#txt_AccountCode
{
	width:100px;
}
#txt_AccountCodeDescription
{
	width:195px;
}
#txt_GroupNumber
{
	width:30px;
}
#txt_GroupNumber
{
	width:30px;
}

.loader {
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0.8em auto;
  position: relative;
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}

.inline_loader 
{
        padding:3px;
        margin-top: 10px;
	margin-left:10px;
	display:inline-block;
	font-size: 15px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	position: relative;
	-webkit-animation: load6 1.7s infinite ease;
	animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.11em -0.83em 0 -0.42em #000066, -0.11em -0.83em 0 -0.44em #000066, -0.11em -0.83em 0 -0.46em #000066, -0.11em -0.83em 0 -0.477em #000066;
  }
  5%,
  95% {
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.11em -0.83em 0 -0.42em #000066, -0.11em -0.83em 0 -0.44em #000066, -0.11em -0.83em 0 -0.46em #000066, -0.11em -0.83em 0 -0.477em #000066;
  }
  30% {
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.51em -0.66em 0 -0.42em #000066, -0.75em -0.36em 0 -0.44em #000066, -0.83em -0.03em 0 -0.46em #000066, -0.81em 0.21em 0 -0.477em #000066;
  }
  55% {
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.29em -0.78em 0 -0.42em #000066, -0.43em -0.72em 0 -0.44em #000066, -0.52em -0.65em 0 -0.46em #000066, -0.57em -0.61em 0 -0.477em #000066;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.11em -0.83em 0 -0.42em #000066, -0.11em -0.83em 0 -0.44em #000066, -0.11em -0.83em 0 -0.46em #000066, -0.11em -0.83em 0 -0.477em #000066;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.11em -0.83em 0 -0.42em #000066, -0.11em -0.83em 0 -0.44em #000066, -0.11em -0.83em 0 -0.46em #000066, -0.11em -0.83em 0 -0.477em #000066;
  }
  5%,
  95% {
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.11em -0.83em 0 -0.42em #000066, -0.11em -0.83em 0 -0.44em #000066, -0.11em -0.83em 0 -0.46em #000066, -0.11em -0.83em 0 -0.477em #000066;
  }
  30% {
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.51em -0.66em 0 -0.42em #000066, -0.75em -0.36em 0 -0.44em #000066, -0.83em -0.03em 0 -0.46em #000066, -0.81em 0.21em 0 -0.477em #000066;
  }
  55% {
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.29em -0.78em 0 -0.42em #000066, -0.43em -0.72em 0 -0.44em #000066, -0.52em -0.65em 0 -0.46em #000066, -0.57em -0.61em 0 -0.477em #000066;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #000066, -0.11em -0.83em 0 -0.42em #000066, -0.11em -0.83em 0 -0.44em #000066, -0.11em -0.83em 0 -0.46em #000066, -0.11em -0.83em 0 -0.477em #000066;
  }
}

.Chart_Legend {
    width: 40%;
	border: #333 thin;
}
.Legend_Key {
    float: left;
    position: relative;
    width: 35px;
	height:35px;
}

.Legend_Text {
    position: relative;
    text-align: left;
    margin-left: 40px;
	height:35px;
	vertical-align:middle;
}

.CurrentApproval_Block 
{
	background-color:#0CF;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.Approved_Block 
{
	background-color:#3F0;
}
.Declined_Block 
{
	background-color:#F00;
}
.MoreInfo_Block 
{
	background-color:#F90;
}


.Dialog_GeneralButton_FloatRight 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #337fed;
	
	color: #FFF;
	text-shadow:1px 1px 0px #1570cd;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	display:inline-block;
	line-height:30px;
	width:auto;
	text-align:center;
	padding:2px;
	margin:3px;
	cursor: pointer;
	position:absolute;
	bottom:7px;
	right:7px;
	
	float:right !important;
}
.Dialog_GeneralButton_FloatRight:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.Dialog_GeneralButton_FloatRight:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

a.Dialog_GeneralButton_FloatRight:link 
{
	color:#FFF;
}
a.Dialog_GeneralButton_FloatRight:active
{
	color:#FFF;
}
a.Dialog_GeneralButton_FloatRight:visited
{
	color:#FFF;
}
a.Dialog_GeneralButton_FloatRight:hover
{
	color:#FFF;
	text-decoration:none;	
}
.Dialog_GeneralButton_FloatRight_Disabled
{
	cursor:not-allowed;
}

.Dialog_GeneralButton_FloatLeft 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #337fed;
	
	color: #FFF;
	text-shadow:1px 1px 0px #1570cd;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	display:inline-block;
	line-height:30px;
	width:auto;
	text-align:center;
	padding:2px;
	margin:3px;
	cursor: pointer;
	position:absolute;
	bottom:7px;
	left:7px;
	
	float:left !important;
}
.Dialog_GeneralButton_FloatLeft:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.Dialog_GeneralButton_FloatLeft:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

a.Dialog_GeneralButton_FloatLeft:link 
{
	color:#FFF;
}
a.Dialog_GeneralButton_FloatLeft:active
{
	color:#FFF;
}
a.Dialog_GeneralButton_FloatLeft:visited
{
	color:#FFF;
}
a.Dialog_GeneralButton_FloatLeft:hover
{
	color:#FFF;
	text-decoration:none;	
}
.Dialog_GeneralButton_FloatLeft_Disabled
{
	cursor:not-allowed;
}

.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

#Chart_Container {
    width: 100%;
    margin: auto;
}
#Legend_Div {
    width: 20%;
    float: left;
}
#Chart_Div {
    width: 80%;
    float: left;
}


.UpdateButton, td[data-column="action-update"] button
{
	background:url(../img/update.png);
	background-size:40px 40px;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	border:0;
	text-indent: -10000px;
	cursor:pointer;
}
.ViewButton
{
	background:url(../img/view.png);
	background-size:40px 40px;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	border:0;
	cursor:pointer;
}
.RemoveButton, td[data-column="action-remove"] button
{
	background:url(../img/trash.png);
	background-size:40px 40px;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	border:0;
	text-indent: -10000px;
	cursor:pointer;
}
.DeclinedButton
{
	background:url(../img/declined.png);
	background-size:40px 40px;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	border:0;
	cursor:pointer;
}
.LockedButton
{
	background:url(../img/locked.png);
	background-size:40px 40px;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	border:0;
	cursor:pointer;
}
.AdminUpdateButton
{
	background:url(../img/admin_update.png);
	background-size:40px 40px;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	border:0;
	cursor:pointer;
}
.Test
{
	background:url(../img/admin_update.png);
	background-size:40px 40px;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	border:0;
	cursor:pointer;
}
.StandardNotification_OLD
{
    position: fixed;
    top: 50%;
    right: 50%;
    font-size:1.25em;
    font-weight:bold;
    z-index: 999;
    padding:15px;
    background:#AAF3AD;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #1e62d0;
    
    width: 125px;
    height: 75px;
}
.StandardNotification
{
    position: fixed;
    top: 10%;
    right: 10%;
    z-index: 2147483647;
    font-size: 12px;
    font-weight:bold;
    
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    padding: 10px 10px;
    width: 140px;
    height: 50px;
    
    background:#AAF3AD;
    
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.Higlight_Warning
{
    color:red;
    font-weight: bold;
}
.Higlight_Accepted
{
    color: green;
    font-weight: bold;
}
.Block_FullWidth
{ 
	clear: both;
	float: left;
	display: block;
	position: relative;
        width: 100%;
}
.chk_Entities
{
    /* All browsers except webkit*/
      transform: scale(1.5);

      /* Webkit browsers*/
      -webkit-transform: scale(1.5);
      margin-right: 10px;
}

.new_container
{
    width: 100%;
}

.A31HD_InputListBox{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.New_BudgetBlock_Table{
    font-size:0.85em;
    box-shadow: 0 4px 6px #000;
    padding: 10px;
}

.New_BudgetBlock_Table td{
    padding: 2px;
}
.NEW_BudgetBlock {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
   flex-direction: row;
   box-shadow: 0 4px 6px #000;
   padding: 10px;
   font-size:0.85em;
}
.NEW_Legend_BudgetBlock{
    padding: 10px;
    border-right:grey solid 2px;
}
.NEW_LeftBudgetBlock{
    padding: 10px;
}
.NEW_MidBudgetBlock{
    padding: 10px;
    border-left:grey solid 2px;
}
.NEW_RightBudgetBlock{
    padding: 10px;
    border-right: 4px solid black;
    border-bottom: 4px solid black;
    
}

/* New Note */

.emlm-add-new-note textarea{
	width: 100%;
	border: 1px solid #999;
}

th[data-col="action-remove"],
th[data-col="action-update"],
th[data-col="action-manage"]
{
	width: 40px;
}
