﻿
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
div.languageBar {
	float: none !important;
	vertical-align: middle;
	margin-left: 885px; /*810px*/
}
img.selectLanguage
{
	cursor: pointer;
	display: inline;
	vertical-align: middle;
}
img.flag
{
	height: 24px;
	float: right;
	display: inline;
	border: 1px solid white;
}
img.flag:hover
{
	border: 1px solid gray;
	background-color: Lime;
	cursor: pointer;
	cursor: hand;
}
.selected
{
	border: 1px solid blue !important;
	cursor: inherit !important;
}
div.path
{
	/*background-color: menu;*/
	float: right;
	height: 28px;
	margin-right: 23px;
	width: 732px;
}
div.languageSelection
{
	width: 130px;
	border: solid 1px black;
	position: absolute;
	z-index: 1000;
	background-color: White; /*left: 971px; top: 74px;*/
}

div.languageSelection ul
{
	list-style-type: none;
	margin: 5px;
	padding: 0 0 0 5px;
}

div.languageSelection li
{
	padding: 0;
	line-height: 18px;
	height: 18px;
}

div.languageSelection a, div.languageSelection span, div.languageSelection a:visited
{
	font-size: 14px; /*11px*/
	font-family: Inter;
	font-weight: bold;
	color: #747678;
}

.languageTick
{
	display: inline;
	vertical-align: middle;
	width: 12px;
}

a.u
{
	text-decoration: underline !important;
}
.box-header {
	color: #0E1020;
	font-family: Inter;
	font-size: 14px;
	font-weight: bold;
}
/*----------------------------------------------
Section: Common styles
----------------------------------------------*/
* {
	/*font-family: Inter,Arial,Serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Inter', sans-serif;
}

html, body, form {
	margin: 0;
	padding: 0;
	min-width: 800px;
	color: #0E1020;
	font-size: 14px; /*11px*/
	height: 100%;
}
a, a:visited {
	text-decoration: none;
	color: #004aac;
}

a:hover
{
	text-decoration: underline;
	/*color: Red;*/
}

a:visited
{
	/*color: Purple;*/
	
}

div.left
{
	float: left !important;
}
div.right
{
	float: right !important;
}
.center
{
	float: none !important;
}
.full
{
	width: 98%;
}
.form
{
	margin-right: 7px !important;
	margin-bottom: 5px;
}

