﻿/* DEFAULTS
----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Verdana, Arial, Times New Roman;
    color: Gray;
    font-size: 12px;
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif ,"Helvetica Neue", "Lucida Grande", "Segoe UI";
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    color: black;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.4em;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    color: #009999;
}

h2
{
    font-size: 0.9em;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
    color: White;
}

h3
{
    font-size: 1.6em;
    color: #009999;           
}

h4
{
    font-size: 1.1em;
    color: #009999;    
    font-weight: bold;
    padding-left: 10px;
}

h5, h6
{
    font-size: 1em;
}


.greenFont
{
    color: #009999;
    font-weight: bold;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

#mainContainer
{
    width: 920px;
    margin: 0 auto;
    height: auto;
    overflow: auto;
}

.contentHolder
{
    margin-top: 10px;
    width: 920px;
    height: 400px;
    margin: 0 auto;
    background-color: White;
}

.searchBoxLeft
{
    height: 260px;
    width: 260px;
    float: left;
    margin-top: 10px;
    background-image: url(../Images/Check-a-Competent-Person.gif);
    background-repeat: no-repeat;
    padding: 20px 20px 0px 20px;    
}

.searchBoxCenter
{
    height: 260px;
    width: 260px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    background-image: url(../Images/Check-a-Competent-Person.gif);
    background-repeat: no-repeat;
    padding: 20px 20px 0px 20px;
}

.searchBoxRight
{
    height: 260px;
    width: 260px;
    float: right;
    margin-top: 10px;
    background-image: url(../Images/Check-a-Competent-Person.gif);
    background-repeat: no-repeat;
    padding: 20px 20px 0px 20px;
}

.leafletContainer
{
    float: right;
    width: 150px;
    height: auto;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: White;    
    background-position: top;
    /*width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;*/
}

.superNavContainer
{
    width: 100%;
    height: 35px;
    background-image: url(../Images/menuBg.jpg);
    background-repeat: repeat-x;
}

.superNav
{
    width: 950px;
    margin: 0 auto;
    height: 30px;
}

