/* overrides.css */

body.standard,
body.popup-template 

body.standard {
  padding: 20px 0;
  background: #003B4A;
  background-size: 100% auto;
  font-family: "Arial";
}
a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:focus {
  border-bottom: 1px solid;
  background: #f87cc0;
}

a:active {
  background: #f87cc0;
  color: #DDB659;
}

.account-bar .container { background-color: #003B4A; }
.account-links a.account-link { color: white; }
.account-links a.account-link:hover { color: #DDB659; }

.container.content 
	{
	margin-top: 30px;
	margin-bottom: 8px;
	background-color: #003B4A;
	}
#upsell { color: white;}

.content, legend { color:white; }
.main { background-color: #003B4A; }
modal { color: #333333; background-color: #003B4A;}

.modal-backdrop.in { opacity: 0; pointer-events: none; }
.modal-dialog { color: white; }
.modal-content { 
				background-color: #003B4A; 
				border-color: white;
				color: white;
				}
.unique-code { color: #DDB659 !important; font-weight: bold; }



.action-area {
  background-color: #003B4A;
  color: #whitewhite;
  border-color: #white;
}

.btn {
  font-family: "Arial";
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
  background-color: #002227;
  border-color: #003B4A; 
  color:white;
}

.btn{ color: white; }
.btn:hover { 
	background-color: #002227;
    border-color: #white; 
    color: #DDB659;
}

h1.header .name, h2, h3, h4, dt, th {
  color: white;
}

.btn-primary 	{ 
	color: black;
	background-color: #F3DE85;
	border-color: #white; 
				}

.btn-primary:hover,
 .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus
	{
       background-color: #002227;
	   border-color: white; 
       color: white;
	}
	
#main-panel a { color: #DDB659; } #main-panel a:focus, #main-panel a:hover { color: #DDB659; }
#main-panel a.btn { color: white; } #main-panel a.btn:focus, #main-panel a.btn:hover { color:#DDB659; }

#footer { background-color: #003B4A; margin-top: 10px; }
#footer ul#footer-links li a { color: #cccccc; }