
html,body{
margin:0px;
padding: 0px;
}

.dallas-brand{
font-family: "Lato";
}

#dallas-brand-header{
background-color: #003F88;

}

#dallas-brand-header-container{
margin: 0 auto;
max-width: 90%;
padding: 15px 0 10px 0px;
position: relative;
}

#dallas-brand-header-logo{
height: 42px;
}

#dallas-brand-footer{
background-color: #EEEEEE;
padding: 20px;
}

#dallas-brand-footer-container{
text-align: center;
}

#dallas-brand-heart-sprite{
    background-image: url(/pbw/include/dallas/images/dch-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 300px;
    
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-position: -142px -80px;
    margin: 0px 2px;
}

#dallas-brand-text-link{
padding: 20px;
color: white;
position: absolute; right: 0px; top: 5%; font-weight: bold; text-decoration: none;
}

#dallas-innerWrapper{
 	margin: 0px auto;
    width: 100% !important; 
    max-width: 1024px;
}

/* New Additions */


html,body, td {
	font-size: 14px !important; 
	font-family: arial !important; 	
}

#capinstrcts{
	font-size: 14px;
}
#caplable{
	font-size: 14px;
}

.field {
	font-size: 14px;
}

.bodyNormal{
	font-size: 14px;
}

input[type=checkbox],input[type=radio]{
	margin-right: 5px !important;
}	
			
label.required:after {content: " *"; color: #C4161C;}
	.error {
		color: #C4161C;
		font-weight: bold;
		font-size: 14px;
	}	
	
.container {
	margin-left: 0;
}	

table{
	margin-top: 10px !Important;
	margin-bottom: 10px !Important;
}

td{
	padding-bottom: 5px !Important;
	padding-right: 5px !Important;
}


