/* CSS Document */

/*html,body		{margin:0;padding:0;height:100%; background:#ffffff;font-family:verdana,arial,sans-serif;font-size:8pt;color:#000;}*/
html,body		{
    min-width:1100px;
    width:100%;
    /*min-height:95%;
    height:95%;*/
}
html.large, html.large body {
    min-width: 1350px;
} 

/*div#container	{position:relative;  /* center, not in IE5 */
/*             	 width:100%;background:#f0f0f0;
/*             	 height:auto !important; /* real browsers */
/*             	 height:100%; /* IE6: treaded as min-height*/
/*             	 min-height:100%; /* real browsers *//*}
*/
/*div#container       {min-width:1100px;width:100%;}*/


div#header			{
    background:#fff;
    height:66px;
    overflow:hidden;
    z-index: 9999;
}

div#left_box		{width:250px;float:left;margin-left:24px;height:80px;display: table;overflow: hidden;visibility: hidden;}
div#left_box_logo	{_position: absolute; _top: 50%; display: table-cell; vertical-align: middle;}

div#right_box {
    float:right;
    margin-right:24px;
    /*overflow: hidden;
    text-align:right;*/
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    
}
div#right_box_logo	{vertical-align: middle;} /* float: right; margin-right: 30px; margin-top: 3px; */
div#right_box_logo img	{display: table-cell; vertical-align: middle;height: 50px;}

div#middle_box			{width:400px;float:left;margin-right:30px;height:80px;display: table;overflow: hidden;border:0px solid #000;}
div#middle_box_title	{_position: absolute; _top: 40%; display: table-cell; vertical-align: middle;font-size:16pt;font-family:'arial narrow';font-weight:normal;line-height:19px;}
div#middle_box_title b	{color:#e90202;font-size:19pt;}
span.middle_box_title1	{font-size:16pt;font-family:'arial narrow';font-weight:normal;}

div#application_box			{margin-right:24px;}
div#application_box_combo	{_position: absolute; _top: 40%; display: table-cell; z-index:1}
div#application_box_combo .selectbox {
    padding: 4px 8px;
    border: 1px solid #ccc;
    background-image: url('/Images/header/down_arrow.gif');
    background-repeat: no-repeat;
    background-position: right 4px center;
    color:#0985C7;
}
div#application_box_combo .selectbox-wrapper ul li.current {background-color: #E2F1FC;}
div#application_box_combo .selectbox-wrapper ul li.selected {color: #1976D2;}
div#application_box_combo .selectbox-wrapper {width: 180px !important; border-top-width: 0px;}

#middel_box			{margin:0px;padding:0px 110px 0px 0px;}	

div#menubg {
    position: relative;
    border-width: 2px 0px;
    border-style: solid;
    border-color: #E0E0E0;
    background-color: #FFF;
}

div#menubg::after {
    content: "";
    clear: both;
    display: table;
}

div#footerbg		{position:relative;display: table; height: 40px; background: #182839; margin-top:20px;min-width:1100px;width:100%;}

div#copyright		{_position: absolute; _top: 50%; display: table-cell; vertical-align: middle;}
div#copyright p		{color:#a3a9b0;text-align:right;margin-right:32px;}

div.title			{width:1050px;margin:auto;padding:0px 0px 5px 0px;font-family:'arial narrow';font-size:23pt;color:#000000;clear:both;}
div.breadcrumbs		{text-align:left;font-family:verdana;font-size:9pt;color:#000000;padding-left:24px;font-weight:bold;}

div.breadcrumbs a {
    display: inline-block;
    padding-top: 10px;
    Color: #1976D2;
}

div.main			{width:1027px;margin:auto auto 15px auto;padding:10px 10px 10px 10px;border:1px solid #cccccc;background-color:#ffffff;height:550px;clear:both;}


img					{border:0;}

div#floatleft {
    float:left;
    padding-left:24px;
    margin-bottom: -2px;
}

div#floatright {
    padding-right: 24px;
    margin-bottom: -4px;
    float: right;
}
/*.leftborder			{border-left:1px solid #266183;}*/
div#BackupUserSelect{height: 160px;text-align: left;}


.top-logo-label {
    padding: 8px 14px 0 0;
    font-size:11pt;
}

.outside-flex {
    width: 400px;height: 500px;
    background: #cccccc;
}