﻿html, form, body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    z-index: 1;
    height: 100%;
    margin: 0px;
    background-image: url('../SkinAssets/backgrounds/t2_content_bg.jpg' );
    background-repeat: repeat;
}
p
{
    padding: 5px;
    margin: 0px;
    line-height: 19px;
}
a
{
    color: #460D44;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
    color: #666666;
}
#t2studios_Page
{
    width: 100%;
    min-height: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 1px;
}
#t2studios_Wrapper
{
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 1;
}
#t2studios_Top
{
    position: relative;
    width: 100%;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 200;
    background-color:#e1e5e6;
    background-image: url('../SkinAssets/head/t2-Integrated-Agency-bg.jpg');
    background-repeat: repeat-x;
}
#t2studios_page_topics
{
    padding-top:5px;
    padding-left:5px;
    background-color: #43274D;
    width: 100%;
    color: #999999;
    font-size: 9px;
}
#t2studios_Promo
{
    margin-left: auto;
    margin-right: auto;
    width: 890px;
    height: 264px;
}
#t2studios_Content
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px;
    width: 890px;
    min-height: 700px;
    height: auto;
    z-index: 2;
    background-image: url(../SkinAssets/content/t2_vignette.jpg);
    background-repeat: repeat-x;
}
#t2studios_Footer
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 100%;
    height: 560px;
    font-size: 12px;
    font-weight: bold;
    color: White;
    z-index: 2;
    background-image: url(../SkinAssets/footer/t2Studios_bgf.jpg);
    background-repeat: repeat-x;
}

#t2studios_Footer a
{
    color: #d6d6d6;
    text-decoration: underline;
}
#t2studios_Footer a:hover
{
    text-decoration: none;
    color: White;
}
.aboutA
{
    border: 0px; position: absolute; bottom: 0px; right: 0px; width: 120px; height: 100px; z-index:20; outline:0;
}
.pager
{
    font-weight:bold;
    height:30px;
    background-color:#d6d6d6;
    color: #460D44;
}
.rdot
{ 
    color:White;
    padding:20px;
}
.rdot a
{ 
    color:White;
    text-decoration:none;
}
.rdot a:hover
{ 
    color:White;
    text-decoration:none;
}
.z
{
    z-index:10;
}

.ClearSection
{
    clear: both;
}



@media print
{

    #t2studios_Top
    {
        display: none;
    }
    #t2studios_Promo
    {
        display: none;
    }
    #t2studios_Content
    {
        width:100%;
    }
    #t2studios_Footer
    {
        display: none;
    }
}