.list
{
	margin-right: -4px !important;
}
div.toolbar
{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
.top
{
	vertical-align: top;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
	background-color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	overflow-x: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
	.modalPopup .header {
		background-color: #0E1020;
		color: White;
		font-weight: bold;
		font-size: 14px;
		height: 24px;
		padding: 7px;
	}
.modalPopup .content
{
    padding: 3px;
}

.custOrgModalPopup {
	overflow-y: auto;
	overflow-x: hidden;
}

.border {
	border: 1px solid #CCCCCC;
}
.non-border
{
    border: none;
}
.non-border-left
{
    border-left: none;
}
.non-border-right
{
    border-right: none;
}
.no-padding
{
    padding: 0;
}
div.div-button
{
    float: right;
    margin-top: 10px;
}
div.div-message
{
    width: 100%;
}
div.div-message span
{
    margin: 5px;
    display: block;
}
select.highlight, td.highlight
{
    background-color: #FF9999;
    border: solid 1px red;
}
span.choice input
{
    float: right;
}
.fright
{
    float: right;
}
div.limitheight
{
    max-height: 100px; 
    overflow-y: auto; 
    padding: 0 2px;
}
span.page-header
{
    font-size: 15px;
    font-weight: bold;
    /*color: #666666;*/
}
.missing
{
    background-color: #FFFFDD;
}
/*----------------------------------------------
End Section: Common styles
----------------------------------------------*/

/*----------------------------------------------
Section: Site master page styles
----------------------------------------------*/
div.container-top, div.container, div.container-bottom
{
	width: 1000px;
	margin: auto;
}

div.container-top
{
	background: url("../images/background_top.png") no-repeat;
	height: 30px;
}
div.container
{
	background: url("../images/background.png") repeat-y;
	margin-bottom: 0;
}
div.container-bottom
{
	background: url("../images/background_bottom.png") no-repeat;
	height: 50px;
}
div.clear
{
	clear: both;
}
.footer-text
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	text-align: center;
	font-size: 14px; /*11px*/
	color: Gray;
}
div#header
{
	height: 200px;
	width: 954px;
	padding: 0 23px;
	margin: auto;
}
#container_left
{
	width: 255px; /*190px*/
	float: left;
	display: block;
	margin-left: 5px;
	padding: 0;
}

#container_right
{
	display: block;
	float: left;
	margin: 0 0 0 10px;
	width: 762px;
}

div.list_panel
{
	margin: 5px 0;
}

.menutitle, a.menutitle, a.menutitle:visited, a.menutitle:link, .menutitle span, .menutitle a {
	color: #0E1020;
	font-family: Inter;
	font-size: 14px; /*13px*/
	font-weight: bold;
}

.menugroup
{
	float: left;
	width: 210px ;/*190px*/
}

.menugroupleft, .menugroupright
{
	width: 8px;
	height: 12px;
	float: left;
}

.menugroupleft
{
	background: url("../images/groupleft.png") no-repeat 0 -5px;
}

.menugroupright
{
	background: url("../images/groupright.png") no-repeat -7px -5px;
}

.menugrouptop
{
	background: url("../images/groupline.png") repeat-x;
	width: 174px;
	height: 12px;
	float: left;
}

.menugroupbody
{
	background: url("../images/menugroupbody.png") repeat-y scroll 0 0 transparent;
	float: left;
	font-family: Inter;
	font-size: 14px; /*11px*/
	padding: 0 5px 0 10px;
	width: 175px;
}

.menugroupbottom
{
	background: url("../images/menugroupbottom.png") no-repeat;
	width: 190px;
	height: 6px;
	float: left;
}


/*----------------------------------------------
End Section: Site master page styles
----------------------------------------------*/





/*----------------------------------------------
Section: Pagination styles
----------------------------------------------*/

.pagination
{
	padding: 0px 0 0 0;
	margin: 7px 0 0 0;
	text-align: right;
	float: right;
}

.pagination a
{
	padding: 2px 6px 2px 6px;
	margin: 10px 4px 10px 0;
	border: solid 1px #666;
	text-decoration: none;
	font-size: 14px; /*9pt*/
}

.pagination a:hover
{
	border: solid 1px #999;
}

.pagination a:visited
{
	color: #999;
}

.pagination span
{
	padding: 2px 6px 2px 6px;
	margin: 10px 4px 10px 0;
	color: #666;
	border: solid 1px #333;
	font-size: 14px; /*9pt*/
}

.pagination span b
{
	color: red;
}

.pagination img
{
	vertical-align: text-bottom;
}

.pagination
{
	border: none;
}

/*----------------------------------------------
End Section: Pagination styles
----------------------------------------------*/

div.clearFooter
{
	height: 20px;
	clear: both;
}

div.header
{
	width: 100%;
	/*height: 190px;*/
	float: left;
}

div.header div.top
{
	background-color: #037EC1;
	height: 70%;
}

div.header div.top div.search
{
	position: absolute;
	right: 15px;
	top: 8px;
	display: inline;
	color: White;
	font-family: Inter;
}

div.search a
{
	vertical-align: bottom;
}

div.header div.bottom div.left
{
	width: 20%;
	background-color: #037EC1;
	height: 30%;
	float: left;
}

div.header div.bottom div.menu {
    height: 30%;
    float: right;
    width: 80%;
    background: url(../images/menu_bck.gif) repeat-x top;
    padding-top: 5px;
    font-size: 14px; /*11px*/
    font-family: Inter;
    color: Navy;
}

div.menu span.menuLinks
{
	padding-left: 10px;
}

div.menu span.rightLinks
{
	right: 15px;
	position: absolute;
}

div.header img.logo
{
	padding: 10px;
	padding-bottom: 0;
	vertical-align: bottom;
}

div.header img.r2plogo
{
	padding-left: 10px;
}

div.content
{
	padding-top: 30px;
	clear: both;
}

div.errorbox
{
	width: 550px;
	display: inline;
}
div.viewmode
{
	display: block;
}
/*----------------------------------------------
Section: View query
----------------------------------------------*/

.basic
{
	width: 92%;
	font-family: Inter;
	border: 1px solid black;
}
.basic div
{
	background-color: #eee;
}

.basic p
{
	margin-bottom: 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px; /*10px*/
	margin: 0px;
	padding: 10px;
}
.basic a.title
{
	cursor: pointer;
	display: block;
	padding: 5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px; /*12px*/
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url("AccordionTab0.gif");
}
.basic a.title:hover
{
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.title.selected
{
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}
/*----------------------------------------------
End Section: View query
----------------------------------------------*/

/*----------------------------------------------
Section: Input (text box)
----------------------------------------------*/
INPUT, SELECT, TEXTAREA
{
	font-size: 14px; /*11px*/
}

SELECT.Medium
{
	width: 205px;/*163px*/
}
INPUT.Medium
{
	width: 203px;/*161px*/
}
TEXTAREA.Medium
{
	width: 203px;/*161px*/
}
input.textbox
{
	width: 202px; /*160px*/
}
input.small
{
    width: 100px; /*80px*/
}
input.long
{
    width: 250px;
}
input.Image-Button
{
	border-width: 0;
	float: right;
}

input.Locked-Status
{
	margin-left: 40px;
}

INPUT.LongText
{
	width: 492px;
}

TEXTAREA.LongText
{
	width: 470px;
}

SELECT.LongText
{
	width: 477px;
}

SELECT.SmallText
{
	width: 166px;
}

SELECT.TinyText
{
	width: 158px;
}
	INPUT.TinyText {
		width: 153px; /*90px*/;
	}

INPUT.disabled
{
	height: 11px;
	width: 160px;
	background-color: buttonface;
}

table.checkboxlist
{
	width: 100%;
}

table.checkboxlist td
{
	width: 33%;
}

table.checkboxlist td span
{
}

table.checkboxlist td span span
{
}

.div_readonly
{
    width: 100%;
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 18px;
}
.readonly_listbox
{
    text-align: left;
    border: solid 1px #C0C0C0;
    width: 200px;
    height: 120px;
    padding-left: 2px;
    padding-right: 2px;
    max-height: 120px;
    overflow-y: auto;
    line-height: 16px;
}
/*----------------------------------------------
Close Section: Input (text box)
----------------------------------------------*/

/*----------------------------------------------
Start Section: Main Menu
----------------------------------------------*/
/*Set the curve of 4 angles the box*/
.collpase, .expand, .panel_title, .menu_title
{
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	border-top-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	border-bottom-right-radius: 14px;
}
/*Set the curve of 2 top angles the box*/
.left_menu, .group_bar
{
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	border-top-right-radius: 14px;
}
.expand, .panel_title, .left_menu, .menu_title
{
	float: left;
	border: 1px solid #669900;
	display: block;
}


.left_menu
{
	float: left;
	width: 190px;
}

.menu_group
{
	float: left;
	display: block;
	width: 245px; /*175px*/
	margin-bottom: 10px;
}
.menu_group_body
{
	display: block;
	width: 245px; /*184px*/
	padding: 0;
	float: left;
}
.menu_title
{
	width: 183px;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: -1px;
	background: #CFEE9B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669900', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CFEE9B), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #CFEE9B, #FFFFFF); /* for firefox 3.6+ */
}
.menu_title span
{
	color: #FF5B00;
	font-weight: bold;
	font-size: 14px; /*13px*/
	font-family: Inter;
}

.menunode
{
	padding: 2px 0 2px 1px;
}

.menu_item_quick
{
	background: url("../images/bullet_080309.gif") no-repeat scroll 0px 5px transparent;
	width: 178px;
	padding-left: 12px;
}

.menu_item
{
	width: 240px; /*170px*/
}

.menu_item:hover
{
	/*background:url("/images/hover_item.png") no-repeat scroll -17px 0 transparent;*/
}

.menu_item a,.menu_item .text
{
    background: url("../images/bullet-right.png") no-repeat scroll -10px 2px transparent;
	background-size: 22px 24px;
    padding-left: 8px;
    cursor: pointer;
    width: 240px; /*170px*/
    display:block;
    line-height: 2;/*22px*/
    color: #747678;
    font-weight: bold;
    font-size: 14px; /*11px*/
}

.menu_item .text
{
    cursor: auto;
}

.menutree
{
	font-weight: bold;
	margin-left: 2px;
}


.group_bar
{
	width: 753px;
	margin: 0 0 0 5px;
	border: 1px solid #669900;
}


.expand, .panel_title
{
	margin-top: -1px;
	padding: 0 10px 0 10px;
	height: 24px;
	color: #FF5B00;
	font-weight: bold;
	font-size: 14px; /*13px*/
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	background: #CFEE9B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669900', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CFEE9B), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #CFEE9B, #FFFFFF); /* for firefox 3.6+ */
}

.group_body
{
	width: 732px;
	float: left;
	font-family: Inter;
}

.expand
{
	float: right;
	height: 24px;
	line-height: 24px;
	width: 24px;
	padding: 0;
}
.down_bg
{
	background: transparent url('/images/button/down.png') no-repeat top left;
}
.up_bg
{
	background: transparent url('/images/button/up.png') no-repeat top left;
}
/*----------------------------------------------
Close Section: Main Menu
----------------------------------------------*/

.fileupload
{
	width: 280px;
	height: 20px;
	font-family: Inter;
}

.dropdown {
	font-family: Inter;
	font-size: 14px; /*11px*/
	/*height: 17px;
	width: 160px;*/
	height: 20px;
	width: 200px;
}

span.errorlabel, span.label, span.requiredlabel, a.label, a.link, .grid a.link, .listbox, .text, label, span.requiredlistbox {
	font-family: Inter;
	font-size: 14px; /*11px*/
	color: #0E1020;
}

span.boldtext
{
    font-family: Inter;
	font-size: 14px; /*11px*/
    font-weight:bold;
	color: #000063;
}

span.label:after
{
	content: ":";
}


span.requiredlabel
{
	color: Maroon;
}

span.requiredlabel:after
{
	content: " *:";
	color: Maroon;
}

span.requiredlistbox
{
	color: Maroon;
}

span.requiredlistbox:after
{
	content: " *";
	color: Maroon;
}

span.errorlabel
{
	color: Red;
}
a.label, a.link, a.label:visited, .grid a.link, .grid a.link:visited {
	text-decoration: underline;
	color: #004aac;
}

span.required-label
{
	font-family: Inter;
	font-size: 14px; /*11px*/
	color: Maroon;
}

span.no-required-label
{
	font-family: Inter;
	font-size: 14px; /*11px*/
	color: White;
}
.leftcheckbox
{
	margin-right: 151px;
}

div.content div.left
{
	float: left;
	width: 20%;
	padding-left: 5px;
	vertical-align: top;
}

div.content div.right
{
	float: right;
	width: 76%;
	vertical-align: top;
}

fieldset
{
	-moz-border-radius: .3em;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 1px;
}

legend {
	color: #0E1020;
	font-weight: bold;
	font-size: 14px; /*11px*/
	font-family: Inter;
	padding: 2px;
}

span.leftHeader
{
	color: #00699C;
	font-size: 18px;
	font-weight: bold;
	font-family: Inter;
}
img.logopreview
{
	cursor: pointer;
	max-width: 100px;
	max-height: 150px;
	float: left;
	margin-left: 5px;
}

/*----------------------------------------------
Section: Table
----------------------------------------------*/
table.FullTable
{
	padding: 0;
	border: 0px;
	width: 100%;
}

td.LabelnField
{
	width: 50%;
	text-align: right;
	padding-right: 10px;
}

td.FourCols_1
{
	width: 20%;
	text-align: right;
	vertical-align: top;
	padding-right: 3px;
}

td.FourCols_2
{
	width: 30%;
	text-align: left;
	vertical-align: top;
	padding-left: 3px;
}

td.TwoCols_1
{
	width: 50%;
	text-align: right;
	padding-right: 3px;
}
td.TwoCols_2
{
	width: 50%;
	text-align: left;
	padding-left: 3px;
}

table td.left
{
	text-align: right;
	padding-right: 3px;
}

table td.right
{
	text-align: left;
	padding-left: 3px;
}

table td {
	padding: 2px 0; /*vertical-align:top;*/
	color: #0E1020;
}

.table-items
{
	border-collapse: separate;
}

.table-items-1
{
	border: solid 1px #dcdcdc;
	width: 300px;
}

.td-item
{
	border: solid 1px #dcdcdc;
	vertical-align: top;
}

.table-item
{
	width: 300px;
}


div.table_list
{
    float:left;
    margin: 5px 0 5px 0;
    width:100%;
    overflow:auto;
}
/* Table grid-----------------------*/
.grid
{
	/*width: 720px;*/
	width: 100%;
	font-size: 14px; /*11px*/
	font-family: Inter;
	border-collapse: collapse;
	border: #dcdcdc 1px solid;
}

	.grid th {
		background-color: #0E1020;
		color: White;
		font-weight: bold;
		font-size: 14px;/*12px;*/
		height: 25px;
		vertical-align: central;
		border: 1px solid #919191;
		padding: 0 8px;
		white-space: nowrap;
	}

.grid td
{
	border: #dcdcdc 1px solid;
	vertical-align: top;
}

	.grid th a, .grid th a:visited {
		color: White;
		font-weight: 400;
		vertical-align: middle;
		text-decoration: none;
	}

	.grid th img.sortDirection,
	.grid th img[src*="down.gif"],
	.grid th img[src*="up.gif"] {
		vertical-align: middle !important;
		margin-left: 4px;
		width: 18px;
		height: 18px;
		display: inline-block;
		border: none;
	}

.grid a, .grid a:visited
{
	font-weight: normal;
	text-decoration: underline;
	color: #000063;
}

.grid .total
{
	padding: 0;
	font-size: 14px;
	margin: 5px 0;
}

.grid .total td
{
	text-align: right;
	font-weight: bold;
}

tr.item_1,
tr.item_2
{
    height: 20px;  
    line-height:20px;      
}

tr.item_1 td,
tr.item_2 td
{
    padding-left:2px;
    padding-right:2px;
}
tr.item_1 {
	background-color: rgba(0, 0, 0, 0.05);
}

tr.item_2 {
	background-color: #FFFFFF;
}
tr.highlight
{
    background-color: #FFFF99;
}
.grid tr.grey td, .grid tr.grey td a, .grid tr.grey td span
{
    color: #999999;
}
tr.item_total_page,
tr.item_total_all 
{
    height: 24px;  
    line-height:24px;  
}

tr.item_total_page td
{
    background-color:#0099CA;
    color:#FFFFFF;
    font-weight:bold;
}
tr.item_total_all td
{
    background-color:#235060;
    color:Orange;
    font-weight:bold;
}

tr.item_1:hover,
tr.item_2:hover {
	background-color: #FFC982;
}
/* End Table grid-----------------------*/

/* Table Impact-----------------------*/

table.impact
{
	border-collapse: collapse;
	border: #dcdcdc 1px solid;
	margin: 10px auto;
	width: 500px;
}

table.impact td
{
	border: #dcdcdc 1px solid;
	height: 20px;
}

table.impact td span, table.impact .count span
{
	font-family: Inter;
	font-size: 14px; /*11px*/
}

table.impact .count
{
	text-align: center;
}

table.impact .count span
{
	font-size: 14px; /*12px*/
	font-weight: bold;
	color: Maroon;
}
/* End Table Impact-----------------------*/

/* Table Calendar ------------------------*/
.div-calendar
{
    /*overflow-y: auto;
    max-height: 150px;*/
    width: 97%;
    
}
.table-calendar
{
    border:none;
    font-size: 14px; /*11px*/
}

.table-calendar td
{
    border:none;
    vertical-align: top;
}

.table-calendar .company td
{
    font-weight: bold;
}

.table-calendar .event .first
{
    padding-left: 10px;
    width: 80px;
}
.table-calendar .event td
{
    height: 16px;
    line-height: 16px;
    padding-top: 0;
    padding-bottom: 0;
}
.div-calendar .viewmore
{
    margin-top: 2px;
    margin-left: 10px;
    font-size: 14px; /*11px*/
    color: #000063;
}
.table-calendar .viewmore a:visited
{
    color: #000063;
}

/* End Table Calendar ------------------------*/

/*----------------------------------------------
End Section: Table
----------------------------------------------*/

/*----------------------------------------------
Section: Button
----------------------------------------------*/

.button {
	width: auto;
	font-size: 13px; /*11px*/
	text-align: center;
	border: 1px solid #4b4d5d;
	border-radius: 1000px;
	cursor: pointer;
	font-family: "GT-Standard-L-Extended-Medium", sans-serif;
	font-weight: 500;
	gap: 10px;
	height: 30px /*25px*/;
	padding: 6px 12px;
	text-decoration: none;
	transition: all .2s ease;
	white-space: nowrap;
	background-color: white;
	padding-top:4px;
}

	.button:hover {
		background-color: #0e1020;
		color: white;
	}

	input.button:disabled,
	input.button[disabled="disabled"],
	button.button:disabled,
	button.button[disabled="disabled"],
	.button:disabled,
	.button[disabled] {
		opacity: 0.6;
		cursor: not-allowed !important;
		background-color: #e0e0e0 !important;
		color: #999 !important;
		border-color: #ccc !important;
		pointer-events: none;
	}

		/* Prevent hover effect on disabled buttons */
		input.button:disabled:hover,
		input.button[disabled="disabled"]:hover,
		button.button:disabled:hover,
		button.button[disabled="disabled"]:hover,
		.button:disabled:hover,
		.button[disabled]:hover {
			background-color: #e0e0e0 !important;
			color: #999 !important;
			cursor: not-allowed !important;
		}

.quicksearch_button {
	width: 75px; /*60px*/
	font-size: 13px; /*11px*/
	text-align: center;
	border: 1px solid #4b4d5d;
	border-radius: 1000px;
	cursor: pointer;
	font-family: "GT-Standard-L-Extended-Medium", sans-serif;
	font-weight: 500;
	gap: 10px;
	height: 25px; /*22px*/
	padding: 4px 8px;
	text-decoration: none;
	transition: all .2s ease;
	white-space: nowrap;
	background-color: white;
	padding-top: 2px;
}

	.quicksearch_button:hover {
		background-color: #0e1020;
		color: white;
	}

.loginbutton {
	width: 100%;
	max-width: 350px;
	margin: 8px 4px;
	font-size: 1em;
	text-align: center;
	border: 1px solid #FF7E51;
	border-radius: 1000px;
	cursor: pointer;
	font-family: "GT-Standard-L-Extended-Medium", sans-serif;
/*	font-weight: 500;*/
	gap: 10px;
	height: 40px;
	padding: 6px 12px;
	text-decoration: none;
	transition: all .2s ease;
	white-space: nowrap;
	background-color: #FF7E51;
}

	.loginbutton:hover {
		background-color: #0e1020;
		color: white;
	}

a.ovalbutton
{
	background: transparent url('/images/button/oval-green-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton
{
	/*color: #494949; button text color*/
}

a.ovalbutton span
{
	background: transparent url('/images/button/oval-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover
{
	/* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span
{
	/* Hover state CSS */
	background-position: bottom right;
	display: block;
	color: black;
}

.buttonwrapper
{
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto;
	float: right;
	margin-right: 5px;
	cursor: pointer;
}
/*----------------------------------------------
End Section: Button
----------------------------------------------*/

/*----------------------------------------------
Section: Field Set
----------------------------------------------*/

fieldset.userRequests
{
	width: auto;
	min-height: 50px;
	height: auto !important;
	min-width: 98.2%;
}

fieldset.userResults
{
	width: 720px;
	min-height: 120px;
	height: auto !important;
	min-height: 120px;
}

fieldset.Middle
{
	width: 48%;
	height: 155px;
}

/*----------------------------------------------
End Section: Field Set
----------------------------------------------*/

.tabRequestHeader
{
	padding-top: 3px;
	padding-left: 10px;
	background: url(../images/option_bck.gif) repeat-x;
}

.tabRequestHeader span
{
	background-color: White;
}

div.tabRequestLinks div.sublinks
{
	padding-left: 10px;
}

div.tabRequestLinks a, div.tabRequestLinks a:visited
{
	text-decoration: none;
	font-weight: bold;
}

.menu-splitter
{
	color: #747678;
	font-size: 14px; /*8px*/
}

.catalogue-group
{
	padding: 2px 3px;
}

.catalogue-none
{
	padding: 2px 0;
	font-family: Inter;
	font-size: 14px; /*11px*/
	font-weight: bold;
	color: #747678;
}

.catalogue-group span
{
	color: #5880aa;
	font-weight: bold;
	font-family: Inter;
	font-size: 14px; /*12px*/
}

h2.viewControlTitle
{
	padding-bottom: 6px;
	margin-bottom: 18px;
	background: url("../images/dots.gif") repeat-x left bottom;
}

div.cleargroup {
	clear: both;
	height: 10px;
	background-color: #F6F3F0;
}

div#content
{
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: left;
	margin-left: 10px;
}

img#logo, img.logo
{
	float: left;
	height: 33px;
	width: 60px;
}

.voicebox_img
{
	background: url("../images/hpsprite_images4.gif") no-repeat;
	background-position: 0 -374px;
	margin-left: 6px;
	width: 17px;
	height: 33px;
	float: left;
}
#topmenu-flex {
	display: flex !important;
	align-items: center;
	background: #0E1020;
	width: 1376px; /*1152px*/
	height: 48px;
	padding: 0 12px;
	border-radius: 10px 10px 0px 0px;
}

	#topmenu-flex .logo {
		margin-right: 24px;
		min-width: 95px;
		min-height: 60px;
	}

	#topmenu-flex .user-info-panel {
		display: flex;
		align-items: center;
		margin-left: auto;
	}

		#topmenu-flex .user-info-panel > div {
			display: flex;
			align-items: center;
		}
	#topmenu-flex a, #topmenu-flex a:visited, #topmenu-flex span {
		color: white;
		font-size: 14px; /*12px*/
		font-weight: bold;
		white-space: nowrap;
		max-width: none;
		flex-shrink: 0;
	}
.user-info-panel .left {
	margin-right: 6px;
}
#topmenu {
	float: right;
	/*background: #989ba0;*/
	display: flex;
	align-items: center;
	background: #0E1020;
/*	background: #5F249F;*/
	width: 865px;
	color: #0E1020;
	font-size: 14px; /*12px*/
	font-weight: bold;
	text-align: left;
	height: 33px;
	line-height: 33px;
	padding-right: 6px;
	display: block;
	font-family: Inter;
}
#topmenu {
	width: 1086px!important;
}
	#topmenu a, #topmenu a:visited, #topmenu span {
		color: white;
		font-size: 14px; /*12px*/
		font-weight: bold;
		font-family: Inter;
	}
