/**@CHARSET "ISO-8859-1";**/

/****************** default values settings *********************/
body {
        background-color: #eeeeee;
        font-family: arial, sans-serif;
        font-size: 10px;
        text-align: center;
        color: #000066;
}

P {
        font-size: 12px;
}

H1 {
        font-size: 16px;
        font-weight: 600;
}

H2 {
        font-size: 14px;
        font-weight: 600;
}

/**Link **/
a {
        color: #6699CC;
        color: #005e7d;
        color: #ac2021;
        font-weight: 900;
        font-size: 13px;
        text-decoration: none;
}

a:hover {
        color: #FF9900;
}
.main_content {
        background-color: #FFFFFF;
        margin: 0px;
        padding: 20px;
        border-style: dotted;
        border-top-width: 0px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 0px;
        border-color: #A41318;
}


.footer {
        text-align: center;
        color: #333333;
        font-size: 11px;
        text-decoration: none;
}


.box_main {
        /*background-color: #FFF9ED;*/
         background-color: #f1e3c1;
        border-width: 1px;
        border-style: inset;
/*        border-color: #F5B412;*/
/*        border-spacing: 0px;*/
        margin: 0px;
        padding: 0px 0px 15px 0px;
        text-align:left;
}

.box_title {
        background-color: #ac2021;
        background-image: url('/images/sol_p2.png');
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 900;
        text-align: center;
}

.box_item {
        color: #B74343;
        font-size: 12px;
        text-decoration: none;
}

.box_item:hover {
        color: #085b7B;
        font-size: 12px;
        text-decoration: none;
}

.bold{ font-weight:900;}

#sf_admin_container .form-row
{
  clear: both;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#sf_admin_container .form-row .content
{
  padding-left: 9em;
}

.label{
font-size: 14px;
font-weight: 900;
}
.info{
font-size: 12px;
font-weight: 300;
}

#menu
{
position: relative;
height: 3.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}

#menu ul { top: 0.2em;}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active { background: #567;}

.button {
        color: #FFFFFF;
        Background-Color: #6699FF;
        background-color: #ac2021;
        Font-family: arial, sans-serif;
        Font-size: 14px;
        text-align: center;
        /*        text-valign:top;*/
        vertical-align: middle;
        font-weight: bold;
        cursor: pointer;
        /*        border-top : 0px outset #CBCBCB;
        border-left : 0px outset #CBCBCB;
        border-bottom : 0px outset #CBCBCB;
        border-right :0px outset #CBCBCB;*/
        border: 0px outset #CBCBCB;
        border-style: solid;
        border-width: 0px;
        border-color: #333333;
}

