﻿body 
{
    margin: 0px;
}

table
{
    border-collapse: collapse;
}

td
{
    padding: 0px;
    margin: 0px;
}

.irs-header
{
    width:768px;
    height:96px;        
    padding:1px;
    text-align:left;
    background-color:White;
}    

    .irs-header h1
    {
        color:#274478;
        font-size:16px;
        font-family:Verdana;
    }
    
    .irs-header h2
    {
        color:#1763aa;
        font-family:Verdana;
        font-size:12px;
    }



.irs-main-blue-sec
{
    border:solid 1px #dadada;
    width:768px;
    padding:1px;
    margin-top:0px!important;
    text-align:left;
    background-color:White;
}

    .irs-main-blue-title-bar
    {
        background-image:url(MainBlueTitleBar.gif);
        width:100%;
        height:48px;
    }
    
    .irs-main-title
    {
        color:White;
        font-size:22px;
        line-height:48px;
    }
    

.irs-webinar-pplbox
{
    width:300px;
    margin-bottom:10px;
}
    .irs-pplbox-head
    {
        background-image:url(smallBlueTitleBar.jpg);
        background-repeat:repeat-x;
        color:White;
        text-align:left;
        padding-left:15px;
        font: bold 24px arial;
        background-color:Transparent;
        width: 240px;
    }
    
    .irs-presenterbox-body
    {
        border:solid 1px #dadada;
        width:228px;
        background-image:url(pplboxinnerbg.jpg);
        height:498px;
        margin-bottom:15px;
    }
    
    .irs-moderatorbox-body
    {
        border:solid 1px #dadada;
        width:228px;
        background-image:url(moderatorbg.jpg);
        background-repeat:no-repeat;
        height:185px;
    }
        
        .irs-pplbox-img
        {
            border:solid 1px #c5bfbf;
            margin:0px 10px 10px 0;
        }
        
        .irs-pplbox-desc
        {
            color:#335a9f;
            text-align:left;
            background-color:Transparent;
        }
        
        .irs-pplbox-desc h4
        {
            font: bold 14px/18px arial;
        }
        
        .irs-pplbox-desc p
        {
            font-size:12px;
            line-height:18px;
            font-family:Arial;
            background-color:Transparent;
        }
        
        .irs-pplbox-desc p a
        {
            font-size:12px;
            line-height:18px;
            color:Black!important;
            font-family:Arial;
        }

    .irs-player-row-right-col
    {
        width:270px;
        border:solid 1px #dadada;
        
    }
    
        .irs-player-row-rc-head
        {
            width:268px;
            height:89px;
        }
        
        .irs-player-row-rc-body
        {
            width:268px;
            height:341px;
            background-image:url(IRSrightColBody.jpg);
            background-position:bottom center;
            background-repeat:no-repeat;
            font-family:Arial;
        }
        
            .irs-player-row-rc-body h4
            {
                color:Black;
                font-size:12px;
                margin: 0px 5px 5px 5px;
                text-align:left;
            }
            
            .irs-player-row-rc-body p
            {
                color:#335a9f;
                font-size:12px;
                margin:0px 5px 5px 5px;
                line-height:18px;
                text-align:left;
            }
    