#FrameWork #FrameHD {
	padding-left: 5px;
	color: #000000;
	font-size: large;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-top: medium solid #6498D7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-right: thin solid #6498D7;
	border-bottom: thin solid #6498D7;
	border-left: thin solid #6498D7;
	background-color: #DDE8F8;
}
#FrameWork #FrameMain {
	border-left: thin solid #6498D7;
	border-bottom: thin solid #6498D7;
	border-right: thin solid #6498D7;
	background-color: #F4F4F4;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: medium;

}
#FrameWorkRE {
    padding-left: 20px;
    width: 90%;
}
#FrameWork1 {
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
#FrameWork1 #FrameWork1HD {
    padding-left: 5px;
    color: #000000;
    font-size: large;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-top: medium solid #E9E5AC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-right: thin solid #E9E5AC;
    border-bottom: thin solid #E9E5AC;
    border-left: thin solid #E9E5AC;
    background-color: #FAFBEB;
}
#FrameWork1 #FrameWork1Main {
    border-left: thin solid #E9E5AC;
    border-bottom: thin solid #E9E5AC;
    border-right: thin solid #E9E5AC;
    background-color: #f4f4f4;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: medium;
}
#FrameWork2 {
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#FrameWork2 #FrameWork2HD {
	padding-left: 5px;
	color: #000000;
	font-size: large;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-top: medium solid #E9E5AC;
	border-top-left-radius: 5px;
	border-top: medium solid #FF3B4D;
	border-right: thin solid #FF3B4D;
	border-bottom: thin solid #FF3B4D;
	border-left: thin solid #FF3B4D;
	background-color: #F4CCCC;
}
#FrameWork2 #FrameWork2Main {
	border-left: thin solid #FF3B4D;
	border-bottom: thin solid #FF3B4D;
	border-right: thin solid #FF3B4D;
	background-color: #F7E6E7;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: medium;
}
#SpecialInstruction {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    border-radius: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-right: 40px;
    margin-left: 10px;
    font-size: small;
    margin-bottom: 3px;
}




#map-canvas {
    width : 300px;  /* map width */
    height: 200px;  /* map height */
    background-color: #D6F5FA;
}
#GoBack {
	padding-left: 20px;
	padding-bottom: 20px;
}
#FrameBox {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
	border: thin solid #A4BED4;
}
#FrameBox1 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
	border: thin solid #A4BED4;
	background-color: #DDE8F8;
}
#FrameBox2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
	border: thin solid #A4BED4;
}
table tr td {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
}
table tr .PartHD {
    border-bottom: medium solid #D5D2D2;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
}
table tr .SumHD {
    border-top: medium solid #D5D2D2;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
}
.SumHD1{
    border-top: medium solid #D3D3D3;
}
.HeaderLeft {
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
    background-color: #E0E9F5;
    border-left: thin solid #A4BED4;
}
.HeaderMiddle {
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
    background-color: #E0E9F5;
}
.HeaderRight {
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
    background-color: #E0E9F5;
    border-right: thin solid #A4BED4;
}
.HeaderL {
    background-color: #E0E9F5;
    border-left: thin solid #A4BED4;
}
.HeaderT {
    background-color: #E0E9F5;
    border-top: thin solid #A4BED4;
}
.HeaderR {
    background-color: #E0E9F5;
    border-right: thin solid #A4BED4;
}
.HeaderB {
    background-color: #E0E9F5;
    border-bottom: thin solid #A4BED4;
}
.HeaderTRB {
    background-color: #E0E9F5;
    border-right: thin solid #A4BED4;
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
}
.HeaderTLB {
    background-color: #E0E9F5;
    border-left: thin solid #A4BED4;
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
}
.HeaderLT {
    background-color: #E0E9F5;
    border-left: thin solid #A4BED4;
    border-top: thin solid #A4BED4;
}
.HeaderTR {
    background-color: #E0E9F5;
    border-top: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.HeaderLB {
    background-color: #E0E9F5;
    border-left: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
}
.HeaderBR {
    background-color: #E0E9F5;
    border-bottom: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.HeaderLR {
    background-color: #E0E9F5;
    border-left: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.HeaderLTR {
    background-color: #E0E9F5;
    border-top: thin solid #A4BED4;
    border-left: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}

.HeaderLBR {
    background-color: #E0E9F5;
    border-bottom: thin solid #A4BED4;
    border-left: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.HeaderLBRT {
    background-color: #E0E9F5;
    border-bottom: thin solid #A4BED4;
    border-top: thin solid #A4BED4;
    border-left: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}

.LineLTRB {
    border-left: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
}
.LineLRB {
    border-left: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
} 
.LineL {
    border-left: thin solid #A4BED4;
}
.LineR {
    border-right: thin solid #A4BED4;
}
.LineT {
    border-top: thin solid #A4BED4;
}
.LineB {
    border-bottom: thin solid #A4BED4;
}
.LineLR {
    border-left: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.LineTB {
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
}
.LineLT {
    border-top: thin solid #A4BED4;
    border-left: thin solid #A4BED4;
}
.LineLB {
    border-left: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
}
.LineRT {
    border-top: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.LineRB {
    border-right: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
}


.LineLeft {
    border-bottom: thin solid #A4BED4;
    border-left: thin solid #A4BED4;
    color: #0000FF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: x-small;
}
.LineMiddle {
    border-bottom: thin solid #A4BED4;
}
.LineRight {
    border-bottom: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}

.Line2Left {
    border-left: thin solid #A4BED4;
}
.Line2LeftTop {
    border-top: thin solid #A4BED4;
    border-left: thin solid #A4BED4;
}
.Line2MiddleTop {
    border-top: thin solid #A4BED4;
}
.Line2Right {
    border-right: thin solid #A4BED4;
}
.Line2RightTop {
    border-top: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.Line2LeftButtom {
    border-bottom: thin solid #A4BED4;
    border-left: thin solid #A4BED4;
}
.Line2LeftBottom {
    border-bottom: thin solid #A4BED4;
    border-left: thin solid #A4BED4;
}
.Line2MiddleBottom {
    border-bottom: thin solid #A4BED4;
}
.Line2RightBottom {
    border-bottom: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.Line2TopBottom {
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
}
.Line2LeftTopBottom {
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
    border-left: thin solid #A4BED4;
}
.Line2RightTopBottom {
    border-top: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.Line2RightLeftBottom {
    border-left: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
}
.Line2LTRB {
    border-left: thin solid #A4BED4;
    border-top: thin solid #A4BED4;
    border-right: thin solid #A4BED4;
    border-bottom: thin solid #A4BED4;
}

.Mandetory {
    width: 1px;
    background-image: url(../Images/Mandetory.png);
    background-repeat: repeat-y;
}
#FrameWork {
	padding-left: 20px;
	padding-right: 20px;
}
#map-canvas{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: medium solid #6498D7;
	border-radius: 10px;
}

#PleaseWait {
    border-radius: 20px;
    border: medium solid #BABABA;
    position: absolute;
    left: 390px;
    top: 323px;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px #CDCACA;
    box-shadow: 5px 5px 5px #CDCACA;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 250px;
    background-color: #FFFFFF;
    z-index: 9999;
}
#MimeTypeDiv{
    cursor: pointer;
}
