﻿@charset "utf-8";
/* CSS Document */
.topbanner{
	background-color:#12846D;
/*	background-position: left center;*/
	width:100%; 
	min-width:400px; 
	max-width:961px; 
/*	min-height:50px;
	max-height:150px;*/
	padding:0px;
	vertical-align:middle;
	text-align:center;
	z-index:1;
	position:fixed;
}
.menubar{
/*	background-color:#DDDDDD;
	background-position: left center;*/
	width:100%; 
	min-width:400px; 
	max-width:961px; 
	top:78px;
/*	min-height:50px;
	max-height:150px;*/
	padding:0px;
	vertical-align:middle;
	text-align:center;
	z-index:2;
	position:fixed;
}
.menudiv{
	/*   border-radius:5px; 
    border: 1px #F0F0F0 dotted;*/
	display: inline-block;
	position: relative;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	background:#ffffff;
	color: #000000;
	  border: 1px solid silver;
	  border-radius:8px 8px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: auto;
	z-index:5;
}
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  padding-left:10px;
  padding-right:10px;
  min-width:100px;
  max-width:400px;
  width: 70%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid silver;
  border-radius:5px;
  color:black;

}
input[type=file]{
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 15px;
  padding-left:10px;
  padding-right:10px;
  min-width:100px;
  max-width:400px;
  width: 60%; height: 40px;
  line-height: 40px; font-size: 17px;
  font-size:120%;
  color:black;

}
input[type=submit], input[type=button]{
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 15px;
  padding-left:10px;
  padding-right:10px;
  min-width:100px;
  max-width:400px;
  width: 60%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid silver;
  border-radius:5px;
  color:black;

}
label{	font-family:Arial, Helvetica, sans-serif;font-size:12pt;color:gray;line-height:2em;}

