abbr,article,aside,audio,canvas,datalist,details,
figure,footer,header,hgroup,mark,menu,meter,nav,output,
progress,section,time,video {
	display: block;
}


body {
	font-family: arial;
	display: block;
	font-size: 80%;
	padding: 0;
	margin: 0 15px;
	min-width: 1024px;
    background:url(images/body_bg.png) top left repeat;
    -moz-outline:none; 
    outline:none;
    /*max-width:1280px;*/
    
}

fieldset {
    border:none;
}

a:-webkit-any-link, a:link {
color: #007dc0;
text-decoration: underline;
cursor: hand;
}

#wrapper {
	margin: 0;
	/*box-shadow: inset 0 0 1px 5px #366FBA;*/
	/*border: solid 1px #CCC;*/
	padding:0 4px;
	background:url(img/bodyPanelSeperatorLeft.png) top left no-repeat, url(img/bodyPanelSeperatorRight.png) top right no-repeat;
}

#main {
	overflow-y: auto;
	padding: 0 1em;
	position:relative;
	height:100%;
	background:#fff;
}

#version_system
{
    font-style:italic;
    font-weight:bold;
    font-size:12px;    
    padding-left:20px;
}

/*-----------------------------------------header start--------------------------------------------*/
header {

	position: relative;
	overflow: hidden;
	background: url(img/header_bg.png) repeat-x;
	height:60px;
}

header hgroup
{
    height:40px;
	background: #666;
	border-bottom:4px solid #ffc000;
	padding:0 10px;
	overflow: hidden;
}

header hgroup .hTools {
    width:auto;    
}

header hgroup {
    width:auto;    
}

header h1 {
	font-size: 120%;
	margin: 4px 0;
	padding-left: 50px;
	background: url(img/sap_logo.png) no-repeat;
	height:45px;
	line-height:30px;
	color:White;
}
header h1 .logout_btn
{

    background:url(img/logout.png) 50% 50% no-repeat;
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 25px;
    top: 5px;
    width: 22px;

}

header h1 .logout_btn:hover
{
    background:url(img/logout_hover.png) 50% 50% no-repeat;
}

header h1 .user {
	height: 22px;
	display: block;
	position: absolute;
	right: 40px;
	top: 5px;
	font-weight:normal;
	margin-right:20px;
}

header aside {
	float:right;
	border: solid 1px #CCC;
	background: #fff;
	margin: 7px 10px 0 0;
}

header nav {
	margin-right: 300px;
	margin-left:16px;
	
}

header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height:39px;
	
}

header nav li {
	display: inline-block;
	padding: 2px 0 0;
	
}

header nav li a {
	text-decoration: none;
	color: #000;
	padding: 5px 20px 6px 10px;
	display: inline-block;
	font-weight: 400;
	text-align: center;

}

#wrapper>header>nav li a:hover em
{   
	color: #fff;
    }
#wrapper>header>nav li a.selected em{
    font-size:18px;
	color: #fff;
}

header nav li a em{
display:inline-block; 
font-style:normal;
line-height:24px;
height:24px;
color:#ddd;
}
header nav li.nav_0 a em{
background-image: url(img/icon_overview.png); 
background-repeat: no-repeat; 
background-position: left center; 
padding-left: 32px;

}
header nav li.nav_1 a em {
background-image: url(img/icon_hosting.png); 
background-repeat: no-repeat; 
background-position: left center;
padding-left: 32px;
}
header nav li.nav_2 a em {
background-image: url(img/icon_resurce.png); 
background-repeat: no-repeat; 
background-position: left center;
padding-left: 32px;
}
header nav li.nav_3 a em {
background-image: url(img/icon_accessManagement.png); 
background-repeat: no-repeat; 
background-position: left center;
padding-left: 32px;
}
header nav li.nav_4 a em {
background-image: url(img/icon_sw_repository.png); 
background-repeat: no-repeat; 
background-position: left center;
padding-left: 32px;
}