#topmenu a:hover
{
	/*color: red;*/
}
#searchbar
{
	float: right;
	margin: 15px 0 0 0;
	height: 30px;
	width: 295px;
	text-align: right;
}

.searchbutton
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #CCC none repeat scroll 0 0;
	border: thin outset;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px; /*11px*/
	line-height: 19px;
	padding: 1px 4px;
}

#trail {
	height: 20px;
	float: right;
	width: 700px;
	padding-top: 3px;
	display: inline-flex;
}

	#trail a, #trail a:visited, #trail span, #trail {
		font-size: 14px; /*12px*/
		font-weight: bold;
		color: #005172;
		font-family: Inter;
		padding-top: 2px;
	}
		#trail img {
			width: 17px;
			height: 19px;
		}

		#trail .separate {
			font-weight: normal;
			font-size: 14px; /*11px*/
			font-family: Inter;
		}

#banner_text
{
	float: left;
	width: 254px;
	height: 120px;
}

	#banner_text span {
		font-family: Inter !important;
		font-weight: bold;
		font-size: 15px;
		/*color: #005172;*/
		color: black;
		padding: 5px;
	}

#banner_center
{
	float: left;
	height: 80px;
	width: 180px;
	
}
#banner_center_login{

}

#banner_line
{
	float: left;
	width: 520px;
	height: 120px;
	background: url("../images/banner_line.png") repeat-x;
	color: White;
	font-size: 48px;
    font-weight: bold;
    color: White;
	text-align: right;
	
	display: inline-block;
}

