﻿body            {       font-family: Lato, Verdana, Arial, sans-serif;
                        font-size: 11pt;
                        margin-top: 10px;
                        margin-left: 10px;
                        margin-right: 10px;
                        margin-bottom: 10px;
                }

h1              {       font-size: 20pt;
                        font-weight: bold;
                }			

h2              {       font-size: 18pt;
                        font-weight: bold;
						margin-left: 10px;
                }			

h3              {       font-size: 16pt;
                        font-weight: bold;
						margin-left: 10px;
                }

h4              {       font-size: 14pt;
                        font-weight: bold;
                }

a               {       text-decoration: none;
                        color: #f47920;
                }

a:hover	        {       text-decoration: none;
                        color: #FFFFFF;
                        background-color: #f47920;
                }

a:active        {       text-decoration: underline;
                        color: #000000;
                }
				
table           {       border-spacing: 13px;
                        border: none;
                }

th              {       font-size: 16px;
                        text-align: left;
                        font-weight: bold;
                }

td              {       vertical-align:left;
                        font-size: 14px;
						border: none;
                }

button          {
                        background-color: #f47920;
                        border: none;
                        color: white;
                        padding: 12px;
                        text-align: center;
                        text-decoration: none;
                        display: inline-block;
                        font-size: 12px;
                        margin: 4px 2px;
                        cursor: pointer;
                        border-radius: 8px;}
                }
				
.balk{background-color: #F47920}


.sortable{border-spacing:0}
--.sortable tbody tr:nth-child(odd){background:#e4e4e4}
.sortable td,
.sortable th{padding:1px}
.sortable td{padding:1px}
.sortable td:first-child,
-- .sortable th:first-child{border-top-left-radius:4px}
.sortable td:last-child,
-- .sortable th:last-child{border-top-right-radius:4px}
.sortable th{cursor:pointer}
.sortable th:hover{color:#000}
.sortable th:hover::after{color:#F47920;font-size:1.0em;content:' \02B61'}
.sortable th::after{font-size:1.0em;color:transparent;content:' \025B8'}
.sortable th.dir-d{color:#000}
.sortable th.dir-d::after{color:#F47920;content:' \02B61'}
.sortable th.dir-u{color:#000}
.sortable th.dir-u::after{color:#F47920;content:' \02B63'}
