/* CSS Document */

body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    behavior: url("csshover.htc");
    background-color:#131313;
}

.fck_class {
    background: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:#121212;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #dddddd;
    line-height:18px;
    padding:15px 10px 20px 10px;
}

.content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #dddddd;
    line-height:18px;
    padding:15px 3px 20px 3px;
    text-align:justify;
}

.content_top {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding:8px 0px 0px 10px;
    width: 100%;
    height: 24px;
    background-color: #48484c;
}

.content a:link {
    font-weight: bold;
    color: #80110A;
    text-decoration: none;
}
.content a:visited {
    font-weight: bold;
    color: #80110A;
    text-decoration: none;
}
.content a:hover {
    font-weight: bold;
    color: #dddddd;
    text-decoration: none;
}
.content a:active {
    font-weight: bold;
    color: #dddddd;
    text-decoration: none;
}

.content_panel {
    background-color:#48484C;
    padding:10px;
}


.error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
    color: #FFC30D;
}

.content img {
    border: 1px outset #48484C;
}

.input_field {
    border: 1px #48484C solid; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #1B1B1C;
    width: 200px;
    background-color:#eeeeee;
    padding-left:2px;
    overflow:hidden;
}

.nicebutton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #eeeeee;
    border: 1px solid #48484C;
    background-color: #121213;
    height:20px;
    width:100px;
}

.nicebutton_2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color:#000000;
    height:20px;
    width:100px;
}

#error_div {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight:normal;
        color: #ff0000;
        border:1px solid #ff0000;
        width:400px;
        height:30px;
        text-align:center;
        padding-top:10px;
        margin-bottom: 20px;
        margin-top: 20px;
}


/* box */

.box_content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #1b1b1c;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    line-height: 16px;
    text-align:left;
}

.box_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 7px 10px 0px 10px;
    font-size:12px;
    color:#ffffff;
    font-weight:bold;
    text-align:left;
}

.box_middle {
    width:198px;
    background-color:#eeeeee;
}

.box_top {
    width:198px;
    height:29px;
    background-image:url(images/menu_item_v1.jpg);
    background-repeat:no-repeat;
}

.box_content a:link {
    color: #80110A;
    text-decoration: none;
}
.box_content a:visited  {
    color: #80110A;
    text-decoration: none;
}
.box_content a:hover {
    color: #000000;
    text-decoration: none;
}
.box_content a:active {
    color: #000000;
    text-decoration: none;
}



/* bg */

.right_bg_middle {
    background-image: url(images/right_bg_middle.jpg);
    background-repeat:repeat-y;
}

.right_bg_top {
    background-image:url(images/right_bg_top.jpg);
    background-repeat:no-repeat;
    width:73px;
    height:147px;
}

.left_bg {
    background-image:url(images/left_bg.gif);
    background-repeat:repeat-y;
}

.menu_bg {
    background-image:url(images/menu_bg.gif);
    background-repeat:repeat-y;
}

.left {
    background-image:url(images/left.gif);
    background-repeat:repeat-y;
}

