a { 
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #00F;
}
a:hover {
	color: #0FF;
}

.middleLogin {
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}

.middleUser {
    position: absolute;
    width: 600px;
    height: 600px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}

.tableHeader {
    font-weight: bold ;
}

.error {
    color: red;
}

.tableBordered {
   /*border: 1px solid black;*/
   border-collapse: collapse;
   border: 1px solid black;
}

table.pocketTable {
    width: 99%;
    table-layout: auto !important;
    border-collapse: collapse;
}

table.pocketTable, th, td {
    border: 1px solid black;
    vertical-align: middle;
   
}

table.pocketTable tbody tr:nth-child(odd) {
    background-color: #e8e5cf;
}

table.pocketTable tbody tr:nth-child(even) {
    background-color: #d6d1aa;
}

table.pocketTable tbody tr:hover {
    background-color: #c2bb7e;
 /*   cursor: default; */
}

table.pocketTable, thead {
    background-color: #e1e8f2;
    text-align: center;
    font-weight: bold !important;
}

table.pocketTable, tbody {
    text-align: left;
    font-weight: normal;

}

table.pocketsMain {
    border: 0px;
    table-layout: fixed;
}
table.pocketsMain th, td {
    align-content: center;
}

table.borderless, th, td {
    border: 0px;
    table-layout: fixed;
}

span.red {
    color: red;
}

span.green {
    color: green;
}
span.black {
    color: black;
}
/*
.hidden {
    display: none;
}

.notHidden {
    display: block;
}*/

p.smallRight {
    text-align: right;
    font-size: 11px;
}

ul {
    padding: 0px;
    list-style: none;
    list-style-position: inside;
    margin: 0px;
}

ul ul {
    padding-left: 10px;
}

input.input-numeral
{
    text-align: right !important;
}

.menu
{
    background-color: lightblue;
}

.smallCheckbox
{
	width : 10px;
    height : 10px;
}

#exchangeRow
{
    display: none;
}