body{
    margin: 10px;
    padding: 0;
    font-size: 11px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background-color: #f1f1f1;
    color: #555;
    background-repeat: repeat;
    text-align:center;	
}


a{
    /*color: #00CC33;  Green*/
	color: #FF7E00; /*Orange*/
    text-decoration: none;
	outline:none;	
}


a:hover{
    color:#006600;
}



a.backlink{
  padding:10px;  
}

a.topbtn{
	border: solid 1px;
	display: inline-block; 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color:#FBCA04;  /*#FF7E00;*/
	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
  	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px #ccc;
	padding: 2px;
	margin: 2px;
}

#togbtn{
	display:inline-block;
	border: 0px;
	background:transparent url(../images/select_all.png) no repeat;
}

.button, .button:visited{
    /*background: #00CC33 url(../images/overlay.png) repeat-x;*/
    background: #FBCA04 /*#FF7E00*/ url(../images/overlay.png) repeat-x;
  	display: inline-block; 
  	padding: 5px 10px 6px; 
  	color: #fff;
  	text-decoration: none;
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
  	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	text-shadow: 1px 1px 1px  #000;
  	cursor: pointer;
    font-size: 11px;
	font-weight: bold;
	margin:10px 3px 4px 3px;
}

.button:hover, .topbtn:hover{
    background-color: #222;
    color: #fff;
}


.button:disabled{
	background-color: #222;
	color: #fff;
	border:0px;
	cursor:default;
}

#plcholder   {
width:85px;
height:85px;
padding:10px;
text-align:center;
margin:0px ;
border:0px;
border-radius: 5px ;
moz-border-radius: 5px ;
}


#plcholder.IT {
background-color: #FBCA04;
display:none;
}

#plcholder.marketing {
background-color: #FE0000;
display:none;
}

#plcholder.insurance {
background-color: #FF00F6;
display:none;
}

#plcholder.accountant{
 background-color: #7B3C8D;
 display:none;
}

#plcholder.money {
 background-color: #C1C300;
 display:none;
}

#plcholder.handshake {
 background-color: #0098A6;
 display:none;
}

#plcholder.hardware {
 background-color: #9C9A13;
 border-radius: 5em 1em 5em 1em/1em 5em 1em 5em;
 moz-border-radius: 5em 1em 5em 1em/1em 5em 1em 5em;
 display:none;
}

#plcholder.space {
 background-color: #1F96FC;
 display:none;
}

#plcholder.wspace {
 background-color: #FF7E00;
 height:280;
 display:none;
}

.chclient{
text-align:right;
border:0;
padding-top:5px;
padding-right:5px;
width:auto;
margin-bottom:0;
margin-right:20px;
margin-left: 210px;
}

ul.chclient li {
 display:inline-block;
 border: solid 1px #ccc;
 border-bottom:0;
 list-style:none;
 padding: 5px;
 margin-left:0;
 background-color: white;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px; 
}

ul.chclient li:hover{
  background-color:#ccc;
  padding-top:3px;
  padding-left:3px;
  padding-right:3px;
  
}

ul.chclient li:hover a{
  background-color:#ccc;
  color:black;
}


ul.chclient li.active {
  background-color:#ccc;
}

ul.chclient li.active a{
  background-color:#ccc;
  color:black;
}



img.ajaxload{
    margin-top:10px;
}

.error{
    height:15px;
}

.errorimg{
    padding-left:20px;
   /* float:left;*/
    background:transparent url(../images/error.png) no-repeat center left;
    height:15px;
    width:auto;
    color:red;
}


/*Admin*/
.adminpanel{
width: 800px;
text-align:left;
}

.map{
margin:0 auto;
width:560px;
}

table.admin{
	font-size:10px;
	width:100%;
	empty-cells: show;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


table.admin thead tr th{
	text-align:left;
}

table.admin thead tr{
	background-color:#f1f1f1;
}


table.admin tbody tr.statusblocked{
	background-color:#dfdfdf;
}


table.admin tbody tr.statusadmin{
	background-color:#7fc0f0;
}


table.admin tbody tr td{
	text-align:center;
}

table.admin tbody  tr:hover{
	background-color:#EFFFF3;
}

.admin_change{
  /*
	float:left;
  */
  height: 16px;
  width:16px;
  display: inline-block;
  border:0px;
  background:transparent url(../images/edit.png) no-repeat center right;
  cursor:pointer;
}

.admin_add{
  height: 16px;
  width:16px;
  display: inline-block;
  border:0px;
  background:transparent url(../images/add.png) no-repeat center ;
  cursor:pointer;
}


.admin_delete{
  float:left;
  height: 16px;
  width:16px;
  border:0px;
  background:transparent url(../images/b_drop.png) no-repeat center right;
  cursor:pointer;
}

.admin_no{
  float:left;
  margin-left:20px;
}

#topMenu{
	padding-left:3px;
	margin-left: 210px;
	margin-bottom:5px;
    padding:20px;
	text-align: right;
	height:auto;
    border:1px solid #ccc;
    background-color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
}

