@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

body {
	background-color: #ffffff;
	line-height:100%;
}
html {overflow-y:scroll;}

td, p, th {
	font-size: 13px; 
	color: #000000; 
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}


a:link {
	color: #495584;
	font-weight: normal;
	text-decoration : underline;
}
a:visited {
	color: #495584;
	font-weight: normal;
	text-decoration : underline;
}
a:hover {
	color: #aa0000;
	font-weight: normal;
	text-decoration : none;
}

.Grid_Row td
 {
     border-right: #BFBFBF 1px solid;
     border-top: #BFBFBF 1px solid;
     border-left: #BFBFBF 1px solid;
     border-bottom: #BFBFBF 1px solid;
     padding-left:5px;
     padding-right:5px;
     max-width:980px;
 }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	text-decoration: none;
}

h1 {
	font-size: 24px; 
	color: #303030; 
	padding:0px;
	margin:0px;
}	

h2 {
	font-size: 18px; 
	color: #303030; 
	padding:0px;
	margin:0px;
}

h3 {
	font-size: 16px;
	color: #303030;
	padding:0px;
	margin:0px;
}

h4 {
	font-size: 14px;
	color: #303030;
	padding:0px;
	margin:0px;
}

h5 {
	font-size: 12px;
	line-height: 1.8;
	color: #303030;
	text-align: center;
	padding-top: 12px;
}

