﻿p, td, body, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333333;
	font-size: 12px;
	
}

td {
	vertical-align: top;

}

h1 {
	font-size: 18px; color: #cc3300; font-weight: normal;
}
h2 {
	font-size: 14px; color: black; font-weight: bold;
}
h3 {
	font-size: 12px; color: black; font-weight: bold;
}

form {
	display: inline;
	
}

img {
	padding: 0px; border: 0px;

}

p {
	padding: 0px; margin-top: 0px; 	margin-bottom: ;
}

ul {
	margin-left: auto;
	
}

.standard-button {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cc3300;
	color: white;
	font-weight: bold;
	font-size: 12px;
	border: 2px solid #cc3300;
	border-top: 3px solid #ff6600;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	margin-right: 3px;
	text-decoration: none;

}

span.standard-button {
	display: inline-block;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	height: 14px;

}

.tableheader {background: #CECECE;}
.tablerowgray3 {background: #E7E7E7;}
.tablerowgray4 {background: #DFDFDF;}


a {color:#003399; text-decoration:underline;}

a:link { color: #003399; text-decoration: underline; }
a:visited { color: #3399CC; text-decoration: underline; }
a:hover { color: #333333; text-decoration: underline; }

.content-header {
	color: #cc3300;
	font-weight: bold;
	padding: 20px;
	padding-left: 7px;
}

.line {
	line-height: 0px;
	background-color: #ccc;

}

.navigation-title {
	font-weight: bold;
	padding-left: 6px;
	margin-bottom: 4px;

}

.footer-emphasis {
	background-color: #c0c0c0;
	
}

div.done {
	top: -600px;
}

.footer-content {
	background-color: #eee;
}

#footerTitle {
	font-size: 17px;
	margin-left: 7px;
	margin-top: 6px;
	margin-bottom: 2px;
	display: block;
	font-weight: bold;
}

#emailUs {
	font-size: 11px;
	display: block;
	width: 200px;
	padding: 10px;
	padding-left: 8px;
	font-style: normal;
	float: left;
}

#emailUs .title , #callUs .title{
	font-weight: bold;
	display: block;
}

#callUs {
	font-size: 11px;
	padding: 10px;
	width: 210px;
	margin-left: 240px;
}

a#aboutCaremarkLink {
	display: block;
	float: right;
	padding: 4px;
	padding-right: 10px;
	font-size: 12px;

}

#emailControl {
	width: 400px;

}

#emailTextbox, #confirmationTextBox {
	width: 165px;
	border: 1px solid silver;

}

#emailCaption, #confirmationCaption  {
	width: 137px;
	min-width: 137px;
	text-align: left;
	margin-right: 4px;
	display: inline-block;
	font-size: 12px;

}

#captchaControl {
	border: 2px solid orange;
	width: 300px;
	display: block;
	padding: 4px;
	margin-top: 25px;
	background-color: LemonChiffon;
	overflow: hidden;

}

#captchaImage {
	margin-bottom: 10px;
}

#captchaCaption {
	display: block;
	margin-left: 2px;
	font-size: smaller;
	
}

#captchaTitle {
	display: block;
	font-size: smaller;
	font-weight: bold;
	color: white;
	background-color: orange;
	width: 301px;
	margin-bottom: 6px;
	padding: 4px;
	top: -5px;
	left: -5px;
	position: relative;
	
}

#captchaTextbox {
	width: 285px;
	font-size: medium;
	margin-top: 3px;
	border: 1px solid silver;

}

div#lightbox {
	position: relative;
	top: -750px;
	height: 450px;
	padding: 15px;
	width: 330px;

}

span.required-decorator {
	margin-left: 5px;
	color: red;
}

ul#errors {
	padding-left: 20px;
	color: red;
	font-weight: bold;
}

iframe#drugInfoFrame {
	border: 1px solid silver;
	height: 400px;
	width: 545px;
	
}

div#contentTopControlContainer {
	position: absolute;
	width: 547px;
	height: 50px;
	text-align: right;
}
div#contentTopControl {
	display: none;
}

.pageerror {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

ul.pageerror {
	margin-left: 1.8em;
	padding: 0;
	list-style-type: none;
}

ul.pageerror li {
	padding-left: 0.8em;
	background-image: url('../images/global/error_bullet.gif');
	background-repeat: no-repeat;
	background-position: left 0.5em;
}

.error-alert {
	background-image: url('../images/global/error-icon.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
}
