﻿body{
    font-family:Verdana, Sans-Serif;
    font-size:12px;
    color: #000000;
    }
#BodyDoc {
    height: 100%;
    padding-bottom: 30px;
    width: 745px;
    background-color:#fff;
    position:relative;
}
#BodyContent{
    background-image: url(../images/ABCWarehouseFb_Gradient.png);
	background-repeat: no-repeat;
    }
/* BEGIN Header */
#Header{
    position:relative;
    height:75px;	
}
#HeadClientLogo{
		background-image: url(../images/ABCWarehouseFb_sprite.png);
		display:block;	
		width:210px;height:42px;
		position:absolute;
		top:18px;
		text-indent:-10000px;
    }
#HeadInfoUnitA{
	position:absolute;
	top:10px;left:230px;
}
#HeadInfoUnitB{
	position:absolute;
	right:15px;bottom:15px;
	text-align:right;
}
/* END Header */


/* BEGIN Footer */
#Footer{
    display:none;
}

.pptcContainer 
{
    margin: 6px auto;
    text-align: center;
    width: auto;   
    font-size: 10px; 
}
    
.secondaryLink, .secondaryLink:link, .secondaryLink:visited
{
    font-size: 10px;
    text-decoration: underline;        
}   
/* END Footer */


/* BEGIN Body Content */
#BodyContent{
}
/* END Body Content */


/* BEGIN Links */
.stdLink{
    color:#0677ba;
    text-decoration:none;
    font-size:11px;
    line-height:13px;
    cursor:pointer;
}
.stdLink:hover{
    text-decoration:underline;
}
.stdLink_B{
    color:#0677ba;
    text-decoration:none;
    font-size:12px;
    line-height:14px;
}
.stdLink_B:hover{
    text-decoration:underline;
}
/* END Links */

.stdSubHeader{
    position:relative;
    padding:9px 0 0 27px;
    color:#fff;
    }
.stdSubHeader h1{
    font-size:16px;font-weight:normal;
    }


/* BEGIN font colors */
.stdRed{
    color:#b90000;
    }
.stdGray{
    color:#858585;
    }
