﻿h1, h2, h3, h4
{
	margin-top: 0;
	padding-top: 0;
}

h1
{
	color: #313131;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -3px;
}

h2
{
	color: #313131;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

h3
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

h4
{
	margin: 0 0 5px 0;
}

a
{
	color: #313131;
	text-decoration: none;
}

a:hover
{
	color: #003F87;
	text-decoration: none;
}

h2 a
{
	color: #313131;
	text-decoration: none;
}

h2 a:hover
{
	color: #003f87;
	text-decoration: none;
}

h3 a
{
	color: #fff;
}

h3 a:hover
{
	color: #fff;
}


/* inputs */
.flat input[type="text"]
{
	font-size: 12px;
	color: #7f7f7f; /*margin-top:4px; 	margin-bottom:4px;*/
}


input[type="submit"]
{
	border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 2px 5px;
    width: 89px;
}


/* containers */
.box-wrapper
{
	width: 165px;
}

.box
{
	background: url(Images/bg_menu_bottom.gif) no-repeat left bottom;
}

.inner
{
	padding: 8px;
	position: relative;
}

.container
{
	background-color: #F3F8FC;
	border: 1px solid #3E8CD0;
}


.clear
{
	clear: both;
}

.hide
{
	display: none;
}

.nowrap
{
}


/* alignment */
.left
{
	float: left;
}

.center
{
	text-align: center;
}

.right
{
	float: right;
}

.align-top
{
	vertical-align: top;
}

.align-midde
{
	vertical-align: middle;
}

.align-bottom
{
	vertical-align: bottom;
}

.justify
{
	text-align: justify;
}


.pointer
{
	cursor: pointer;
}

.small
{
	font-size: 11px;
}

.smaller
{
	font-size: smaller;
}

.smallText
{
	font-size: 11px;
	line-height: 15px !important;
}

/* colours */
.red
{
	color: #9e1919;
}

.orange
{
	color: #f89738;
}

.green
{
	color: #669933;
}

.grey
{
	color: #7f7f7f;
}
.size11
{
	font-size: 11px;
}
.size12
{
	font-size: 12px;
}
.white
{
	color: #fff;
}

.blue
{
	color: #003479;
}

.charcoal
{
	color: #313131;
}

.bold
{
	font-weight: bold;
}
/* background colours */
.bg-green
{
	background-color: #669933;
}

.bg-light-green
{
	background-color: #DDECD2;
}

.bg-white
{
	background-color: #fff;
}

.bg-light-grey
{
	background-color: #f9f9f9;
}

.bg-orange
{
	background-color: #f89838;
}

.bg-blue
{
	background-color: #9FDBEF;
}



/* tables */
.flat
{
	empty-cells: show;
	white-space: inherit;
}

.flat td
{
	vertical-align: top;
}

.flat
{
	font-weight: normal;
}

.flat .heading
{
	border-top: 1px solid #cadabf;
	background-color: #003479;
	font-weight: bold;
	color: #fff;
}

.tableHeading
{
	font-size: 16px;
	font-weight: bold;
	color: #313131;
}

.subpage
{
	margin-left: 20px;
}

.form-label
{
	font-size: 11px;
}

.form-field
{
	width: 200px;
}


/* highlight */
.highlight
{
	background-color: #F3F8FC;
	border: 1px solid #3E8CD0;
	height: 1%;
}


/* form validation */
.validation-summary-errors
{
	color: red;
	font-size: 11px;
}

.input-validation-error
{
	background-color: #ffffcc;
	border: 1px solid red;
}

.field-validation-error
{
	color: red;
	font-size: 11px;
}

.field-validation-error a
{
	color: red;
}

.field-validation-error a:hover
{
	color: #313131;
	font-size: 11px;
}

.field-validation-success
{
	color: Blue;
	font-size: 11px;
}


/* checklist */
.checklist ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.checklist li
{
	list-style: none;
	background: url(Images/CardProgram/checkmark.gif) no-repeat center left;
	margin-left: 0;
	min-height: 50px;
	padding: 10px 0 0 50px;
}

.fieldrow
{
}

.fieldright
{
	width: 85%;
	float: right;
}


.fieldleft
{
	width: 20%;
	float: left;
}
