.boxx {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #3A4B61;
        height: 20px;
        width: 100px;
        border: thin solid #000000;
}
.unnamed1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #c0c5ca;
        background-color: #CCCCCC;
        height: 20px;
        width: 50px;
}
.boldtext {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#AAC0CF;
        font-weight:bold;
}
.page_number_grey {
        font-family:Arial, sans-serif;
        font-size:11px;
        color:#62707D;
        font-weight:bold;
}
a.page_number_white {
        font-family:Arial, sans-serif;
        font-size:11px;
        color:#FFFFFF;
        font-weight:bold;
}
a.page_number_white:hover {
        font-family:Arial, sans-serif;
        font-size:11px;
        color:#62707D;
        font-weight:bold;
}
.letextred {
        font-family:Arial, sans-serif;
        font-size:10px;
        color:#FF9900;
        font-weight:bold;
}
.letextgrey {
        font-family:Arial, sans-serif;
        font-size:10px;
        color:#333333;
        font-weight:bold;
}
.boldtextorange {
        font-family:Arial, sans-serif;
        font-size:10px;
        color:#FF9900;
        font-weight:bold;
        text-decoration:none;
}
.boldtextwhite {
        font-family:Arial, sans-serif;
        font-size:10px;
        color:#FFFFFF;
        font-weight:bold;
}
.boldlargetextwhite {
        font-family:Arial, sans-serif;
        font-size:14px;
        color:#FFFFFF;
        font-weight:bold;
}
.boldlargetextblue {
        font-family:Arial, sans-serif;
        font-size:16px;
        color:#3366CC;
        font-weight:bold;
}
.textorange {
        font-family:Arial, sans-serif;
        font-size:10px;
        color:#000000;
        text-decoration:none;
}
.textwhite {
        font-family:Arial, sans-serif;
        font-size:11px;
        color:#FFFFFF;
        text-decoration:none;
}
.textorange {
        font-family:Arial, sans-serif;
        font-size:11px;
        color:#FF9900;
        text-decoration:none;
}
.textgreen {
        font-family:Arial, sans-serif;
        font-size:11px;
        color:green;
        text-decoration:none;
}
.textred {
        font-family:Arial, sans-serif;
        font-size:11px;
        color:red;
        text-decoration:none;
}
.sidelink {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#FFFFFF;
}
.textgrey {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#62707D;
}
.text {
        font-family: Arial, sans-serif;
        font-size:10px;
        color:#CCCCCC;
}
.buttons {
        background:#FF9900;
        color: #FFFFFF;
	font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 10px;
        text-decoration:none;
        height:16px;
        cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
        border:1px solid #FF9900;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
}
.buttons a {
        background:#FF9900;
        color: #FFFFFF;
	font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 10px;
        text-decoration:none;
        height:16px;
        cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
        border:1px solid #FF9900;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
}

button, button a, .button {
        position:relative;
        /* font: 500 10px Arial; */
        color: #FFFFFF;
	font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 10px;
        /* letter-spacing: 0.5px; */
        /* color:#FFF !important; */
        border: 0;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        cursor:pointer;
        text-decoration:none;
}
button, .button {
        /* min-width: 100px; */
        margin: 10px 5px;
        padding:3px 5px;
        background-color: #FF9900;/* for non linear-gradient browsers */
        background: linear-gradient(to bottom, #FF9900 5%, #FF9900 100%) repeat scroll 0 0 #FF9900;
}
.button {
        display:inline-block;
        /* min-width:80px; */
        text-align:center;
        white-space:nowrap;
}
button:hover {
        background:linear-gradient(to bottom, #FF9900 5%, #FF9900 100%) repeat scroll 0 0 #FF9900;
  
}
button:active {
        top:1px;
}

.button_to_verify {
        font-family: Arial, sans-serif;
        font-size: 9px;
        color: #666666;
}
.textbox {
	padding-top:3px;
	padding-left:2px;
	font-family: Arial;
	font-size: 11px;
	color: #00005B;
	background-color: #F1F4F5;
	border: 1px solid #000000;
}

GreyBox, .GreyBox {
        position:relative;
        border: 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding:8px 10px;
        background-color: #1D1D1D;/* for non linear-gradient browsers */
        background: linear-gradient(to bottom, #1D1D1D 5%, #1D1D1D 100%) repeat scroll 0 0 #1D1D1D;
        display:inline-block;
}

.SearchTextbox {
	height:19px;
	padding-top:3px;
	padding-left:2px;
	font-family: Arial;
	font-size: 11px;
	color: #00005B;
	background-color: #F1F4F5;
	border: 1px solid #FFFFFF;
}

.SelectBox {
	border-top: black 1px groove;
	border-right: black 1px groove;
	border-bottom: black 1px groove;
	border-left: black 1px groove;
	font-size: 11px;
	color: black;
	font-family: verdana,arial;
	background-color: white;
}
.Button_to_verify {
	width:100px;
        border-top: #000000 1px ridge;
	border-right: #000000 1px ridge;
        border-bottom: #000000 1px ridge;
        border-left: #000000 1px ridge;
	font-size: 8pt;
	color: black;
        font-family: Verdana,Arial;
        background-color: #FFFFFF;
}
.pagebgcolor {
	background-color:#000000;
}
.messagebgcolor {
	background-color: #000000;
}
.sidepagebgcolor {
	background-color: #000000;
}
.sidehalfpagebgcolor {
	background-color:#000000;
	font-family: Arial, sans-serif;
        font-size:10px;
        color:#FFFFFF;
}
.sideheadbgcolor {
	background-color:#000000;
}
.db {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}
.headercolor {
	background-color: #000000;
}
.pagelbl {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #DAE2E7;
}
.footorcolor {
	background-color: #000000;
}
.linecolor {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
}
.heading {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}
.follow {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3366CC;
}
.subheadngs {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7596A4;
}
.subhesdings {

	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	background-color: #000000;
}
.subhesdings2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #D1BA38;
	background-color: #F9FAFB;
}
.subhesdings3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1D1D1D;
}
.subhesdings4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #1D1D1D;
}
.subhesdings5 a {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	background-color: #1D1D1D;
}
.subhesdings6 {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #1D1D1D;
}
.baggage {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align:bottom;
}
.maintext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #00005B;
	background-color: #000000;
}
.toplinks {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #000000;
}
.style1 {
	color: #517791;
}
.stylelink{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.stylelinkred{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
	text-decoration: none;
}
.style2 {
	font-family: Arial, sans-serif;
}
.style3 {
	font-family: Arial, sans-serif;
}
a {
	color: #FF9900;
	text-decoration:none;
	font-weight: normal;
}
.style10 {
	color: #AAC0CF;
}
.style17 {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #33455B;
}
.style18 {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #33455B;
}
.style22 {
        font-family: Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #AAC0CF;
}
.style23 {
	font-size: 11px;
	color: #517791;
}
.style25 {
	font-family: Arial, sans-serif;
	font-size: 9px;
}
.style27 {
	font-size: 9px;
	color:#000000;
}
.style28 {
	color: #FFFFFF;
}
html, body {
	height: 100%;
}

