/*@import url(styleextra.css);*/
@import url(reset.css);


/*Define defaults for html elements*/

html
{
    height:100%;
}


body
{
    
    font-size: 0.75em;
    font-family: Arial, Helvetica, Sans-Serif;
    height: 100%;
    margin: 0;
}


table, td
{
    font-family: Arial, Helvetica, Sans-Serif;
}

a
{
    text-decoration: none;
    color:#4C5A65;
}

a:hover
{
    opacity:0.6;    
}

a:focus
{
    opacity:0.4;    
}

img
{
    border: none;
    _behavior:url(guernseyfinancialinvestigationunit/css/PIE.htc); 
}

h1, h2, h3, h4, h5
{
    color:#9B9B9B;
    margin-top: 1em;
    margin-bottom: 1em;
}

p
{
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.3em;
}

h1
{
    font-size: 1.8em;
    line-height: 2em;
}

h2
{
    font-size: 1.6em;
    line-height: 1.8em;
}

h3
{
    font-size: 1.4em;
    line-height: 1.6em;
}

h4
{
    font-size:1.2em;
    color:#000000;
}

blockquote, .snippet {
	height: 100%;/*IE6 fix hidden from iCM editor*/
}

.btntext {
	cursor: pointer;
}

.debugtext {
	display: none;
}

#pagewrapper {
	width: 100%;
	min-height:95%;
	min-width:1000px;
	overflow:hidden;
	background:#ffffff;
	padding:0;
	margin-bottom: 40px;
}

#utillinks ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

/*Standard error message*/
div.error, ul.error {
	margin: 1em 0;
	padding: 0.5em 1em;
	color: #000;
	background-color: #ffc1c0;
	border: 1px solid #dc090e;
	font-weight: bold;
}

div.error strong {
	font-size: 108.333%;
}

ul.error, div.error ul {
	list-style: none;
}

.icmform dl {
	color: #c00;
	font-weight: bold;
}

/*Menu links*/
#toputilnav a, #headerutilnav a, #toplevel a, #breadcrumb a, #leftcolumn a, #rightcolumn a, #footer a {
	text-decoration: none;
}

#toputilnav a:hover, #toputilnav a:focus, #headerutilnav a:hover, #headerutilnav a:focus, #toplevel a:hover, #toplevel a:focus, 
#breadcrumb a:hover, #breadcrumb a:focus, #leftcolumn a:hover, #leftcolumn a:focus, #rightcolumn a:hover, #rightcolumn a:focus,
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#toputilnav a:active, #headerutilnav a:active, #toplevel a:active, #leftcolumn a:active, #rightcolumn a:active {
	text-decoration: underline;
}

#toputilnav a, #leftcolumn a, #footer a {
	color: #000;
}

#toputilnav a:visited, #leftcolumn a:visited, #footer a:visited {
	color: #004;
}

/*Top utility navigation*/
#toputilnav {
	overflow: hidden;	
	padding:10px 35px 0px 35px;
	font-size: 91.666%;
	color:#005A9C;
	background:#666;
}

#toputilnav ul {
	margin: 0;
	padding: 0.273em 0;
	float: right;
	list-style: none;
	overflow: hidden;
}

#toputilnav ul li {
	padding: 0 0.727em;
	float: left;
	height: 1em;/*vertically tightens the separators*/
	line-height: 1em;
	white-space: nowrap;
}

#toputilnav ul li.last {
	border-right: none;
}

#toputilnav ul li .selected {
	font-weight: bold;
	cursor: default;
}

/*Top banner*/
#topbanner {
	overflow: hidden;	
	height: 100px;
	padding:0 35px;
	background:#666;
}

#topbanner img.glrimg
{
    position:absolute;
    left:230px;
    top:30px;
}

#toplogo {
	float: left;
	display: inline;	
	padding: 1px;
	width: 424px;
    height: 120px;
}

#toplogo a {
	display: block;
	line-height: 0;
	position:absolute;
	top:15px;
}

/*Top Menu*/
#headerutilnav {
	float: right;
	margin: 25px 0 0 0;
	text-decoration:underline;
	font-size:1.2em;
		
}

#headerutilnav ul {	
	padding: 0;
	list-style: none;
}

