/* ELEMENTS */
A {
	color : Blue;
	text-decoration : underline;
	border : 0;
	background-color : #fff;
}
A:HOVER {
	color : #CC0000;
	text-decoration : underline;
	background-color : #fff;
}
A:ACTIVE {
	color : #CC0000;
	text-decoration : underline;
	background-color : #fff;
}

BODY {
	color : Black;
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}
H1{
	color : #000099;
	border-bottom-width : thin;
	border-style : none none dashed none;
	border-color : #003300;
	font-size : 18pt;
	background-color : #fff;
}
H2{
	font-size : 16pt;
	font-weight : bold;
	color : #000099;
	border-bottom-width : thin;
	border-style : none none dashed none;
	border-color : #003300;
	text-align : left;
	background-color : #fff;
}
IMG {
	border : 0;
}
LI {
	margin-bottom : 6px;
}
P, TD, DIV{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11pt;
		text-align : justify;
}
UL{
	list-style : square;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}
PRE{
	font-size : 11pt;
	color : #c00;
	white-space : pre;
	font-family : Arial, Helvetica, sans-serif;
}
TH{
	font-size : 12pt;
	font-weight : bold;
	color : #000099;
	border-bottom-width : 1px;
	border-style : none none dashed none;
	border-color : #003300;
	text-align : left;
}
/* IDS */
#address{
	display : none;
}
#gap{
	display : none;
}
#geckoCentered{
	margin-left : auto;
	margin-right : auto;
}
#logo{
	display : none;
}
#main{
	width : auto;
	text-align : left;
	float : none !important;
}
#mainTop{
	display : none;
}
#mainBottom{
	display : none;
}
#mainBottom A{
	display : none;
}
#menu{
	display : none;
}
#positioner{
	float : none !important;
}
#panelTop{
	display : none;
}
#panelBottom{
	display : none;
}
#testimonialContainer{
	text-align : center;
}
#testimonialHeader{
	text-align : center;
	font-weight : bold;
	color : #CC0000;
	background-color : #D5D3D3;
	border : 1px solid #494949;
	margin-bottom : 3px;
	padding : 5px 0.5em 5px 0.5em;
	display : block;
	width : auto;
}
#testimonialBody{
	text-align : center;
	color : black;
	background-color : #F0F0F0;
	border : 1px solid #494949;
	padding : 5px 0.5em 5px 0.5em;
	width : auto;
	margin-bottom : 3px;
}

#testimonialBody P{
	text-align : justify;
	margin : 0;
}
#testimonialBody UL{
	text-align : left;
}
#testimonialBody A{
	background-color : #f0f0f0;
}

#printLogo{
	background-image : url(http://cwcda.dev.coventry-id.co.uk/includes/images/structure/cda-logo.gif);
	width : auto;
	height : 150px;
	display : block;
	background-repeat : no-repeat;
	background-position : center;
}

/* CLASSES */
.formWide{
	font-size : small;
	font-family : arial, helvetica, sans-serif;
	width : 380px;
}
.formFull{
	font-size : small;
	font-family : arial, helvetica, sans-serif;
	width : 99%;
}
.pictureBox{
	text-align : center;
}
.pictureBox IMG {
	margin-right : 10px;
	margin-left : 10px;
	border : none;
}

#imageoff {
	display : inline;
	text-align : center;
}

#logodisplay #imageoff {
	display : block;
	text-align : center;
	background-color : #fff;
}

.additionalLogo{
	display : none;
}


.address{
	border : 1px solid black;
	text-align : center;
	width : auto;
	padding : 8px 10px 8px 10px;
	background-color : #CCE8DD;
	margin : 0 0 0 0;
}

.image{
	border : 1px dashed black;
	color : #c00;
	text-align : center;
	width : 100%;
	padding : 8px 10px 8px 10px;
	font-size : 90%;
	background-color : #f0f0f0;
}

.imageHolder{
	border : 1px dashed black;
	color : #c00;
	text-align : center;
	width : 100%;
	background-color : #f0f0f0;
	border-collapse : collapse;
}

.imageHolder TD{
	border-collapse : collapse;
}