legend{	font-family:Arial, Helvetica, sans-serif;font-size:120%;color:#000000;padding-left:10px;padding-right:10px	;line-height:2em; }

fieldset{
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#6B787E;
	width:80%;
	min-width:300px;
	max-width:600px;
	border:1px silver dotted;
	border-radius:8px;
	
}
.PageBox{
	min-width:400px; 
	max-width:961px; 
	width:100%; 

	padding: 0px;
	padding-top: 0px;
	background:white;
	border:0px;
	border-style:solid;
	box-shadow: 0px 0px 5px #888888;
	border-color:#6B787E;
	background-color:#FFFFFF;
}
p{	font-family: Arial;	font-size: 120%;/*	color:#D5D5D5;*/color:#000000;font-weight:normal;}
comment{	font-family: Arial;font-style:italic;font-size: 90%; text-align: center;color:#888888;font-weight:normal;}
h1{
	padding-top:130px;
	font-family: Arial;
	font-size: 200%;
	text-align: center;
/*	color:#D5D5D5;*/
	color:#19A7DC;
	font-weight:normal;
}
h4{
	padding-top:130px;
	font-family: Arial;
	font-size: 100%;
	text-align: center;
/*	color:#D5D5D5;*/
	color:#19A7DC;
	font-weight:normal;
}
body {
	margin: 0px;
	background-color: #F0F0F0;

}
.FormContainer{
	margin: 0px;
/*	margin-top: 85px;*/
	min-width:400px; 
	max-width:976px; 
	width:100%; 

	padding: 0px;
	padding-top: 10px;
	background:white;
	border:0px;
	border-style:solid;
	box-shadow: 5px 5px 5px #888888;
	border-color:#6B787E;
	background-color:#FFFFFF;
	background-color: white;
	background-position: left center;
	vertical-align: middle;
	position: fixed;
	position:relative;
}
#topmenu {
	width:100%;
	background-color:#12846D;
/*	background-position: left center;*/
	min-height:50px;
	max-height:150px;
	height:99px;
	padding:10px;
	vertical-align:middle;
	text-align:center;
	position: fixed;
/*	opacity:0.7;*/
	z-index:4;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #19A7DC;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color:#193A86;
	text-decoration:underline;
}
.PageTitle {
	font-family: Arial;
	font-size: 16pt;
	text-align: center;
}
.Input_Label {
	font-family: Arial;
	text-align: right;
	font-size: 10pt;
	margin-left: 0px;
	padding-right: 10px;
	padding-top: 20px;
	color: black;
	font-weight:normal;
	width: 180px;
	height: 24px;
	position: relative;
	float:left;
}
/*
.fieldRow{font-size:10pt; padding-bottom:10px;}
.fieldRow label{width:100px; font-size:10pt; font-family:Arial; padding-right:10px; text-align:right; display:inline-block; white-space:pre; -webkit-rtl-ordering:logical;}
.fieldRow input[type=text]{width:416px; background:#fff; border:1px solid #cecccc; padding:10px; font-size:10pt;}
.fieldRow select{width:435px; background:#fff; border:1px solid #cecccc; padding:10px; font-size:16px; -webkit-appearance:menulist; box-sizing:border-box; align-items:center;}
.fieldRow input[type=text].mid{width:300px;}
.fieldRow textarea{width:416px; font-family:Arial, Helvetica, sans-serif;background:#fff; border:1px solid #cecccc; padding:10px; font-size:10pt; }
.fieldRow input[type=password]{width:416px; background:#fff; border:1px solid #cecccc; padding:10px; font-size:10pt;}
*/
.ParagraphText {
	font-family: Arial;
	font-size: 10pt;
	line-height:150%;
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
}
.Input_Text {
	font-family: Arial;
	font-size: 10pt;
	border: 1px;
	padding-left: 10px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	height: 25px; 
}
.Input_TextMandatory {
	font-family: Arial;
	font-size: 10pt;
	border: 1px;
	padding-left: 10px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	height: 25px; 
	border-left: 3px #6464C8 solid;
}

.Input_TextBox {
	font-family: Arial;
	font-size: 10pt;
	padding-left: 10px;
	margin-left: 190px;
	padding-top: 15px;
	width: 668px;
	height: 29px;
	text-align:left;
	position: relative;
}

.Input_Instruction {
	font-family: Arial;
	text-align: left;
	font-size: 10pt;
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: black;
	height: 50px;
	position: inherit;
}
h2{
	font-family: Arial;
	font-size: 18pt;
	text-align: center;
	color:#D5D5D5;
}

.PageFooterLeft
{
	font-family: Arial;
	text-align: left;
	font-size: 8pt;
	padding: 15px;
	color: black;
	font-weight: normal;
	background-color: #ffffff;
	width: 490px;
	height: 30px;
	position: relative;
	float: left;
	border-top-color: #009FDA;
	border-top-style: solid;
	border-top-width: 1px;
}
.PageFooterRight
{
	margin-left: 404px;
	padding: 15px;
	background-color: #ffffff;
	width: 490px;
	height: 30px;
	text-align:right;
	position: relative;
	border-top-color: #009FDA;
	border-top-style: solid;
	border-top-width: 1px;
}
#topmenuBand2{
	border-bottom: 1px #193A86 dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	height: 25px;
	margin: 0px;
	margin-top: 99px;
	padding-top: 5px;
	width: 100%; /*	width:815px;*/;
	background-color: white;
	background-position: left center;
	vertical-align: middle;
	position: fixed;
	font-weight: bold;
	opacity: 0.85;
	z-index: 3;
}
.webcastbanner{
	margin: 0px;
	position:static;
	top:0px;
	width:100%;
	z-index:1;
}
#grad1 {
	height: 99px;
/*	padding-left:15px;*/
/*	padding-top:70px;*/
	opacity:.90;
	width:100%;
    height: 99px;
    text-align:center;
	background-position: left center;
	vertical-align:middle;
	position: fixed;
	z-index:2;
    background: -webkit-linear-gradient(left,#F2F2F2,#F2F2F2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #F2F2F2, #F2F2F2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #F2F2F2, #F2F2F2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #F2F2F2, #F2F2F2); /* Standard syntax (must be last) */
}
.Search_head{
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
   /* background-color: #E46F22;*/
}
td.tdsearch{
    font-family: Arial;
    font-size: 8pt;
    text-align: right;
     
   /* font-weight:bold;*/
}

.tdsearch_input{
    font-family: Arial;
    font-size: 8pt;
    text-align: left;
    vertical-align:middle;
    padding-left:5px;
    border:1px #D5D5D5 solid;
    border-radius:3px;
   /* font-weight:bold;*/
}
.ReportTH{
	font-size: 120%;
	font-family: Arial;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#19A7DC;
}
.ReportTH2{
	font-size: 80%;
	font-family: Arial;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#19A7DC;
}
.ReportTR2{
	font-size: 80%;
	font-family: Arial;
	text-align: center;
	color: black;
	background-color: #ffffff;
	border-bottom-color: #19A7DC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.ReportTR{
	font-size: 120%;
	font-family: Arial;
	text-align: center;
	color: black;
	background-color: #ffffff;
	border-bottom-color: #19A7DC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.DialInTH{
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#19A7DC;
}
.DialInTH2{
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#193A86;
}
.DialInTR{
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	color: black;
	vertical-align:top;
	background-color: #ffffff;
	border-bottom-color: #19A7DC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.FormTH1{
	font-size: 14pt;
	font-family: Arial;
	text-align: center;
	color: #FFFFFF;
	background-color:#19A7DC;
	border-radius:10px 10px 0 0  ;
}
.FormTH2{
	font-size: 12pt;
	font-family: Arial;
	text-align: center;
	color: #FFFFFF;
	background-color:#19A7DC;
}
.FormLabel{
	font-size: 10pt;
	font-family: Arial;
	text-align: right;
	color: black;
	background-color: #F3F2F3;
}
.FormInputContainer{
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	color: black;
	background-color: #F3F2F3;
}
.FormLabelHistory{
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
	color: black;
	background-color:#D5D5D5;
}