#headerutilnav li {
	float: left;	
	text-decoration: none;
}

#headerutilnav li.first {
	border-left: 0;
}

#headerutilnav li.last {
	border-right: 0;
}

#headerutilnav span {
	cursor: default;
}
#headerutilnav a
{
    color:#fff;
    text-decoration:underline;
}

/*Top level navigation*/
#toplevel
{	
    overflow:visible;
	height: 100%;
	position: relative;
	padding:15px 35px 0px 35px;
}

#headerutilsubnav {
	margin: 0 245px 0 0;
}

#headerutilsubnav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 116.666%;
	border-right: solid 1px #4c4c4c;
}

#headerutilsubnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	white-space: nowrap;
	line-height: 1em;
	border-left: solid 1px #4c4c4c;
	border-right: solid 1px #131313;
}

#headerutilsubnav a, #headerutilsubnav span {
	display: block;
	padding: 13px 8px;
}

#headerutilsubnav span {
	background: #4c4c4c;
	cursor: default;
}

#headerutilsubnav ul li.first {
	border-left: 0;
}

#headerutilsubnav ul li.first a, #headerutilsubnav ul li.first span {
	padding-left: 15px;
}

/*Top search box*/
#toplevelsearch {
	display: block;
	position: absolute;
	right: 35px;		
	width:515px;
	top:-50px;
}

#toplevelsearch form {
	margin: 0px 0;	
	float:right;
}

#toplevelsearch fieldset {
	width: 255px;/*Extra pixel for Firefox 3.6 on Mac*/		
	border: 0;
	
}

#toplevelsearch legend {
	display: none;
}

#toplevelsearch .btntext {	
	
	vertical-align: top;	
	font-size: 1.2em;	
	margin-right:-2px;	
	display:inline-block;
	*display:inline;
	*zoom:1;
	
}

#toplevelsearch #q 
{
    color:#333333;
    font-weight:bold;	
	width: 180px;	
	display:inline-block;
	*display:inline;
	*zoom:1;	
	padding: 3px 0px;	
	border: 0;
	line-height: 14px;
	vertical-align: top;
	font-size: 91.666%;
	border:1px solid #DEDEDE;
	
}

#toplevelsearch label span {
	display: none;/*Label not hidden from screenreaders*/
}

#toplevelsearchtitle
{
    background:#793385;
    width:120px;
    float:left;    
    color:#FFFFFF;    
    font-size:100%;
    text-transform:uppercase;
    padding:8px 15px;
    border-radius: 6px 0px 0px 6px;
    behavior: url(guernseyfinancialinvestigationunit/css/PIE.htc);
}

.restrict2
{
    height:88px; 
    background:#ffffff; 
    overflow-y:scroll; 
    position:relative;
    overflow-x:hidden;
}

/* Home page */

.HomeContent
{
    padding:15px;
}

.HomeContent .introtext
{
    color:#033F88;
    font-size:1.1em;
    margin-bottom:10px;
}


/*Breadcrumb trail*/
#breadcrumb 
{  
	
}

#breadcrumb .label {
	float: left;
	display: inline;
	padding: 5px 30px 6px 15px;
}

#breadcrumb ol {	
	height: 100%;/*IE6/7*/
	margin: 0;
	padding: 0 15px 6px 0;
	list-style: none;
}

#breadcrumb ol li 
{
    float:left;
    text-transform:capitalize;
    color: #666;
    position:relative;
    font-weight: bold;    	
	display: inline;
	padding: 5px 19px 0 11px;
	
}

#breadcrumb ol li.level2
{
    
}

#breadcrumb ol li.level3
{
    padding-left:25px;
}
#breadcrumb ol li.level4
{
    padding-left:30px;
}

#breadcrumb ol li.level5
{
    padding-left:35px;
}

#breadcrumb ol li span
{
    color:#C93;
    background:#fff;
}

#breadcrumb ol li.last
{
	background: none;
	
}

#breadcrumb ol li.first
{
    
}

#breadcrumb ol li a {
	text-transform:capitalize;
	color:#666;
}

#breadcrumb ol li ul
{
    height:auto;
    width:auto;
    position:absolute;
    left:0px/9;
    top:0px/9;
}

