@charset "utf-8";
/* CSS Document */

.addaccount,
.addtranslation {
	margin-left: 10px;
}

.addaccount a,
.addtranslation a {
	background: transparent url(../images/add.png) top left no-repeat;
	color: inherit;
	padding-left: 24px;
}

.profilebox {
	margin: 15px 10px 25px;
}

#rightcontent .profilebox {
	background-color: #E6EDF2;
	/*margin: 15px 0 25px;
	padding: 0 20px;*/
	margin: 0;
	padding: 15px 20px;
}

.profilebox .clear {
	clear: both;
}

ul.links {
	list-style-type: none;
	margin: 10px 15px;
	padding: 0;
}

ul.links li {
	float: left;
	margin-right: 20px;
}

#rightcontent ul.links li {
	float: none;
	margin: 5px 0;
}

ul.links a.viewprofile {
	background: transparent url(../images/eye.png) top left no-repeat;	
	padding: 1px 0px 3px 24px;
}
               
ul.links a.editprofile, a.editprofile {
	background: transparent url(../images/pencil.png) top left no-repeat;
  padding: 1px 0px 3px 24px;
}
               
ul.links a.editcategories, a.editcategories {
	background: transparent url(../images/application_view_columns.png) top left no-repeat;
  padding: 1px 0px 3px 24px;
}
               
ul.links a.translateprofile, a.translateprofile {
  background: transparent url(../images/world.png) top left no-repeat;
  padding: 1px 0px 3px 24px;
}
               
ul.links a.approvepictures, a.approvepictures{
  background: transparent url(../images/picture_key.png) top left no-repeat;
  padding: 1px 0px 3px 24px;
}
               
ul.links a.addmembers {
	background: transparent url(../images/group.png) top left no-repeat;
  padding: 1px 0px 3px 24px;
}

ul.links a.active {
	color: #396CB9;
	font-weight: bold;
}

a.changeaccount {
	background: transparent url(../images/arrow_refresh.png) top left no-repeat;
	margin-top: 20px;
  padding: 1px 0px 3px 24px;
}


  #c3489 {
    background-color: #e6edf2 !important;
    margin: 0;
    padding: 15px 20px !important;
  }
  
  #c3489 td {
    font-size: 12px;
    padding-bottom: 7px;
  }
  #c3489 tr:last-child td {
    padding-bottom: 0;
  }
  
  #c3489 td:first-child {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  
  #c3489 td:last-child {
    font-style: italic;
  }
  
  #c3490 {
    display: none;
  }
  
  a.back-top {
  	border-bottom: 1px dotted #4a4a4a;
  	color: #4a4a4a;
  	display: block;
  	font-size: 12px;
  	height: 30px;
  	margin-bottom: 32px;
  	overfloe: hidden;
  	padding: 3px 0;
  }
  
  a.back-bottom {
  	border-top: 1px dotted #4a4a4a;
  	color: #4a4a4a;
  	display: block;
  	font-size: 12px;
  	height: 30px;
  	margin-top: 32px;
  	overfloe: hidden;
  	padding: 3px 0;
  }
  
  a.back-top img,
  a.back-bottom img {
	background: none !important;
	border: none !important;
	padding: 0 !important;
  }
	
	
  
.pagebrowser {
  margin-top: 20px;
}

.pagebrowser a {
  background-color: transparent;
  border: 1px solid rgba(95, 122, 184, 0.32);
  border-radius: 3px;
  display: inline-block;
  color: #5F7AB8;
  height: 20px;
  line-height: 20px;
  margin: 3px;
  text-align: center;
  width: 20px;
}

.pagebrowser a.active {
  background-color: #5F7AB8;
  border: 1px solid #5F7AB8;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  margin: 3px;
  text-align: center;
  width: 20px;
}