#banner_line #span {
  display: inline-block;
  vertical-align: middle;
}

	#banner_line #ask_text {
		font-size: 48px;
		font-weight: bold;
		color: #0E1020;
		float: right;
		margin-right: 10px;
		white-space: nowrap;
	}
/*
#banner_line .ask-accname
{
	font-size: 30px;
	font-weight: bold;
	color: White;
	float: left;
     margin-top: 40px;
*/
.company_text
{
	font-size: 30px;
	font-weight: bold;
	color: White;
		
}
.app_text2
{
 vertical-align:bottom;
    font-size: 48px;
    font-weight: bold;
    color: White;
  /*  height:120px;
   /* margin-right:180px;*/
    text-align:right;
	
	padding-top:25px;
	padding-right:10px;
} 

.app_text
{
 vertical-align:bottom;
    font-size: 48px;
    font-weight: bold;
    color: White;
    height:80px;
    margin-right:180px;
    text-align:center
	
}
.left_banner_line {
	vertical-align: bottom;
	font-size: 30px;
	font-weight: bold;
	color: #0E1020;
	height: 115px;
	text-align: center;
	/*	background: white;*/
}

.right_banner_line
{
    width: 10%; 
    vertical-align: top; 
    margin-top: 0; 
    padding-top: 0;
/*	background:white;*/
}

