t@charset "UTF-8";
/* CSS Document */
#loginpage{
	left:340px;
	position:absolute;
	top: 60px;
/*	display:none;*/
	}
	
/*forgot page*/
#forgotpage{
	left:340px;
	position:absolute;
	top: 60px;
/*	display:none;*/
	}
	
#forgot_container{
/*		display:none;
*/		width:800;
		height:300px;
		margin-left:0px;
margin-top:10px;
}

/*sfgsgsgsg*/
	
#sigininanimation {
	float: left;
	position: absolute;
	left: 676px;
/*	left: 596px;*/
	top: 60px;
	width: 370px;
	height: 419px;
	z-index: 2;
}	
	
.signinbodygrey {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:16px;
	font-stretch:condensed;
	line-height:22px;
	
}
.signinbodygrey a {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#175d8e;
	font-size:16px;
	font-stretch:condensed;
	line-height:20px;
	
}
li.signinbodygrey{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:16px;
	font-stretch:condensed;
	line-height:20px;
	padding-left:20px;
	
}
.signinbody {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	/*color:#175d8e;*/
	color:#666666;
	font-size:16px;
	font-stretch:condensed;
	
}


.signinbiglabels {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#175d8e;
	font-size:24px;
	font-stretch:condensed;
	
}


.signinwhtheads {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:white;
	font-size:36px;
	font-stretch:condensed;
	vertical-align:central;
	text-shadow:none;
}
.signinblueheads {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#55b946;
	font-size:36px;
	font-stretch:condensed;
	vertical-align:central;
	text-shadow:none;
}

#singinerrorcontainer {
	display:none;
    height: 28px;
    left: 530px;
    position: absolute;
    top: 290px;
    width: 403px;
    z-index: 1;
}

/*////////*/

	/* these styles are for the update page */
	
.updateblueheads{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*color:#285C8E; blue*/
	color:#55b946;
	font-size:30px;
	font-stretch:extra-condensed;
	}
.updatebluesubheads{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*color:#285C8E; blue*/
	color:#55b946;
	font-size:20px;
	font-stretch:extra-condensed;
	}
	
.updatebluetext{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:12px;
	font-stretch:extra-condensed;
	}
	
	.updatebluetextlrge a{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#285C8E;
	font-size:20px;
	font-stretch:extra-condensed;
	}
	
a.updatebluetextlrge:link{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#285C8E;
	font-size:20px;
	font-stretch:extra-condensed;
	font-weight:normal;
}
.updatebluetext a{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#55b946;
	font-size:12px;
	font-stretch:extra-condensed;
	}
	
a.updatebluetext:link{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#55b946;
	font-size:12px;
	font-stretch:extra-condensed;
	font-weight:normal;
}
	
.updategreytext{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:12px;
	font-stretch:extra-condensed;
	}
	
.updategreytextred{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:red;
	font-size:12px;
	font-stretch:extra-condensed;
	}
	
.updategreytext a{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*color:#666666;*/
	font-size:12px;
	font-stretch:extra-condensed;
	/*text-decoration:none;*/
	}
	
.updategreytextred a{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:red;
	font-size:12px;
	font-stretch:extra-condensed;
	text-decoration:none;
	}
	
#login_container{
/*		display:none;
*/		width:800;
		height:300px;
		margin-left:0px;
margin-top:10px;
}

#selectdevicetypecontainer{
	display:none;
	
}


#login_containerORIG{
width:300px;
height:300px;
margin-left:300px;
margin-top:50px;
}

#loginbanner{
	background-color:#285C8E;
	width:100%;
	height:40px;
	padding:10px 10px 10px 100px;
	
	
	}