.bluebar {
	background-color:#495584;
}
.white {
	color:#ffffff;
}
.gray {
	color:#666666;
}		
.copyright {
	font-size: 14px; 
	color: #ffffff; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

.blink {
    animation: blink-animation 1.5s linear infinite;
    -webkit-animation: blink-animation 1.5s linear infinite;
}

@keyframes blink-animation {
    0% {
                opacity: 0;
            }
  
            60% {
                opacity: 0.7;
            }
  
            100% {
                opacity: 0;
            }
}
@-webkit-keyframes blink-animation {
     0% {
                opacity: 0;
            }
  
            60% {
                opacity: 0.7;
            }
  
            100% {
                opacity: 0;
            }
}



A:link.copyright {
	font-size: 14px; 
	color: #ffffff; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: underline;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
A:visited.copyright {
	font-size: 14px; 
	color: #ffffff; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: underline;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
A:hover.copyright {
	font-size: 14px; 
	color: #ffd96b; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

.copyright-hide {
	font-size: 14px; 
	color: #ffffff; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding:0px;
	margin:0px;
	font-weight:normal;
	cursor:text;
}

A:link.copyright-hide {
	font-size: 14px; 
	color: #ffffff; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding:0px;
	margin:0px;
	font-weight:normal;
	cursor:text;
	
}
A:visited.copyright-hide {
	font-size: 14px; 
	color: #ffffff; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding:0px;
	margin:0px;
	font-weight:normal;
	cursor:text;
}
A:hover.copyright-hide {
	font-size: 14px; 
	color: #ffffff; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	padding:0px;
	margin:0px;
	font-weight:normal;
	cursor:text;
}

.white-no-link {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-decoration : none;
	font-family:'Open Sans', sans-serif;
}


.white-grid  {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-decoration : none;
	font-family:'Open Sans', sans-serif;
}

.white-grid  a {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-decoration : underline;
	font-family:'Open Sans', sans-serif;
}
white-grid  a:visited {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-decoration : underline;
	font-family:'Open Sans', sans-serif;
}
white-grid  a:hover {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	text-decoration : none;
	font-family:'Open Sans', sans-serif;
}

.sort-link  {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration : none;
	font-family:'Open Sans', sans-serif;
}

.sort-link  a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration : underline;
	font-family:'Open Sans', sans-serif;
}
sort-link  a:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration : underline;
	font-family:'Open Sans', sans-serif;
}
sort-link  a:hover {
	color: #aa0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration : none;
	font-family:'Open Sans', sans-serif;
}
.content-slider {
  width: 100%;
  height: 280px;
}

.slider {
  height: 240px;
  width: 680px;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 240px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 680px;
  height: 240px;
  position: absolute;
  top: -325px;
  list-style: none;
}

.slider .quote {
  font-size: 30px;
  font-style: italic;
}

.slider .source {
  font-size: 20px;
  text-align: right;
}

.slider li.anim1 {
  animation: cycle 50s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 50s linear infinite;
}

.slider li.anim3 {
  animation: cycle3 50s linear infinite;
}

.slider li.anim4 {
  animation: cycle4 50s linear infinite;
}

.slider li.anim5 {
  animation: cycle5 50s linear infinite;
}

.slider:hover li {
  animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}
.giantWhite
{
	font-size: 24px; 
	color: #ffffff; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}

.giantBlue
{
	font-size: 24px; 
	color: #191D2D; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}

.bigWhite
{
	font-size: 22px; 
	color: #ffffff; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	padding:0px;
	margin:0px;
	text-decoration: none;
}
.bigBlue 
{
	font-size: 22px; 
	color: #191D2D; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}

.mediumBlue 
{
	font-size: 20px; 
	color: #191D2D; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}

.biggerBlue 
{
	font-size: 16px; 
	color: #191D2D; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}

.biggestBlue 
{
	font-size: 18px; 
	color: #191D2D; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}

.medBlue 
{
	font-size: 15px; 
	color: #191D2D; 
	font-weight:normal;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}

.medRed 
{
	font-size: 15px; 
	color: #990000; 
	font-weight:normal;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}

.medblack 
{
	font-size: 19px; 
	color: #333333; 
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}
.medWhite {
	font-weight: bold; 
	font-size: 16px; 
	color: #ffffff; 
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

.semiBold {
	color:#000000;
	font-family: Open Sans Semibold;
	text-decoration: none;
	font-size: 13px;
}

.medtitledarkblue {
	font-weight: bold; 
	font-size: 17px; 
	color: #191D2D; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

A:link.medtitledarkblue {
	font-weight: bold; 
	font-size: 20px; 
	color: #191D2D; 
	font-family:'Open Sans', sans-serif;
	text-decoration: underline;
}
A:visited.medtitledarkblue {
	font-weight: bold; 
	font-size: 20px; 
	color: #191D2D; 
	font-family:'Open Sans', sans-serif;
	text-decoration: none;
}
A:hover.medtitledarkblue {
	font-weight: bold; 
	font-size: 20px; 
	color: #495584; 
	font-family:'Open Sans', sans-serif;
	text-decoration: none;
}

.narrowsmall  {
	font-size: 12px; 
	color: #000000;
	font-family:'Open Sans', sans-serif;
	text-decoration: none;
}

.narrow  {
	font-size: 14px; 
	color: #000000;
	font-family:'Open Sans', sans-serif;
	text-decoration: none;
}

.FormText {
	font-size: 13px; 
	color: #000000; 
	font-family:'Open Sans', sans-serif;
	text-decoration: none;
}

.FormTextSmall {
	font-size: 10px; 
	color: #000000; 
	font-family:'Open Sans', sans-serif;
	text-decoration: none;
}

.TextBox 
{
	font-size: 15px; 
	color : #191D2D;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	border: 1px solid #191D2D;
    padding: 2px 0px 2px 5px;
	text-align: left;
    background-color: #fff;
}

.TextBoxSmall 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px; 
	color : #4B4B4B;
	border: 0px solid #fff;
    color: #000000;
    padding: 2px 0px 2px 5px;
	text-align: left;
    background-color: #fff;
    border-top: 1px solid #191D2D;
    border-bottom: 1px solid #191D2D;
    border-left: 1px solid #191D2D;
    border-right: 1px solid #191D2D;	
}

.txtbox 
{
	font-size: 15px; 
	color: #555555; 
	font-weight:normal;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	border: 1px solid #BBBBBB;
	background-color: #DDDDDD;
	padding-left:4px;
}

select .DropDownCenter
{
	text-align:center;
	font-weight:bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.DropDownMac
	{
		font-size: 15px; 
		color: #191D2D; 
		font-weight:normal;
		font-family: 'Open Sans', sans-serif; 
		text-decoration: none;
		border-right:1px #a9a9a9 solid;
		border-bottom:1px #a9a9a9 solid;
		border-top:1px #a9a9a9 solid;
		border-left:1px #a9a9a9 solid;
	}
}

.DropDownMac
{
	font-size: 15px; 
	color: #191D2D; 
	font-weight:normal;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
}

.btn
{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight:normal;
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    color: #FFFFFF;
	padding-bottom:4px !Important;
	padding-left:10px;
	padding-right:10px;
	height:31px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #495584;
	background: #4C7AD0;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FcFcFc', endColorstr='#cfcfcf');
}

.btn:hover {
	background: #5386E4;
}
.btn:active {
	background: #4C7AD0;
}

.btn-tiny
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #495584;
	padding-bottom:4px !Important;
	padding-left:10px;
	padding-right:10px;
	height:22px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #495584;
	background: #D5D5D5;
	background: -webkit-gradient(linear, left top, left bottom, from(#FcFcFc), to(#cfcfcf));
	background: -moz-linear-gradient(top,  #FcFcFc,  #cfcfcf);
	background: -o-linear-gradient(#FcFcFc, #cfcfcf);
	background: -ms-linear-gradient(top, #FcFcFc, #cfcfcf);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FcFcFc', endColorstr='#cfcfcf');
}

.btn-tiny:hover {
	background: #a9dbf6;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#a9dbf6));
	background: -moz-linear-gradient(top,  #eaf6fd,  #a9dbf6);
	background: -o-linear-gradient(#eaf6fd, #a9dbf6);
	background: -ms-linear-gradient(top, #eaf6fd, #a9dbf6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#a9dbf6');
}
.btn-tiny:active {
	color: #495584;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#a9dbf6));
	background: -moz-linear-gradient(top,  #eaf6fd,  #a9dbf6);
	background: -o-linear-gradient(#eaf6fd, #a9dbf6);
	background: -ms-linear-gradient(top, #eaf6fd, #a9dbf6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#a9dbf6');
	position: relative;
	
}

.btn-small
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #495584;
	padding-bottom:4px !Important;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #495584;
	background: #D5D5D5;
	background: -webkit-gradient(linear, left top, left bottom, from(#FcFcFc), to(#cfcfcf));
	background: -moz-linear-gradient(top,  #FcFcFc,  #cfcfcf);
	background: -o-linear-gradient(#FcFcFc, #cfcfcf);
	background: -ms-linear-gradient(top, #FcFcFc, #cfcfcf);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FcFcFc', endColorstr='#cfcfcf');
}

.btn-small:hover {
	background: #a9dbf6;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#a9dbf6));
	background: -moz-linear-gradient(top,  #eaf6fd,  #a9dbf6);
	background: -o-linear-gradient(#eaf6fd, #a9dbf6);
	background: -ms-linear-gradient(top, #eaf6fd, #a9dbf6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#a9dbf6');
}
.btn-small:active {
	color: #495584;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#a9dbf6));
	background: -moz-linear-gradient(top,  #eaf6fd,  #a9dbf6);
	background: -o-linear-gradient(#eaf6fd, #a9dbf6);
	background: -ms-linear-gradient(top, #eaf6fd, #a9dbf6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#a9dbf6');
	position: relative;
	
}

.btn-big
{
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
	font-weight:bold;
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
	color: #FFFFFF;
	padding-bottom:4px !Important;
	padding-left:30px;
	padding-right:30px;
	height:40px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #495584;
	background: #4C7AD0;
}

.btn-big:hover {
	background: #5386E4;
}
.btn-big:active {
	background: #4C7AD0;
}

.btn-text {
  border: 1px solid #bababa;
  background-color: inherit;
  color: #191D2D;
  padding: 6px 8px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-text:hover {
  color: #4C7AD0;
}

 /* hide initially  */    
 .su-fileselector, .su-folderselector, .su-filelisttemplate, .su-uploadprogressdisplay         
 {
 	display: none;        
 	zoom:1;    
 }         
 /* fileselector cursor, link color */    
 .su-fileselector, .su-fileselector *, .su-folderselector, .su-folderselector *    
 {        
 	color:blue;        
 	cursor:pointer;    
 }     
 /* hover links */    
 a { text-decoration:none }         
 a:hover, .su-hover a { text-decoration:underline; }
 
 .padit  {
	padding-left:0px;
 }
 
#intro h1 {
 	font-size: 28px; 
	color: #495584; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	line-height:32px;
	padding:0px;
	margin:0px;
}

#intro h2 {
 	font-size: 24px; 
	color: #495584; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	line-height:28px;
	padding:0px;
	margin:0px;
}

#intro h3 {
 	font-size: 17px; 
	color: #495584; 
	font-weight:normal;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	line-height:1.3;
	padding:0px;
	margin:0px;
}

#intro p {
 	font-size: 14px; 
	color: #495584; 
	font-weight:normal;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	line-height:1.3;
	padding:0px;
	margin-top:10px;
}

#intro a:link {
	color: #495584;
	font-weight: inherit;
	text-decoration: underline;
}
#intro a:visited {
	color: #495584;
	font-weight: inherit;
	text-decoration: underline;
}
#intro a:hover {
	color: #aa0000;
	font-weight: inherit;
	text-decoration: none;
}

.group1 {
	float: left;
	width: 30%;
	position: relative;
	background: #D7DEEC;
	padding: 12px;
	margin-bottom: 10px;
	margin-right:20px;
}
	
.group2 {
	float: left;
	width: 29%;
	position: relative;
	background: #D7DEEC;
	padding: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right:20px;
}
	
.group3 {
	float: right;
	width: 29%;
	position: relative;
	background: #D7DEEC;
	padding: 12px;
	margin-bottom: 10px;
}

.table {
	display: table;
	width:100%;
	table-layout:fixed;
}

.heading {
	display: table-row;
	text-align: center;
	font-weight: bold;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}

.celltop {
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}

.fileprep {
	float: left;
	width: 45%;
	position: relative;
	background: #fff;
	border: 1px solid #495584;
	padding: 10px;
	margin: 12px;
}

.fileprepwide {
	display: block;
	width: 95%;
	background: #fff;
	border: 1px solid #495584;
	padding: 12px;
	margin: auto;
}

#fileprep h1 {
 	font-size: 24px; 
	color: #495584; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	line-height:28px;
	padding:0px;
	margin:0px;
}
		
#fileprep h2 {
 	font-size: 24px; 
	color: #495584; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	line-height:28px;
	padding:0px;
	margin:0px;
}

#fileprep h3 {
 	font-size: 17px; 
	color: #495584; 
	font-weight:bold;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	line-height:1.3;
}
#fileprep p, ul {
 	font-size: 14px; 
	color: #191D2D; 
	font-weight:normal;
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;
	line-height:1.3;
}

#fileprep a h2{
	text-decoration: none;
}

#fileprep a h3{
	text-decoration: underline;
}

#fileprep a:link h3{
	color: #FFD969;
	background: #7A93C0;
	font-weight: bold;
	line-height:32px;
	margin-left:10px;
	margin-right:10px;
}

#fileprep a:visited h3{
	color: #FFD969;
	background: #7A93C0;
	font-weight: bold;
	line-height:32px;
	margin-left:10px;
	margin-right:10px;
}

#fileprep a:hover h3{
	color: #fff;
	background: #7A93C0;
	font-weight: bold;
	line-height:32px;
	margin-left:10px;
	margin-right:10px;
}


/***************************************************
				   TABLE BORDERS
***************************************************/	

#table-borders
{
font-family: 'Open Sans', sans-serif;
width:100%;
border-collapse:collapse;
}
#table-borders td, #table-borders th 
{
font-size:13px;
border:1px solid #191D2D;
padding:2px 7px 3px 7px;
background-color:#ffffff;
}
#table-borders th 
{
font-size: 14px;
text-align:center;
padding:0px;
height:24px;
background-color:#495584;
color:#ffffff;
}
#table-borders tr.alt td 
{
color:#000000;
background-color:#cccccc;
}
#table-borders tr.sub td 
{
font-weight:bold;
color:#ffffff;
background-color:#7A93C0;
}

#table-borders2
{
font-family: 'Open Sans', sans-serif;

border-collapse:collapse;
}
#table-borders2 td, #table-borders th 
{
font-size:13px;
border:1px solid #191D2D;
padding:0;
background-color:#ffffff;
}
#table-borders2 th 
{
font-size: 14px;
text-align:center;
padding:0px;
height:24px;
background-color:#495584;
color:#ffffff;
}
#table-borders2 tr.alt td 
{
color:#000000;
background-color:#cccccc;
}
#table-borders2 tr.sub td 
{
font-weight:bold;
color:#ffffff;
background-color:#7A93C0;
}

#table-borders3
{
font-family: 'Open Sans', sans-serif;
width:100%;
border-collapse:collapse;
}
#table-borders3 td, #table-borders3 th 
{
font-size:14px;
border:1px solid #555555;
padding:2px 7px 3px 7px;
background-color:#ffffff;
}
#table-borders3 th 
{
font-size: 14px;
text-align:center;
padding:0px;
height:24px;
background-color:#495584;
color:#ffffff;
}
#table-borders3 tr.alt td 
{
color:#000000;
background-color:#cccccc;
}
#table-borders3 tr.sub td 
{
font-weight:bold;
color:#ffffff;
background-color:#7A93C0;
}

.grid-padding
{
padding-left:5px;
padding-right:5px;
}

.grid-update-textbox 
{
   text-align:center;
   background-color:#fcfc99;
}

.grid-padding-right
{
padding-right:10px;
}

.GridView2_Grid_Row, GridView2_Grid_Columns
 {
     border-right: #cccccc 1px solid;
     border-top: #cccccc 1px solid;
     border-left: #cccccc 1px solid;
     border-bottom: #cccccc 1px solid;
 }
 
 .truncateText 
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    display:inline-block;
    width:22px;
    height:22px;
    margin:2px 10px 0 0;
    vertical-align:middle;
    background:url(https://www.genigraphics.com/images/checkbox-sprite.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label {
    background:url(https://www.genigraphics.com/images/checkbox-sprite.png) -22px top no-repeat;
}
input[type="checkbox"]:disabled + label {
    background:url(https://www.genigraphics.com/images/checkbox-sprite.png) -44px top no-repeat;
}
input[type="checkbox"]:disabled:checked + label {
    background:url(https://www.genigraphics.com/images/checkbox-sprite.png) -66px top no-repeat;
}

input[type="checkbox"] + label span{
    display:inline-block;
    width:22px;
    height:22px;
    margin:2px 10px 0 0;
    vertical-align:middle;
    background:url(https://www.genigraphics.com/images/checkbox-sprite.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span{
    background:url(https://www.genigraphics.com/images/checkbox-sprite.png) -22px top no-repeat;
}
input[type="checkbox"]:disabled + label span{
    background:url(https://www.genigraphics.com/images/checkbox-sprite.png) -44px top no-repeat;
}
input[type="checkbox"]:disabled:checked + label span{
    background:url(https://www.genigraphics.com/images/checkbox-sprite.png) -66px top no-repeat;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.modalPopup
{
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #555555;
    border-radius: 8px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif; 
    font-size: 13px;       
}
.modalPopup .header
{
    background-color: #ffffff;
    height: 30px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size:13px;
}
.modalPopup .body
{
    min-height: 50px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
}
.modalPopup .footer
{
    padding: 6px;
}
.modalPopup .yes, .modalPopup .no
{
    
    color: #ffffff;
    font-size:15px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    border-radius: 4px;
}
.modalPopup .yes
{
    background-color: #D5D5D5;
    border: 1px solid #333333;
    font-size:15px;
}
.modalPopup .footer .no
{
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
    font-size:15px;
}

.Over { overflow: auto; }

.init 
{
    max-height:920px;
    width:100%;
    background-color:#F2F2F2;
}
.after
{
    max-height:1550px;
    width:100%;
    background-color:#F2F2F2;
}

.ui-datepicker-trigger { position: relative; top: 5px; }

/***************************************************
			        FOOTER
***************************************************/

#footer {
	position: relative;
	clear: both;
	width: 100%;
	margin-top:50px; margin-bottom:50px;
}

#footer p {
	color: #495584;
	font-size: 13px; 
	font-family: 'Open Sans', sans-serif; 
    font-weight: normal;
}

#footer a {
	color: #495584;
	font-size: 13px; 
	font-family: 'Open Sans', sans-serif; 
    font-weight: normal;
}

#footer a:link {
	color: #495584;
	text-decoration:none;
}

#footer a:visited {
	color: #495584;
	text-decoration:none;
}

#footer a:hover {
	color: #aa0000;
	text-decoration:none;
}

.blue-horizontal {
    text-align:center;
    padding:0;
    margin:0;
    height:10px;
    width:100%;
    background-color:#495584;
    line-height:0;  
    margin-top:20px;
}  

.mark { 
    margin-top:8px;
    margin-right: 75px;
    width:400px;
    background-color: #7a93c0;
    padding:6px 5px 6px 5px;
    color: white;
    font-size:14px;
    float:left;
    white-space: nowrap;
}

.mark2 {
    margin-top:8px;
    margin-right: 41px;
    width:165px;
    background-color: #fff;
    padding:6px 5px 6px 5px;
    color: white;
    font-size:14px;
    float:left;
    white-space: nowrap;
}
.edit-read {
    text-align:center;
    width:8%;
    background-color:#495584;
    color:#ffffff;
    margin-top:15px;
    float:left;
    padding: 10px;
    border-left:1px solid #ffffff;
}

.middle-space {
    background-color:#ffffff;
    margin-top:15px;
    float:left;
    width:323px;
}  

.middle-space2 {
    background-color:#ffffff;
    margin-top:15px;
    float:left;
    width:109px;
}      

.edit-title {
    background-color:#ffffff;
    margin-top:0px;
    float:left;
    width:161px;
    border-top: 1px solid #495584;
    border-bottom: 0px solid #495584;
    border-left: 1px solid #495584;
    margin-left:40px;
    text-align:right;
    padding:7.0px;
} 

.edit-radio {
    background-color:#ffffff;
    margin-top:0px;
    float:left;
    width:85px;
    border-top: 1px solid #495584;
    border-bottom: 0px solid #495584;
    border-left: 1px solid #495584;
    border-right: 1px solid #495584;
    margin-left:0px;
    text-align:center;
    padding:6px;
}    

.edit-radio-right {
    background-color:#ffffff;
    margin-top:0px;
    float:left;
    width:85px;
    border-top: 1px solid #495584;
    border-right: 1px solid #495584;
    margin-left:0px;
    text-align:center;
    padding:6px;
}    

.edit-title-bottom {
    
    margin-top:-2px;
    float:left;
    width:160px;
    border-top: 1px solid #495584;
    margin-left:40px;
    text-align:right;
    padding:7.5px;
}      

.edit-radio-bottom {
    
    margin-top:-2px;
    float:left;
    width:82px;
    border-top: 1px solid #495584;
    margin-left:0px;
    text-align:center;
    padding:6px;
}     

.edit-radio-right-bottom {
    
    margin-top:-2px;
    float:left;
    width:92px;
    border-top: 1px solid #495584;    
    margin-left:0px;
    text-align:center;
    padding:6px;
}    

#dd2 {
    margin-top:-1px;
    margin-right:10px;
}      