body{	
	font-family:'Lato';
	background-color: black;
	color:white;
}
a{
	color:yellow;
}

img.img-logo{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.container-content{
    min-height:400px;    
}

p.uppercase{
	text-transform: uppercase;	
}
.container-logo{
	margin-top:30px;
}
.container-logo h1{
	text-align:center;
	color:yellow;
}

.container-navbar{
	margin-bottom:25px;
}
	.row-line hr{
		color:white;	
		border:0px;
		height:1px;
		border-top:1px solid white;
	}




hr.line-white{
	margin:0px;
	height:0px;	
	height:1px;
	width:100%;	
	color:white;
	background-color:white;
	border:0px;
	margin-top:20px;
}
.container-footer{
	min-height:200px;
}

.container-footer h3{
	color:yellow;
	font-size:1.1em;
	text-transform: uppercase;
	margin-bottom:5px;
}
.container-footer p{
	font-size:0.9em;	
}

.navbar{
    margin-bottom:0px;
    background-color:black;
}
    .navbar-default{
        background-color:black;
        border:0;
    }
    .navbar ul li{
    }
    
    .navbar-default .navbar-nav>li>a{
        color:yellow;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
        color:white;
    }
body.user-selected-pattern{background-image:url('/images/patterns/bedge_grunge/bedge_grunge.png');background-repeat:repeat;background-size:auto;}
td
{
    text-align:left;
}

body
{
    line-height:normal;
}

table.ottTable
{
    border: 1px solid #DDD;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:20px;
}
table.ottTable th, table.ottTable td
{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid;
}