ul.leftmenu
{
	font-weight: bold;
	line-height: 1em;
	list-style-image: url("../images/bullet_080309.gif");
	margin: 3px;
	padding: 0 0 0 12px;
}

ul.leftmenu a
{
	color: #747678;
}

.group
{
	width: 753px;
	margin: 0 0 0 5px; /*border: solid 1px #747678;*/
}
.group-header {
	background-color: white;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
}
.groupleft_1,
.groupleft_2,
.groupleft_3,
.groupleft_4,
.groupleft_5 {
	background: none !important;
	background-color: #0E1020 !important;
	color: #fff !important;
	border-radius: 7px 0 7px 0;
}

.groupleftr_1,
.groupleftr_2,
.groupleftr_3,
.groupleftr_4,
.groupleftr_5 {
	background: none !important;
}

.grouptext_1,
.grouptext_2,
.grouptext_3,
.grouptext_4,
.grouptext_5 {
	background: none !important;
}

.groupleft_1 *,
.groupleft_2 *,
.groupleft_3 *,
.groupleft_4 *,
.groupleft_5 * {
	color: #fff !important;
}
.groupleft_1, .groupleft_2, .groupleft_3, .groupleft_4, .groupleft_5, .groupleftr_1, .groupleftr_2, .groupleftr_3, .groupleftr_4, .groupleftr_5
{
	width: 8px;
	height: 24px;
	float: left;
}
.groupleft_1
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -120px;
}
.groupleftr_1
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -120px;
}
.groupleft_2
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -144px;
}
.groupleftr_2
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -144px;/*144*/
}
.groupleft_3
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -168px;
}
.groupleftr_3
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -168px;
}
.groupleft_4
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -192px;
}
.groupleftr_4
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -192px;
}
.groupleft_5
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -216px;
}
.groupleftr_5
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -216px;
}
.grouptext_1, .grouptext_2, .grouptext_3, .grouptext_4, .grouptext_5
{
	min-width: 200px;
	float: left;
	color: White;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
}
.grouptext_1
{
	background: url(              "../images/textgroup.png" ) repeat-x 0 0;
}
.grouptext_2
{
	background: url(              "../images/textgroup.png" ) repeat-x 0 -24px;
}
.grouptext_3
{
	background: url(              "../images/textgroup.png" ) repeat-x 0 -48px;
}
.grouptext_4
{
	background: url(              "../images/textgroup.png" ) repeat-x 0 -72px;
}
.grouptext_5
{
	background: url(              "../images/textgroup.png" ) repeat-x 0 -96px;
}
.groupline
{
	width: 529px;
	height: 24px;
	float: left;
}
.groupright
{
	width: 8px;
	height: 24px;
	float: left;
}
.groupbody {
	width: 753px;
	float: left;
	padding: 10px;
	font-size: 14px; /*13px*/
	font-family: Inter;
}
.groupbottom
{
	width: 753px;
	height: 6px;
	float: left;
}