#breadcrumb ol li ul li
{
    display:list-item;
    float:left;
    clear:both;
    background:url(../images/breadcrumbarrow.gif) no-repeat 100% 80%;
}


/*Left column*/


#leftcolumn {
	float: left;
	display: inline;
	width: 180px;
}

div.navtitle
{
    width:170px;    
    padding:10px 20px;    
    color:White;
    font-weight:bold;  
    clear:both;     
    background: #00441B;
    background: -moz-linear-gradient(#00441B, #4A9969);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00441B), to(#4A9969));
    background: linear-gradient(#00441B, #4A9969);
    -pie-background: linear-gradient(#00441B, #4A9969);    
    behavior: url(guernseyfinancialinvestigationunit/css/PIE.htc);
}

#leftnavigation {
	
	padding: 0;
	list-style: none;	
	*overflow: hidden;/*IE7*/
}

#leftnavigation li {	
	border-bottom:3px solid #fff;
}

#leftnavigation a
{
    width: 160px;
    margin-right:10px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    vertical-align: top;
}

#leftnavigation img
{
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
}

#leftnavigation li.childli 
{
    border:0px solid #fff;
    background:#f1f1f1;
}

a.parent
{
    color:#00355F;
}

#leftnavigation li.slice1
{
    background:#7191C0;
    background: -moz-linear-gradient(left top, right top, #7191C0, #9DB4D4);
    background: -webkit-gradient(linear, left top, right top, from(#7191C0), to(#9DB4D4));
    background: linear-gradient(left top, right top, #7191C0, #9DB4D4);
    -pie-background: linear-gradient(left top, right top, #7191C0, #9DB4D4);
    behavior: url(guernseyfinancialinvestigationunit/css/PIE.htc);
}

#leftnavigation li.slice2 div
{
    background:#83A0C9;
    background: -moz-linear-gradient(left top, right top, #83A0C9, #9DB4D4);
    background: -webkit-gradient(linear, left top, right top, from(#83A0C9), to(#9DB4D4));
    background: linear-gradient(left top, right top, #83A0C9, #9DB4D4);
    -pie-background: linear-gradient(left top, right top, #83A0C9, #9DB4D4);
    behavior: url(guernseyfinancialinvestigationunit/css/PIE.htc);
}

#leftnavigation li.slice3 div, #leftnavigation li.slice4 div, #leftnavigation li.slice5 div, #leftnavigation li.slice6 div, #leftnavigation li.slice7 div
{
    background:#93ACD0;
    background: -moz-linear-gradient(left top, right top, #93ACD0, #9DB4D4);
    background: -webkit-gradient(linear, left top, right top, from(#93ACD0), to(#9DB4D4));
    background: linear-gradient(left top, right top, #93ACD0, #9DB4D4);
    -pie-background: linear-gradient(left top, right top, #93ACD0, #9DB4D4);
    behavior: url(guernseyfinancialinvestigationunit/css/PIE.htc);
}

#leftnavigation li.selected{
    color: #ffffff;
    
}

#leftnavigation li.selected div {	
	
	font-weight: bold;
}

#leftnavigation li.selected a.sibling 	
{
    color:#fff;
    background: #C93;
	padding: 5px 10px;
}

#leftnavigation li.selected span
{
    color:#fff;
    background: #C93;
	padding: 5px 10px;
	display:block;
}

#leftnavigation li.selected #breadcrumb ol li span
{
    color:#C93;
    background:#fff;
    padding:0px;
}

#leftnavigation li.child {
	margin: 0;	
	padding-left:0px;		
	color:#00355F;
}

#leftnavigation li.child div {
	margin: 0;	
}

#leftnavigation li.child a {
	color:#666;
	padding:5px 10px;
	font-weight:bold;
	*width:165px;
    *float:left;
}

#leftnavigation li.child a:hover
{
    background:#c93;
    color:#fff;
}

#leftnavigation li img
{
    margin-top:3px;
    float:right;
}


#leftadditional {
	width: 200px;
	overflow: hidden;
}



.sibling div a
{
    background:#EDEDED;		
	padding:5px 10px;
	font-weight:bold;
    color:#666;    
    *float:left;
}

.sibling div span
{
    display:block;    
    background:#EDEDED;		
	padding:5px 10px;
	font-weight:bold;
    color:#666;    
    
}

.sibling div a:hover
{
    background:#666;
    color:#fff;
}

.navigationarrow:hover
{
    cursor:pointer;    
}

/*Links */


#linkscontainer
{
    float:left;
}

.links
{
    float:left;
    width:250px;
}

    .links li
    {
       padding:0px;
    }


/*Main content*/
#maincolumnwrapper 
{
    font-family: Arial, Helvetica, Sans-Serif;		
	margin: 10px 0;	
	padding:0px 35px;
	margin-top:55px;
	*position:relative;
	*z-index:1;
}

#contentwrap 
{    
	margin-left:195px;	
	height: 100%;	
	padding:10px 0 20px 0;
	_padding-top:20px;	
	position:relative;
	*z-index:1;	
}

#contentwrap img.ContentImage
{
    float: left;
    margin: 0 25px 20px 0;
}

#contentwrap a.RelatedLogoImage
{
    float: left;
    margin: 10px 9% 0px 18%;
    text-align:center;
}

#contentwrap h1
{
    margin-top: 0;
}

#contentwrap .PageHeadingContainer
{
    width:100% ;
    position:relative;
    margin-top:-80px;    
    padding:5px 0px;
    border-bottom:1px solid #D9D9D9;
    min-height:65px;
    margin-bottom:10px;
}

#contentwrap .PageHeadingContainer h1.PageHeading
{
    color: #9B9B9B;
    font-size: 1.3em;
    margin: 0;
    padding:20px 0 0 0;
    line-height:20px;
    padding-right:300px;
    min-height:40px;    
    overflow:hidden;
}

#contentwrap .PageHeadingContainer h1.PageHeading span
{
    color:#C93;
}

#contentwrap .PageHeadingContainer img
{
    position:absolute;
    right:0;
    top:5px;
    
}

#contentwrap p
{
    line-height:17px;
}

#contentwrap ul
{
    list-style:disc;
    margin-left:20px;
    line-height:1.5em;
}

#contentwrap p.introtext
{
    margin-bottom:13px;
    line-height: 1.2em;
    font-size: 1.2em;
    color: #00355F;
}

#contentwrap .ChildArticlesBar
{
    width:600px;
}

#contentwrap .ChildArticlesBar a
{
    color:#ffffff;
    background:#666666;
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin-bottom:12px;
    background-color: #666; 
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
}



#contentwrap .ChildArticlesBar span
{
    color:#ffffff;
    background:#C93;
    display:inline-block;
    *display:inline;
    *zoom:1;    
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 0;
}

#contentwrap .ChildArticlesBar a:hover
{
    background:#C93;
    opacity:1.0;
    filter:alpha(opacity=100)
}



/* Left Column */

#leftside
{
    float:left;
    margin-top:10px;
    width:179px;
    *margin-bottom:30px;
    _margin-top:30px;
   
}



/*Body content styles*/
#relatedimages 
{
    width: 100%;
    min-height: 120px;
    margin: 50px 0 20px 0;
}

#relatedimages ul { list-style: none; }
#relatedimages ul li
{
    display: inline;
    margin: 0 0px;
}
#relatedimages ul img 
{
    margin-bottom:10px;
	/*border: 5px solid #fff;
	border-width: 5px;*/	
	width:519px;
	height:173px;
	_width:400px;
	_height:133px;
	/*box-shadow: 0px 0px 14px #333;
	behavior: url(guernseyfinancialinvestigationunit/css/PIE.htc);*/
	
}
#relatedimages ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px;
	color: #fff;
}
#relatedimages ul a:hover { color: #fff; }


#furtherInfo
{
}

#furtherInfo hr
{
    margin: 20px 0;
}

ul.downloadlist
{
    padding:0px;
    margin-top:10px;
}

a.fiLink
{
    display: block;
    float: right;
    width: 160px;   
    text-decoration: none;
    height: 35px;    
    margin-top:10px;
    position: relative;    
}

.fiLink img.Download
{
    float: right;
    margin: 0 10px 10px 0;
    
}

.fiLink img.Link
{
    float: left;
    margin: 0 10px 10px 0;
    width: 19px;
    height: 19px;
    position:absolute;
}

.fiTitle
{
    text-decoration: underline;
    display: block;
    
}

.fiBody
{
    color: #000;
    text-decoration: none;
    display: block;
    margin-left:30px;
}

.limage img, .rimage img, .remimage img, span.positionleft img, span.positionright img, img.positionleft, img.positionright, span.positionnone img, 
span.positionleft object, span.positionright object {
    border: 5px solid #fff;
	border-width: 5px;
	height: 100px;
	box-shadow: 0px 0px 14px #333;
}



/*Content links*/
#contentlinks {
	clear: both;
}

#contentlinks ul {
	margin: 2em 0 1em 0;
	padding: 0.666em 1em;
	list-style: none;
	overflow: hidden;
	height: 100%;/*IE6*/
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
}

#contentlinks li {
	float: left;
	display: inline;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	border-right: solid 1px #cecece;
}

#contentlinks li.last {
	margin: 0;
	padding: 0;
	border-right: 0;
}

#contentlinks li a {
	font-size: 91.666%;
}

#contentlinks li img.icon {
	float: left;
	display: inline;
	margin: 1px 0.5em 0 0;
}

#contentlinks a.addthis_button {
	line-height: 0;
	display: block;
}


/*Footer*/
#footer {
	background-color: #EDEDED;
    height: 30px;
    line-height: 30px;    
    text-align: center;
    border-top: 1px solid white;
    font-weight: bold;
    margin: -32px 0 0 0;
    overflow: hidden;
    clear: both;
    position: relative;
}
#copyright
{
    color: #9d9c9d !important;
    font-size: 0.9em;
}

#disclaimer
{
    font-size: 0.8em;
    color: #9d9c9d;
    padding-left: 70%;
}

#footer span.selected {
	font-weight: bold;
}
/*Bottom utility navigation*/
/*Bottom utility navigation*/
#bottomutilnav
{
   
}
#bottomutilnav ul {
	padding: 0;
	font-size: 0.9em;
}

