﻿.named-classes {}

/* named-classes */

.off-left
{
    position:absolute;
    margin-left:-9999px;
}

.no-margin-top
{
	margin-top:0;
}

.no-margin-bottom
{
	margin-bottom:0;
}

a.link-arrow-red 
{
	padding-left:20px;
	background:white url(images/link-arrow-red.gif) no-repeat 0px 3px;
}

a.upper
{
    text-transform:none;
}

img.right
{
	float:right;
}

p.right
{
	text-align:right;
}

ul.right li
{
	text-align:right;
}

ul.left li
{
    padding-left:0px;
}

ul.bullet-arrow-red li
{
	list-style-image:url(images/bullet-arrow-red.gif);
}



ul.centred-list {	
	list-style-type:none;		
	padding:0;
	margin:2px;
	position:relative;
	font-size:11px;
	overflow:hidden;
	text-align:center;
}

#centred-list a {
	color:#ED1A3A;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

ul.centred-list li {
	display:inline;
	padding-right:2px;
	padding-left:4px;
	margin:0;
	border-left:1px solid #666666;	
	position:relative;
}

ul.centred-list li.removeborder {
	border-left:0;
}

.logos
{
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:center;
}

.logos li
{
    padding: 5px;
}

.column_image
{
	margin-top:14px;
}

.blue-box
{
    border:solid 1px #96C5E3;
    padding:5px;
}

.left-margin-5
{
    margin-left:5px !important;
}

.no-margin
{
    margin-bottom:0px !important;
}

.conditions
{
    font-style:italic;
}

.conditions span
{
    font-weight:bold;
    font-style:normal;
}

/* form fields */

.form-field
{
	margin-bottom:5px;
}

.form-field-label
{
	display:block;
	float:left;
	width:100px;
}

.form-field-value
{
}

.TitleCase 
{
	text-transform:capitalize;
}

.bump-margin-top
{
	margin-top:-10px;
}

.margin-bottom
{
	margin-bottom:28px;
}

.display-none
{
	display:none;
}

p.form-error-message
{
    color:#f00000;
    margin-top:2px;
    padding-left:8px;
    font-weight:bold;
}

.mandatory
{
    color:#eb1a3a;
    font-weight:bold;
}

.bold
{
	font-weight: bold;
}