.group-header-left
{
	margin: 0;
	background: url("../images/gheader_1.gif") no-repeat;
	width: 147px;
	height: 24px;
	float: left;
}

.group-header-center
{
	border-top: 1px solid #747678;
	height: 24px;
	float: left;
	width: 603px;
}

.group-header-right
{
	margin: 0;
	background: url("../images/corner_right.gif") no-repeat;
	width: 10px;
	height: 24px;
	float: right;
}

.group-content
{
	border-left: 1px solid #747678;
	border-right: 1px solid #747678;
	border-bottom: 1px solid #747678;
	padding: 0;
	width: 757px;
	float: left;
}

.strapline {
	background-position: 0 -100px;
	height: 24px;
	width: 475px; /*348px*/
	margin-left: 630px;
}

#divProgress
{
	background-color: #f2af00;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
	font-weight: bold;
	color: White;
	font-size: 14px; /*12px*/
	font-family: Inter;
	padding: 2px 5px;
}

.glass
{
	z-index: 10004;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}

.loading
{
	position: absolute;
	z-index: 10005;
}

.helpbox
{
	background-color: White;
	padding: 1px;
	border: solid 1px #747678;
	color: #747678;
	font-weight: bold;
}

.helpbox:hover
{
	background-color: #f2af00;
	border: solid 1px #747678;
	color: white;
}

