/* --------------------------  */
/* -- common ----------------  */
/* --------------------------  */
/*
  Default puzzle styling
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    /*max-width: 100%;*/
}
table tr{
    /*width: 100%;*/
}
table td {
    /*width: 5em;*/
    /*height: 5em;*/
    border: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    background-color: #333;
    position: relative;
}

td input[type="text"] {
    margin: 1px 0;
    width: 100%;
    height: 100%;
    padding: 0em;
    border: none;
    text-align: center;
    font-size: 2.2em;
    color: #666;
    background-color: #f4f4f4;
    border-radius: 0px;
}

td input[type="text"].active{
    background-color: #ffff66;
}

td input[type="text"]:focus {
    background-color: #fff;
}

td span {
    color: #444;
    font-size: 0.5em;
    position: absolute;
    top: -1px;
}


td input[type="text"].done,
span.done{
    /*font-weight: bold;*/
    color: green;
}

td input[type="text"].error,
span.error{
    /*font-weight: bold;*/
    color: red;
}

.active,
.clues-active {
    background-color: #ddd;
}
.clue-done {
    /*color: #999;*/
    /*text-decoration: line-through;*/
}

#puzzle-wrapper {
    float: left;
    width: 54%;
    margin-right: 3%;
}
#puzzle-clues {
    float: left;
    width: 40%;
}

#puzzle-clues ol{
    font-size: 1em;
}

#puzzle-clues li{
    float: left;
    width: 345px;
    font-size: 1em;
    margin: .3em;
    line-height: 1.6em;
    cursor: pointer;
    /*list-style-type: none;*/
}

#puzzle-clues a{
    font-size: 1em;
    margin: .3em;
    line-height: 1.6em;
    float: right;
}

#puzzle-wrapper,
#puzzle-clues {
    display: none;
}

#crossword_comment {
    margin: 0 auto;
    text-align: center;
    padding-top: 145px;
    line-height: 30px;
    width: 700px;
    height: 170px;
    background-image:url(../images/crossword-logo.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    /*background-position-y:50px;*/
}

div#stopwatchWrapper {
    padding-bottom: 10px;
    display: none;
    /*width: 660px;*/
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    border-bottom-color: rgb(211, 211, 211);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /*text-align: center;*/
}
div#stopwatch {
    padding-top: 15px;
    float: left;
    font: 100%;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    /*width: 396px;*/
    width: 150px;
}
#stopwatchControl {
    /*float: right;*/
    /*text-align: center;*/
    /*width: 400px;*/
}
#stopwatchControl button {
    font-size: 16px;
    width: 150px;
    padding: 10px;
    margin-left: 229px;
    /*width: 6em;*/
}
#stopwatchAgain {
    margin-top: 10px;
    font-size: 16px;
    width: 150px;
    padding: 10px;
    /*width: 6em;*/
}
#stopwatchStartAndStop {
    font-size: 16px;
    width: 250px;
    padding: 10px;
}
#stopwatchClear {
    display: none;
}

#dialog {
    display: none;
    text-align: center;
}

#dialog .status,
#dialog .answers{
    /*font-weight: bold;*/
    height: 40px;
    font-size: 30px;
}

#crossword_comment_wrapper .btn,
#stopwatchWrapper .btn {
    background: #EEE;
    border: 1px solid #DDD;
    color: #111;
    /*width: 100px;*/
    /*padding: 10px 0;*/
}

#LayoutM > #Center {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}