/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

label {
    float: left;
    font-weight: bold;
    margin-top: 2px;
    width: 180px;
}

fieldset {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;
}

fieldset legend {
    color: #666666;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 10px 0 5px;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    padding: 5px 14px 6px;
    text-transform: uppercase;
}

textarea, input,select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px;
    margin: 2px;
}
select,option {font-size:12px; padding-left:5px; width:90%;}

.button {
    background: url("../images/seaBtn.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #306873;
    color: #FFFFFF;
}

a.button, a.blueButton, a.greenButton { color:#FFFFFF; padding:3px;}

.blueButton {
    background: url("../images/blueBtn.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #3581C1;
    color: #FFFFFF;
}

.greenButton {
    background: url("../images/greenBtn.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #418D4F;
    color: #FFFFFF;
}

.pagination {
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pagination a {
    border: 1px solid #D5D5D5;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
	margin:2px;
}
.pagination a:hover, .pagination a:active {
    background:#efefef;
}
.pagination span.current {
    background-color: #687282;
    border: 1px solid #D5D5D5;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
	margin:2px;
}
.pagination span.disabled {
    border: 1px solid #EEEEEE;
    color: #DDDDDD;
    margin: 2px;
    padding: 2px 5px;
}

table {
    margin-bottom: 10px;
    width: 100%;
    overflow-x:auto;
}
table tr th, table tr td {
    padding: 5px 3px;
    text-align: left;
    white-space:nowrap;
}

#datepick-div table tr th, #datepick-div table tr td {
    padding: 3px 6px;
    text-align: left;
}
table th {
    background: none repeat-x scroll left bottom #000000;
    color: #eee;
	border-bottom:1px solid;
}
th.header {
    border-right: 1px solid #DAD9C7;
    cursor: pointer;
    font-weight: bold;
    margin-left: -1px;
}
tbody {
    font-size: 12px;
}
table tr.alt {
    background-color: #EFEFEF;
    color: #000000;
}

.highlight_word {
	background:#A3D063;
}

.progress {
    background: #E9E9E9;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 #FFFFFF;
    display: block;
    height: 22px;
    margin: 4px 0;
    min-width: 200px;
    padding: 0;
    position: relative;
}

.progress span {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 0;
}
.progress span b {
    color: #FFFFFF;
    line-height: 20px;
    padding-left: 2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.progress-blue span {
    background: #00ADEE;
    border: 1px solid #0078A5;
}

.reportbox {
    background-color: #0973BA;
    border: 1px solid #666;
    color: white;
    float: left;
    font-size: 14px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: 180px;
}

.reportbox a {
    color:#ffffff !important;
}

.block {
    float: left;
    padding: 5px;
    width: 100px;
    margin-right: 5px;
    text-align: center;
    color: white;
    background: #0973BA;
}

.box {
    margin-bottom: 25px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    text-shadow: none;
}

.box #boxheader {
    height: 39px;
    border-bottom: 5px solid #4BA2FB;
}

.box #boxheader h1 {
    display: inline;
    color: #EEE;
    font-size: 16px;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
}

.box #boxheader a {
    color: #CCC;
    font-size: 11px;
    margin-left: 5px;
    -webkit-transition: all 0 ease 0;
    -moz-transition: none;
    -o-transition: all 0 ease 0;
}

.box #boxheader .inner {
    height: 37px;
    border: 1px solid #222;
    background: #222;
    position: relative;
    box-shadow: inset 0 1px 0 #5E5E5E, inset 1px 0 0 #5E5E5E, inset -1px 0 0 #5E5E5E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #222;
}

.box #boxheader .title {
    margin: 10px;
}

.box .box-content {
    background: white;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px;
    height: auto;
    overflow: auto;
}

.stats {
    margin-top: 10px;
}

.stats th {
    background: none;
    color: #4BA2FB;
    border-bottom: 1px solid white;
}

.diary tr, .diary tr.alt {
    background:none;
    color: #000;
}

.diary td {
    padding: 0;
    text-align: center;
    font-size:11px;
    border:1px solid black;
}

