body{
	font-family: Arial;
}

#searchBox{
	position: absolute;
	left: 320px;
	top: 0px;
	color: black;
	z-index: 1;
	width: 190px;
}

.search_field{
    width: 100px;
    height: 15px;
    border: 1px solid #e90268;
    font-size: 1em;
}

a.pink_link, a.pink_link:link, a.pink_link:visited, a.pink_link:active{
	color: #e90268;
}   

a.pink_link:hover{
    text-decoration: underline;
}

.small_select{
  font-size: 10px;
  height: 10px;
}

#photomenu{
	font-size: 1.2em;
	color: #e90268;
	margin-bottom: 20px;
}

#photomenu a, #photomenu a:link, #photomenu a:visited{
	color: #e90268;
	font-style: normal;
}   

#photomenu a:active{
    color: #e90268;
}

#photomenu a:hover{
    text-decoration: underline;
}

h5{
	font-size: 12px;
	margin: 0px;
}

th {	font-size: 10px;
	text-align: left;
}


/* gebruikerstabel backend */
td.admin{
	padding: 2px;
}
tr.admin{
	font-size: 10px;
	background: #EEE;
}

a.indexLink{
	text-decoration: none;

}

div.step{
	font-size: 11px;
	line-height: 12px;
}

div.activestep{
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #e90268;
}

#steps{
	border: 1px solid gray;
	width: 300px;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#dropdownBox{
	font-size: 12px;
	width: 120px;
	position:absolute;
	right: 50px;
	top: 20px;
	border: 1px solid gray;
	background-color: #333;
	z-index:1;
	padding:3px;
	visibility: hidden;
}

#addedTags{
	font-style: italic;
	color: #999;
}

#addTagsDropdownBox{
	font-size: 12px;
	width: 120px;
	position:absolute;
	border: 1px solid gray;
	background-color: #333;
	z-index:1;
	padding:3px;
	visibility: hidden;
}

#numberOfPhotosIndex{
	color: #BBB;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
    padding-right:12px;
    padding-bottom: 3px;
    position: relative;
    top: -8px;
}

.autocomplete_found_string{
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

a.autoCompleteLink{color: #CCC;}
a.autoCompleteLink:visited{color: #CCC;}
a.autoCompleteLink:hover{color: #FFF;}




div.cat_img{
	width: 100px;
	height: 110px;
	text-align: center; 
	background-color: white;
	background-repeat: no-repeat;
	padding: 0px;
	padding-bottom: 20px;
	margin-right: 10px;
	text-decoration: none;
}

.pages_menu{
margin-top: 10px;
margin-bottom: 10px;
}

table.user_photo_table{
	margin: 2px;
	padding: 25px;
	border: solid 1px #dedede;
}

span.cat_img_title{
	color: #666;
	font-size: 11px;
	font-family: Helvetica, Arial;
	font-weight: normal;
	position: relative;
	font-style: normal;
	top: 106px;
	text-decoration: none;	
}

table.verifyUploadData{
	border: solid 1px #444444;
	background-color: #222;
	font-size: 11px;
	margin: 0px;
}

td.verifyUploadDataTitle{
	font-weight: bold;
	width:70px;
}

img.thumb{
	width: 100px;
	height: 100px;
	text-align: center; 
	margin-right: 10px;
	margin-bottom: 10px;
	background: white;
}

img.thumbNoCrop{
	margin: 5px;
	padding: 5px 5px 15px;
	border: solid 1px #dedede;
	background: white;
	float: left;
	margin-right: 20px;
}

a.activeLink { 
	color: green; 
	text-decoration: none;
}

a.inactiveLink { 
	color: green; 
	text-decoration: none;
}