.div-helpbox
{
	font-family: Inter;
	display: none;
	width: 300px;
	height: auto;
	background-color: #DFDFDF;
	border: 1px solid #C0C0C0;
	position: absolute;
	display: none;
	text-align: left;
}

	.div-helpbox .title {
		background-color: #0E1020;
		border: 1px solid #039;
		width: 298px;
		height: 18px;
		float: left;
		cursor: move;
		padding-bottom: 9px;
	}

.div-helpbox .title span
{
	color: white;
	font-size: 14px; /*13px*/
	font-weight: bold;
	padding-left: 2px;
	font-family: Inter;
	z-index: 1;
}

		.div-helpbox .title .close, .div-helpbox .title .close:visited {
			color: white;
			font-size: 14px; /*12px*/
			font-weight: bold;
			background-color: #0E1020;
			float: right;
			line-height: 18px;
			width: 17px;
			text-align: center;
			text-decoration: none;
			z-index: 10;
		}


.div-helpbox .content
{
	padding: 5px;
	font-size: 14px; /*11px*/
	line-height: 16px;
	overflow-y: auto;
	overflow-x: auto;
	height: auto;
	width: 290px;
	background-color: #FFD;
	border-bottom: solid 1px #C0C0C0;
	float: left;
	font-family: Inter;
}

.div-helpbox .status
{
	height: 7px;
	width: 7px;
	font-size: 1px;
	float: right;
	background: url('../images/resize.gif') no-repeat 0 0;
	cursor: nw-resize;
}

.div-helpbox h1
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}

.box {
	margin: auto;
	width: 350px;
	text-align: center;
	background-color: white;
}

div.box, div.box span
{
	font-family: Inter;
	font-size: 14px; /*12px*/
}


.box-header-desc, .box-header-desc li
{
	font-family: Inter;
	font-size: 14px; /*11px*/
	color: #000063;
	margin-top: 7px;
}

.box-header-desc
{
	margin: 10px;
	padding: 0 30px;
	text-align:center;

}

.box-header-desc li
{
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

div.itemInfo
{
	background-color: #FFD;
	border: solid 1px Navy;
	overflow-y: auto;
	overflow-x: auto;
	max-width: 380px;
	max-height: 300px;
	padding: 5px;
}

div.itemInfo td
{
	font-family: Inter;
	font-size: 14px; /*10px*/
}

div.appProgress
{
	background-color: #FFD;
	border: solid 1px Navy;
	overflow-y: auto;
	overflow-x: auto;
	max-width: 630px;
	max-height: 200px;
	padding: 5px;
}

div.appProgressHeader
{
	margin: 0 0 10px 5px;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
}

img.appProgressImg
{
	display: block;
	position: absolute;
	top: 2px;
	z-index: 100;
}

div.appProgressItem
{
	float: left;
	width: 120px;
	margin: 5px;
	padding: 5px;
	border: solid 1px #CCC;
}


div.itemInfo .close
{
	padding: 0 0 5px 5px;
}

div.itemInfo .close a, div.itemInfo .close a:visited
{
	text-decoration: underline;
}

img.company-logo
{
	height: 60px;
	border: 1px solid #dcdcdc;
}

.iframe-uploadlogo
{
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
}

.hidden
{
	display: none;
}

.error-message
{
	margin: auto;
	text-align: center;
	font-family: Inter;
	font-size: 14px; /*11px*/
	color: #000063;
}

.error-icon
{
	display: inline-block;
	background-image: url('../images/error.png');
	width: 16px;
	height: 16px;
	position: absolute;
}

.error-items
{
	margin: 0 15px 5px 15px;
	padding: 0 5px 0 10px;
}

.error-items li
{
	list-style-type: square;
	line-height: 15px;
	font-size: 14px; /*11px*/
}

.error-items a:hover
{
	text-decoration: underline;
}

.calendar {
	font-family: Inter;
	font-size: 75%;
	color: #666;
	line-height: 1.5em;
	border: medium none;
	margin: 0;
	padding: 0;
}

.calendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #FFF;
	width: 150px;
	z-index: 100;
}

.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix
{
	display: inline-block;
	padding-left: 10px;
}

/*HUYEN*/
.groupleft_1, .groupleft_2, .groupleft_3, .groupleft_4, .groupleft_5, .groupleftr_1, .groupleftr_2, .groupleftr_3, .groupleftr_4, .groupleftr_5
{
	width: 8px;
	height: 24px;
	float: left;
}
.groupleft_1
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -120px;
}
.groupleftr_1
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -120px;
}
.groupleft_2
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -144px;
}
.groupleftr_2
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -144px;
}
.groupleft_3
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -168px;
}
.groupleftr_3
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -168px;
}
.groupleft_4
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -192px;
}
.groupleftr_4
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -192px;
}
.groupleft_5
{
	background: url(              "../images/textgroup.png" ) no-repeat 0 -216px;
}
.groupleftr_5
{
	background: url(              "../images/textgroup.png" ) no-repeat -8px -216px;
}

