﻿/* ==THE FOLLOWING SECTIONS ARE SPECIFIC FOR THE HOMEPAGE== */

/* ===============
       BANNER
   =============== */

#mainPanel
{
    width: 940px;
    height: 335px;
    clear: both;
    margin: 0px 0px 10px 0px;
    background: #000 url(../../images/Portal/home/licensestream_banner_home01.jpg) no-repeat top left;
}

.home01
{
    background: transparent url(../../images/Portal/home/licensestream_banner_home01.jpg) no-repeat top left;
    width: 940px;
    height: 335px;
}

.home02
{
    background: transparent url(../../images/Portal/home/licensestream_banner_home02.jpg) no-repeat top left;
    width: 940px;
    height: 335px;
    display: none;
}

.homeContainer
{
    padding: 35px 0px 0px 44px;
    background: transparent url(../../images/Portal/home/licensestream_banner_home01.jpg) no-repeat top left;
    width: 600px;
    height: 265px;
}

.homeContainer.dos
{
    background: transparent url(../../images/Portal/home/licensestream_banner_home02.jpg) no-repeat top left;
    width: 892px;
    height: 300px;
}


/* == Header styles == */

.home01 h1
{
	margin: 0px 0px 5px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 46px;
	font-weight: normal;
	color: #ff8000;
	line-height: 56px;
}

.home01 h2
{
	margin: 0px 0px 60px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	line-height: 50px;
}

.home02 h1,
.home01 .dos h2
{
	margin: 0px 0px 5px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 46px;
	font-weight: normal;
	color: #ff8000;
	line-height: 56px;
}

.home02 h2,
.home01 .dos h2
{
	margin: 0px 0px 40px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	line-height: 40px;
}

/* == Button == */

a.moreBtn,
a.moreBtn:link,
a.moreBtn:visited,
a.moreBtn:active,
a.moreBtn:hover
{
    display: block;
    width: 159px;
    height: 29px;
    background: url(.../../images/Portal/home/gray_btn.gif) no-repeat top left;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    cursor: pointer;
}

a.moreBtn:hover
{
    color: #ddd;
}

a.moreBtn span
{
    display: block;
    height: 29px;
    line-height: 29px;
    text-align: center;
}


/* ===============
       PANELS
   =============== */

#panel
{
    background: #333 url(../../images/Portal/home/panel_bg.jpg) no-repeat top left;
    width: 940px;
    height: 110px;
    margin: 0px 0px 10px 0px;    
}

.panelContainer
{
    width: 940px;
    height: 110px;
}

#panel .section 
{
    display: block;
    height: 110px;
    width: 25%;
    float: left;
    color: #999;
}

#panel .section:hover
{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

#panel .section .sectionTitle
{
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width: 170px;
    margin: 20px auto 10px auto;
    text-decoration: none !important;
}

#panel .section .text
{
    display: block;
    font-size: 13px;
    width: 170px;
    margin: auto;
    text-align: left;
}

/* == Individual modifications == */

#panel .section.item02 .sectionTitle /*panel 2*/
{
    margin-bottom: 7px;
    text-align: center;
}

#panel .section.item02 .text
{
    text-align: center;
    width: 170px;
    height: 60px;
    overflow: hidden; /*Hide additional images onload in IE*/
}

#panel .section.item03 .sectionTitle /*panel 3*/
{
    margin: 20px auto 10px 44px;
}

#panel .section.item03 .text
{
    margin: 0px 0px 0px 45px;
}


#panel .section.item04 .sectionTitle
{
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width: 205px;
    margin: 20px 0px 10px 22px;
    text-decoration: none !important;
}

#panel .section.item04 .text /*panel 4*/
{
    width: 205px;
    margin: 0px 0px 0px 22px;
}