﻿@import url('adt_stylesheet.css');

/* section */
.section
{
  clear:left;
  float:left;
	margin-bottom:5px;
	margin-top: 5px;
	width:100%;
	color:#314564;
}

.section h1
{
	clear:left;
  float:left;
	color:#314564;
	/*font-size:10pt;*/
	font-weight:bold;
	margin-top:0px;
	margin-bottom:7px;
	border-bottom:1px solid #595959;
	padding: 0;
	line-height:15px;
	width:100%;
}

/* section error */
.section.error
{
  color:Red !important;
}
.section.error h1
{
  color:Red;
}


/* button */
.button-row
{
  clear:left;
  float:left;
  margin-top:3px;
	text-align:center;
	width:100%;
}
.button
{
	background-image:url('pics/button_blank.png');
	background-repeat:no-repeat;
	color:White;
	font-weight:bold;
	width:125px;
	height:28px;
	border:none;
}
.button:hover
{
 text-decoration:underline;
 color:Orange;
 cursor:pointer;
}



/* val terms & conditions */
.vtc
{
	clear:left;
	border:1px solid #000000;
	float:left;
	margin-bottom:5px;
	padding:5px;
}
.vtc-header
{
	clear:left;
	background-color: White;
	/*color:Black ;*/
	color:#314564;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:10px;
}
.vtc-item
{
	clear:left;
	background-color: White;
	/*color:Black ;*/
	color:#314564;
	font-size:7pt;
	margin-bottom:5px;
}
.vtc-item span
{
	float:left;
	width:15px;
}
.vtc-item label
{
	float:left;
	width:705px;
}

/* maintenance */
.maintenance
{
	clear:left;
	float:left;
	margin-bottom:200px;
}
.maintenance p
{
	text-align:center;
}

