#gmenu h3 {
    width: 180px;
    margin-left: 70px;
   font-size: 90%;
}
#gmenu ul {
    margin-left: 70px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
#gmenu li {
    width: 100px;
    list-style-type: none;
    text-align:left;
    padding: 5px;
    margin: 5px;
    float:left;
   font-size: 90%;
}
#gmenu li.menuItem {
    text-align:center;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #84C1F9;
    background: -moz-linear-gradient(top, #84C1F9, #0083FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#84C1F9), to(#0083FF));
}
#gmenu li.menuItem a {
    color: #ffffff;
}
.searchArea {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.searchArea .submit {
    margin-top: 10px;
    float:left;
}
.button {
    text-align:center;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #84C1F9;
    background: -moz-linear-gradient(top, #84C1F9, #0083FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#84C1F9), to(#0083FF));
    width: 200px;
}
.button a {
    color: #ffffff;
}
div.buttonfl {
    text-align:center;
    padding: 5px 10px;
    color: #ffffff;
    background: #84C1F9;
    background: -moz-linear-gradient(top, #84C1F9, #0083FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#84C1F9), to(#0083FF));
    width: 80px;
    float:left;
}
.buttonfl a.editform{
    color: #ffffff;
    border: none;
    background: #84C1F9;
    background: -moz-linear-gradient(top, #84C1F9, #0083FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#84C1F9), to(#0083FF));
}
.checkbox {
    float:left;
    margin-right: 10px;
}
.upto,
.downto {
    display: inline;
    padding: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #84C1F9;
    background: -moz-linear-gradient(top, #84C1F9, #0083FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#84C1F9), to(#0083FF));
    cursor: pointer;
    margin: 0 2px;
    color:#ffffff;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#addmodal {
    background: #fff;
    padding: 20px;
    display: none;
    position: absolute;
    border-style: solid; 
    border-width: 0.1ex;
    z-index:500;
}
#addmodal .modal_submit {
    margin: 20px auto 0;
    background: #ccc;
    padding: 5px 10px;
    width: 60px;
    cursor: pointer;
    text-align:center;
}
#addmodal .modal_submit:hover {
    background: #ddd;
}
#addmodal .modal_close {
    float:right;
    background: #ccc;
    padding: 5px;
    cursor: pointer;
    text-align:center;
    font-weight: bold;
}
#addmodal .modal_close:hover {
    background: #ddd;
}
#addmodal .modal_submit_dialog {
    width: 200px;
    height: 30px;
    padding: 5px;
    border: 2px solid #666;
    text-align:center;
    position: absolute;
    top:0;
    left:0;
    background-color:#ddd;
    display:none;
}

#searchmodal1 {
    display:none;
    background: #ddf;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
    z-index: 13000;
    width: 300px;
}
.searchmodal1 .button {
    cursor: pointer;
}

#searchmodal2 {
    display:none;
    background: #ddf;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
    z-index: 13000;
    width: 300px;
}
.searchmodal2 .button {
    cursor: pointer;
}

#searchmodal3 {
    display:none;
    background: #ddf;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
    z-index: 13000;
    width: 300px;
}
.searchmodal3 .button {
    cursor: pointer;
}

#searchmodal_overlay,
#searchmodal_overlay2 {
    display:none;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color:#ccc;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    z-index: 12000;
}
.search_close {
    float:right;
    background: #ccc;
    padding: 5px;
    cursor: pointer;
    text-align:center;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.search_close:hover {
    background: #ddd;
}

#main h3 {
    margin-bottom :20px;
}

table {
/*    margin-left: 50px;*/
}
table th {
    text-align:center;
    font-weight: bold;
    color:#003D4C;
    padding: 5px;
    border-bottom: 2px solid #000;
}
table th a {
    color:#003D4C;
    cursor: pointer;
}
table td {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.error {
    background-color: #faa;
}
.errormessage {
    margin-top: 5px;
    font-size: 80%;
    color:#f00;
    display:none;
}
.formItem {
    display:none;
}
.hide {
    display:none;
}



table#timetable tbody td {
    width: 10px;
    height: 8px;
    background:#fff;
    cursor: pointer;
}

table#timetable tbody td.selected {
    background:#f00;
}

.paging {
    margin: 10px 0;
}

#addmodal table.readonly input,
#addmodal table.readonly textarea {
    background-color:#ddd;
}
.messageouter {
    position: relative;
}
.showmessage {
    background: url(../img/message.png) left top no-repeat;
    width: 234px;
    height: 63px;
    text-align: center;
    position: absolute;
    top: -60px;
    left: 10px;
    display: none;
}
.showmessage div {
    padding-top: 10px;
    font-weight: bold;
    color:#F00;
}