html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
	font-family: Arial, Lucida Sans Unicode, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 68%;
	background: #1f80de url(../images/back.png) repeat-x 0 0;
	color: #fff;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body, .wrapperForm, #wrapper {
   height:100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}

a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.9em;
}
h3 {
	font-size: 1.4em;
	line-height: 1.7em;
}
h4 {
	font-size: 1.1em;
	line-height: 1.2em;
}
h6 {
	font-size: 0.9em;
	line-height: 1em;
}
p {
	margin-bottom: 1em;
}
li 
{
    margin: 0.1em 0 0.1em 3em;
}
fieldset {
	margin: 1em;
}
hr 
{
    border: 1px solid #ccc;
}
.innerWrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 1.1em;
}
.innerWrapper .container 
{
    padding: 0 10px;
}
#header {
    position: relative;
    margin-top: 2em;
}
#header h1 
{
    line-height: 2em;
    width: 60%;
}
#header h4
{
    line-height: 2em;
    font-size: 1.5em;
}
#headerRight 
{
    width: 300px;
    position: absolute;
    right: 25px;
    top: 0;
    text-align: left;
}
#header a {
    display: block;
    padding: 0.5em 1em 0em 0.5em;
    font-size: 1.5em;
    font-style: italic;
    color: #fff;
}
#content {
    padding: 20px 0 3.6em;
    line-height: 1.2em;
    background: url("../images/frame_top.png") no-repeat scroll left top;
    color: #222;
}
#contentInner 
{
    padding: 0 20px 20px;
    line-height: 1.6em;
    background: url("../images/frame_bottom.png") repeat scroll left bottom;
}
.calendar #mainContent {
width:650px;
}
#mainContent {
	float: left;
	width: 600px;
	padding-bottom: 2em;
	overflow: auto;
	margin: 20px 0 0;
}
#topSection 
{
    width: 950px;
    height: 270px;
    display: block;
    position: relative;
    overflow: hidden;
}
.sideBar 
{
    float: right;
	min-width: 250px;
	width: 270px;
	height: 100%;
	/*border-left: solid 1px #ccc;*/
	padding: 20px 0 20px 20px;
	margin-left: 20px;
}
.leftSideBar
{
    float: left;
    min-width: 220px;
	width: 220px;
	padding: 0;
	margin: 20px 20px 0 0;
}
.sidebarMain
{
    border-right: 1px solid #ccc;
    padding: 30px 10px 0 0;
}
.leftSideBar hr 
{
    margin: 20px 0;
}
#footer {
	clear:both;
	line-height: 1.8em;
    margin:0 auto;
	padding:0 1.5em;
}
#footer a 
{
    color: #fff;
}
.footerRight 
{
    float: right;
}
 ul.footerNav {
	list-style-type: none;
	list-style-position: outside;
	margin:3px 0 0;
}
.footerNav li {
    display: inline;
    float: left;
    line-height: 1.5em;
    margin: 0;
    border-right: 1px solid #ccc;
}
.footerNav li:first-child a
{
    padding-left: 0;
}
.footerNav a {
    display: block;
    padding: 0.5em 1em;
}
.footerNav a.active {
    
}
.footerNav a.active:hover {
    
}
.footerNav a:hover {
    text-decoration: underline;
}
#footer hr 
{
    border: 3px solid #fff;
}


	#footer .logos {
		background:#fff url('../images/background/footer_logos.jpg') no-repeat;
		clear:both;
		float:left;
		height:70px;
		margin:0 0 0 -10px;
		padding:20px 20px;
		width:920px;
	}
	#footer .logos ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#footer .logos ul li {
		float:left;
		margin:0 20px 0 0;
	}
	#footer .logos ul li img {
		display:block;
	}