#bottomutilnav ul li {
	display: inline;
	padding: 0 5px;
}

#bottomutilnav ul li.last {
	border-right: 0;
}

#bottomutilnav a
{
    color: #9d9c9d;
    text-decoration: underline;
}

a.sublink
{
    color: #9d9c9d !important;
    font-size: 0.8em;
    color: #ededed;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*Related form display*/
form#page_PageContentHolder_template_formdisplay {
	
}

table.formcontents {
	width: 100%;
}

table.formcontents td {
	padding: 0.5em 0;
	text-align: left;
	vertical-align: top;
}

table.formcontents label {
	display: block;
	margin: 0;
	padding: 0.25em 1em;
	text-align: right;
	font-weight: bold;
	color: #666;
}

table.formcontents p {
	line-height: normal;
}

table.formcontents td.underline {
	border-bottom: 1px solid #e9e9e9;
}

div.submitButtons input {
	margin-right: 1em;
}

div.thankyou {
	margin: 2em 0;
	padding: 1.25em 1em;
	color: #111;
	background-color: #d6ffae;
	border: solid 1px #87bb55;
	font-weight: bold;
}

div.thankyou strong {
	display: block;
	font-size: 116.666%
}

div.thankyou p {
	margin: 0.5em 0 0 0;
	line-height: normal;
}

