body {
margin-top:120px;
background-color:#000;
color:#FFFFFF;

}


.header{
z-index:5001; 
position:fixed; 
top:0; 
height:100px; 
width:100%; 
text-align:center; 
margin:0 auto;
 }
#header-container{
z-index:5000; 
max-height:100px;
background-color:#000000;
background:url(../images/brick-bg1200x114.jpg) no-repeat; 
background-size:100% 100%;
}
#header-logo{
margin-left:10px; 
margin-right:25px;
max-height:100px; 
float:left;
} 
#header-text{
display:block;
font-family:Georgia, 'Times New Roman', Times, serif; 
text-shadow:1px 1px 3px #000;
}
#mobile-header-text{
font-family:'Times New Roman', Times, serif;
text-shadow:1px 1px 3px #000;
display:none;

}

#UserBox{
 padding-right:40px; 
 text-align:right; 
 color:#000; 
 background-color:#FFFFFF; 
 opacity:0.9; 
 padding:15px; 
 padding-right:30px; 
 border-radius:8px;
 }
@media (max-width: 767px) {
#header-text{
display:none;
}
#mobile-header-text{
display:block;
}

} 


a {
color:#FFFFFF;
text-shadow:none;
}

li{
padding:4px;
}
.btn-primary{
width:100%;
text-align:left;
}
.btn-primary a{

}
#Properties {
display:block;
}

#addProperty{
display:none;
}
input,textarea,select{
margin-top:8px;
}
td a{
color:#0099FF;
}
.browse_link {
color:#0033FF;
}
table, tr,td {
font-size:14px;
background-color:#FFFFFF;
}
.table-header{
font-size:14px;
color:#000000!important;
font-weight:bold!important;
background-color:#CCCCCC!important;
padding:8px;
}
td{
padding:8px;
}
td img {
padding:3px;
border:#CCCCCC 1px solid;
border-radius:2px;
}
.nav li,.navbar-collapse {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav > li > a:hover {
background-color:#000;
color:#FFFFFF;
}

.active a{
background-color:#FFFFFF!important;
color:#000000;
}

.browse_link {
color:#0033FF;
}
#photos_container {
min-height:600px;
text-align:center;
}

#details_container {
z-index:6000;
display:none;
max-width:90%;
height:90%;
overflow:scroll;
margin:0 auto;
position:fixed;
top: 50px;
border-radius: 15px;
border: 4px solid #000099;
background-color:#FFFFFF;
}
	.btn-primary {
	text-align:center;
	text-shadow:1px 1px 1px #000;
	border-radius:5px;
	font-weight:bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	}