header aside input {
	background: none;
	border: none;
	width: 200px;
	padding: 3px 5px;
}

header aside input[type=button] {
	background: url(img/search_btn_bg.png) 50% 50% no-repeat;
	cursor: pointer;
	width: 30px;
	padding: 2px;
	border: none;
}


/*-----------------------------------------header end--------------------------------------------*/

footer {
	min-height: 25px;
	border-top:1px solid #c5c5c5;
	position: relative;
	background:#c5c5c5;
	z-index:1100;
	display:none;
}

footer>.error {
	padding-left: 30px;
	background: url(img/error.png) 8px 50% no-repeat;
	height: 2em;
	overflow: hidden;
	line-height: 2em;
	font-weight: 400;
}


.module {
	overflow: auto;
	background: #fff;
}

.module>aside{
	width: 15%;
	height: 100%;
	float: left;
	
	
	overflow: auto;
}

.module>aside>section{
	background: -moz-linear-gradient(top, #D2DBE2, #fff);
	background: -webkit-linear-gradient(top, #D2DBE2, #fff);
	background: -ms-linear-gradient(top, #D2DBE2, #fff);
	
	border-right: solid 1px #909090;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.module_main{
	float: left;
	width: 85%;
	overflow-y: scroll;

}

.module>section>section {
	padding: 10px;
}

section h1, section h2 {
	font-size: 100%;
	margin: 5px 0;

}
.tab>h1 
{
    color:#aaa;
    }
.tab
{
    margin-top:20px;
    }

/*-----------------------------------------sidebar start--------------------------------------------*/
.sidebar_menu {
	overflow: auto;
	padding: 10px 0;
}

.sidebar_menu ul, .sidebar_task ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar_menu li{
	
}

.sidebar_menu a, .sidebar_task a{
	text-decoration: none;
	color: #000;
	display: block;
	border-bottom: 1px solid transparent;
	padding: 8px 5px 8px 30px;
}

.sidebar_menu a.selected{
	background: #46719B;
	border-top: 1px solid #5d6e90;
	border-bottom: 1px solid #fcfdfd;
	color: #fff;
}

.sidebar_menu a:hover, .sidebar_task a:hover{
	background: #5C92C4;
	color: #fff;
}

.sidebar_task h1 {
	text-indent: 1em;
	margin-bottom: 1em;
}

.sidebar_menu .isplit{
	height: 0;
	border-bottom: solid 1px #a2acb1;
	display: block;
	margin: 1px .3em;
	box-shadow: 0px 1px 0px #fff;	
}

/*-----------------------------------------sidebar end--------------------------------------------*/
.region_tools{
	height:22px;
	border: none;
	padding: 5px 10px;
	border-bottom: none;
}

.tools{
	min-height: 22px;
	padding: 5px 10px;
	background:#f4f4f4;
	overflow: auto;
}

#wrapper .tools {
}

#div_selectPvn
{height:22px;
    }
.bar_container
{
    height:33px;
    position:relative;
    }

.split {
	display: inline-block;
	width: 1px;
	background: #bfbfbf;
	height: 1.8em;
	margin: 0 5px;
	vertical-align: middle;
}

.tools a.refresh {
	background: url(icons/refresh.png) no-repeat;
	display:block;
	height:16px;
	width:16px;
	margin-top: 3px;
	float:left;
	cursor:pointer;
	vertical-align: middle;
}

.tools a.path
{
    background:url(icons/path.png) no-repeat;
    display:block;
    height:16px;
    width:16px;
    float:left;
    margin-right:5px;
    margin-top:3px;
}

.tools a.dkeymanagement
{
    background:url(icons/key2.png) no-repeat;
    display:inline-block;
    height:16px;
    width:16px;
    margin-right:5px;
    margin-top:3px;
	margin-left: 6px;
	vertical-align: sub;
}

.tools .pagingLabel
{
    margin-left:3px;
    vertical-align: middle;
}

.tools .pagingComboBox
{
    margin-right:3px;
}


.tools a.switch_on
{
	background:url(icons/switch_on.png) no-repeat;
    display:block;
    height:16px;
    width:16px;
    float:left;
    margin-right:5px;
    margin-top:3px;
}

.tools a.switch_off
{
	background:url(icons/switch_off.png) no-repeat;
    display:block;
    height:16px;
    width:16px;
    float:left;
    margin-right:5px;
    margin-top:3px;
}

.tools a.refresh:hover {
	background: url(icons/refresh_hover.png) no-repeat;
}

.tools a.path:hover{
    background:url(icons/path_hover.png) no-repeat;
}

.tools a.user
{
    background:url(icons/user.png) no-repeat;
    display:block;
    height:16px;
    width:16px;
    float:left;
    margin-right:5px;
    margin-top:5px;
    }
.tools a.user:hover
{
    background:url(icons/user_hover.png) no-repeat;
    }
.tools a.report
{
    background: url(icons/report.png) no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 3px;
    margin-right:5px;
    
}
    .tools a.report:hover
    {
        background: url(icons/report_hover.png) no-repeat;
    }


/*-----------------------------------------master table start--------------------------------------------
.masterTable 
{
    background: url(img/grid_bottom_bg_l.png) left bottom no-repeat,url(img/grid_bottom_bg_r.png) right bottom no-repeat, url(img/grid_bottom_bg_c.png) center bottom repeat-x;
    padding-bottom:5px;
    
}*/
/*-----------------------------------------master table end--------------------------------------------*/

/*-----------------------------------------tab start--------------------------------------------*/
.tab_header{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	min-height:26px;
	border-bottom: 2px solid #007dc0;
}

.tab_header>li{
	float: left;
}

.tab_header a {
	display: block;
	color: #666;
	text-decoration: none;
    padding: 8px 7px 2px 15px;
	border: none;
	outline:none;
}



.tab_header a.selected{ 
    color:#000;
    font-size:24px;
    -moz-outline-style: none; 	
    padding: 0 7px 0 15px;
}


.tab_body{
	overflow-y: auto;
	overflow-x: auto;
    min-width: 1120px;
}

.tab_body hgroup{
	height:22px;
	padding: 5px 10px;
	background:#f4f4f4;
}


.tab_body hgroup h3, .tab_body hgroup h4{
	margin: 0;
	font-size: 100%;
}

.tabAnim {
	-moz-transition: -moz-transform 1s ease 0s;
	-webkit-transition: -web-transform 1s ease 0s;
}

.tabNextAnim {
	-moz-transition: -moz-transform 1s ease 0s;
	-webkit-transition: -webkit-transform 1s ease 0s;
}

/*-----------------------------------------tab end--------------------------------------------*/

/*----------------------------------------- detail tab start--------------------------------------------*/
.detail_tab_header{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	min-height:26px;
	border-bottom: 2px solid #007dc0;
}

.detail_tab_header>li{
	float: left;
}

.detail_tab_header a {
	display: block;
	color: #007dc0;
	text-decoration: none;
    padding: 6px 7px 8px;
	outline:none;
	border:1px solid #fff;
    border-width:1px 1px 0 1px;
}

.detail_tab_header a:hover {

}

.detail_tab_header a.selected{
    color:#000;
    -moz-outline-style: none; 	
    padding: 6px 7px 8px;
    background:url(img/tab_arrow.png) center bottom no-repeat;
    font-weight:bold;
}

.detail_tab_body{
	overflow-y: auto;
	overflow-x:hidden;
}

.detail_tab_body hgroup{
	height:22px;
	padding: 5px 10px;
	background:#f4f4f4;
}


.detail_tab_body hgroup h3, .tab_body hgroup h4{
	margin: 0;
	font-size: 100%;
}

.tabAnim {
	-moz-transition: -moz-transform 1s ease 0s;
	-webkit-transition: -web-transform 1s ease 0s;
}

.tabNextAnim {
	-moz-transition: -moz-transform 1s ease 0s;
	-webkit-transition: -webkit-transform 1s ease 0s;
}

/*----------------------------------------- detail tab end--------------------------------------------*/

.chrome2 {
	float: left;
	min-height: 25px;
	width: 46%;
	margin-left: 3%;
	padding-top: 5px;
}

.chrome3 {
	float: left;
	min-height: 25px;
	width: 46%;
	margin-left: 3%;
	padding-top: 5px;
}

.chrome1 {
	width: 47%;
	margin-left: 2%;
	padding-top: 5px;
	overflow: auto;
}

.chrome1 label, .chrome2 label, .label {
	float:left;
	width: 25%;
	padding-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.chrome2 label[readonly] {
  width: auto;
}

.chrome3 label{
    float:left;
	width: 35%;
	padding-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;    
}

.chrome1 input, .chrome2 input, .chrome1 .value, .chrome2 .value{
	float: left;
	width: 60%;
}
.chrome2 input[type="radio"]{
    float: left;
    width: auto;
    margin-left: 0;
}
.chrome1 input, .chrome2 input, .chrome1 .value, .chrome2 .value[readonly]{
	border: 2px solid #cbcbcb;
	background:#f1f1f1;
    padding:2px;
}

.chrome1 input[type=button],
.chrome2 input[type=button]{
    width:auto;
}

.chrome2 input, .chrome1 input, 
.chrome2 textarea, .chrome1 textarea{
	border: 2px solid #cbcbcb;
	background:#fff;
    padding:2px;
    font-family: arial;
    font-size: 100%;
}

.sub{
	border-top: solid 1px #CCC;
	margin: 10px auto 0;
	overflow: auto;
	width: 98%;
	padding: 10px 0 10px;
	clear: both;
}

.chrome4 {
	
	min-height: 25px;
	width: 95%;
	padding-top: 5px;
	margin-left: 2%;
}

.chrome4 .name 
{
    min-width: 15%;
    float: left;    
}

.chrome4 .value 
{
    width: 35%;
    float: left;    
}

.chrome4.top {
	border-top:none;
}

.group
{
    margin: 10px auto 0;
	overflow: auto;
	width: 98%;
	padding: 10px 0 10px;
    clear: both;
}

.group + .group 
{
}

.group .chrome1 {
	width: 46%;
	margin-left: 3%;
	padding-top: 5px;
	overflow: auto;
}
/*-----------------------------------------input start--------------------------------------------*/
input[type=submit],
input[type=button]
{
    border:1px solid #bfa234;
	padding: 2px 10px;
	background: url(img/btn_bg.png) center repeat-x;
	border-radius:4px;
	cursor: pointer;
	display: inline-block;
	margin:0 3px;
	min-width:70px;
}
input[type=submit]:hover,
input[type=button]:hover{
    background: url(img/btn_bg_hover.png) center repeat-x;
	
}
input[type=submit]:disabled,
input[type=button]:disabled{
    border: solid 1px #ccc;
	background: url(img/btn_bg_disabled.png) center repeat-x;
}
input[type=checkbox]{
    width:20px;
    border:0;
    padding: 0;
    margin: 0;        
}

input{
	border: 2px solid #cbcbcb;
	background:#fff;
}

input[readonly]{
    border: 2px solid #cbcbcb;
	background:#f1f1f1;
}
input[readonly=false]{
	border: 2px solid #cbcbcb;
	background:#fff;
}

input.error,
input[type=text].error{
    border: solid 1px #ED1C24;
}

input[textreadonly]{
    border: 2px solid #cbcbcb;
	background:#f1f1f1;
}
input:invalid {
    -moz-box-shadow: none;
}

/*-----------------------------------------input end--------------------------------------------*/

/*-----------------------------------------select start--------------------------------------------*/
select {
    border: 2px solid #bfbfbf;
	background:#fff;
	margin:0;
}


/*-----------------------------------------select end--------------------------------------------*/

/*-----------------------------------------icon style start--------------------------------------------*/

label.ShowIcon 
{
    background-repeat:no-repeat;
    background-position:left center;
    padding-left: 20px;
    margin-left: 5px;
}

label.ShowIcon.Success 
{
    background-image: url(icons/success.png);
}

label.ShowIcon.Failed 
{
    background-image: url(icons/failed.png);
}

label.ShowIcon.OK 
{
    background-image: url(icons/ok.png);
}

label.ShowIcon.Notification 
{
    background-image: url(icons/notification.png);
}

label.ShowIcon.Warning 
{
    background-image: url(icons/warning.png);
}

label.ShowIcon.Warn 
{
    background-image: url(icons/warn.png);
}

label.ShowIcon.Error 
{
    background-image: url(icons/error.png);
}

label.ShowIcon.Moni_avail 
{
    background-image: url(icons/monitor_available.png);
}

label.ShowIcon.Moni_warning 
{
    background-image: url(icons/monitor_warning.png);
}

label.ShowIcon.Moni_not_avail 
{
    background-image: url(icons/monitor_not_available.png);
}

label.ShowIcon.Moni_not_reach 
{
    background-image: url(icons/monitor_not_reachable.png);
}

label.ShowIcon.Moni_inf_not_reach 
{
    background-image: url(icons/monitor_inf_not_reachable.png);
}

label.ShowIcon.Moni_unknown 
{
    background-image: url(icons/monitor_unknown.png);
}

label.ShowIcon.Running 
{
    background-image: url(icons/running.png);
}

label.ShowIcon.DowntimeForPatching 
{
    background-image: url(icons/repairing.png);
}

label.ShowIcon.DowntimeForUpgrade 
{
    background-image: url(icons/upgrading.png);
}

label.ShowIcon.DowntimeForMigration 
{
    background-image: url(icons/migration.png);
}

label.ShowIcon.Available 
{
    background-image: url(icons/available.png);
}

label.ShowIcon.Warning 
{
    background-image: url(icons/warning.png);
}

label.ShowIcon.OutOfService 
{
    background-image: url(icons/OutOfService.png);
}

label.ShowIcon.Repairing 
{
    background-image: url(icons/repairing.png);
}

label.ShowIcon.Shutdown 
{
    background-image: url(icons/shutdown.png);
}

label.ShowIcon.Upgrading 
{
    background-image: url(icons/upgrading.png);
}

label.ShowIcon.Exist 
{
    background-image: url(icons/exist.png);
}

label.ShowIcon.NotExist 
{
    background-image: url(icons/notexist.png);
}

label.ShowIcon.Active 
{
    background-image: url(icons/active.png);
}

label.ShowIcon.Inactive 
{
    background-image: url(icons/inactive.png);
}

label.ShowIcon.Online 
{
    background-image: url(icons/online.png);
}

label.ShowIcon.Offline 
{
    background-image: url(icons/offline.png);
}

label.ShowIcon.Maintenance 
{
    background-image: url(icons/maintenance.png);
}

label.ShowIcon.Pending 
{
    background-image: url(icons/maintenance.png);
}

label.ShowIcon.New 
{
    background-image: url(icons/new.png);
}

label.ShowIcon.InProcess 
{
    background-image: url(icons/inProgress.png);
}

label.ShowIcon.Ready 
{
    background-image: url(icons/approved.png);
}

label.ShowIcon.Rejected 
{
    background-image: url(icons/rejected.png);
}

label.ShowIcon.Released 
{
    background-image: url(icons/released.png);
}

label.ShowIcon.Pen
{
 background-image:url(icons/pen.png);
 cursor:pointer;
}
label.ShowIcon.Pen:hover
{
 background-image:url(icons/pen_hover.png);
 cursor:pointer;
}

    label.ShowIcon.Save
    {
        background-image: url(icons/save.png);
        cursor: pointer;
    }
        label.ShowIcon.Save:hover
        {
            background-image: url(icons/save_hover.png);
            cursor: pointer;
        }

label.ShowIcon.Cancel
{
    background-image:url(icons/cancel.png);
    cursor:pointer;
}
label.ShowIcon.Cancel:hover
{
    background-image:url(icons/cancel_hover.png);
    cursor:pointer;
}
label.ShowIcon.Retry
{
    background-image:url(icons/retry.png);
    cursor:pointer;
}
label.ShowIcon.ResetToDefault
{
	background-image:url(icons/ResetToDefault.png);
    cursor:pointer;
}

label.ShowIcon.UserAdd 
{
    background-image: url(icons/UserAdd.png);
}

label.ShowIcon.UserErr 
{
    background-image: url(icons/UserErr.png);
}

label.ShowIcon.UserLocked 
{
    background-image: url(icons/UserLocked.png);
}

label.ShowIcon.UserQuestion 
{
    background-image: url(icons/UserQuestion.png);
}

label.ShowIcon.UserSkip 
{
    background-image: url(icons/UserSkip.png);
}

/*-----------------------------------------icon style end--------------------------------------------*/

textarea[readonly]{
    background: #f2f5f7;
    resize: none;    
}

textarea[readonly=false]{
 	border: 2px solid #cbcbcb;
	background:#fff;
    padding:2px;
    resize: none;    
}

textarea{
    border: 2px solid #cbcbcb;
	background:#fff;
    padding:2px;
    resize: none; 
}

hgroup h3,
hgroup h4 
{
    display:inline;    
}

hgroup h4 
{
    padding-left: 30px;    
}

/*scroll bar css begin*/

        .QJscroll_left
        {
            height: 100%;
            overflow: hidden;
            float: left;
            padding: 0;
            margin:0;
        }
        .QJscroll_right
        {
            height: 100%;
            overflow: hidden;
            float: right;
            width: 16px;
            background: url(img/scroll_bar_track_piece.png) repeat-y;
        }
        .QJscroll_right div
        {
            overflow: hidden;
            width: 100%;
        }
        .QJscroll_but
        {
            height: 16px;
            background: url(img/scroll_bar_btn_bg1.png) top center no-repeat;
        }
        .QJscroll_down
        {
            height: 16px;
            background: url(img/scroll_bar_btn_bg2.png) bottom center no-repeat;
        }
        .QJscroll_cen
        {
            position: relative;
            margin: 1px 0px 1px 0px;
        }
        .QJscroll_box
        {
            position: absolute;
            z-index: 1;
            left: 0px;
            background: url(img/scroll_bar_thumb_tex.png) center center no-repeat, url(img/scroll_bar_thumb_t.png) top center no-repeat, url(img/scroll_bar_thumb_b.png) center bottom no-repeat, url(img/scroll_bar_thumb_c.png) center center repeat-y;
        }


/*scroll bar css end*/

#noscript {
	font-weight: 700;
	margin: 50px;
	font-size: 140%;
}

#nohtml5 {
	font-weight: 700;
	margin: 50px;
	font-size: 140%;
	display: none;
}

/* textbox */
.error_bubble{
	position: absolute;
	/*
	top: 1.5em;
	left: 0;
	*/
	background: url(img/error_box_l.png) left bottom no-repeat,url(img/error_box_r.png) right bottom no-repeat,url(img/error_box_arrow.png) 10px 1px no-repeat,url(img/alert_icon.png) 5px 13px no-repeat,url(img/error_box_c.png) center bottom repeat-x;
	padding: 13px 10px 7px 26px;
	-moz-transition: -moz-transform 1s ease 0s;
	-webkit-transition: -web-transform 1s ease 0s;
}

.txt_box_wrap{
	display: inline;
}

.txt_box_wrap input{
	padding-right : 4px;
}

.invalid input[type=text], .invalid select{
	box-shadow: 0 0 0 1px #d40000 inset;
}

.invalidTextarea 
{
    background:Red;
    }

/* dropdown list */

/* transaction log */
.translog hgroup {
}

.translog hgroup h1 {
	font-weight: normal;
	margin: 0;
	padding: 0px 0 5px 0px;
	/*background: url(img/alert_icon.png) left top no-repeat;*/
}

.translog {
	padding: 5px;
}


.translog .historyPanel{
	display: none;
}

.translog.history .historyPanel {
	display:block;
}

.translog.history .lastRecordPanel {
	display: none;
}

.lastRecordPanel, .historyPanel {
    background-color:#fff;
	display: block;
}

.historyPanel {
	height: 10em;
	overflow-y: scroll;
}

.translog a.toggle, .log_line .log_lnk a{
	color: #466eb8;
	text-decoration: none;
	font-weight: 700;
}
.translog a.toggle:hover, .log_line:hover .log_lnk a:hover{
	color: #466eb8;
	text-decoration:underline;
	font-weight: 700;
}

.translog .closeBtn{
	width: 16px;
	height: 16px;
	background:url(img/log_exit.png) 50% 50% no-repeat;
	float: right;
	display: block;
	margin:0 1px;
}

.translog .maxToggle {
	width: 16px;
	height: 16px;
	background:url(img/maximize.png) 50% 50% no-repeat;
	float: right;
	display: block;
	margin:0 1px;
}

.translog.history .maxToggle {
	display: none;
}

.translog .minToggle {
	width: 16px;
	height: 16px;
	background:url(img/minimize.png) 50% 50% no-repeat;
	float: right;
	display: none;
	margin:0 1px;
}

.translog.history .minToggle {
	display: block;
	
}

.translog .closeToggle {
	width: 16px;
	height: 16px;
	background:url(img/overview_exit.png) 50% 50% no-repeat;
	float: right;
	display: block;
	margin:0 1px;
}
.translog.history .closeToggle 	
{
    display: block;
}


.log_line {
	height: 2em;
	overflow: auto;
	line-height: 2em;
	background: transparent;
	
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.log_line:hover {
	background: #fff8d9;
}

.log_line.hl_error {
	background: #FF3300;
	color: #000000;
}

.log_line.hl_warning {
	background: #FFFF88;
	color: #000000;
}

.log_line.hl_info {
	background: #CCFFFF;
	color: #000000;
}

.log_line.hl_success {
	background: #77dd77;
	color: #000000;
}

.log_line div {
	float: left;
	height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.log_line .log_icon_error{
	width: 3%;
	text-indent: 2em;
	background: url(img/error_log.png) left top no-repeat;
	background-position:5px 5px;
}

.log_line .log_icon_warning{
	width: 3%;
	text-indent: 2em;
	background: url(img/warning_log.png) left top no-repeat;
	background-position:5px 5px;
}

.log_line .log_icon_info{
	width: 3%;
	text-indent: 2em;
	background: url(img/information_log.png) left top no-repeat;
	background-position:5px 5px;
}

.log_line .log_icon_success{
	width: 3%;
	text-indent: 2em;
	background: url(img/stepDone.png) left top no-repeat;
	background-position:5px 5px;
}

.log_line .log_time{
	width: 15%;
	text-indent: 2em;
}

.log_line .log_code {
	width: 7%;
	text-indent: 1em;
}

.log_line .log_desc {
	width: 67%;
}

.log_line .log_lnk {
	width: 8%;
}

.search {
	background: #fff url(img/search_btn_bg.png) 98% center no-repeat;
	line-height: 21px;
	padding-right: 14px;
	border: 2px solid #bfbfbf; 
	width: 160px; 
	height: 16px;
}

/*.search input[type=button]{*/
	/*background: #528CE0 url(img/search_btn_bg.png) 98% center no-repeat;*/
	/*line-height:21px;*/
	/*padding-right:14px;*/
	/*border: 2px solid #bfbfbf;*/
	/*border-radius:3px;*/
	/*width: 16px;*/
	/*height: 16px;*/
/*}*/

.title_panel
{
    color: Black;
    margin-top:10px;
    padding: 5px 0 5px 5px;
    box-sizing: border-box;
    width: 100%;
    font-weight:bold;
    border-bottom:2px solid #007dc0;
}
