/* CSS Document */

body
{
    padding: 0;
    margin: 0;
    background-color: #aeaeae;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3d393b;
}
.base1
{
    background-color: #FFFFFF;
    border: 1px dashed #000000;
    padding: 10px;
    width: 50px;
}
p
{
    margin: 0;
    padding: 7px 0;
}
.head_row
{
    background-color: #790141;
    padding: 3px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#container
{
    margin-left: auto;
    margin-right: auto;
    width: 930px;
    padding: 0 35px;
    background-image: url(../images/page-base.jpg);
    background-repeat: repeat-y;
}
#header
{
    border-bottom: 5px solid #999999;
    width: 915px;
    margin: 0 auto;
}
#logo
{
    float: left;
    width: 200px;
}
#top_links
{
    float: right;
    width: 276px;
    padding-top: 50px;
}
#top_links a
{
    background-image: url(../images/menu-base.jpg);
    width: 91px;
    height: 22px;
    display: block;
    float: left;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin-left: 1px;
    padding-top: 9px;
}
.clr
{
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}
#flash
{
    margin: 0 auto;
    width: 915px;
}
#navigation
{
    background-color: #790141;
    text-align: center;
    font-size: 12px;
    width: 901px;
    padding: 7px;
    margin:0 auto;
}

#navigation a
{
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 7px;
}
#content_panel
{
    width: 915px;
    margin: 10px auto;
}
#left_panel1
{
    width: 800px;
    float: left;
   /* border-right: 1px dashed #666;*/
    padding-left: 10px;
    padding-right: 15px;
    line-height: 18px;
    text-align: justify;
}
#left_panel
{
    width: 640px;
    float: left;
    border-right: 1px dashed #666;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 18px;
    text-align: justify;
}
#left_panel h1
{
    color: #3d393b;
    font-size: 18px;
    font-weight: bold;
}
#left_panel h1 span
{
    color: #790141;
    font-size: 18px;
    font-weight: bold;
}
#right_panel
{
    width: 240px;
    float: right;
}
#right2_panel
{
    width: 720px;
    float: right;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 18px;
    text-align: justify;
}
#right2_panel h1
{
    color: #3d393b;
    font-size: 18px;
    font-weight: bold;
}
#right2_panel h1 span
{
    color: #790141;
    font-size: 18px;
    font-weight: bold;
}
#left2_panel
{
    width: 160px;
    float: left;
}
#left2_panel h2
{
    font-size: 16px;
    padding-left: 10px;
}
#left2_panel ul
{
    padding: 0;
    margin: 0;
}
#left2_panel ul li
{
    padding: 0;
    margin: 0;
    line-height: 22px;
    list-style: none;
    border-bottom: 1px dashed #606060;
    border-top: 1px dashed #606060;
    margin-bottom: 2px;
}

#left2_panel ul li a
{
    text-decoration: none;
    padding-left: 10px;
    color: #790141;
    background-color: #e6e6e6;
    display: block;
}
#left2_panel ul li a:hover
{
    text-decoration: none;
    padding-left: 10px;
    color: #fff;
    background-color: #790141;
    display: block;
}
.more
{
    text-align: right;
}
.more a
{
    text-decoration: none;
    color: #790141;
}
.texta
{
    text-decoration: none;
    color: #790141;
}
.more a:hover
{
    text-decoration: none;
    color: #000;
}
.texta:hover
{
    text-decoration: none;
    color: #000;
}

.nextprevButtons
{
    background-color: #790141;
    color: White;
}
.current
{
    color: Orange;
    font-size: 12px;
}
.numericButtons
{
    color: #790141;
    padding-left: 4px;
    padding-right: 4px;
}
.heading
{
    color: #790141;
    font-weight: bold;
}
.boxp
{
    float: left;
    width: 310px;
    margin-top: 15px;
}

.box
{
    background-image: url(../images/box-base.jpg);
    background-repeat: repeat-x;
    padding: 15px;
    width: 280px;
}
.box1
{
    background-image: url(../images/box-base.jpg);
    background-repeat: repeat-x;
    padding: 15px;
    width: 280px;
    margin-left: 20px;
}
.boxhead
{
    color: #3d393b;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
}
.boxhead span
{
    color: #790141;
    font-size: 16px;
    font-weight: bold;
}
.boxhead1
{
    color: #3d393b;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    padding: 3px;
}
.boxhead1 span
{
    color: #790141;
    font-size: 16px;
    font-weight: bold;
}
.box1 ul
{
    padding: 0;
    margin: 0;
}
.box1 ul li
{
    list-style: none;
    line-height: 18px;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 3px 6px;
}
.block
{
    clear: both;
    margin-top: 20px;
    background-color: #f5edf1;
    border: 5px solid #f6f6f6;
    padding: 10px 30px;
}
#right_blockt
{
    background-image: url(../images/form-top.jpg);
    width: 242px;
    height: 13px;
    background-repeat: no-repeat;
    line-height: 8px;
    font-size: 1px;
}

#right_blockm
{
    background-image: url(../images/form-middle.jpg);
    background-repeat: repeat-y;
    width: 242px;
}

#right_blockb
{
    background-image: url(../images/form-bottom.jpg);
    width: 242px;
    height: 13px;
    background-repeat: no-repeat;
}
#news
{
    background-image: url(../images/rss.jpg);
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #790141;
    background-repeat: no-repeat;
    padding-top: 5px;
    border-bottom: 1px dashed #790141;
    margin-bottom: 5px;
    margin-top: 10px;
}
#news a
{
    color: #790141;
    text-decoration: none;
}
#newslist
{
    font-size: 11px;
}
.list
{
    width: 240px;
}
#break
{
    background-image: url(../images/break.jpg);
    height: 26px;
}
#footer
{
    text-align: center;
    width: 915px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0;
}
#footer_links
{
    text-align: center;
    background-color: #f6f6f6;
    display: block;
}
#footer_links a
{
    color: #000000;
    text-decoration: none;
}
.fleft
{
    float: left;
    width: 350px;
    color: #790141;
    text-align: left;
    padding-left: 20px;
}
.fright
{
    float: right;
    width: 350px;
    color: #790141;
    text-align: right;
    padding-right: 20px;
}
#link
{
    display: block;
    height: 20px;
    padding: 5px;
}

.btn
{
    background-color: Black;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    border: none;
    padding: 1px 3px;
}
.btn2
{
    background-color: #790141;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    border: none;
    padding: 1px 3px;
}
.star
{
    color: #790141;
    font-weight: bold;
}
.space
{
    padding-left: 9px;
}


.errborder
{
    border: 1px dashed #790141;
}

.Validator
{
    color: #790141;
    font-weight: bold;
    border: 1px dashed #790141;
    padding: 2px 9px 2px 9px;
}

.Success
{
    color: #006600;
    font-weight: bold;
    border: 1px solid #336600;
    padding: 2px 9px 2px 9px;
}

.barIndicator
{
    background-image: url('../../images/s3.jpg');
}

.barIndicatorBorder
{
    border: 1px dashed #790141;
    width: 200px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.barIndicator_poor
{
    background-color: gray;
}

.barIndicator_weak
{
    background-color: #CC6600;
}

.barIndicator_good
{
    background-color: #CCFF66;
}

.barIndicator_strong
{
    background-color: #66FF66;
}

.barIndicator_excellent
{
    background-color: #006600;
}
.button_input
{
    background-color: #790141;
    color: #FFFFFF;
    padding: 2px;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-weight: bold;
}
.event
{
    margin-bottom: 10px;
}
.headblock
{
    clear: both;
    background-color: #f5edf1;
    border: 5px solid #f6f6f6;
    padding: 5px 10px;
}
.floatimg
{
    float: left;
    padding-right: 20px;
}
.box1 ul
{
    padding: 0;
    margin: 0;
}
.box1 ul li
{
    list-style: none;
    line-height: 18px;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 3px 4px;
}
.event
{
    margin-bottom: 10px;
}
#box1
{
    float: left;
}
#box1 ul
{
    padding: 0;
    margin: 0;
}
#box1 ul li
{
    list-style: none;
    line-height: 8px;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 4px 7px;
}
.cell_grey
{
    background-color: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
}
.cell_grey1
{
    background-color: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    border-bottom: 1px dashed #000000;
}
