/* AMS Stylesheet */

html,body
{
	margin:0;
	padding:0;
	height: 100%;
}

html, body, li, p, div
{
	font: small Verdana, Arial, Helvetica, sans-serif;
}

#fullheight {	height: 100%;	}

#background
{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: -1;
}

#content
{
	position: absolute;
	z-index: 1;
}

.top-left
{
	margin-right: 9px; /* clip right corner */
	background-image: url('../images/box_1280x18.gif');
	height: 9px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.top-right
{
	margin-top: -9px; /* to level of top-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('../images/box_1280x18.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 9px; 
	font-size: 2px;
}

.bottom-left
{
	margin-right: 9px; /* clip right corner */
	background-image: url('../images/box_1280x18.gif');
	background-position: 0 -9px; /* show under half of the image */	
	height: 9px;
	font-size: 2px;
}

.bottom-right
{
	margin-top: -9px; /* to level of bottom-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('../images/box_1280x18.gif'); 
	background-position: 100% -9px; /* under half, right side */
	height: 9px; 
	font-size: 2px; 
}

.inside
{
	border-left: 1px solid #0b0051;
	border-right: 1px solid #0b0051;

	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/table_blue_gradient.gif);	
	background-repeat: repeat-x;
	
}

.notopgap
{
	margin-top: 0;
}

.nobottomgap
{
	margin-bottom: 0;
}

.background
{
	background-image:url(../images/table_blue_gradient.gif);
	vertical-align: middle;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0
}

.blue_title
{
	color: #000099;
	text-align: center;
}

.contact_width
{
	width: 400px;
}

.button
{
	color: #000;
	background-image:url(../images/blue_gradient.gif);
	width: 100px;
}

.header
{
	color: red;
	font-size: 18px;
}

DIV.qlabel
{
	text-align: right;
}

.normal_cell
{
	background-color: white;
}

.highlighted_cell
{
	background-color: #fffdd5;
}

textarea.grey, input.grey
{
	color: #666666;
}