/* Header.Master page CSS file */
.masterBody
{
	/*min-width: 1000px;*/		
	height:100%;
	/*_width: expression( body.clientWidth < 1000 ? 1000 : "100%");*/
	
}

.companyLink
{
	height: 70px;
	width: 700px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.headerCentral
{
    height: 100px;
}

.header
{
    background: url(gfx/logo_vendor.jpg) left top no-repeat;
    height: 75px;
}

.header .left
{
    float: left;
}

.pageTitle
{
    display: inline;
}

.header .rightlogin
{
    float: right;
    padding-right: 25px;
    padding-top: 10px;
    max-width: 180px;
    /*position: absolute;*/
    /*right: 0px;*/
}

.headerSort
{
    padding-left: 1px;
    width: 9px;
    display: inline-block;
}

.header .rightbudget
{
    float: right;
    padding-right: 25px;
    padding-top: 10px;
    /*position: absolute;*/
    /*right:180px;*/
}

.header .username 
{	
    font-weight: bold; 
    font-size: 12px;
}

.header .left .tabsBar
{
    margin-top: 74px;
    padding-left: 0px;
}

.edit_tabsBar
{
    padding-top: 8px;
    padding-left: 0px;
    /*border-bottom: solid 2px #e1e1e1;*/ 
}

/* Link bar elements */
.linkBar 
{
    height: 29px;
    clear: both; 
    padding: 0px;
    background-color: #93bd9e;
    /*background-image: url(gfx/grad/pageTitleBKGD.gif);*/
    background-repeat: repeat-x;
    background-x-position: left;
    background-y-position: top;
}
#linkBarTable { width: 100%; }
#linkBarTable > tbody > tr > td { width: 5%; }
#linkBarTable > tbody > tr > td:first-child { width: 90%; }
.searchImg
{
    display:none;
}
.searchLb
{
    display:none;
}
.articlesImg
{
    display:none;
}
.articlesLb
{
    display:none;
}

.linkBarArticlesImage 
{
    padding-left: 164px; 
}

.progressIndicator 
{
    padding-left: 164px; 
}

.linkBar TR TD 
{
    font-weight: bold; 
    font-size: 8pt;
    
}
    
.linkBar TR TD IMG 
{
    margin-right: 5px; 
}


.configTitle
{
    width: 100%;
    vertical-align: middle;
    background-color: #A52727;
    color: #e2aaab;
    height: 30px;
    font-weight: bolder; 
    text-align: left;
}
.linkBarLanguageImages TABLE TR TD
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.linkBar > table { float: right; }

.headerSection.loginPanel {
    border-collapse: inherit !important;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background: #EAEAE8;
    color: #404241;
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    /*-moz-border-radius-bottomleft: 5px;*/
    /*-webkit-border-bottom-left-radius: 5px;*/
    /*-moz-border-radius-bottomright: 5px;*/
    /*-webkit-border-bottom-right-radius: 5px;*/
    position: relative;
    top: -2px;
    height: 75px;
    overflow: hidden;
    display: block;
    border-top: 0px;
}
.headerSection .topTableLabel
{
    font-size: 10pt;
    }

.headerSection.loginPanel td {
    vertical-align: middle;
}

.headerSection.loginPanel input {
    /*border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    border: 1px solid #c8c8c8;
    padding: 2px;
    font-size: 1.1em;
    max-width: 100px;
}

.headerSection.loginPanel input,
.headerSection.loginPanel .validator {
    float: left;
}

.headerSection.loginPanel .heavyLabel { font-weight: normal; margin-left: 2px; }
/*.headerSection.loginPanel .title { font-size: 1.2em; color: #138138; }*/