#topMenu .backToStart{
	float:left;
	border: 0px solid;
	Text-align:left;
	width: auto;
}

form.leftSubMenu{
		top: 30px;
		left: 3px;
		/*margin-left:  0px;*/
		margin: 0 auto;
		margin-bottom: 5px;
		background-color: white;
		width:15%;
		border: solid 1px #ccc;	
		-moz-border-radius: 18px;
		-webkit-border-radius:18px;		
		float:left;
	clear: both;
}

#top{
	
	padding-left:3px;
	margin-left: 210px;
	margin-bottom:5px;
	height:auto;
    border:1px solid #ccc;
    background-color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    padding:20px;
	text-align: left;
}


#mainForm{	 
	padding-left:3px;
	margin-left: 210px;
	margin-bottom:5px;
	height:auto;
    border:1px solid #ccc;
    background-color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    padding:20px;
	text-align: left;
}

#mainForm.bottom{
	clear:both;
	position: relative; 
	color:#FBCA04;
	font-weight:bold;	
	left:0px;
	width:auto;
	height: auto;
	text-decoration:none;
}

#leftSubMenu{
		/*top: 30px;
		left: 3px;*/
		/*margin-left:  0px;*/
		padding: 3px;
		margin: 0 auto;
		margin-bottom: 5px;
		background-color: white;
		width:178.95px;
		height:50px;
		border: solid 1px #ccc;
		-moz-border-radius: 18px;
		-webkit-border-radius:18px;		
		float:left;
	clear: both;
}

.lftsubmn{
	text-align:left;
}

/*Forms*/

form.login , form.register, form.editaccount, .forgotpw, .adminpanel, .login{
	position:relative;

	/*float: left;*/
	height:auto;
	margin:0 auto;
	margin-right: 2px;
	margin-top: 2px;
    border:1px solid #ccc;
    background-color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    padding:20px;
	text-align: left;
	clear:both;
}



form.login{
	float: left;
	width: 150px;
	clear: both;
}



form.register{
	clear:both;
	margin:0 auto;
	width: 600px;
	height:440px;
}



form.editaccount{
	clear:both;
	margin:0 auto;
	width: 400px;
	height:auto;
}



.forgotpw{
  width:200px;
}



form label{
    display: block;
    margin: 3px;
	font-weight:bold;
}



.login_row{
    float:left;
    clear:both;
	width:100%;
}



.login_row input[type=checkbox]{
    float:left;
}



.login_row label{
    float:left;
}







input[type=text], input[type=password]{
  border:1px solid #ccc;
  padding:2px;
}



input:focus{
	background-color:#EFFFF3;
}







form .fieldset1, form .fieldset2{
    border:1px solid #ccc;
    padding:6px;
    margin:10px;
    float: left;
   /* border-left:none;
    border-right:none;
    border-bottom:none;   */



}



form .fieldset1{
    width:260px;
}



form .fieldset2{
    width:90%;
    margin:0px;
}



form legend{
    text-align:right;
    color:#888;
    font-size:14px;
    padding:0px 4px 0px 4px;
    margin-left:5px;	



}







.error{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:18px;
    clear:right;
    width:100%;
    font-weight:100;
}



.error_captcha{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:20px;
    width:75px;
    font-weight:100;
}



.captcha_message{
    width:70px;
    float:left;
}

     .calloutUp
    {
        height: 0;
        width: 0;
        border-bottom: 12px solid #ccc;
        border-left: 12px dotted transparent;
        border-right: 12px dotted transparent;
        left: 0px;
        top: 0px;
        margin-left: 20px;
        z-index: 10;
    }
    .calloutUp2
    {
        position: relative;
        left: -10px;
        top: 2px;
        height: 0;
        width: 0;
        border-bottom: 10px solid #FBCA04;
        border-left: 10px dotted transparent;
        border-right: 10px dotted transparent;
        z-index: 10;
    }

.callbox{
position: relative;
top:-1px;
z-index: 9;
border:1px solid #ccc;
background-color: #0000;
width:80%;
padding: 2px;
margin:0;
border-radius: 5px;
webkit-border-radius: 5px;
moz-border-radius: 5px;
}



.linkback{
    margin:0 auto;
    width:100px;
    text-align:center;
    height:30px;	
	clear: left;	
}