/* Core style sheet for dakpharmaceuticals customer support */


TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}


TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }

body {
       	color: #000000; 
       	font-family: Verdana, Helvetica, Arial, sans-serif;
       	font-size: 1em;
	background-color: #ffffff;
	margin: 0;
}
p {
	text-align: justify;
	line-height: 1.7em;	
}
h1 {
       	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	letter-spacing: 5px;
}
h2 {
       	font-size: 1.1em;
	text-decoration: underline;
}
p.footer {
	font-size: .5em;
	text-align: center;
	font-weight: bold;
}
a:link { 
	color: #dd0000;
	text-decoration: none;
}
a:visited {
	color #dd0000;
	text-decoration: none;
}
a:hover {
	background-color: #9baebf;
	color: #ffffff;
}
a:active {
	background-color: #67849e;
}
#header {
	background-color: #ffffff;
	padding-left: 30px;
	padding-right: 125px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header p {
	font-size: .6em;
}
#main-content {
	border: solid #000000 1px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	padding: 10px;
}

#main-content tr {
	border: solid 1px #000000;
}
#main-content img {
	width: 100px
	height: 100px
}
#results {
	background-color: #0000ff;
	border: solid #000000 1px;
	margin-left: 30px;
	margin-right: 90px;
	margin-top: 10px;
	padding: 10px;
}
#errors {
	background-color: #ff0000;
	color: #ffffff;
	border: solid #000000 1px;
	margin-left: 30px;
	margin-right: 90px;
	margin-top: 10px;
	padding: 10px;
}







