/* GENERAL */
body {
    color: #696969;
    font-family: Arial,Verdana,Helvetica;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 50px;
    
    background: transparent none no-repeat fixed center;
    background-size: auto 100%;
}

#container {
    padding: 0px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    width: 960px;
    margin: auto;
    text-align: left;
}

#page_content {
    margin-top: 20px;
    overflow: hidden;
}

a {
    text-decoration: none;
    color:inherit;
}
a:link { /* unvisited link */
    color:inherit;
}      
a:visited { /* visited link */
    color:inherit;
}  
a:hover { /* mouse over link */
    color:inherit;
}  
a:active { /* selected link */ 
    color:inherit;
}  

h1, h2, h3, h4 {
    /*font-family: 'MS Sans Serif', Geneva, sans-serif;*/
    font-family: Verdana, Arial;
    font-weight: normal;
    margin: 8px 0;
    text-decoration: none;
}

h3, h4 {
    margin-bottom: 5px;
}

strong, h3, h4, .error_message, .red, .hred:hover {
    color: #b21021;
}

/* GENERAL CLASSES */
.green, .hgreen:hover {
    color: #4b8815;
}
.blue, .hblue:hover {
    color: #4280d3;
}

.clear_both, .clear {
    clear: both;
}
.hideElem {
    display: none !important;
}
.absolute {
    position: absolute;
}
.right {
    float: right !important;
}
.left {
    float: left !important;
}
.inlineBlock {
    display: inline-block;
}

.unselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vtop {
    vertical-align: top;
}
.vmiddle {
    vertical-align: middle;
}

.b, .hb:hover {
    font-weight: bolder;
}

.hundeline:hover, .hline:hover {
    text-decoration: underline;
}
.pointer {
    cursor: pointer;
}

.divEditable {
    padding: 3px;
    border: 1px solid transparent;
}
.divEditable:hover {
    border-color: #DDDDDD;
}
.divEditable:focus {
    border-color: #4f87d4;
}



/* FOOTET */
#footer {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 80%;
    margin-top: 30px;
    border-top: 2px dotted #696969;
}
#xarxes {
    width: 130px;
    float: left;  
}
#info {
    float: right;
}
#xarxes span {
    margin-right: 10px;
}
#xarxes img {
    width: 20px; 
}
#xarxes div{
    margin-bottom: 5px;
}
#mailto {
    color: #C9071F;
}
#mailto:hover {
    text-decoration: underline;
}


/* message_box */
#message_box {
    z-index:999;
    box-shadow: 4px 4px 4px black;
    margin-top: 130px;
    margin-left: 250px;
    font-weight: bolder;
    width: 400px;
    text-align: center;
    padding: 23px 10px;
    border: 2px solid;
}

#message_box.green {
    color: #000000;
    border-color: #4b8815;
    background-color: #b4df8f;
}
#message_box.red {
    color: #000000;
    border-color: #b21021;
    background-color: #d9808a;
}
