body {
    margin: 5px;
}

a:link {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #cccccc;
}

a:visited {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #cccccc;
}

a:hover {
    background: #FFAC00;
    color: #ffffff;
    border-bottom: 1px solid #FF0000;
    text-decoration: none;
}

a:active {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #cccccc;
}


#title {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #0683A8;
    margin: 3px;
    text-align: center;
}

#program  {
    background: #E9F6AE;
    color: #00148A;
    font-weight: bold;
}

#outputContainer {
    display: block;
    border: 1px dotted #dddddd;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    height: 50%;
    background: #000000;
    color: #ffffff;
    overflow-y: scroll;
    overflow-x: auto;
}

#mainContainer {
    float: left;
}

#debug {
    border: 1px dotted #dddddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.debugMsg:nth-child(odd) {
    background: #cccccc;
}

.debugMsg:nth-child(even) {
    background: #eeeeee;
}

#output_head {
    color: #000088;
    background: #dddddd;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#debug_head {
    color: #ffffff;
    background: #257264;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#code_head {
    color: #ffffff;
    background: #724A25;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.error {
    color: red;
    font-weight: bold;
}

#footer {
    font-size: 10px;
    font-weight: bold;
}

    .header {
        background: #178DA7;
    	height: 100px;
    	text-align: right;
    	color: #ffffff;
    	font-weight: bold;
    	font-family: 'Verdana', 'Sans-serif';
    	border: 2px solid #085262;
    	vertical-align: middle;
    }