
a.downloadLink
{
    background: url("../images/directories/download-icon.png") no-repeat scroll 0 0 transparent;
    text-indent:-999px;
    display: inline-block;
    height: 24px;
    width:24px;
    }
.dirRow {
/*margin-left: 0px;*/
margin-bottom:20px;
}
.dir-image {
	float:left;
/*	border: 6px solid #F0F1F2;*/
 	border: 3px solid #FFFFFF;
	margin-right:20px;
	margin-left:5px;
	-moz-box-shadow: 0 0 5px #b4b4b4;
	-webkit-box-shadow: 0 0 5px #b4b4b4;
	box-shadow: 0 0 5px #b4b4b4;
	margin-bottom:10px;
	width: 140px;
	height: 110px;
}
#directoryContent .item .name {
    color: #0194DA;
    float: none;
    font-family: Euphemia,Arial,"Lato",sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-transform: none;
    width: 93%;
}
#directoryContent .item .description {
    float: none;
    font-family: Euphemia,Arial,"Lato",sans-serif;
    font-size: 12px;
    height: 30px;
    text-transform: none;
    width: 93%;
}
#directoryContent a {
color: #0194DA !important;
}
#directoryContent h2 {
    font-size: 15px;
	line-height:20px;
}
#directoryContent .alpha-index {
    height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
	font-size: 13px;
}
#directoryContent .alpha-index span {
    background: url("../images/alpha_index_item.png") no-repeat scroll 100% 50% transparent;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 21px;
}
#directoryContent .alpha-index a:link, a:visited {
color: #646464;
    text-decoration: none;
}
.pagination {
	font-size: 10px;
	margin-top:0px;
	margin-bottom:20px;
}
.pagination a{
	line-height: 24px;
    padding: 0 8px;
}
#repHeader {
	/*	border-bottom: 1px solid #EFEFEF;*/
/*	border-bottom: 1px solid #DDDDDD;*/
	border:none;
	padding-bottom:10px;
	background:url(../images/directories/content_block_slash.png);
	background-position: 10px 58px;
	height:100px;
	background-repeat: no-repeat;
	margin-top: 4px;	
position:relative;
background-color:#f1f2f2;
padding-top:18px;
border-radius: 4px;
}
#repHeader h2 {
	font-weight:normal;
	font-size:12px;
	line-height:13px !important;
}
#repHeader h2 a{
	font-weight:normal;
	font-size:12px;
	line-height:13px !important;
}
.selected{
	color:#FF8F27 !important;
}
.span5 h2{
padding-top:33px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
.directoriesSearch{
	padding-top:30px;
	padding-right:30px;
	width:300px;
	float:right !important;
}
.title1{
	/*text-align:center !important;*/
	position: absolute;
	top: 95px;
	display:block;
	width:180px;
}
.title1over{
	text-align:center !important;
	position: absolute;
	top: 75px;
	display:block;
	width:180px;
}
.span4 img {
	margin-right:25px;
}
#repHeader  img {
	margin-right:60px;
	margin-left:60px;
}
.table th, .table td {
    border-top: 1px solid #EFEFEF;
}
#repHeader #appendedInputButton {
width: 250px;
}
#repHeader div {
float:left;
}
.container {
	margin-top: 10px;
}
#detailContent .downloads {
position: relative;
z-index: 2;
width: 100%;
margin-bottom:20px;
}
#detailContent .downloads .item {
position: relative;
padding: 9px 0;
border: 1px solid #E6E7E8;
border-bottom-color: #DCDDDE;
border-radius: 2px;
background: #FFFFFF;
cursor: pointer;
display:table;
width:100%;
}
#detailContent .downloads .contact {
cursor: default;

}
#detailContent .downloads .item::before, #detailContent .downloads .item:after
 {
	content:"";
	position:absolute;z-index:-1;
	bottom:10px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	box-shadow:0 8px 8px rgba(0,0,0,0.2);
	-webkit-transform:skew(-15deg) rotate(-4deg);
	-moz-transform:skew(-15deg) rotate(-4deg);
	-ms-transform:skew(-15deg) rotate(-4deg);
	-o-transform:skew(-15deg) rotate(-4deg);
	transform:skew(-15deg) rotate(-4deg)
	}
