@CHARSET "UTF-8";

////// new IVPK DESIGN

.pageHeader {

	height: 80px;
}

.pageHeaderPart1 {

	height: 40px;
	background-color: #a8a8a8;
	display: table;
	width: 100%;
}

.pageHeaderPart2 {

	padding-bottom: 10px;
	background-color: #f4f4f4;
	display: table;
	width: 100%;
}

.ph_p1_text {

	font-family: Times New Roman;
	font-size: 20px;
	margin-top: 8px;
	margin-left: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.ph_p2_text {


	font-family: Times New Roman;
	font-size: 16px;
	color: #434343;
	margin-top: 8px;
	margin-left: 16px;
}

.rs th {

	background-color: #f4f4f4;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
	font-size: 12px;
}

table.rs  {
	width: 100%;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

.rs td {
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: none;
	padding: 5px;
	font-size: 12px;
}


.rs a {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}


table.dynamicbutton {
	height: 39px
}
table.dynamicbutton td {
	padding: 0;
	margin: 0
}
table.dynamicbutton td.side {
	background-image: url(../images/buttons/gray_big/side.png);
	background-repeat: no-repeat;
	width: 1px
}
table.dynamicbutton td.middle {
	background-image: url(../images/buttons/gray_big/middle.png);
	background-repeat: repeat-x
}
table.dynamicbutton a {
	background-image: url(../images/buttons/gray_big/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	font-weight: bold;
	padding: 0 20px;
	margin: 0 15px 0 0;
	line-height: 39px;
	height: 39px;
	color: #ffffff;
	display: block;
}

td.middle input {

	background-color: transparent;
	color: #FFFFFF;	
	border: 0px;
	font-weight: bold;
	margin: 10px;
}

table.dynamicbutton_medium {
	height: 27px
}
table.dynamicbutton_medium td {
	padding: 0;
	margin: 0
}
table.dynamicbutton_medium td.side {
	background-image: url(../images/buttons/green/side.png);
	background-repeat: no-repeat;
	width: 1px
}
table.dynamicbutton_medium td.middle {
	background-image: url(../images/buttons/green/middle.png);
	background-repeat: repeat-x
}
table.dynamicbutton_medium a {
	background-image: url(../images/buttons/green/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	font-weight: bold;
	padding: 0 20px;
	margin: 0 15px 0 0;
	line-height: 27px;
	height: 27px;
	color: #ffffff;
	display: block;
}


.heading div
{
	background-color: #a8a8a8;
	height: 40px;
}

.heading h3
{
	margin-left: 15px;
	line-height: 40px;
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 20px;
	display: table;
	/*width: 100%;*/
	text-transform: uppercase;
}

.simpleContent p 
{
	margin-left: 15px;
	margin-right: 15px;
}

