#stdout{
border:none 0px;
/*border-style:none;
height: 400px;
*/
font-size:11pt;
font-family:monospace;
margin:0px;
width: 600px;
}

#stdin {
border: none 0px;
font-family: monospace;
font-size: 12px;
margin: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
width: 100%;
font-weight:bold;
color:green;
}

input.stdinput {
border:0px solid white;
border-style:none;
font-size:11pt;
font-family:monospace;
margin:0px;
width: 90%;
color:green;
font-weight:bold;

}

#container {
       border: solid 2px blue;
       width: 320px;
       padding: 10px 10px 10px 10px;
}

#addMovie{
        background-repeat: no-repeat;
        border: solid 2px black;
        /* width: 500px;
        height: 80px; */
        padding: 10px 10px 10px 10px;
        margin-top: 5px;
}

.oneMovie {
        font-size: 8pt;
        border: solid 1px;
        background-color: #cccccc;
        margin-top: 1px;
        margin-bottom: 1px;
}

#listOfMovies {
/*         width: 150px;         height: 200px;*/
        padding: 1px 1px 1px 1px;
}

#prev {
        position: absolute;
        top: 495px;
        left: 260px;
        width: 50px;
        height: 20px;
}

#next {
        position: absolute;
        top: 495px;
        left: 313px;
        width: 50px;
        height: 20px;
}

body {
        font-size: 10pt;
        font-family: sans-serif;
}

input
{
font-size:8pt;
}

.heads {
        font-size: 13pt;
        font-style: bold;
        color: white;
        background-color: green;
 }

.activeOption {
        background-color: green;
        color: white;
        text-decoration: none;
}

.inactiveOption {
        background-color: #cccccc;
        color: black;
        text-decoration: none;
}

.thumbnail {
float: bottom;
border:solid 5px #000000;
background-color: green;
color: blue;
}

.tip {
        color: #fff;
        width: 139px;
        z-index: 13000;
}

.tip-title {
        font-size: 11px;
        margin: 0;
        color: #3E4F14;
        padding: 8px 8px 4px;
        background: #C3DF7D;
        border-bottom: 1px solid #B5CF74;
}