#updatewrappercontainer {
    width: 100%;
    display: table;
    table-layout: fixed;
	margin-left:40px;
	top:15px;
	position:relative;
}
#updateleftblock {
    display: table-cell;
    padding: 0px;
	background-image:url(../images/blueyellleft.jpg);
	background-repeat:repeat-x;
	width:150px;
}
#choosedeviceleftblock {
    display: table-cell;
    padding: 0px;
	background-image:url(../images/blueyellleft.jpg);
	background-repeat:repeat-x;
	width:150px;
}
#updatecontentblock {
    width: 546px;
    display: table-cell;
    padding: 0px;
}
#updaterightblock {
    display: table-cell;
    padding: 0px;
	background-image:url(../images/bluegreyrght.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}
#updatewrappercontainer #rightblock img {
	top: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.textboxupdate{
	border:0; 
	padding:10px; 
	font-size:1.3em; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px #ccc; 
	margin:0 0 20px; 
	width:280px;						
}

.textboxupdate:hover { 
	border:solid 1px #285C8E; 
} 
.textboxupdate:focus { 
	border:solid 1px #285C8E; 
	background-color:#E9E9E9; 
} 

.textboxupdatedisabled{
	border:0; 
	padding:10px; 
	font-size:1.3em; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px #ccc; 
	margin:0 0 20px; 
	width:340px;						
}


.textboxupdatelrg{
	border:0; 
	padding:10px; 
	font-size:1.3em; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px #ccc; 
	margin:0 0 20px; 
	width:423px;						
}

.textboxupdatelrg:hover { 
	border:solid 1px #285C8E; 
} 
.textboxupdatelrg:focus { 
	border:solid 1px #285C8E; 
	background-color:#E9E9E9; 
} 



.textboxupdateredlrg{
	border:0; 
	padding:10px; 
	font-size:1.3em; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px red; 
	margin:0 0 20px; 
	width:423px;						
}

.textboxupdateredlrg:hover { 
	border:solid 1px red; 
} 
.textboxupdateredlrg:focus { 
	border:solid 1px red; 
	background-color:#E9E9E9; 
} 


.textboxupdatered{
	border:0; 
	padding:10px; 
	font-size:1.3em; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px red; 
	margin:0 0 20px; 
	width:280px;						
}

.buttonupdate{
	border:solid 1px #ccc; 
	padding:5px 10px; 
	margin:0 0 5px; 
	font-family:Arial, sans-serif; 
	font-size:1.0em;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#FFF;
	background-color:#55b946;
	cursor:pointer;
	text-shadow:none;
	
}
.buttonupdate:hover{
	background-color:#1462ad;
	color:#FFF;
	text-decoration:none;
	text-shadow:none;
}
.buttonupdatedisabled{
	border:solid 1px #ccc; 
	padding:5px 10px; 
	margin:0 0 5px; 
	font-family:Arial, sans-serif; 
	font-size:1.0em;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#FFF;
	background-color:#ccc;
	cursor:arrow;
}

/* not activated account styles  */

#activationPage{
	/*display:none;*/
	left:340px;
	position:absolute;
	top: 20px;
}

#activate_container{
		/*display:none;*/
		width:800;
		height:300px;
		margin-left:100px;
/*		margin-top:50px;
*/}
#notactivatedbanner{
	background-color:#55b946;
	width:100%;
	height:40px;
	padding:10px 10px 10px 100px;
	
	
	}

#notactivatedwrappercontainer {
   /* width: 100%;*/
	/*width:600px;*/
    display: table;
    table-layout: fixed;
	/*margin-left:340px;*/
	top:60px;
	position:relative;
	padding-right:100px;
}

#notactivatecontentblock {
    width: 746px;
    display: table-cell;
    padding: 0px;
}

/* register account styles  */

#registationpage{
	display:none;
	left:341px;
	position:absolute;
	top: 20px;
}
#register_container{
		width:800;
		height:300px;
		margin-left:100px;
		margin-top:50px;
}
#registerbanner{
	background-color:#FFFFFF;
/*	background-color:#285C8E;
*/	width:100%;
	height:40px;
	padding:10px 10px 10px 100px;
}

