﻿.ui-site-box
{
    margin-bottom: 5px;
}
.ui-site-box-content
{
    background: url(graphics/box-bg.gif) repeat-y;
    margin: 0;
    padding: 14px;
}
.ui-site-box-header
{
    background: url(graphics/box-top.gif) no-repeat left top;
    height: 14px;
}
.ui-site-box-footer
{
    background: url(graphics/box-bottom.gif) no-repeat left bottom;
    height: 14px;
}
.ui-site-box .title
{
    text-align: center;
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 9px;
    color: #FF9933;
    font: 13px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.ui-site-box .title a
{
    color: #FF9933;
    font: 13px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.ui-site-box p
{
    margin: 0;
}

.ui-site-survey
{
    margin-bottom: 5px;
}
.ui-site-survey-content
{
    background: url(graphics/box-bg.gif) repeat-y;
    margin: 0;
    padding: 14px;
}
.ui-site-survey-header
{
    background: url(graphics/box-top.gif) no-repeat left top;
    height: 14px;
}
.ui-site-survey-footer
{
    background: url(graphics/box-bottom.gif) no-repeat left bottom;
    height: 14px;
}
.ui-site-survey .title
{
    text-align: center;
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 9px;
    color: #FF9933;
    font: 13px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.ui-site-survey .title a
{
    color: #FF9933;
    font: 13px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.ui-site-survey p
{
    margin: 0;
}

/* transparentbox */
.ui-site-transparentbox
{
    border: 1px outset #CCCCCC;
    margin-bottom: 5px;
    padding: 1px;
}
.ui-site-transparentbox-content
{
    margin: 0;
    padding: 5px;
}
.ui-site-transparentbox-header
{
    height: 2px;
}
.ui-site-transparentbox-footer
{
    height: 2px;
}
.ui-site-transparentbox .title
{
    font: 13px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}
/* greenbox */
.ui-site-greenbox
{
    border: 1px outset #CCCCCC;
    margin-bottom: 5px;
    padding: 1px;
}
.ui-site-greenbox-content
{
    margin: 0;
    padding: 5px;
}
.ui-site-greenbox-header
{
    background: url(graphics/top_green.gif) left top repeat-x;
}
.ui-site-greenbox-footer
{
    height: 2px;
}
.ui-site-greenbox .title
{
    color: #FFFFFF;
    font: 13px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}
.ui-site-greenbox .title a
{
    color: #FFFFFF;
    font: 13px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}
