﻿html {padding: 0; margin: 0;}
body {padding: 20px; margin: 0px;}

#MainMenu {
	border-bottom: solid 1px silver;
	margin-bottom: 15px;
	background-color: #ededed;
}

#MainMenu a {color: rgb(25, 85, 162); text-decoration: none;}
#MainMenu a:hover {color: red;}
#MainMenu a::after {content: "]"; color: #575757; font-weight: normal;}
#MainMenu a::before {content: "["; color: #575757; font-weight: normal;}

#MainMenu ul {padding: 0px; margin-top: 0;}
#MainMenu ul li {
	display: inline-block;
	list-style-type: circle;
	padding-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}
#MainMenu ul li:first-child {padding-left: 0px; margin-left: 10px;}
#MainMenu ul li.Selected a {color: #dd3939;}

#NotifExisting {
	width: 200px;
	float: left;
	border: 1px solid rgb(159, 159, 159);
	padding: 10px;
	margin-top: 7px;
	margin-right: 10px;
	min-height: 285px;
}
#NotifExisting ul {padding: 0; padding-left: 10px;}
#NotifExisting li {list-style-type: none;}

table.Grid th {
	text-align: right;
}
table.Grid td {
	border: 0px;
}
table.Grid th:after {
	content: ':';
}
table.Grid tr.sep th, table.Grid tr.sep td {
	padding-bottom: 15px;
	background-color: transparent;
	
}

tr.Alt td {
    background-color: #efefef;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    cursor: pointer;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: #000 2px solid;
    background-color: #fff2ae !important;
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: #000 2px solid;
    background-color: #fff2ae !important;
}