#registerwrappercontainer {
    
    display: table;
    table-layout: fixed;
	/*margin-left:340px;*/
	top:0px;
	position:relative;
}

#registermagelayer {
	position: absolute;
	left: 776px;
	top: 61px;
	width: 267px;
	height: 450px;
	z-index: 1;
}
#registercontentblock {
    width: 800px;
    display: table-cell;
    padding: 0px;

}

.regtextboxupdate{
	border:0; 
	padding:6px; 
	font-size:14px; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px #ccc; 
	margin:0 0 10px; 
	width:480px;						
}
.regtextboxtime{
	border:0; 
	padding:6px; 
	font-size:14px; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px #ccc; 
	margin:0 0 10px; 
	width:480px;						
}

.regtextboxupdatered{
	border:0; 
	padding:6px; 
	font-size:14px; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px red; 
	margin:0 0 10px; 
	width:480px;						
}
.regtextboxupdatesmll{
	border:0; 
	padding:6px; 
	font-size:12px; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px #ccc; 
	margin:0 0 10px; 
	width:40px;						
}
.regtextboxupdatesmllred{
	border:0; 
	padding:6px; 
	font-size:14px; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px red; 
	margin:0 0 10px; 
	width:40px;						
}
.regtextboxupdate:hover { 
	border:solid 1px #285C8E; 
} 
.regtextboxupdate:focus { 
	border:solid 1px #285C8E; 
	background-color:#E9E9E9; 
} 


.regtextboxupdatesmll:hover { 
	border:solid 1px #285C8E; 
} 
.regtextboxupdatesmll:focus { 
	border:solid 1px #285C8E; 
	background-color:#E9E9E9; 
}



.regbluesubsubheads{
	font-family: Verdana, Helvetica, Arial, sans-serif;
/*	color:#285C8E;
*/	color:#666666;
	font-size:16px;
	font-stretch:extra-condensed;
	}
a.regbluesubsubheads{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:16px;
	font-stretch:extra-condensed;
	}
	
.regtextboxupdatemed{
	border:0; 
	padding:6px; 
	font-size:14px; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px #ccc; 
	margin:0 0 10px; 
	width:340px;						
}

.regtextboxupdatemed:hover { 
	border:solid 1px #285C8E; 
} 
.regtextboxupdatemed:focus { 
	border:solid 1px #285C8E; 
	background-color:#E9E9E9; 
}

.regtextboxupdatemedred{
	border:0; 
	padding:6px; 
	font-size:14px; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px red; 
	margin:0 0 10px; 
	width:340px;						
}


.regtextboxupdatered{
	border:0; 
	padding:6px; 
	font-size:14px; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px red; 
	margin:0 0 10px; 
	width:340px;						
}

.registertableblue{
	background-color:#F8F7F7;
	}





#registrationsuccess{
	display:none;
	}
	
	
.namealertadded, .pcodealertadded, .fnamealertadded, .surnamealertadded, .positionalertadded, .telalertadded, .duplicateuseralertadded, .notlistedalertadded, .webalertadded, .pwordmatchalertadded, .validemailalertadded{
	display:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:red;
	font-size:12px;
	font-stretch:extra-condensed;
}	

/*CLAIM AND ADD BUSINESS STYLES*/
#checkdatabsepage{
	display:none;
	left:340px;
	position:absolute;
	top: 20px;
}

#checkdatabasebanner{
	background-color:#55b946;
	width:100%;
	height:70px;
	padding:10px 10px 10px 100px;
}
#checkdatabase_container{
		width:800;
		height:300px;
		margin-left:50px;
		margin-top:50px;
}

#checkdbasewrappercontainer {
    width: 100%;
    display: table;
    table-layout: fixed;
	/*margin-left:340px;*/
	top:0px;
	position:relative;
}
#checkdbasecontentblock {
    width: 800px;
    display: table-cell;
    padding: 0px;

}

