body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#thePage
{
	width:960px;
	margin:0px auto;
}

label
{
    font-weight:bold;
}

a
{
     text-decoration:none;
}

a img
{
    border:none;
}

a:hover
{
     text-decoration:underline;
}

p
{
    margin-top:5px;
}

.clear 
 {
    display:block;
    clear: both; 
    /* the display:inline is required by IE to stop it increasing the gaps between lines */
 }
 
 .clearLeft
 {
    clear: left; 
    /* the display:inline is required by IE to stop it increasing the gaps between lines */
 }
 
/* This ensures the clear works for firefox too */ 
.clear:after  , .clearLeft:after  
{
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
} 

.clearLeft:after
{
    clear:left;
}

.fixedWidth
{
	margin: 0px auto 10px auto;
	width:740px;
}

.fixedWidthWide
{
	margin: 0px auto 10px auto;
	width:964px;
}

.popup h2
{
    margin-top:0px;
    margin-bottom:5px;
}

.popupShadow
{
    display:none;
    position:absolute;
    z-index:99;
}

.dragBar
{
    font-size:small;
    line-height:2em;
    left:-4px;
    text-align:center;
    cursor:pointer;
    margin-bottom:-2em;
    top:-2em;
    float:left;
    position:relative;
    color:#ffffff;
    background-color:#0000aa;
    
}

.popup
{
    float:left;
	clear:left;
	display:none;
    background-color:White;	
	border:solid 1px silver;
	padding:5px;
	width:25em;	
	overflow:auto;
    position:relative;
	box-shadow:1px 1px 3px #604e41;
	-webkit-box-shadow:1px 1px 3px #604e41;
	-moz-box-shadow:1px 1px 3px #604e41;
	border-radius:5px;
    
}

#popupIcon
{
    position:absolute;
    display:none;
    margin:12px 0px 0px 12px;
 	z-index:100;
}

#popupIcon img
{
   float:left;
}

#popupIcon span
{
    display:block;
    float:left;
    background-color:#ffffff;
    color:#000000;
    padding:0px 5px;
    border:solid 1px black;
    margin-left:5px;
}

.wrLoading
{
     background-color:Transparent;
     color:inherit;
     background-image:url(http://images.contrastwebsolutions.co.uk/generic/loading.gif);
     background-position:center center;
     height:35px;
     width:89px;
     position:absolute;
}


.tabStrip a
{
     display:block;
     float:left;
     padding:2px 10px;
     margin:2px 5px 0px 0px;
     border-bottom-style:solid;
     border-bottom-width:1px;     
}

.tabStrip
{
    margin-top:20px;
}

.wrTabContent
{
    border-style:solid;
    border-width:2px;
    border-top-width:2px;
    padding:10px;
    float:left;
    width:694px;
}

.tabStrip .selected
{
    margin-top:0px;
    font-weight:bold;
    padding:3px 10px;
}

#hsd
{
	font-size:.8em;
	margin-top:10px;
	clear:both;
	text-align:center;
	background-color:transparent;
	color:#000000;	
}
