﻿body {
    margin: 0px;
}

a {
    text-decoration:none;
}

img 
{
    border: none;
}

#DIV_Loading {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: url(/Images/loading.gif) no-repeat center;
}

#DIV_Header
{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
}

#DIV_Body
{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
}

#DIV_Footer {
    margin: 0 0px 10px 0;
}

.MainMenu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:16px;
	width:1000px;
}
.MainMenu a{
	text-decoration:none;
	outline:none;
}
.DIV_RoundRect
{
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius :15px;
}
.DIV_Shadow
{
    -moz-box-shadow:0px 0px 3px rgba(20%,20%,20%,0.5);
    -webkit-box-shadow:0px 0px 3px rgba(20%,20%,20%,0.5);
    box-shadow:0px 0px 3px rgba(20%,20%,20%,0.5);
}
.TABLE_Data
{
    width:100%;
    border-spacing: 0px;
    border-collapse:collapse;
    text-align:center;
}
.TABLE_Data caption
{
    text-align:left;
    color: #165E98;
    font-size:1.2em;
    padding:5px;
}

.TABLE_Data a:visited {
	color:#609DD6;
	text-decoration:none;
	border-bottom:1px dotted;
}
.TABLE_Data tbody tr:hover td
{
	background:#ffffee;
}
.TABLE_Data th
{
    font-size:1em;
    color:White;
    background-color:#165E98;
    padding:2px 5px 2px 5px;
    text-align:center;
}

.TABLE_Data tbody td
{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius :5px;
    font-size:1em;
    padding:2px 5px 2px 5px;
    border: 1px solid #D8E4EB;
}

.TABLE_Data tfoot td
{
    border-top: 1px solid #165E98;
    border-bottom: 1px solid #165E98;
}
.TABLE_Data tfoot th,
.TABLE_Data tfoot td 
{
	background:#b8dcff;
}

.BorderBox
{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.ThisPage
{
    display:inline-block;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius :5px;
    color:#0068B9;
    background-color:#eeeeee;
    border:1px solid #0068B9;
    margin: 5px;
    padding: 5px;
    font-size:16px;
    width:20px;
    text-align:center;
}
.ThisPage:hover
{
    background-color:#ffffff;
}
.Pager
{
    display:inline-block;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius :5px;
    background-color:#0068B9;
    color:#ffffff;
    margin: 5px;
    padding: 5px;
    font-size:16px;
    width:20px;
    text-align:center;
    cursor:pointer;
}
.Pager:hover
{
    background-color:#1078c9;
}