body 
{ 
	font:normal 12px Arial, Helvetica, sans-serif; 
	margin:0; 
	padding:0; 
	width:100%; 
	background:#fff url(../../images/main_bg.jpg) top repeat;
}

a 
{
	color: #0D85AC;
	text-decoration: none;
}

a:visited 
{
	color: #0D85AC;
}
a:hover 
{
	color: #CC3300;
}
a:active 
{
	color: #999999;
}

.content
{
	margin: 0px auto;
	width:1000px;
	background-color: #f5f5f5;
}

.content .header .banner
{
	background:#002f6c  url(../../images/banner_vna.jpg) top no-repeat;
	width: 1000px;
	height: 90px;
}

.content .header .banner .agent_logo
{
	float:right;
	width: 250px;
	height: 90px;
	vertical-align: bottom;
	overflow: hidden;
}

.content .header .banner .agent_logo img
{
	padding-top: 8px;
	/*padding-left: 10px;*/
}

.content .header .banner .version
{
	color: white;
    float: left;
    font-size: 9px;
    font-weight: bolder;
    padding-top: 60px;
    text-align: right;
    width: 348px;
}
.content .main
{
	
}
.content .footer
{
	clear:both;
	padding-top: 20px;	
	width:inherit;
}

.content .footer .footertext
{
	text-align:center;
	width:inherit;
	font-size: 11px;
}

.content .footer .footertext a:hover
{
	font-weight:bold;
}

.content .footer .footertext a
{
	font-weight:normal;
}

 .process
{
	float:right;
	padding-right:7px;
	width:630px;
	margin-bottom:40px;
	text-align:center;
}

.process .process_title
{
	float:left;
	width:140px;
	margin:auto 0px;
	height:21px;
	font-weight:bold;
}

.process .process_title_end
{
	float:left;
	width:70px;
	margin:auto 0px;
	height:21px;
	font-weight:bold;
	text-align:right;
}

.process .process_complete
{
	float:left;
	background:url(../../images/process_complete.png) repeat-x center;
	height:21px;
}

.process .process_current
{
	float:left;
	background:url(../../images/process_flight.png) no-repeat;
	height:21px;
	width:45px;
}
.process .process_uncomplete
{
	float:left;
	background:url(../../images/process_notcomplete.png) repeat-x center;
	height:21px;
}

.hiddenControl
{
	display:none;
}

.button
{
	background-color: #b1d9ff;
    background-image: -moz-linear-gradient(center top , #b1d9ff, #77bcfd);
    border: 1px solid #81c0fa;
    color: #444444 !important;
    font-size: 11px;
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    font-weight: bold;
    height: 29px;
    min-width: 54px;
    min-width: 0px\9;
    padding:3px 7px 3px 7px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: top;
}

.button[disabled]
{
	background-color: #CCCCCC;
    background-image: -moz-linear-gradient(center top , #CCCCCC, #888888);
    border: 1px solid #888888;
    color: #444444 !important;
    font-size: 11px;
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    font-weight: bold;
    height: 29px;
    min-width: 54px;
    padding:3px 7px 3px 7px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: top;
}

.button:hover:enabled
{
	border-color: #359af9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #222222 !important;
	cursor: pointer;
}

.big-button
{
	background-color:#4692e0;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
    padding:15px;
}

.input
{
	background: url("../../images/bg_inputs.png") no-repeat scroll 0 0 transparent;
    border-color: #BEBEBE;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8bbdfa;
    color: #000000;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
}
.input[disabled="disabled"]
{
	background-color: #e0e3e4;
}

.input:focus
{
	background: url("../../images/bg_inputs-focus.png") no-repeat scroll 0 0 transparent;
    border-color: #54a0fd;
    background-color: #eaf4fb;
    outline: medium none;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}

.text_upper
{
	text-transform:uppercase;
}

/* PAGINATION LINKS */

.pagination span {
	display: block;
	float: left;
	clear: right;
}

.pagination span a {
	font:  normal 13px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	border: 1px solid #cedfeb;
	height: 15.99px;
	padding: 2px 4px;
	margin-left: 1px;
	background:#f2f6f8 none   ;
	text-decoration:none;
	color: #417394;
}

.pagination span a:hover {
	border: 1px solid #417394;
}

.pagination span.prev_next a, .pagination span.first_last a {
	position: relative;
	top: -2px;
}

.pagination span.prev_next a img, .pagination span.first_last a img {
	position: relative;
	display: inline;
	top: 3px;
}
.pagination dt.label {
	display:none;
}

.pagination span.selected a {
	background: #759fbb url(images/newbtn_middle.png) repeat-x  ;
	color: #ffffff;
	border: 1px solid #417394;
	height: 15.99px;
	font-weight:bold;
	padding: 2px 4px;
	margin-left: 1px;
}

.pagination .separator,
.pagination .elipsis {
	background: none;
	border: 0;
}

.pagination .separator:hover {
	border: 0;
}

.font_bold
{
	font-weight: bold;
}

/*Page Loading*/
div.loading-invisible{
    /*make invisible*/
	display:none;
}

/*this is what we want the div to look like
    when it IS showing*/
div.loading-visible{
	/*make visible*/
	display:block;

	position: fixed;
	margin: 0 auto; /* half of p height auto auto half of box width */
	left: 25%;
	top: 50%;
	width:50%;
	text-align:center;
	z-index: 100;
	/*in supporting browsers, make it
	  a little transparent*/
	background:#fff;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.90;      /* khtml, old safari */
	-moz-opacity: 0.90;       /* mozilla, netscape */
	opacity: 0.90;           /* fx, safari, opera */
	/*border: 1px solid #9fa2a4;*/
}

@font-face {
  font-family: "digital";
  src: url(../../Images/Fonts/DS-DIGIT.TTF) format("truetype");
}

.countonline
{ 
	font-family: "digital", sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #2d29e1;
}

.ui-combobox 
{
	position: relative;
	display: inline-block;
}
.ui-button 
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-autocomplete-input 
{
	margin: 0;
	padding: 0.3em;
}

.ui-radio-box
{
	margin-left: -1px;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    border: none;
    background: none;
}

.ui-radio-box-on
{
	background-image: url("images/radio-on.png");
}

.ui-radio-box-off
{
	background-image: url("images/radio-off.png");
}

img
{
	border: 0px;
}

.flow-message-error {
    background-color: #FDD8D8;
    background-image: url("../../images/flomes-error.gif");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid #FF0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 10px 0;
    padding: 15px 5px 15px 40px
}