
body {
    font-family: 'helvetica', sans-serif;
    /*background-color: #DADEE3;*/
    background-color: #111111;
    color: #FAFAF0;
}

a {
    color: #999999;
    text-decoration: none;
    font-weight: bold;
    cursor:pointer;
}

a:hover {
    color: #b3b3b3;
    <!--text-decoration: underline;-->

}


.current {
	color: #f0f0f0;
    <!--text-decoration: underline;-->
}

hr {
    /*display: none;*/
    /*border-color: #444;*/
    background-color: #444;
    border: 5;
    color: #444;
    width: 800px;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    padding: 5px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


.header img {
    padding: 5px;
}


.header {
    left: auto;
    position: relative;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    /*background-color: #E6EBF2;*/
    background-color: #111111;
    border-radius: 5px;
    border: 1px solid #444;
}

.header-content {
    display: inline;
}

.header-content b {
    font-size: 30pt;
    position: absolute;
    padding: 10px;
    bottom: 0;
    right: 0
}

.content {
    position: relative;
    text-align: justify;
    /*margin: 3px;*/
    margin-left: auto;
    margin-right: auto;
    /*background-color: #CCC;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #444;*/
    width: 800px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.content:after {
    clear: both;
    content: "";
    display: table;
}
.l2-3 {
    width: 500px;
    display: inline;
    float: left;
    margin-right: 10px;
    margin-left: 0;
    /*background-color: #CCC;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #444;*/

    padding-right: 10px;

}
.r1-3 {
    width: 260px;
    display: inline;
    float: right;
    margin-left: 10px;
    margin-right: 0;
    /*background-color: #CCC;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #444;*/
    padding-left: 10px;
}

.r2-3 {
    width: 500px;
    display: inline;
    float: right;
    margin-left: 10px;
    margin-right: 0;
    /*background-color: #CCC;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #444;*/

    padding-left: 10px;

}
.l1-3 {
    width: 260px;
    display: inline;
    float: left;
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px;
    /*background-color: #CCC;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #444;*/
    padding-right: 10px;
}
.l3-3 {
    width: 100px;
    display: inline;
    float: left;
    margin-left: 0;
    margin-top: -10;
    margin-right: 10px;
    /*background-color: #CCC;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #444;*/
    padding-right: 10px;
}
.container {
    position: relative;
    text-align: justify;
    /*margin: 3px;*/
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    margin-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-bottom: 15px;
}

.container:after {
    clear: both;
    content: "";
    display: table;
}

.container img {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 260px;
}

.container b {
    text-align:right;
    position: relative;
    font-size: 16pt;
    display: inline;
    /*float: right;*/
}
.container span {
    text-align:right;
    position: relative;
    float: right;
    font-size: 16pt;
    display: inline;
    font-size: 12pt;
    padding-top:5px;
    color: #666;

}
.container hr {
    width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.round {
    border-radius: 5px;
}
#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    /*opacity: 0.5;*/
    background-color: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=50);

}
#modal {
    /*position: absolute;*/
    position: relative;
    width: 873px;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    /*width: 800px;*/
    /*height: 600px;*/
    padding: 10px;
    background-color: rgba(30, 30, 30, 0.9);
    border-radius: 5px;
}

#modal-content {
    padding: 10px;
    width: 873px;
    /*width: 700px;*/
    position:relative;
    margin-left:auto;
    margin-right:auto;
}