#claimsteppage{
	display:none;
	left: 395px;
    position: absolute;
    top: 60px;
}
/*end of CLaim and Add your business styles*/
	
/*start of my account page styles*/	
#accountpage{
	display:none;
	left:340px;
	position:absolute;
	top: 20px;
}

#account_container{
		width:800;
		height:300px;
		margin-left:100px;
		margin-top:50px;
}
#accountbanner{
	background-color:#55b946;
	width:100%;
	height:40px;
	padding:10px 10px 10px 100px;
}

#accountwrappercontainer {
    width: 100%;
    display: table;
    table-layout: fixed;
	/*margin-left:340px;*/
	top:0px;
	position:relative;
}

#accountcontentblock {
    width: 800px;
    display: table-cell;
    padding: 0px;
}



#addyourcompalert{
	display:none;
	}
	
#addyourcompmessage{
	display:none;
}

#addbuttondiv{
	padding:20px;
	position:relative;
	display:none;
	width:700px;
}
/*endt of my account page styles*/	
.tablerowsopenhrs {
	background-color:#EFF3FF;
}
.updateradiogrey{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:16px;
	font-stretch:condensed;
	line-height:16px;
}

.updateformbodygrey {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:16px;
	font-stretch:condensed;
	line-height:16px;
}
.updateformgreytextsmll{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:12px;
	font-stretch:extra-condensed;
	line-height:12px;
}

/*start of tabs styles*/
.addbustabcontainer{
	border: thin solid silver;
    padding: 50px;
    width: 700px;
	background-color:#F8F8F8;
}


ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	background: #ededed;
	color: #222;
}

.tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
	width:640px;
	height:440px;
	overflow-x:hidden;
	overflow-y:scroll;
	 -moz-box-shadow:   inset  0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset  0 -8px 8px -8px #696868;
     box-shadow:        inset  0 -8px 8px -8px #696868;
	 border-bottom: thin #CCCCCC solid;
}

.tab-content.current{
	display: inherit;
}

.regtextboxupdatebusinfo{
	border:0; 
	padding:10px; 
	font-size:1em; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px #ccc; 
	margin:0 0 10px; 
	width:480px;						
}
.regtextboxupdateadvinfo{
	border:0; 
	padding:10px; 
	font-size:1em; 
	font-family:Arial, sans-serif; 
	color:#666; 
	border:solid 1px #ccc; 
	margin:0 0 10px; 
	width:480px;						
}
/*ACCOUNT DETAILS STYLES */

#acctDetailpage{
	display:none;
	left:340px;
	position:absolute;
	top: 20px;
}

#acctDetailsbanner{
	background-color:#55b946;
	width:100%;
	height:40px;
	padding:10px 10px 10px 100px;
}
	
	
#acctDetails_container{
		width:800;
		height:300px;
		margin-left:100px;
		margin-top:50px;
}

#acctDetailswrappercontainer {
    width: 100%;
    display: table;
    table-layout: fixed;
	/*margin-left:340px;*/
	top:0px;
	position:relative;
}

#acctDetailscontentblock {
    width: 800px;
    display: table-cell;
    padding: 0px;
}

/*PASSWORD DETAILS STYLES */
#passwordbanner{
	background-color:#285C8E;
	width:100%;
	height:40px;
	padding:10px 10px 10px 100px;
}
	
	
#password_container{
		width:800;
		height:300px;
		margin-left:100px;
		margin-top:50px;
}

#passwordwrappercontainer {
    width: 100%;
    display: table;
    table-layout: fixed;
	/*margin-left:340px;*/
	top:0px;
	position:relative;
}

#passwordcontentblock {
    width: 800px;
    display: table-cell;
    padding: 0px;
}	

.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  width:454px;
  z-index:50;
  padding: 25px 25px 20px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}


/*resets*/
/*tml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
