﻿.visiblefalse
{
	display: none;
}
.sidebar
{
	height: 60px;
}
table.nested td
{
	border-right: Solid 2px #ECE9D8;
	border-bottom: Solid 2px #ECE9D8;
}

table td
{
	/*height: 20px;*/
	vertical-align: middle;
}
table
{
	/*width: 100%;*/
}
.header
{
	font-weight: bold;
	color: #12548E;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
.content
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.info_msg
{
	color: Maroon;
}

div.scroll
{
	height: 235px;
	overflow: scroll;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 8px;
}
.termsheader
{
	text-decoration: underline;
	font-weight: bold;
}
.RadioButtonWidth label
{
	margin-right: 15px;
	font-weight: bold;
	font-size: 14px;
}
.modalPopupBG
{
	background-color: #4f4f4f;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 10000;
}

.modalPopup
{
	border-spacing: 5px;
	padding: 5px 5px 5px 5px;
	border: solid 1px black;
	background-color: #EFF7FF;
	font-weight: normal;
}
