﻿body
{
	background-color: #e0e0e0;
	font-family: Tahoma, Verdana, Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.centerme
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.panelpaper
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #ffffff;
	padding: 16px 16px 16px 16px;
}

/* Input Table Styles */
.tableinput
{
	border: 1px solid #CC0000;
}

.rowgroupheading
{
	background-color: #CC0000;
}

.cellgroupnotes
{
	background-color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF4646;
}
.cellgroupheading
{
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #ffffff;
}

.rowdetail
{
	
}

.celldetailheader
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF4646;
	background-color: #FF6A6A;
	color: #ffffff;
	text-align: left;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 9pt;
}

.celldetailcontent
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF4646;
	background-color: #FFD2D2;
	text-align: left;
	padding: 4px 4px 4px 4px;
}

.celldetailnotes
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF4646;
	background-color: #FFD2D2;
	text-align: left;
	padding: 4px 4px 4px 4px;
}

/* Address Table */
.tableaddress
{
}

.rowaddress
{
}

.celladdressheader
{
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 2px;
}

.celladdressnotes
{
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 2px;
}

.celladdressdetail
{
}

/* Education Styles */
.roweducationheader
{
	background-color: #FF6A6A;
}

.celleducationheader
{
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF4646;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FF4646;
}

.celleducationdetailheader
{
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF4646;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FF4646;

	background-color: #FF6A6A;
	
	color: #ffffff;
	text-align: left;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 9pt;
}

.celleducationdetail
{
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF8888;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FF8888;
	background-color: #ffffff;
	color: #ffffff;
	text-align: left;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 9pt;
}




/* Control Styles */
.textboxentry
{
	border: 1px solid #FF7979;
}

.dropdownentry
{
	border: 1px solid #FF7979;
}

.linkdetailheader, a.linkdetailheader, a.linkdetailheader:visited
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFCACA;
}

a.linkdetailheader:hover
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFF2F2;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


