/* CSS Document */
.CodeDisplay
{
    font-size:10px;
}

.A31CG_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;
}

.A31CG_Loader_inline
{
	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;
  }
}

.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;
}

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

.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;
	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;
}

.GeneralButton_Disabled
{
	cursor:not-allowed;
}

.hide { display: none; }

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

.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;
}

.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;	
}