﻿.RoundDiv
{
	top: 80px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	background-color: white; /*max-height:200px;  overflow-y:auto;*/
	overflow: auto;
	background-color: white;
	width: auto;
	height: auto;
	border: solid 1px #cfd5d6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	box-shadow: 0px 0px 9px 5px #808080;
	-moz-box-shadow: 0px 0px 9px 5px #808080;
	-webkit-box-shadow: 0px 0px 9px 5px #808080;
	-khtml-box-shadow: 0px 0px 9px 5px #808080;
	

}
.Childfieldset
{
	margin-top: 10px;
	padding: 8px;
	border: solid 1px cadetblue;
	border-top: solid 2px cadetblue;
	vertical-align: top;
	text-align: center;
	width: 855px;
	height: auto;
	font-size: 11px;
	color: Black;
	border-radius: 2px;

}
.legend
{
	font-style: italic;
	font-family: Georgia;
	text-align: left;
	font-size: 18px;
	margin: 2px 8px 4px 8px;
	color: Gray;
	padding-left: 10px;
	padding-right: 10px;
}
.Childlegend
{
	font-style: italic;
	font-family: Georgia;
	text-align: left;
	font-size: 14px;
	margin: 2px 8px 4px 8px;
	color: cadetblue;
	padding-left: 10px;
	padding-right: 10px;
}
.myTable1 table
{
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.myTable1
{
	font: normal 12px/150% Tahoma;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.myTable1 table td, .myTable1 table th
	{
		padding: 12px 3px;
	}
		.myTable1 table .noButtons
		{
			background-color: #006699;
			width: 0px !important;
			padding:1px !important;
		}
	.myTable1 table thead th
	{
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
		background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% ) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
		background-color: #006699;
		color: #FFFFFF !important;
		font-size: 13px;
		font-weight: normal;
		border-left: 1px solid #0070A8;
	}

		.myTable1 table thead th:first-child
		{
			border: none;
		}

	.myTable1 table tbody td
	{
		color: #00557F;
		border-left: 1px solid #E1EEF4;
		font-size: 12px;
		font-weight: normal;
	}

	.myTable1 table tbody .alt td
	{
		background: #E1EEf4;
		color: #00557F;
	}

	.myTable1 table tbody td:first-child
	{
		border-left: none;
	}

	.myTable1 table tbody tr:last-child td
	{
		border-bottom: none;
	}
	.myTable1 tr:nth-of-type(odd) { 
	background: #eee; 
	}




	/*Table 3*/
	.myTable3 table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}

.myTable3 table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.myTable3 table a:active,
.myTable3 table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.myTable3 table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;

}
.myTable3 table th {
	padding:18px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.myTable3 table th:first-child {
	text-align: left;
	padding-left:20px;
}
.myTable3 table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.myTable3 table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.myTable3 table tr {
	text-align: left;
	padding-left:20px;
}
.myTable3 table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.myTable3 table td {
	padding:18px;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.myTable3 table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.myTable3 table tr:last-child td {
	border-bottom:0;
}
.myTable3 table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.myTable3 table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.myTable3 table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

	/*Table 4*/
	.myTable4 table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}

.myTable4 table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.myTable4 table a:active,
.myTable4 table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.myTable4 table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;

}
.myTable4 table th {
	padding:18px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.myTable4 table th:first-child {
	text-align: left;
	padding-left:20px;
}
.myTable4 table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.myTable4 table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.myTable4 table tr {
	text-align: left;
	padding-left:20px;
}
.myTable4 table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.myTable4 table td {
	padding:5px !important;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.myTable4 table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.myTable4 table tr:last-child td {
	border-bottom:0;
}
.myTable4 table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.myTable4 table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.myTable4 table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.tblCaption
{
	text-transform: capitalize;
	font-family: Tahoma;
	font-weight: bold;
	color: blue;
	text-decoration: underline overline;
	padding-top: 15px;
}
 /*HunarTalk*/
.PopupMessage
{
	font-family:Calibri;
	display: none;
	font-size: 12pt;
	background-color: white;
	color: red;
	line-height:1.2;
	position: fixed;
	top: 30%;
	left: 40%;
	border: solid 2px red;
	opacity: 0.97;
	box-shadow: 3px 3px 9px red;
	-moz-box-shadow: 3px 3px 9px red;
	-webkit-box-shadow: 3px 3px 9px red;
	-khtml-box-shadow: 3px 3px 9px red;
	z-index: 10000;
	width: 20%;
	padding: 25px;
	border-radius: 4px;
}
.PopupMessageGreen
{
	font-family:Calibri;
	display: none;
	background-color: white;
	color: green;
	font-size: 12pt;
	
	position: fixed;
	top: 30%;
	left: 40%;
	border: solid 2px green;
	opacity: 0.97;
	border-radius: 4px;
	box-shadow: 3px 3px 9px green;
	-moz-box-shadow: 3px 3px 9px green;
	-webkit-box-shadow: 3px 3px 9px green;
	-khtml-box-shadow: 3px 3px 9px green;
	z-index: 10000;
	width: 20%;
	padding: 25px;
}