#nav {
    width: 100%;
    border: 4px solid #fafb03;
    border-width: 4px 0;
    line-height: 2em;
    margin: 2em 0 1em;
    padding: 1em 0;
}
#nav ul {
	list-style-type: none;
	list-style-position: outside;
}
#nav li {
    display: inline;
    float: left;
    margin: 0;
    border-right: 1px solid #2177c2;
}
#nav li.last , .footerNav li.last, #navRight li
{
    border-right: 0;
}
#nav li.inline a 
{
    display: inline;
}
#nav a, #nav li.inline {
    display: block;
    padding: 0.5em 1em;
    line-height: 1.5em;
    color: #fff;
}
.navRight
{
    float: right;
    margin: 0;
}
.navRight a 
{
    float: left;
}
.navRight .btnBlue.both 
{
    margin:3px 0px 0 10px !important;
}
#nav a.active {
    
}
#nav a.active:hover {
    
}
#nav a:hover {
    text-decoration: underline;
}
#nav .c3button 
{
    display: inline;
}
#internalNav 
{
    list-style-type: none;
    border-top: 1px solid #ccc;
}
#internalNav > li
{
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f7f7f7;
}
#internalNav > li.active 
{
    border-right: 0;
}
#internalNav > li a {
    display: block;
    padding: 0.5em 1em 0.5em 25px;
    line-height: 1.5em;
    color: #818286;
    background: url(../Images/bullet_internal.png) no-repeat 5px center;
    border-right: 3px solid #efefef;
    font-weight: normal;
}
#internalNav > li.active a {
    background: #fff url(../Images/bullet_internal.png) no-repeat 5px center;
    border-right: 0;
}
#internalNav > li.active a:hover {
    
}
.pageHeading 
{
    color :#4b4142;
}


/* == Common elements == */
table.niceList {
	margin: 1em auto;
	border: 1px solid #000;
	width: 100%;
}
table.niceList .niceList {
	border: 1px solid #999;
}
table.niceList.emptyGrid, table.niceList.emptyGrid td {
	border: 0;
}
.niceList a, .niceList a:link {
	color: #333;
}
table.niceList th {
	background: #272727;
	color: #f0f0f0;
	padding: 0.5em;
	font-weight: bold;
	vertical-align: middle;
}
table.niceList th a, table.niceList th a:link {
	color: #f0f0f0;
}
table.niceList td {
	padding: 0.5em;
	vertical-align: middle;
}
table.niceList .buttoncell {
	width: 28px;
	text-align: center;
}
table.niceList .buttoncell.dblWidth {
    width: 90px;
}
table.niceList .buttoncell.tripleWidth {
    width: 120px;
}
.buttoncell input 
{
    margin: 0;
}
.buttoncell .c3button 
{
    margin: 0.2em;
}
.mediumWidth 
{
    width: 8em !important;
}
td.mediumWidth {
	text-align: center;
}
.niceList .footer, .niceList .footer td {
    vertical-align: top;
    background: #def;
}
.even {
	background: #f0f0f0;
}
.alt {
	background: #f6f6f6;
}
.formRow {
	display: block;
	clear: left;
}
.readOnly .formRow {
	line-height: 1.5em;
}
.formRow.headerless {
    padding: 1.5em 0 0;
}