.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	font-family: Inter, Arial, Helvetica, sans-serif;
}

.NormalBold
{
	font-weight: bold;
}

.Pager
{
	width: 100%;
	float: right;
	background-position: center bottom;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0 3px 0 3px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
	.Pager input[type="image"] {
		margin-top: 10px;
		height: 23px;
	}
.Pager span
{
    font-size: 14px; /*11px*/
}

.TinyNumberTextBox
{
	padding: 1px 2px;
	margin: 0 0 0 0;
	border-width: 1px;
	border-style: solid solid solid solid;
	border-color: #000063;
	color: #2e3d47;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px; /*12px*/
	font-weight: normal;
	text-align: right;
	width: 50px;
}

.TinyTextBox
{
	padding: 1px 2px;
	margin: 0 0 0 0;
	border-width: 1px;
	border-style: solid solid solid solid;
	border-color: #000063;
	color: #2e3d47;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px; /*12px*/
	font-weight: normal;
	width: 50px;
}

.TinyComboBox
{
	padding: 1px 2px;
	margin: 0 0 0 0;
	border-width: 1px;
	border-style: solid solid solid solid;
	border-color: #000063;
	color: #2e3d47;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px; /*12px*/
	font-weight: normal;
	width: 55px;
}

.gridHeaderSortASC A
{
	background-image: url(images/sortascending.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 49px;
	padding-bottom: 2px;
	padding-right: 18px;
	padding-left: 2px;
	_margin-right: -15px;
	_padding-right: 0px;
	_padding-left: 0px;
	_padding-bottom: 0px;
	_margin-left: 0px;
	_padding-right: 30px;
	_color: #ffffff !important;
	_font-family: Inter, Arial, Helvetica, sans-serif;
	_font-weight: bold; /*IE7*/ *margin-right:-15px!important;
*padding-right:0px;
*padding-left:0px;
*padding-bottom:0px;
*margin-left:0px;
*padding-right:30px;
}

.gridHeaderSortDESC A
{
	background-image: url(images/sortdescending.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 49px;
	padding-bottom: 2px;
	padding-right: 18px;
	padding-left: 2px; /*IE6*/
	_margin-right: -15px;
	_padding-right: 0px;
	_padding-left: 0px;
	_padding-bottom: 0px;
	_margin-left: 0px;
	_padding-right: 30px;
	_color: #ffffff !important;
	_font-family: Inter, Arial, Helvetica, sans-serif;
	_font-weight: bold; /*IE7*/ *margin-right:-15px!important;
/**padding-right:0px;
*padding-left:0px;
*padding-bottom:0px;
*margin-left:0px;
*padding-right:30px;*/
}

.popUpStyle
{
	font: normal 11px auto "Trebuchet MS" , Inter;
	background-color: #ffffff;
	color: #4f6b72;
	padding: 6px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.drag
{
	background-color: #dddddd;
	cursor: move;
	border: solid 1px gray;
}

.PopupHeaderPanel
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.PopupHeader
{
	text-align: center;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px; /*12px*/
	color: #89070f !important;
}
.ModalPopupBG
{
	background-color: #f8fafd;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.PopupContainer1
{
	background: #FEFEFE;
	border: 1px solid #D73329;
	margin-top: -34px;
	margin-top: -1780px !important;
	padding: 0;
}
.PopupContainer
{
	/*background: #FEFEFE;     border: 1px solid #D73329;     padding: 0;*/
	position: absolute;
	z-index: 200; /* aaaalways on top*/
	padding: 0px;
	margin-left: -20px;
	margin-top: -34px;
	margin-top: -1780px !important;
	border: 1pxsolid#D73329;
	background-color: #FEFEFE;
	color: white;
}

.PopupBody
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px; /*12px*/
	color: #000000;
	line-height: 15pt;
	clear: both;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
}

.ButtonPanel
{
	padding: 2px 2px;
	padding-right: 3px;
	_padding-right: 8px;
}

.PopupFrame
{
	width: 800px;
	height: 400px;
}
/* Hides from IE-mac \*//* * html .clearfix
{
height:1%;
}

.clearfix
{
display:block;
}

*/



.billing_steps a, .billing_steps a:visited, .billing_steps span, .billing_steps
{
	font-size: 14px; /*12px*/
	font-weight: normal;
	color: #000063;
	line-height: 18px;
	/*font-family: Inter;*/
}

.billing_steps .current
{
    font-weight: bold;
}
/*----------------------------------------------
End Section: Billing
----------------------------------------------*/


/*

--------------------------------------------------------------------
Deleted CSS style
--------------------------------------------------------------------
.minsize
{
width:100%;
min-width:800px;
}

div.footer
{
width:100%;
height:20px;
position:relative;
background:url(../images/footer_bck.gif) repeat-x;
}


*/

.notifier {
	background-color: linen;
	border: 3px solid blue;
	margin-top: 4px;
	margin-right: 1px;
	padding: 2px;
	font-size: 14px;
}
.close-notify {
	background: url(../images/Query/closeTab.png) no-repeat scroll -15px 0px;
	float: right;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	width: 17px;
	height: 20px;
}
.content-notify{
	padding: 2px;
}

#ui-datepicker-div{
	background-color: white;
}

.upload-att-title {
	background-color: #0E1020 !important;
	color: #fff !important;
	border-radius: 7px 0 7px 0;
}
.upload-att-form {
	background-color: #f6f3f0;
}