.header
{
    width: 920px;    
    margin: 0 auto;
    padding: 0px;
    height: 125px;
    margin-top: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #009999;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

#contactContainer
{
    width: 550px;
    height: 120px;
    float: right;
    background-image: url(../images/bannerTopRight.jpg);
    background-repeat: no-repeat;    
}

#contactContainer img
{
    float: right;
}


.greenSpacer
{
    background-image: url(../images/greenLine.jpg);
    background-repeat: repeat-x;
    height: 5px;
    width: 100%;
}

.headingContainer
{
    height: 30px;
    width: 100%;
    margin-bottom: 5px;
}

#menuContainer
{
    margin: 0 auto;
    margin-top:5px;
    float: right;
}

#grayBannerWidth
{
    margin-top: 60px;
    width: 100%;
    background-color: #4C4C4C;
    height: 90px;
}

#grayBannerContainer
{
    width: 920px;
    background-color: #4C4C4C;
    height: 90px;
    margin: 0 auto;
}

#grayBannerText
{
    width: 650px;
    height: 90px;
    float: left;
}

#grayBannerMore
{
    width: 250px;
    height: 90px;
    float: right;
}

#grayBannerMore img
{    
    margin: 20px 0px 0px 30px; 
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #FFFFFF;
    width: 930px;
    height: 300px;
    margin: 0px auto;
    line-height: normal;    
}

.footer h1
{
    margin-top: 10px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.footerLeft
{
    float: left;
    width: 300px;
    height: 300px;
}

.footerLeft img
{
    margin-top: 20px;
    margin-left: 10px;
}

.footerRight ul
{    
    margin-top: 10px;
    margin-left: 50px;
}
.footerRight h1
{    
    
    margin-left: 105px;
}

.footerRight ul li a
{
    margin-left: 20px;
    line-height: 2.0em;
    color: #FFFFFF;    
}

.footerCenter
{
    float: left;
    width: 300px;
    height: 300px;
    margin-left: 12px;    
}

.footerCenter p
{
    color: #FFFFFF;
}

.footerRight
{
    float: right;
    width: 300px;
    height: 300px;
}

.footerCopyright
{
    width: 950px;
    height: 30px;
    margin: 0 auto;
}

.footerCopyrightContainer
{
    width: 100%;
    height: 35px;    
    background-image: url(/Images/footerBG.png);
    background-repeat: repeat-x;
}

.footerCopyright p
{
    float: right;
    color: #FFFFFF;
}

.mainContentLeft
{
    width: 350px;
    height: auto;
    float: left;
}
.mainContentRight
{
    width: 550px;
    height: auto;
    float: right;    
}

/* TAB MENU   
----------------------------------------------------------*/

.menu
{
    /*background-color: #465c71;*/
    color:#000000;
}

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    width:100%;
}

div.menu
{
   /* padding: 4px 0px 4px 8px;   */
}

div.menu ul
{
    background-color: #66CCCC; 
    color: #ffffff;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    
}

div.menu ul li a, div.menu ul li a:visited
{    
    color: #ffffff;
    display: block;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    /*background-color: #ffffff;*/
    /*color: #465c71;*/
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    /*color: #cfdbe6;*/
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    height: 20px;
}

.title
{    
    float: left;
    text-align: left;
    width: 300px;
    height: 70px;
}

.title img
{    
    margin-top: 20px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* SCHEME PAGE */

.clientHolder
{
    width: 900px;
    height :auto;
    border: 1px solid #DFDFDF;
}

.clientsTopLevel
{
    width: 900px;
    height :120px;
    border-bottom: 1px solid #DFDFDF;
    text-align:left;    
}

.clientsBottomLevel
{
    width: 910px;
    height :120px;
    
}
.clientsBottomLevel2
{
    width: 910px;
    height :120px;
    
}


.clientHolder td a:hover
{
    margin-left: -2px;
    margin-top: -2px;
    border: 2px solid #359a99;
}



.clientsDescriptionContainer
{
    width: 905px;
    height :auto;
    border: 1px solid #DFDFDF;
    margin-top: 10px;
    overflow: auto;
    margin-bottom: 10px;
    background-color: White;
    border: 5px solid #000000;
}

.clientsDescriptionContainer2
{
    width: 905px;
    height :auto;
    margin-top: 10px;
    overflow: auto;
    margin-bottom: 10px;
    background-color: White;
}

.clientsDescriptionLogo
{
    float: left;
    height: 100px;
    width: 200px;
    text-align: center; 
    margin-left: 10px;   
    margin-top: 10px;
    background-color: White;
}

.clientsDescriptionLogo img
{
    margin-top: 10px;
}

.clientsDescriptionContact
{
    float: right;
    height: 100px;
    width: 620px;
    height: auto;
    overflow: auto;
    margin-top: 10px;
    background-color: White;
	
}

.clientsDescriptionBody
{
    width: 900px;
    height:auto;
    margin-top: 10px;
    float: left;    
    background-color: White;
}
.clientsDescriptionBody p
{
    padding: 0px 10px 0px 10px
}

.APHCLink
{
  background-image:url(../images/colour/APHC.jpg);
  background-repeat:no-repeat;
  width: 150px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
  display: block;
}

.APHCLink a:hover
{
  background-image:url(../images/colour/APHC.jpg);
  background-repeat:no-repeat;
  width: 150px;
  height: 120px;
  display: block;  
  background-position: center; 
     
}

.BBALink
{
  background-image: url(../images/colour/BBA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.BBALink a:hover
{
  background-image: url(../Images/colour/BBA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
    
}

.benchmarkLink
{
    background-image:url(../images/colour/benchmark.gif);
    background-repeat:no-repeat;
    width:149px;
    height:120px;
    float:left;
    border-right: 1px solid #DFDFDF;  
    background-position: center;  
    display: block;
}

.benchmarkLink a:hover
{
    background-image:url(../images/colour/benchmark.gif);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;  
  background-position: center; 
}

.BESCALink
{
  background-image: url(../images/colour/BESCA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
  display: block;
}

.BESCALink a:hover
{
  background-image: url(../Images/colour/BESCA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
    
}

.BINDTLink
{
  background-image: url(../images/colour/BINDT.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
  display: block;
}

.BINDTLink a:hover
{
  background-image: url(../Images/colour/BINDT.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
    
}

.BMTradaLink
{
  background-image: url(../images/colour/BMTrada.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  background-position: center;
  border-right: 1px solid #DFDFDF;  
  display: block;
}

.BMTradaLink a:hover
{
  background-image: url(../Images/colour/BMTrada.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  background-position: center;  
    
}

.BSILink
{
  background-image: url(../images/colour/BSI.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
  display: block;
}

.BSILink a:hover
{
  background-image: url(../Images/colour/BSI.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
    
}

.CERTASSLink
{
  /*background-image: url(../images/colour/CERTASS.jpg);*/
  background-image: url(../images/colour/Certass2012logosmall.jpg);
  background-repeat:no-repeat;
  width: 150px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
  display: block;
}

.CERTASSLink a:hover
{
  background-image: url(../images/colour/Certass2012logosmall.jpg);
  background-repeat:no-repeat;
  width: 150px;
  height: 120px;
  display: block; 
  background-position: center;  
    
}

.CIGALink
{
  background-image: url(../images/colour/CIGA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.CIGALink a:hover
{
  background-image: url(../Images/colour/CIGA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
    
}

.CORGILink
{
  background-image: url(../images/colour/CORGI.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.CORGILink a:hover
{
  background-image: url(../Images/colour/CORGI.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  background-position: center; 
     
}

.ELECSALink
{
  background-image: url(../images/colour/ELECSA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.ELECSALink a:hover
{
  background-image: url(../Images/colour/ELECSA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
    
}

.FENSALink
{
  background-image: url(../images/colour/FENSA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  background-position: center;
  border-right: 1px solid #DFDFDF;  
}

.FENSALink a:hover
{
  background-image: url(../Images/colour/FENSA.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  background-position: center; 
  border-right: 1px solid #DFDFDF;  
     
}

.GASSAFELink
{
  background-image: url(../images/colour/GASSAFE.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.GASSAFELink a:hover
{
  background-image: url(../Images/colour/GASSAFE.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  background-position: center;
       
}

.HETASLink
{
  background-image: url(../images/colour/HETAS.jpg);
  background-repeat:no-repeat;
  width: 150px;
  height: 120px;
  float: left; 
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.HETASLink a:hover
{
  background-image: url(../Images/colour/HETAS.jpg);
  background-repeat:no-repeat;
  width: 150px;
  height: 120px;
  display: block;
  background-position: center;      
}

.NAPITLink
{
  background-image: url(../images/colour/NAPIT.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.NAPITLink a:hover
{
  background-image: url(../Images/colour/NAPIT.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
    
}

.NETWORKVLink
{
  background-image: url(../images/colour/assure-logo-small.gif);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.NETWORKVLink a:hover
{
  background-image: url(../Images/colour/assure-logo-small.gif);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
    
}

.NFRCLink
{
  background-image: url(../images/colour/NFRC.gif);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  background-position: center;
  border-right: 1px solid #DFDFDF; 
}

.NFRCLink a:hover
{
  background-image: url(../Images/colour/NFRC.gif);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  background-position: center;  
    
}

.NICEICLink
{
  background-image:url(../images/colour/NICEIC.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
  
}

.NICEICLink a:hover
{
  background-image: url(../Images/colour/NICEIC.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  background-position: center;  
    
  
}

.OFTECLink
{
  background-image:url(../images/colour/OFTEC.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
}

.OFTECLink a:hover
{
  background-image: url(../Images/colour/OFTEC.jpg);
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  background-position: center;  
    
}

.STROMALink
{
  background-image:url(../images/colour/STROMA.jpg);
  background-repeat:no-repeat;
  width: 150px;
  height: 120px;
  float: left; 
  border-right: 1px solid #DFDFDF;  
  background-position: center;
  
}

.STROMALink a:hover
{
  background-image: url(../Images/colour/STROMA.jpg);
  background-repeat:no-repeat;
  width: 150px;
  height: 120px;
  display: block;
  background-position: center;  
    
}

.blueflameLink
{
  background-image: url('../Images/colour/blue-flame-logo-small.png');
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left;
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.blueflameLink a:hover
{
  background-image: url('../Images/colour/blue-flame-logo-small.png');
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  border-right: 1px solid #DFDFDF;  
  background-position: center;  
    
}


.CompanyLink
{  
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  float: left; 
  border-right: 1px solid #DFDFDF;  
  background-position: center;
}

.CompanyLink a:hover
{  
  background-repeat:no-repeat;
  width: 149px;
  height: 120px;
  display: block;
  background-position: center;      
}




/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	position:relative;
    width:618px;
    height:246px;
    margin-left:190px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


.wftable {
	/*border: 1px solid black;*/
}

.wftable td {
	/*border: 1px solid black;*/
	height: 20px;
	width: 170px;
}

.wftable input {
	border-top: 2px solid #030;
	border-left: 2px solid #030;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	height: 17px;
	width: 150px;
}

.wftable .button {
	border: 1px solid black;
	height: 23px;
	width: 50px;
}


#window-fit-results {
	background-color: #3e8c15;
	/*border: 10px solid black;*/
	color: white;
	height: 18px;
	padding: 10px;
	width: 620px;
}

.wfrl {
	/*border: 10px solid black;*/
	float: left;
	width: 300px;
}

.wfrm {
	/*border: 10px solid black;*/
	float: left;
	width: 145px;
}

.wfrr {
	/*border: 10px solid black;*/
	float: right;	
	width: 255px;
}

.resultbox {
	background-color: #EDF6F5;
	float: left;
	margin: 10px 0px;
	width: 890px;
	padding: 10px;
}

.minimap {	
	border: 1px dotted #414141;
}

#miles {
	/*border: 1px solid black;*/
	float: left;
	height: 20px;
	padding-top: 10px;
	width: 90px;
}

#map {
	/*border: 1px solid black;*/
	height: 100px;
	width: 200px;
}

.cnu {
	margin-top: 15px;
}

#fbtable, #fbtable tr, #fbtable td {
	/*border: 1px solid black;*/
}

#fbtable td {
	width: 200px;
}

#fbtable td p {
	font-weight: bold;
}

#fbtable input {
	border-top: 2px solid #030;
	border-top: 2px solid #030;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	width: 200px;
}

#fbtable textarea {
	height: 70px;
	width: 200px;
}

#lbtable, #lbtable tr, #lbtable td {
	/*border: 1px solid black;*/
}

#lbtable td {
	height: 30px;
	width: 200px;
}

#lbtable td p {
	font-weight: bold;
}

#lbtable input {
	border-top: 2px solid #030;
	border-top: 2px solid #030;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	width: 225px;
}




.ibgtable td {
	/*border: 1px solid black;*/
	height: 20px;
	width: 170px;
}

.ibgtable input {
	border-top: 2px solid #030;
	border-left: 2px solid #030;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	height: 17px;
	width: 150px;
}

.ibgtable .button {
	border: 1px solid black;
	height: 23px;
	width: 60px;
}

.paymenttable td {
	/*border: 1px solid black;*/
	height: 20px;
	width: 170px;
}

.paymenttable input {
	border-top: 2px solid #030;
	border-left: 2px solid #030;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	height: 17px;
	width: 180px;
}

#newstable {
	margin-top: 20px;
}

#newstable td {
	
	width: 170px;
}

#newstable td p {
	font-weight: bold;
	padding-bottom: 10px;
}

#newstable input {
	border-top: 2px solid #030;
	border-top: 2px solid #030;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin-bottom: 8px;
	width: 200px;
}

/*AJAX STYLES*/

.flyOutDiv
{
    display: none;
	position: absolute;
    width: 400px;
    z-index: 3;
	font-size: 14px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}

.flyOutDivMaster
{
    display: none;
	position: absolute;
    width: 300px;
    z-index: 3;
	font-size: 14px;
	border: none;
	background-color: #FFFFFF;
	padding: 5px;
}
	 
.flyOutDivCloseX
{
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: outset thin #FFFFFF;
	padding: 5px;
}

.clientLoginIamge
{
    margin-left: 110px;
    margin-top: 20px;
    border: 0;
}

.modalBackground

{
    background-color: Gray;    
    filter: alpha(opacity=40);
    opacity: 0.7;    
}

.searchDetails
{
    height: auto;
    width: 500px;
    overflow: auto;
    background-color: #FFFFFF;
}

.searchDetails p
{
    padding: 10px 10px 10px 10px;
}

ul.a 
{
    list-style-type:circle;
}

.closeButton
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#333333;
  display:none; 
  border: 1px solid red;
}
   
#boxes .window {
  position:absolute;
  width:940px;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px;
  height:203px;
}

table.memberdetails {
    width: auto;
}

table.memberdetails td {
    padding: 2px 2px 2px 2px;
    text-align: left;
}

table.userlist {
    width: 100%;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}

table.userlist th 
{
    font-weight: bold;
    color: #ffffff;
    background-color: #c0c0c0;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;    
    text-align: left;
}

table.userlist td {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;    
    text-align: left;
}

table.standard {
    width: auto;
}

table.standard td {
    padding: 5px 5px 5px 5px;
    text-align: left;
}

table.display {
    width: auto;
    background-color: #EDF6F5;
}

table.display td {
    padding: 5px 5px 5px 5px;
    text-align: left;
}

td.bold {
    font-weight: bold;
}

.valError {
    color: #ff0000;
    padding-bottom: 10px;
}