.formRow {
	display: block;
	clear: left;
}
.niceForm.readOnly .formRow {
	line-height: 1.5em;
}
.formRow.headerless {
    padding: 1.5em 0 0;
}
input, select, textarea, label, .label {
	margin: 0.4em 0.4em 0.6em 0.4em;
}
.labelContent 
{
    vertical-align: top;
    display: block;
    margin: 0.4em 0.4em 0.6em 0.4em;
    width:auto; 
    min-width:10em;
}
.autoWidth, .autoWidth label, .autoWidth input
{
    width: auto !important;
    float: none !important;
}
input[disabled='disabled'] {
	background-color: #ddd;
}
label, .label {
	display: inline-block;
	width: 12em;
	float: left;
	vertical-align: top;
}
label.wide, .label.wide {
    width: 16em;
}
label small {
	display: block;
	clear: both;
	margin-top: 0.5em;
	line-height: 1.2em;
}
.checks {
	margin-left: 12.8em;
}
.checks input {
	float: left;
}
.checks label {
	clear: right;
	display: block;
	float: none;
	line-height: 2.2em;
}
table.checks label {
	line-height: 1.2em;
}
.inlineChecks 
{
    display: block;
}
.inlineChecks input, .inlineChecks label, .inlineChecks .labelContent
{
    margin: 0.4em 0.4em 0.6em;
    float: left;
    display: block;
    line-height: 1.2em;
}
.radioChecks {
	margin: 0.5em;
}
.radioChecks input {
	float: none;
}
.radioChecks label { /*for radiobutton lists*/
	clear: none;
    float: none;
    display: table-cell;
    line-height: 1em;
    width: 10em;
}
table.checks, table.checks td {
	border: 0 !important;
}
.checks label {
	width: auto;
}
input.dateField[type=text] {
	width: 6em;
}
input[type=text], input[type=password], select {
	width: 26em;
}
textarea 
{
    width: 27em;
}
textarea.wide
{
    width: 47em;
}
input[disabled] {
    background:transparent !important;
}
select.smallInput {
    width: 6em;
 }
.smallInput, input.smallInput {
	width: 4em;
}
.smallInput.dblWidth {
	width: 8em;
}
.largeInput {
	width: 18em;
}
table {
	width: 100%;
}
fieldset {
	border: 1px solid #666;
	padding: 1em;
}
legend {
	font-weight: bold;
}

.pager 
{
    margin: 0 auto;
    text-align: center;
}
.pager table 
{
    width: auto;
}
.required 
{
    color: #f00;
    display: inline;
    width: 3em;
}

