﻿table{
	font-size: 1em;
}
h1, h2, h3, h4{
	margin: 0;
}
p{
	line-height: 1.4em;
}
hr{
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}
a{
	text-decoration: underline;
	color: #005592;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
	color: #005592;
}
body{
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
}
ul, li{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img{
	border-width: 0;
}
hr{
	border-color: #DCEBF6;
}
.red{
	color:Red;
}

.MyTable{
	margin: 10px 0;
	width:580px;
	border-collapse:collapse;
	border:1px solid white;
}
.wide{
	width:100%;
}
.slim{
	width:30%;
}
.serviceTable{
	padding:5px 15px;
}
.serviceTable tr{
	line-height:1.5em;
}
.MyTable td, .MyTable th{
/*	width:100px;*/
	padding:2px 10px;
}
.MyTable th{
	background-color:#E6EEF7;/*#D1E0F3;*/
	border:1px solid #E6EEF7;
	color:#5E72CF;
	text-align:left;
	height:1.8em;
}
.MyTable tfoot td{
	background-color:#E6EEF7;/*#D1E0F3;*/
	color:#5E72CF;
	line-height:1.8em;
	font-weight:bold;
}

.MyTable td>a{
	text-decoration:none;
	padding-left:10px;
}
.MyTable td>a:first-child{
	padding-left:0;
}
.MyTable td{
	background:White;
	border:1px solid white;
}
.MyTable .AspNet-GridView-Alternate td, .MyTable .even td{
	background-color:#F3F7FC;
}
.MyTable .tableElem5{	
	width:5%;
}
.MyTable .tableElem10{	
	width:10%;
}
.MyTable.wide .tableElem20{
	width:20%;
}
.MyTable .center{
	text-align:center;
}
.MyTable.center{
	text-align:center;
}
.MyTable.right, .MyTable .right{
	text-align:right;
}
.MyTable.center thead th, MyTable.center tfoot td{
	text-align:center;
}
.ControlField{
	margin:10px 0;
	width:60%;
}
.numberTable th, .numberTable td{
	text-align:right;
}
.numberTable td{
	border-top:1px solid gray;
}
.numberTable{
	border-collapse:collapse;
	width:100%;
}
.numberTable tr{
	padding:0 5px;
}
.left, .numberTable .left{
	text-align:left;
}
fieldset{
	border:1px solid #D1E0F3;
	padding:10px;
	margin:10px 0;
}
.MyDiv{
	background-color: #F3F7FC;
	padding:15px;
	margin-top:10px;
}
.uponBookmarks{
	color:#005592;
	padding:10px;
}
.bmDivider{
	width:100%;
	height:20px;
}
.bookmarkInactive{
	color:#005592;
	text-decoration:none;
}
.bookmarkActive{
	color:#005592;
	font-weight:bold;
	text-decoration:none;
}
.BasicReport{
	border-collapse:collapse;
	border:2px solid gray;
	margin:10px;
	font-size:.9em;
	width:60em;
}
.BasicReport tbody tr{
	border:1px solid black;
}
.BasicReport th{
	text-align:center;
}
.BasicReport td{
	padding:0 5px;
}
.BasicReport tfoot{
	font-weight:bold;
}
.rightAlign{
	text-align:right;
}
.highlight
{
	border:1px solid #7f9db9;
	background-color:#FFE0E0;
	padding:2px;
}
.pnlAlert
{
	border: 3px solid #FFCC00;
	background-color: #FF6600;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
.allInline *{
	display:inline;
}
.thinTableEditElem{
	width:50px;
	vertical-align:middle;
}

.pnlModalUnderlay 
{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	bottom: 0px; 
	right: 0px;
}
.pnlModal{
	position: fixed;
	border:1px solid #D1E0F3;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	margin-top: 200px;
	width: 380px;
	background-color:#f4f4f4;
	padding:30px;
}
.pnlModal .pnlTitle{
	background-color: #d1e0f3;
	height: 17px;
	padding: 7px;
	color: #005592;
	font-size:1.2em; 
	font-weight:bold;
}
.pnlModal .pnlTitle a{
	color: #005592;
	font-weight:bold;
	text-decoration:none;
}