/*
// ---------------------------------------------------------------------------------------------
// This module is part of ongoing modifications to the Spicerhaart source code.
//
// Author: Context Software Limited.
//
// Copyright (c) 2007. All Rights reserved by Context Software Limited. The license does not
// allow for the creation, amendment or distribution of copies of  this source code,
// without the express written permission of Context Software Limited.
// ---------------------------------------------------------------------------------------------
*/

﻿html, body 
{
	height: 95%;
}

* html #content 
{
	height:94%; 
}
* html #outer
{
	height:94%; 
}
* html #hipAssociation
{ 
	position:relative;
	top:0;
}
body 
{
	margin: 0px;
	text-align: center;
	background-color:#f4f4f3;
}
body,td,th 
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
#content 
{
	margin: 0 auto;
	text-align: left;
	width: 600px;
	background-color:White;
    background-repeat: no-repeat;
    min-height:520px;
    border: solid #D7D7D7 1px;
}
#outer
{
	margin: 0 auto;
	text-align: left;
	width: 600px;
	background-color:White;
    background-repeat: no-repeat;
    min-height:100%;
}
table.container 
{
    width: 600px;
    background-color:Transparent;
    text-align:left; 
    vertical-align:top;
}
table.full, td.full 
{
    width: 100%;
    vertical-align:top;
}
td.topLine
{
    background-color:#D7D7D7;
    height:1px;
}
h1 
{
    color: #9d9d9d;    
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 3px 0px;
}
td.caption 
{
    color: #9d9d9d;    
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 3px 0px;
}
#footer
{
	background-color:White;
	font-weight:bold;
	width: 590px;
	height:4%;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	border:solid #D7D7D7 1px;
    color:#bababa;
}
span.mandatory
{
    padding: 0px 0px 20px 0px;
    color:red;
}
input
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.controls
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.checkBox
{
    margin-left:-4px;
}