.error {
	color: #f00;
	line-height: 1.4em;
	padding: 2px 18px;
	margin: 0 0.4em;
	background: url(../Images/error_16.png) no-repeat left center;
}
.errorContainer {
    padding: 0.6em 0.5em 0.6em 30px;
	margin: 0.8em 0;
	color: #000;
	background: #FFDFE0;
	border: 1px solid #000;
}
.errorContainer .error 
{
    color: #000;
}
.errorContainer h4 
{
    margin-top:0;
}
.errorContainer.titled {
    background: #FFDFE0 url(../Images/error_16.png) no-repeat 6px center;
}
.validationMarker /*red asterisks for errors*/
{
    vertical-align: top;
}   padding-top: 6px;
}
.inputError { /* aligns with form elements */
    background: url(../Images/error_16.png) no-repeat left center;
	color: #f00;
	margin: 0 0.3em 0.3em 13.2em;
	padding: 2px 18px;
	line-height: 1.4em;
	display: block;
	clear: left;
}
.inputError.wide {
	margin-left: 17.2em;
}
.warning {
	color: #000;
	line-height: 1.4em;
	padding: 2px 20px;
	background: url(../Images/warning_16.png) no-repeat 2px center;
}
.warningContainer {
    padding: 0.6em 0.5em 0.6em 30px;
	margin: 0.8em 0.4em;
	color: #000;
	background-color: #FFFABF;
	border: 1px solid #FFAD1F;
}
.warningContainer .warning
{
    
}
.confirmationMessage {
	padding: 0.6em 0.5em 0.6em 30px;
	margin: 0.8em 0.4em;
	color: #000;
	background: #DFFFCF url(../Images/tick_16.png) no-repeat 6px center;
	border: 1px solid #6DB630;
	display: block;
}
.informationContainer 
{
    padding: 0.6em 0.5em 0.6em 30px;
	margin: 0.8em 0.4em;
    background: #EFF6FF url(../Images/info_16.png) no-repeat scroll 6px center;
    border: 1px solid #000E1F;
}
.informationMessage {    
    padding: 1em 0.5em 0 35px;
    margin: 0.8em 0.4em;
	background: #EFF6FF url(../Images/info_16.png) no-repeat scroll 1em 0.9em;
    border: 1px solid #000E1F;
}
.loading {
    background: url(../Images/ajax_16.gif) no-repeat right center;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hide IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* hide IE-mac */
.clear {
	clear: both;
}
.caps 
{
    text-transform: uppercase;
}
.block {
	display: block;
}
.centered {
	text-align: center;
}
img.centered {
	margin: 0 auto;
}
.left 
{
    float: left;
}
.leftAlign 
{
    text-align: left;
}
.leftImg 
{
    float: left;
    margin: 0 1em 0.5em 0;
}
.right {
	text-align: right;
}
.rightAlign {
	text-align: right;
}
.rightImg 
{
    float: right;
    margin: 0 1em 0.5em 0;
}
.hidden 
{
    display: none;
}
.top, .top td {
    vertical-align: top !important;
}
.div.titled {
    width: 100%;
    height: 100%;
}
.login {
	padding: 1em;
	margin: 0 auto !important;
	width: 90%;
}
.breadCrumbs 
{
    color: #ccc;
}
.breadCrumbs a
{
    color: #999;
    font-weight: normal;
}

/* == Search == */
/*.miniSearch input[type=text] {
	width: 160px;
	height: 16px;
	margin: 0;
	padding: 5px 0 5px 8px;
	border: 0;
}
.miniSearch input {
    float: left;
}
#search {
	padding: 1em;
	background: #f6f6f6;
	border: 1px solid #000;
}
#search select, #search input[type=text] {
	width: 10em;
}
.searchBox
{
    background: #fff url(../images/search_back.png) no-repeat left top;
}*/

.miniSearch
{
    /*margin: 18px 0 0 20px;*/
    overflow:hidden;
    width:210px;
    float:left;
}
.miniSearch div
{
                
}
.miniSearch .searchBox
{
    width: 162px;
	height: 27px;
	margin: 0;
    float:left;
    border: 0;
    padding: 0 0 5px 8px;
    background: transparent url(../images/search_back.png) no-repeat left top;
    /*padding: 12px 0 5px 8px;
    background: transparent url(../images/search_back.png) no-repeat left 11px;*/
}
.miniSearch .searchButton
{
    float:right;
    background: url(../Images/btnBlueRight.png) no-repeat right center;
    width: 40px;
    height: 26px;
    border: 0;
    margin: 0;
    color: #fff;
}
.searchContainer 
{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.roundTextBox 
{
    background: url(../Images/searchFullBack.png) no-repeat 0 0;
    border: 0;
    height: 25px;
    width: 270px !important;
    margin: 0;
}


/* = Homepage specific = */
#homeDriverCpc 
{
    position: absolute;
    top: 20px;
    right: 60px;
    /*top: 10px;
    right: 40px;*/
    z-index: 10;
    display: block;
    font-size: 1.3em;
    width: 230px;
}
#homeDriverCpc a 
{
    font-weight: normal;
    text-decoration: none;
}
#homeDriverCpc .limeBox 
{
    background: url(../Images/cpc_bottom.png) no-repeat bottom left;
}
.limeBox 
{
    background: #efee15;
    height: 210px;
}
#homeDriverCpc .boxInner
{
    background: url(../Images/cpc_bottom.png) no-repeat bottom center;
    padding: 0 10px 10px 10px;
}
#homeDriverCpc .boxTop {
    background: url(../Images/cpc_top.png) no-repeat 0 0;
    height: 10px;
}
#workForUs h4 
{
    background: url(../Images/stock_right_top.png) no-repeat 0 0;
    padding: 0px 8px 10px 10px;
}
#ourCommitments h4
{
    color: #fff;
    background: url(../Images/stock_right_bottom.png) no-repeat 0 0;
    padding: 0px 8px 10px 10px;
}
#ourCommitments h4 a
{
    color: #fff;
}
#workForUs h4 a, #ourCommitments h4 a 
{
    display: block;
}



		/*
		 * Sidebar > Sidebar Box
		 */
		.sideBar .sidebarBox {
			background:url('../Images/stock_right_bottom_door.png') no-repeat;
			background-position:bottom left;
			overflow:hidden;
			margin:0 0 20px;
			width:270px;
		}
		.sideBar .sidebarBox h4,
		.sideBar .sidebarBox h4 a {
			font:400 120% 'Myriad Pro', Arial, Helvetica, Tahoma, San-Serif;
			height:140px;
			margin:0;
			padding:15px 8px 10px 10px;
		}
		.sideBar .sidebarBox h4 a {
			display:block;
			width:234px;
		}
		.sideBar .sidebarBox p {
			margin:0;
			padding:10px;
		}
		
			/*
			 * Sidebar > Sidebar Box, Latest News
			 */
			.sideBar #latest-news {
			}
			.sideBar #latest-news h4 {
				background:url('../Images/stock_right_top.png') no-repeat;
				border-bottom:1px solid #ccc;
				height:44px;
				overflow:hidden;
    			padding:0 8px 0 10px;
				width:252px;
			}
			.sideBar #latest-news h4 a {
				height:auto;
			}
			.sideBar #latest-news ul {
				padding:10px 10px 0;
			}
			.sideBar #latest-news ul li {
				clear:both;
				float:left;
				margin:0 0 8px;
				width:232px;
			}
			.sideBar #latest-news ul li h6 {
				float:left;
				font-size:1em;
				line-height:12px;
			}
			.sideBar #latest-news ul li p {
				clear:both;
				display:block;
				float:left;
				margin:-1px 0 0;
				padding:0;
			}
			.sideBar #latest-news ul li span {
			}
			.sideBar #latest-news ul li span.date {
				float:right;
				font-size:10px;
				line-height:14px;
				padding:0 0 0 10px;
			}



