.trapezoid{
	border-top: 20px solid #04326e;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 101.5%;
    margin-left: -14px;
}

.heading{
	padding: 12px 0px 12px 32px;
    background-color: #245aa1;
    width: 101.6%;
    margin-left: -16px;
    font-size: 16px;
    color: white;
    margin-top: 22px;
}

.text1 {
	padding: 14px 0px 7px 8px;
	font-size: 0px;
	background-color: white;
	margin-top: -14px;
	text-decoration: underline;
}

.container{
	 position: relative;
	 top: -20px;
	 background-color: white;
	 z-index: 1001;
	 border-radius: 10px;
}

.myButton {
	box-shadow: 3px 5px 0px 0px #c5c8d1;
	background:linear-gradient(to bottom, #016db0 5%, #03128a 100%);
	background-color:#016db0;
	border-radius:8px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:12px 28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}

.myButton:hover {
	background:linear-gradient(to bottom, #03128a 5%, #016db0 100%);
	background-color:#03128a;
}

.myButton:active {
	position:relative;
	top:1px;
}


.myButtonUpl {
	box-shadow: 3px 4px 0px 0px #bdbdbd;
	background:linear-gradient(to bottom, #97c77f 5%, #4a7831 100%);
	background-color:#97c77f;
	border-radius:5px;
	border:1px solid #59943b;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}

.myButtonUpl:hover {
	background:linear-gradient(to bottom, #4a7831 5%, #97c77f 100%);
	color:#ffffff;
	background-color:#4a7831;
}

.myButtonUpl:active {
	position:relative;
	top:1px;
}

.myButtonSub {
	box-shadow: 3px 4px 0px 0px #a8a8a8;
	background:linear-gradient(to bottom, #bdbdbd 5%, #dfdfdf 100%);
	background-color:#bdbdbd;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#706e70;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.myButtonSub:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #bdbdbd 100%);
	color:#706e70;
	background-color:#dfdfdf;
}

.myButtonSub:active {
	position:relative;
	top:1px;
}

#navigation{
	position: relative;
}

.BC {
	margin: 0px -30px;
}

.BC  li {
	display: inline-block;
	height: 50px;
	line-height: 36px;
	width: 205px;
	margin: 10px 20px 0 0;
	position: relative;
	text-align: center;
	border-radius: 10px;
    overflow: hidden;
}

.BC  li:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	left: -8px;
	z-index: 10;
}

.BC  li:first-child:before {
	border-color: transparent;
}

.BC  li a:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	right: -18px;
	border-style: solid;
	border-width: 18px 0 18px 18px;
	border-color: transparent transparent transparent #a7a7a75e;
	z-index: 20;
}

.BC  li.active a {
	background: #017abc;
	z-index: 100;
}

.BC  li.active a:after {
	border-left-color: #017abc;
}

.BC  li a {
	display: block;
	background: #a7a7a75e;
}

.BC  li a:hover {
	background: #918151;
}

.BC  li a:hover:after {
	border-color: transparent transparent transparent #918151;
}


#tblStats {
  	font-family: 'Verdana';
  	margin: 15px;
  	border-collapse: separate;
	border-spacing: 3px;
 	border: 1px solid #eee;
  	box-shadow:0px 0px 20px #808080;	
	border-radius:10px;
}

#tblStats td:hover {
  	color: #555;
	background: #e8e6e6;
}

#tblStats th, #tblStats td {
  	color: grey;
  	border: 1px solid #eee;
  	padding: 3px 20px;
}

#tblStats th {
  	background: #245aa1;
  	color: #fff;
  	text-transform: uppercase;
  	font-size: 13px;
	border-radius: 5px;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	font-weight: normal;
	font-family: sans-serif;
}

#tblStats tr, #tblStats td {
	transition: all 1s;
	border-radius: 5px;
	box-shadow: 3px 3px #808080;
}

.popup2{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    left: -10px;
    
}

.popup2 .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.popup2 > div {
    background-color: #fff;
    box-shadow: 10px 10px 23px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: scroll;
	max-height: 300px;
}

.popupMsg{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    left: -10px;
    
}

.popupMsg .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.popupMsg > div {
    background-color: #fff;
    box-shadow: 10px 10px 23px #555;
    display: inline-block;
    height: auto;
    max-width: 450px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: auto;
	max-height: 300px;
}


.popupNotes{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    left: -10px;
    
}

.popupNotes .helper1{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.popupNotes > div {
    background-color: #fff;
    box-shadow: 10px 10px 23px #555;
    display: inline-block;
    height: auto;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: auto;
	max-height: 600px;
}



#ratesNotesTbl {
  	font-family: 'Verdana';
  	margin: 15px;
  	border-collapse: separate;
	border-spacing: 3px;
 	border: 1px solid #eee;
  	box-shadow:0px 0px 20px #808080;	
	border-radius:10px;
}

#ratesNotesTbl td:hover {
  	color: #555;
	background: #e8e6e6;
}

#ratesNotesTbl th, #ratesNotesTbl td {
  	color: grey;
  	border: 1px solid #eee;
  	padding: 3px 20px;
}

#ratesNotesTbl th {
  	background: #245aa1;
  	color: #fff;
  	text-transform: uppercase;
  	font-size: 13px;
	border-radius: 5px;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	font-weight: normal;
	font-family: sans-serif;
}

#ratesNotesTbl tr, #ratesNotesTbl td {
	transition: all 1s;
	border-radius: 5px;
	box-shadow: 3px 3px #808080;
}


.popupNotesAlert{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    left: -10px;
    
}

.popupNotesAlert .helper1{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.popupNotesAlert > div {
    background-color: #fff;
    box-shadow: 10px 10px 23px #555;
    display: inline-block;
    height: auto;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow-y: auto;
	max-height: 600px;
}
