/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermasterTitle
{
    width: 100%;
    border-right: #8f9092 0px solid;
    border-top: #8f9092 0px solid;
    border-left: #8f9092 0px solid;
    border-bottom: #8f9092 0px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
    background: transparent none norepeat;
}
.containerrow_Title
{
    background-color: transparent;
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.Title_Title
{
    color: #000;
 font-family:Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: Bold;
    letter-spacing: 0em;
    text-align: Right;
    padding-left: 0px;
    padding-bottom: 2px;
}
.grayTitle span.Title_Title
{
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.grayContent
{
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    padding-left: 5px;
    padding-right: 7px;
}
a.grayContent:link
{
    color: #CC6600;
    text-decoration: none;
}

a.grayContent:visited
{
    color: #CC6600;
    text-decoration: underline;
}
a.grayContent:active
{
    color: #CC6600;
    text-decoration: underline;
}
a.grayContent:hover
{
    color: #CC0000;
    text-decoration: underline;
}


/*Yellow Black*/

.blackyellowTitle span.Title_Title
{
    color: #F6AF00;
    font-size: 18px;
    font-weight: normal;
    font-family:Arial,Sans-Serif;
}
.blackyellowContent
{
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    padding-left: 5px;
    padding-right: 7px;
}
a.blackyellowContent:link
{
    color: #CC6600;
    text-decoration: none;
}

a.blackyellowContent:visited
{
    color: #CC6600;
    text-decoration: underline;
}
a.blackyellowContent:active
{
    color: #CC6600;
    text-decoration: underline;
}
a.blackyellowContent:hover
{
    color: #CC0000;
    text-decoration: underline;
}
/*yellow*/
/* 
================================
 Container Styles for DotNetNuke
================================
*/

.yellowTitle span.Title_Title
{
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.yellowContent
{
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    padding-left: 5px;
    padding-right: 7px;
}
a.yellowContent:link
{
    color: #CC6600;
    text-decoration: none;
}

a.yellowContent:visited
{
    color: #CC6600;
    text-decoration: underline;
}
a.yellowContent:active
{
    color: #CC6600;
    text-decoration: underline;
}
a.yellowContent:hover
{
    color: #CC0000;
    text-decoration: underline;
}