/*Captcha*/
#page_PageContentHolder_template_captchas {
	width: 520px;
	margin: 2em 0 1em 0;
	padding: 1em;
	border: 0;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
}

#page_PageContentHolder_template_captchas img {
	float: left;
	display: inline;
	margin: 0 1em 0 0;
	padding: 1px;
	border: solid 1px #666;
}

#page_PageContentHolder_template_captchas label {
	padding: 0 0.333em 0 0;
	font-weight: bold;
	color: #666;
}

/*Link version audio*/
#page_PageContentHolder_template_captchas a {
	display: block;/*FF*/
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 25px;
	background: url(../images/hear.gif) no-repeat center left;
}

/*Flash version audio*/
#audiocaptcha {
	margin: 0.583em 0 0 0;
}

/*Error*/
body.error #topbanner {
	margin: 1.416em 0 0 0;
}

body.error .content {
	padding: 3em;
}

body.error .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.error #footer {
	padding-top: 1em;
}
/*****************~ Start of 'form' product ~*****************/
.icmform {
	font-weight: normal;
	margin: 1em;
}

.icmform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icmform li {
	padding: 0.5em;
	overflow: hidden;
	height: 100%;
}

.icmform fieldset {
	margin: 0;
	padding: 0;
	clear: both;
}

.icmform legend {
	margin: 0 5px;
	color: #000;
	font-weight: bold;
}

