@import url(poll.css);
@import url(survey.css);
@import url(bucketa.css);
@import url(bucketb.css);
@import url(bucketc.css);


/* -------------------------------- */
div.containder_main
{
    display: inline;
}
div.containder_main table.container_wrapper
{
}
div.containder_main span.bare_title
{
    display: none;
}
div.containder_main td.container_contentpane tr, div.containder_main td.container_contentpane td
{
    vertical-align: top;
}

div.containder_main td.container_contentpane P, 
div.containder_main td.container_contentpane DIV, 
div.containder_main td.container_contentpane LI
{
    font-size: 13px;
    font-weight: 600;
    color: #404040;
    font-family: Verdana, Sans-Serif;
    padding-top: 0;
    margin-top: 0;
}

div.containder_main td.container_contentpane a:link, 
div.containder_main td.container_contentpane a:visited, 
div.containder_main td.container_contentpane a:active
{
    color: #406389;
    text-decoration: underline;
}
div.containder_main td.container_contentpane  a:hover
{
    color: #406389;
    text-decoration: none;
}

div.containder_main td.container_contentpane H1
{
    font-size: 18px;
    color: #2a6aac;
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    margin: 0;
    padding: 0 0 4px 0;
}

div.containder_main td.container_contentpane H2
{
    font-size: 32px;
    color: #e80a09;
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    margin: 0;
    padding: 0 0 4px 0;
}
div.containder_main td.container_contentpane H3
{
    font-size: 15px;
    color: #e80a09;
    font-family: Verdana, Sans-Serif;
    font-weight: bolder;
    margin: 0;
    padding: 0 0 4px 0;
}


div.containder_main td.container_contentpane HR
{
    height: 8px;
    color: #9abbdc;
    font-family: Verdana, Sans-Serif;
}

/* -------------------------------- */
div.containder_fixed
{
    display: inline;
}
div.containder_fixed table.container_wrapper
{
}
div.containder_fixed span.bare_title
{
    font-size: 11px;
    font-family: Verdana, Sans-Serif;
}
div.containder_fixed td.container_contentpane
{
}
div.containder_fixed td.container_contentpane HR
{
    height: 8px;
    color: #9abbdc;
    font-family: Verdana, Sans-Serif;
}



/* -------------------------------- */
div.containder_bare
{
    display: inline;
}
div.containder_bare table.container_wrapper
{
}
div.containder_bare span.bare_title
{
}
div.containder_bare td.container_contentpane
{
}
/* -------------------------------- */


/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_free
{
    width: 100%;
    background-color: #ffffff;
}
.containerrow1_free
{
    background-color: #EBEBEB;
}
.containerrow2_free
{
    background-color: #ffffff;
}