.homeIntro 
{
    margin-bottom: 15px;
    clear: left;
}
.homeLeft 
{
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.homeRight 
{
    float: right;
    width: 45%;
}
.homeRight.miniContact  input[type=text], .text230
{
    width: 230px;
    height: 26px;
    padding: 0 10px;
    background: url(../images/txt_back_250.png) no-repeat 0 0;
    border: 0;
}
.homeRight.miniContact textarea, .textarea230
{
    width: 230px;
    height: 140px;
    padding: 5px 10px;
    background: url(../images/txtarea_back_250.png) no-repeat 0 0;
    border: 0;
}
.miniContact label
{
    font-weight: bold;
    width: 8em;
    margin: 0.2em 0 0.1em;
}
.miniContact input[type=text], .text190
{
    width: 190px;
    height: 26px;
    padding: 0 10px;
    background: url(../images/txt_back_190.png) no-repeat 0 0;
    border: 0;
    margin: 0 0 0.4em 0;
}
.miniContact textarea, .textarea190
{
    width: 190px;
    height: 140px;
    padding: 5px 10px;
    background: url(../images/txtarea_back_190.png) no-repeat 0 0;
    border: 0;
    margin: 0 0 0.4em 0;
}
.pagination 
{
    list-style: none;
}
.pagination li 
{
    float: left;
    list-style: none;
}
.pagination li.less 
{
    float: left;
}


/* = News = */
li.newsPost 
{
    margin: 0 0 1em;
    list-style-type: none;
}
.newsPost .date 
{
    color: #1f80de;
}


/* Driver Forms */
.availabilityChecks td, .availabilityChecks th 
{
    text-align: center;
}

/* == Image Buttons == */
.c3button {
    min-width: 20px;
	width: auto;
	margin: 0.2em;
	padding: 0.2em 0.2em 0.2em 24px;
	text-align: left;
	min-height: 20px;
	background: #f6f6f6 none no-repeat scroll 5px center;
	border: 1px solid #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.65);
}
.c3button.noImage 
{
    padding: 0.2em;
}
.btnGreen 
{
    background: #efee15;
    color: #000 !important;
}
.btnGreen.rightEdged 
{
    background: url(../Images/btnGreenRight.png) no-repeat left center;
}
.btnBlue
{
    background: #1d77cf;
    color: #fff;
}
.btnBlue.leftEdged 
{
    background: url(../Images/btnBlueLeft.png) no-repeat left center;
}
.btnBlue.rightEdged 
{
    background: url(../Images/btnBlueRight.png) no-repeat right center;
    width: 40px;
    height: 26px;
    border: 0;
    margin: 0;
}
.btnBlue.both
{
    background: url(../Images/btnBlueWhole.png) no-repeat 0 0;
    width: 140px;
    height:25px;
    border: 0;
    margin: 3px 0 0 !important;
    line-height: 28px !important;
    text-align: center;
    padding: 0 !important;
}
.btnBlue.wide 
{
    background: url(../Images/btnBlueWhole.png) no-repeat left center;
    width: 110px;
    height:25px;
    text-align: center;
}
.invisibutton 
{
    background: transparent;
    border: transparent;
    font-weight: bold;
}
.arrowRight 
{
    background: url(../Images/arrow_black_14.png) no-repeat right center;
    padding-right: 16px;
}
input.arrowRight 
{
    border: 0;
}
.arrowRight20Blue
{
    background: url(../Images/arrow_blue.png) no-repeat right center;
    padding-right: 22px;
}
.arrowRight20
{
    background: url(../Images/arrow_black.png) no-repeat right center;
    padding-right: 22px;
}
.imgButton, .btnAdd, .btnCancel, .btnConfirm, .btnCSV, .btnDelete, .btnEdit, .btnGo,  .btnLabels, .btnPickingList, .btnRefresh, .btnSave, .btnSaveReturn, .btnUndispatch {
	min-width: 20px;
	width: auto;
	margin: 0.2em;
	padding: 0.2em 0.2em 0.2em 24px;
	text-align: left;
	min-height: 20px;
}
.lnkButton {
    display: block;
	min-height: 16px;
	padding: 0.3em 0.3em 0.3em 20px;
	line-height: 2em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px center;
}
.btnAdd {
	background-image: url(../Images/add_16.png);
}
.btnCancel {
	background-image: url(../Images/undo_16.png);
}
.btnConfirm {
	background-image: url(../Images/tick_16.png);
}
.btnDelete {
    background-image: url(../Images/trash_16.png);
}
.btnEdit {
	background-image: url(../Images/edit_16.png);
}
.btnRefresh {
	background-image: url(../Images/refresh_16.png);
}
.btnSave {
	background-image: url(../Images/save_16.png);
}
.btnGo {
	background-image: url(../Images/arrow_right_16.png);
}
.btnSearch {
    display: inline-block;
	text-indent: -999em;
	outline: 0;
	margin: 2px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	cursor:pointer;
	background: url(../images/search_16.png) no-repeat left center;
}
.lnkAdd {
	display: block;
	min-height: 12px;
	padding: 0.2em 26px;
	margin: 0.4em;
	background: url(../Images/add_24.png) no-repeat left center;
}
.lnkGo {
	height: 16px;
	padding: 0.1em  24px 0.1em 0.1em;
	background: url(../Images/arrow_right_16.png) no-repeat scroll right center;
}
.lnkGo.invisibutton 
{
    height: 20px;
}
.lnkGo32 
{
    display: block;
	height: 32px;
	line-height: 27px;
	padding: 0.3em 0.3em 0.3em  34px;
	background: url(../Images/go_32.png) no-repeat left center;
}
.timesheet 
{
    border-collapse: collapse;
    border: 1px solid #000;
}
.timesheet td.first 
{
    width: auto;
    text-align: left;
}
.timesheet td
{
    width: 7%;
    text-align: center;
}
.timesheet th 
{
    text-align: center;
}
.timesheet input 
{
    width: 3em;
}


.courseList 
{
    list-style: none;
}
.courseList li 
{
    margin: 20px 0;
    padding: 10px;
}
.courseDate 
{
    font-style: italic;
}
.enrolmentForm 
{
    margin: 0 0 30px 0;
}
div.worldPay
{
    margin: 30px 0 0 0;
}






























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

