html {
    height: 100%;
}
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: rgb(125,185,232); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(125,185,232,1) 0%, rgba(32,124,202,1) 34%, rgba(41,137,216,1) 61%, rgba(30,87,153,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(34%,rgba(32,124,202,1)), color-stop(61%,rgba(41,137,216,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 34%,rgba(41,137,216,1) 61%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 34%,rgba(41,137,216,1) 61%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 34%,rgba(41,137,216,1) 61%,rgba(30,87,153,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 34%,rgba(41,137,216,1) 61%,rgba(30,87,153,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 100%;
    margin: 0;
    margin-top: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
P.required {
	color : Red;
}
TD.topLeft {
    border-left: none;
}
TD.topRight {  
  border-right: none;
}
TD.topBottom {  
  border-bottom: 1px solid Black;
}
TD.BottomBothSides {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
TD.topBothSides {
    border-left: none;
    border-right: none;
}
TD.topLeftBottom {  
  border-left: none;
  border-bottom: 1px solid Black;
}
TD.topRightBottom {  
  border-Right: none;
  border-bottom: none;
}
TD.topLeftTop { 
  border-left: none;
  border-top: 1px solid Black;
  padding-top: 10px
}
TD.topRightTop { 
  border-right: none;
  border-top: 1px solid Black;
  padding-top: 10px
}
TD.topTop { 
  border-top: 1px solid Black;
  padding-top: 10px;
  text-align:left;
}
TD.tdRight {
	border-right: 1px solid Black;
}
TD.tdLeft {
	border-left: 1px solid Black;
}
TD.ccTitle {
	background-color : Silver;
	border : 1px solid Black;
}
TD.ccLeft {
	background-color: #B0C4DE;
	border-spacing: 10px;
	border-left: 1px solid Black;
}
TD.ccRight {
	background-color: #B0C4DE;
	border-right: 1px solid Black;
}
TD.checkTitle {
	background-color : Silver;
	border : 1px solid Black;
}
TD.checkNone {  
    background-color : #F0E68C;
}
TD.checkRight { 
	background-color : #F0E68C;
	border-right: 1px solid Black;
}
TD.checkLeft { 
	background-color : #F0E68C;
	border-left: 1px solid Black;
}
TD.checkBoth {
	background-color : #F0E68C;
	border-left : 1px solid Black;
	border-right: 1px solid Black;
}
TD.checkBottom {
	background-color : #F0E68C;
	border-left : 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}
TD.requestinfoBottom {
	background-color : #FFFFFF;
	border-left : 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

#Content1 table tr td div {
	font-size: 9px;
	position: fixed;
	text-align: right;
}
#TableBottom table tr td div {
	vertical-align: bottom;
	text-align: right;
}
#ImageBottom img {
	display: block;
    margin: auto;	
}

table {
    background: url("images/background-white.jpg");
    /*background: url("images/TileBlue.gif");*/
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup {
    min-width: 600px;
    min-height: 500px;
    background: white;
    width: 75%;
    height: 80%;
}

.modal-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-container {
    width: 80%;
    max-width: 800px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background: none;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
    outline: none;
}

.modal-iframe {
    width: 100%;
    height: 500px;
    border: 0;
    overflow-x: hidden;
}