/* 
    Created on : Mar 26, 2014, 7:07:03 AM
    Author     : Christy Buckholdt
*/
body {
    background-color: #E5E5E5;
    padding-bottom: 30px;
}

.align-right { text-align: right;}
.bold-red {
    color:#ff0000;
    font-weight: bold;
}
.fake-link{    
    color: #0000ff;
    cursor: pointer;
}
.fake-link-hover{    
    color: #9999ff;
}

/* unvisited link */
a:link {
    color: #0000ff;
}

/* visited link */
a:visited {
    color: #9900ff;
}

/* mouse over link */
a:hover {
    color: #9999ff;
}

/* selected link */
a:active {
    color: #0066cc;
}

/* For SEO purposes always default display modals, then on page load have javascript hide it
.modal {
  display:block;
}
*/
h5,
.h5 {
  font-size: 16px;
}
.left10 {margin-left:10px;}
.left20 {margin-left:20px;}
.down8 {margin-top:8px;}
.up20 {margin-bottom:20px;}
.larger {font-size:1.5em;}
.smaller {
    font-size: .75em;
}
.pointer {cursor: pointer;}
legend{
    color: #003366;
}
.sublegend {
    color: #003366;
    font-size: 1.25em;
}
.narrow { 
  display: inline-block;
  width: 50px;
}
.inline {
  display: inline-block;
}
.border-danger {
  border: thin #a94442 solid;
  padding:10px;
  margin:10px;
  text-align: center;
}
.center-text {
    text-align:center;
}
.page-bottom-padding{
    padding-bottom: 30px
}

.modal-title{
    color:#003366;
}
.selectwidthauto
{
     width:auto !important;
}
.propertyContainerWide {
    box-sizing:content-box;
    overflow:auto;
    height:100%;
    color:#222;
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
    text-align: left;
}
.subtitles {color:#003366}
