﻿
/* A full width block on the page */

.fullwidth, #loginbanner, .childfullwidth2
{
    width: 99%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    background-color: #f1f1f1;
    display: block;
    margin-right: -300px;
}

.listingfullwidth
{
    width: 95%;
    background-color: #F1F1F1;
    margin-bottom: 0px;
    margin-top: 0px;
}

.childfullwidth2
{
    width: 95%;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 10px;
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.DIV_rt
{
    padding: 20px 5px 0px 15px;
    background-color: White;
    border-left: solid 1px gray;
}


* html .fullwidth, #loginbanner, .other, .listingfullwidth, .childfullwidth2, .clear2column
{
    clear: both;
    float: left;
    width: 50%;
    position: relative;
    padding-left: 10px;
}

* html .fullwidth2
{
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 10px;
}

/*
 method 2 a bodge for IE browsers IE5.01, IE5.5 and IE6 */
.leftblock h2, .rightblock h2, .sideblock h2, .fullwidth h2, .leftsmallblock h2, .other h2, .rightsmallblock h2, .leftsmallhalfblock h2, .rightsmallhalfblock h2, .tabBody h2, .tabBody2 h2
{
    font-size: 1.6em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 300px;
    padding-left: 7px;
    padding-right: 5px;
    margin-top: 0px;
}

/* 2 column layout */
#columnleftsmall
{
    float: left;
    width: 150px;
    padding-left: 7px;
    padding-right: 5px;
    margin-top: 10px;
}

#columnright
{
    padding-left: 320px;
    margin-top: 10px;
}

#columnrightlarge
{
    padding-left: 175px;
    margin-top: 10px;
}

.leftblock
{
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    position: relative;
}
.rightblock
{
    margin: 0px 0px 10px 5px;
    padding: 10px 10px 10px 10px;
    background: #FFF;
    position: relative;
    text-align: left;
}
.warningblock
{
    margin: 0px 0px 10px 5px;
    padding: 10px 10px 10px 10px;
    background: cornsilk;
    position: relative;
    text-align: left;
}
.warningblock h2
{
    color: Maroon;
}

.sideblock_v1
{
    margin: 0px -10px 0px 10px;
    padding: 5px 5px 5x 5px;
    background: #5689AE;
    width: 250px;
    text-align: left;
    position: relative;
    height: 100%;
}

.sideblock
{
    margin: 0px -10px 0px 10px;
    padding: 5px 5px 5x 5px; /* background:#1A6EC4;*/
    background: #4382CB;
    width: 260px;
    text-align: left;
    position: relative;
    height: 100%;
    font-weight: bold;
    margin-top: 5px; /* background:url('images/master/BlueBlock.png') repeat-y;*/
}

* html .sideblock
{
    width:240px;
}

* + html .sideblock
{
    width:240px;
}

.curvedboxTlBr
{
    width: 200px;
    padding: 1em;
    background-color: #f1f1f1;
    border: 1px solid #0099DB;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.curvedboxTlTrBr
{
    width: 200px;
    padding: 1em;
    background-color: #f1f1f1;
    border: 1px solid #0099DB;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
     -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
}


.curvedboxTrBrBl
{
    width: 200px;
    padding: 1em;
    background-color: #f1f1f1;
    border: 1px solid #0099DB;
     -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
     -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
}
.transblock
{
    margin: 0px -10px 0px 10px;
    padding: 5px 5px 5x 5px; /* background:#1A6EC4;*/
    background-color: Fuchsia;
    width: 220px;
    text-align: left;
    position: relative;
    height: 100%;
    font-weight: bold;
    margin-top: 5px; /* background:url('images/master/BlueBlock.png') repeat-y;*/
}


.rightblocklarge
{
    padding: 10px;
    margin-bottom: 10px;
    background: #FFF;
    position: relative;
    text-align: left;
}
.leftsmallblock
{
    padding: 10px;
    margin-bottom: 10px;
    width: 160px;
    background: #FFF;
    position: relative;
}
.rightsmallblock
{
    padding: 10px;
    margin-bottom: 10px;
    width: 445px;
    background: #FFF;
    text-align: left;
}

.leftsmallhalfblock
{
    padding: 10px;
    margin-top: 3px;
    margin-left: 2px;
    margin-bottom: 10px;
    width: 303px;
    background: #FFF;
    position: relative;
}
.rightsmallhalfblock
{
    padding: 10px;
    margin-top: 3px;
    margin-left: 8px;
    margin-bottom: 10px;
    width: 303px;
    background: #FFF;
    position: relative;
}

.clear2column
{
    margin: 7px;
    padding: 5px;
    line-height: 0;
    font-size: 0px;
    height: 0px;
    clear: both;
}
.warningRow
{
    background: cornsilk;
    color: Red;
}

.communicationEvent
{
    margin: 10px;
}

.communicationEventTop
{
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background: #e9e9e9;
    padding: 5px;
}

.communicationEventBody
{
    padding: 5px;
}

/*
.PivotOptions
{
    margin-top:15px;
    background-color:#DFDFDF;
    vertical-align:middle;
    padding:5px 5px 5px 15px;
}*/