.icmform fieldset fieldset {
	background-color: transparent;
	background-image: none;
}

.icmform fieldset fieldset legend {
	font-weight: normal
}

.icmform fieldset.icmhorizontal li {
	float: left;
}

/* Left aligned */
.icmformleft label {
	float: left;
	clear: left;
	width: 10em;
	margin: 0 1em 0 0;
}
.icmformleft fieldset.icmbuttongroup label {
	float: none;
	clear: none;
	width: auto;
}

.icmformleft fieldset fieldset.icmvertical label,
.icmformleft fieldset fieldset.icmhorizontal label {
	width: 9.3em;
}

.icmformleft fieldset.icmbuttongroup ol {
	padding: 0; 
	margin-left: 10.4em;
	clear: left;
}

.icmformleft fieldset fieldset.icmbuttongroup ol {
	margin-left: 10em;
}

/* Right aligned */
.icmformright label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

.icmformright fieldset.icmbuttongroup label {
	float: none;
	clear: none;
	width: auto;
}

.icmformright fieldset.icmbuttongroup ol {
	padding: 0; 
	margin-left: 10.4em;
	clear: left;
}

.icmformright fieldset fieldset.icmvertical label, .icmformright fieldset fieldset.icmhorizontal label {
	width: 9.3em;
}

.icmformright fieldset fieldset.icmbuttongroup ol {
	margin-left: 10em;
}

.icmformright fieldset fieldset.icmbuttongroup label {
	width: auto;
}

/* Top aligned */
.icmformtop label {
	display: block;
}

.icmformtop fieldset fieldset legend {
	padding-left: 0.5em;
}

.icmformtop fieldset.icmhorizontal label {
	display: block;
}

.icmformtop fieldset.icmbuttongroup label {
	display: inline;
}

/* Guidance text */
.icmform .icmguidance{
	color: #69c;
}

.icmform .icmguidanceright{
	text-align: right;
}

.icmform .icmguidanceleft{
	text-align: left;
}

.icmform .icmguidancecentre{
	text-align: center;
}

.icmform .icmguidancejustify{
	text-align: justify;
}

/* Input field styling very short styles */
.icmvstext, .icmvspassword, .icmvsselect, .icmvstextarea, .icmvsfile {
	width: 5em;
}

/* Input field styling short styles */
.icmstext, .icmspassword, .icmsselect, .icmstextarea, .icmsfile {
	width: 10em;
}

/* Input field styling default styles */
.icmtext, .icmpassword, .icmselect, .icmtextarea, .icmfile {
	width: 21em;
}

/* Input field styling long styles */
.icmltext, .icmlpassword, .icmlselect, .icmltextarea, .icmlfile {
	width: 33em;
}

.icmform legend strong, .icmform label strong {
	display: block;
	color: #c00;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

/*Additional CSS fixes*/
.icmform legend.icmhide {
	padding: 0;
}

.icmform legend.icmhide span, label.icmhide {
	display: none;
}

.icmform dl {
	padding: 0 0.5em;
}

/*Pre-9 Form Styling*/
div.content {
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #e9e9e9;
}

table.formcontents {
	width: 100%;
}

table.formcontents td {
	padding: 0.5em 0;
	text-align: left;
	vertical-align: top;
}

table.formcontents label {
	display: block;
	margin: 0;
	padding: 0.25em 1em;
	text-align: right;
	font-weight: bold;
	color: #666;
}

table.formcontents p {
	line-height: normal;
}

table.formcontents td.underline {
	border-bottom: 1px solid #e9e9e9;
}

div.submitButtons input {
	margin-right: 1em;
}
/*****************~ End of 'form' product ~*****************/




/*****************~ Start of 'list' product ~*****************/

ul#list li {		
	margin: 0;
	padding: 1%;
	overflow: hidden;
	height: 100%;/*IE6*/
	width: 30%;
	display: inline-block;	
	*display: inline;
	*zoom: 1;	
	vertical-align:top;
	border-top: solid 1px #ededed;	
	
}

