/**************** Portal page layout ******************/
.Portal
{
	position: absolute;
	left:0px;
	top:30px;
}

.Portal p
{
    margin-top:1em;
}

.hr
{
    color: White;
    border-bottom: #808080 1px solid;
    font-size: 1pt;
    background-color: transparent;
}

.bolder
{
    font-style: italic;
}

.title
{
    color:#808080;
    font-weight:bold;
    font-size:11pt;
    font-family:Arial;
    padding-left:10px;
    padding-right:10px;
}

.subtitle
{
    color:#808080;
    font-weight:bold;
    font-size:10pt;
    font-family:Arial;
    padding-left:10px;
    padding-right:10px;
}

.text
{
    color:#808080;
    font-weight:normal;
    font-size:9pt;
    font-family:Arial;
    text-align:justify;
    padding-left:10px;
    padding-right:10px;
    margin-top:1em;
    margin-bottom:1em;
}

.Portal .TitleBox
{
    height:22px;
    color:White;
    font-weight:bold;
    font-size:11pt;
    font-family:Arial;
    
    padding-top:3px;
    padding-left:10px;
}

.Portal .News
{
	position: absolute;
	width:200px;
	height:200px;
}

.Portal .News .TitleBox
{
    background-color:#4e5f6e;
}

.Portal .ProductHighlights
{
	position: absolute;
	top:0px;
	left:230px;
	width:310px;
	height:200px;
}

.Portal .ProductHighlights .TitleBox
{
    background-color:#5380a1;
}

.Portal .TradeShows
{
	position: absolute;
	left:570px;
	width:200px;
	height:200px;
}

.Portal .TradeShows .TitleBox
{
    background-color:#7397b6;
}



/** Image styles **/
.Portal .image
{
    padding-left:10px;
    padding-right:10px;
}

.Portal img.fulljustify
{
    width:100%;
}

.Portal img.alignright
{
    width:60%;
    text-align: right;
    display: inline;
    float: right;
    margin-left:10px;
    margin-bottom:10px;
    padding-right:10px;
}


.TradeShows img.alignright
{
    width:30%;
    padding-right:0px;
}

.TradeShows .text
{
    font-size:7pt;
}

.TradeShows .title
{
    color:#808080;
    font-weight:bold;
    font-size:9pt;
}

.TradeShows .subtitle
{
    color:#7397b6;
    font-weight:bold;
    font-size:9pt;
}

.ImageBar
{
    position:absolute;
    top:585px;
}
