.pager {
    width: 100%;
    height: 30px;
    padding: 20px 0;
    margin: 0;
}

.pager div.short {
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
    width: 74px;
}

.pager div.short input {
    width: 28px;
    height: 18px;
    border: none;
    margin-left: 8px;
    float: left;
}

.pager ul {
    list-style: none;
    padding: 0;
    margin: 0 4px 0 0;
    float: left;
}

.pager ul li {
    display: inline;
    margin-left: 2px;
}

.pager ul li a {
    text-decoration: none;
    display: inline-table;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.pager span {
    margin-left: 4px;
    color: #5eaaeb;
    float: left;
}

.pager .btn {
    display: block;
    width: 40px;
    text-align: center;
    float: left;
    padding: 0;
    margin: 0 0 0 4px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pager .disabled {
    color: #A0A0A0 !important;
    text-shadow: 1px 1px 1px #FFFFFF;
}

/*green*/
.green.normal {
    background-color: #808080;
    color: White;
    font-size: 12px;
    padding-top: 3px;
}

.green.active {
    background-color: #5eaaeb;
    color: #ffffff;
}

.pager.green .btn {
    background-color: #588500;
    color: White;
}

body {
    padding: 10px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    margin: auto;
    width: 100%;
}

.contents {
    width: 100%;
    margin: 0;
}

.contents > p {
    padding: 8px;
}

.table {
    width: 100%;
}

.table th, .table td {
    width: auto;
    height: 20px;
    padding: 2px;
    text-align: center;
}

.baslik1 th {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

}

.baslik th {
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding: 3px;
}

.table td {
    padding: 3px;
    font-size: 10px;
    line-height: 30px;
    margin: 0;
}

.table tr {
    height: 30px;
    width: 20%;
    text-align: center;
    color: #808080;
    border-bottom: 1px solid #ebebeb;
}

.header {
    background-color: #4f7305;
    color: White;
}

#divs {
    margin: 0;
    height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: White;
}

#divs > div {
    width: 98%;
    padding: 8px;
}

#divs > div p {
    width: 95%;
    padding: 8px;
}

ul.tab {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tab li {
    display: inline;
    padding: 10px;
    color: White;
    cursor: pointer;
}

#container {
    width: 100%;
    border: solid 1px red;
}

#green-contents {
    border: none !important;
}

#green b {
    padding-top: 5px;
    font-size: 14px;
}

#green span {
    padding-top: 5px;
    font-size: 14px;
}

#p1 {
    color: #808080 !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
    display: none;
}

#p2 {
    width: 70px !important;
    height: 30px !important;
    text-align: center;
    font-weight: normal;
    padding: 0 !important;
    background: #5eaaeb !important;
    color: #fff !important;
    border: 0 none;
}

.export {
    position: absolute;
    top: 42px;
    display: block !important;
    width: 185px !important;
    height: 30px !important;
    padding: 0 !important;
    border: 0 none;
}

.export a {
    color: #5eaaeb;
    padding: 5px;
    position: absolute;
    top: 25px;
    left: 2px;
    font-size: 13px;
}

table span {
    display: block;
    line-height: 10px;
}

#title {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.ui-datepicker {
    width: 200px;
    font-size: 11px;
}
#mt {
    border: none;
    border-collapse: collapse;
}

#mt td {
    padding: 1px;
}

#p1 {
    background: url("../../../images/up.gif") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    height: 23px;
    padding-bottom: 2px;
    width: 85px;
    padding-left: 18px;
}

#p2 {
    background: url("../../../images/down.gif") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    height: 23px;
    padding-bottom: 2px;
    width: 85px;
    padding-left: 18px;
}
#green-contents{border: solid 2px #001000;}