/*****************~ End of 'list' product ~*****************/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {	
	zoom: 1;	
}

/*Categories*/

#categories h1
{    
     background: #00315A;
    background: -moz-linear-gradient(#5C82B8, #9DB4D4);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5C82B8), to(#9DB4D4));
    background: linear-gradient(#5C82B8, #9DB4D4);
    -pie-background: linear-gradient(#5C82B8, #9DB4D4);
    behavior: url(guernseyfinancialinvestigationunit/css/PIE.htc);
}

#categories ul li
{
    display:inline-block;    
    *display:inline;
    *zoom:1;
}

#DepartmentsLink
{
    padding:10px 0px;
    width:211px;
    padding-left:20px;
    background:#ADADAD;
    float:right;
    margin-bottom:25px;
    background: #A95A5A;
    background: -moz-linear-gradient(#8D2525, #B97A7A);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8D2525), to(#B97A7A));
    background: linear-gradient(#8D2525, #B97A7A);
    -pie-background: linear-gradient(#8D2525, #B97A7A);
    behavior: url(guernseyfinancialinvestigationunit/css/PIE.htc);
    
}

#DepartmentsLink a
{
    color:#fff;
}

.MinistersTable
{
    width:220px;
    *width:150px;
}

.MinistersTable td
{
     *width:150px;
}

/* judgement table   */

#JudgementTable
{
    width:100%;
    border:1px solid #cccccc;
    margin-top:30px;
}

#JudgementTable tr.HeadRow
{
    background:#e8e8e8;    
}

#JudgementTable tr.HeadRow td
{
    background:#e8e8e8;    
    *height:30px;
}

#JudgementTable tr td
{
    padding:10px;
}

#JudgementTable tr td.JudgeLinkcl
{
    width:10%;
}

#JudgementTable tr td.JudgeDatecl
{
    width:10%;
}

#JudgementTable tr td.JudgePartcl
{
    width:17%;
}

#JudgementTable tr td.JudgeCourtcl
{
    width:13%;
}

#JudgementTable tr td.JudgeBodycl
{
    width:50%;
}


/* Site Search */

#searchform {
	margin: 0 0 0.5em 0;
	padding: 0.5em 1em;
	color: #111;
	background: #ededed;
	border: solid 1px #666;
	border-radius: 6px;
	position: relative;/*IE6*/
}

#searchresults .resultsinfo {
	margin: 0 0 0.5em 0;
	padding: 0.5em 1em;
	display: block;
	background: #00355F;
	border-radius: 6px;
	color: #fff;
}

/* List results */

.pagingContainer ul li.listItemNumericPage
{    
    width:20px;
    padding:3px;
    border:0px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    text-decoration: underline;
}

.pagingContainer ul li.listItemNumericPage input[type="button"]
{
    background:#fff;   
    border:0px;     
    text-decoration:underline;  
    
}

    .pagingContainer ul li.listItemNumericPage input[type="button"]:hover
    {
        cursor:pointer;
        background:#dedede;
    }

.pagingContainer ul li.listItemCurrentPage
{
    width:20px;
    padding:3px;
    border:0px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    text-decoration: underline;
}

.pagingContainer ul li.listItemCurrentPage input[type="button"]
{
    background:#fff;   
    border:0px;     
    font-weight:bold;    
}

#contentwrap .pagingContainer ul.pagingContainerList
{
    border:0px;
    text-align:left;
    margin-left:40px;
}

#ContainerList1
{
    position:relative;
    padding:10px 0px;
}

#ContainerList1 #PagingTitle1
{
    position:absolute;
    left:0;
    top:-20px;
    
}

#ContainerList1 #PagingTitle2
{
    position:absolute;
    left:0;
    bottom:-19px;
    
}