#detailContent .downloads .item:after{
	left:auto;
	right:10px;
	-webkit-transform:skew(15deg) rotate(4deg);
	-moz-transform:skew(15deg) rotate(4deg);
	-ms-transform:skew(15deg) rotate(4deg);
	-o-transform:skew(15deg) rotate(4deg);
	transform:skew(15deg) rotate(4deg)
	}
	
	
#detailContent .downloads .item2 {
position: relative;
padding: 9px;
border: 1px solid #E6E7E8;
border-bottom-color: #DCDDDE;
border-radius: 2px;
background: #FFFFFF;;
cursor: pointer;
margin-bottom:10px;
display:table;
}

#detailContent .downloads .item2::before, #detailContent .downloads .item2:after
 {
	content:"";
	position:absolute;z-index:-1;
	bottom:10px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	box-shadow:0 8px 8px rgba(0,0,0,0.2);
	-webkit-transform:skew(-15deg) rotate(-4deg);
	-moz-transform:skew(-15deg) rotate(-4deg);
	-ms-transform:skew(-15deg) rotate(-4deg);
	-o-transform:skew(-15deg) rotate(-4deg);
	transform:skew(-15deg) rotate(-4deg)
	}
#detailContent .downloads .item2:after{
	left:auto;
	right:10px;
	-webkit-transform:skew(15deg) rotate(4deg);
	-moz-transform:skew(15deg) rotate(4deg);
	-ms-transform:skew(15deg) rotate(4deg);
	-o-transform:skew(15deg) rotate(4deg);
	transform:skew(15deg) rotate(4deg)}	
	

#detailContent .contactHeader {
border-bottom: 0px;
}
#detailContent .contactHeader h2 {
margin-top: 0px;
text-transform: none;
font-weight:normal;
padding-left:20px;
text-shadow: 0 1px 0 white;
}
#detailContent .contactImage img {
	float:left;
/*	border: 6px solid #F0F1F2;*/
 	border: 3px solid #FFFFFF;
	margin-right:20px;
	-moz-box-shadow: 0 0 5px #b4b4b4;
	-webkit-box-shadow: 0 0 5px #b4b4b4;
	box-shadow: 0 0 5px #b4b4b4;
}
#detailContent {
font-size: 13px;
}
.contactDetailTitle {
margin: 0 0 4px;
text-transform: none;
	border:none;
	padding-bottom:0px;
	padding-top:15px;
	/*background:url(../images/top_gradient_divider.jpg);*/
	background: #ebebeb;
	background-position: 0px -10px;
	height:30px;
	background-repeat: no-repeat;
	margin-top: 18px;
}
.contactDetailTitle h4 {
	padding: 4px 0px;
	font-size: 15px;	

}
.namesdiv {
margin-bottom:10px;
}
#detailContent .contactImage img {
padding: 0px;
}
.unitDetails {
	width:300px;
	float:left;
}
h3 {
	font-size:16px;	
text-shadow: 0 1px 0 white;
margin-bottom:10px;
}
.personas {
	clear:both;
}
#detailContent .contactLabel {
font-weight:bold;
}
#repHeader>div {
	width:190px;
	text-align: center;
 }
 #repHeader>div.directoriesSearch {
	width:auto;
 }
 
 #repHeader a.directories {
	width: 100px;
	margin: auto;
 }
 #repHeader div.title1 {
	float: none;
	position:relative;
	top: 0;
	width:190px;
 }
  #repHeader div.title1 h2{
	text-align: center;
	padding-left: 24px;
 }
a.edit-visibility {
    float: right;
    margin-top: 2px;
    margin-right: 6px;
}
a.edit-visibility i.icon-visiblity.saving {
	background-image: url('../images/spinner.gif');
    background-position: 0px 0px;
}
i.icon-visiblity {
    background-position: 0px;
    width: 16px;
    height: 16px;
}
i.icon-visiblity.icon-eye-close {
    background-image: url('../images/invisible-16.png');
}

   i.icon-visiblity.icon-eye-open {
    background-image: url('../images/visible-16.png');
}