/* default template styles: Default.css */

/* Styles for SitePress users *********************************** */

.PopUpPageSubHeaderText { display:image; line-height:24; max-width:-300px; color:#000000; font-family:undefined; font-size:14px; background-color:#FFFFFF; text-transform:capitalize }





/* Other Styles ************************************************* */
.announcementDivider {
	display:block;
	height:1px;
	font-size: 1px;
	border-bottom: 1px solid #0A8C19;
	margin: 10px 0;
}
.announcementTitle {
	display:block;
	font-family: Arial;
	font-weight: bold;
	line-height:120%;
	font-size: 16px;
	margin: 15px 0 10px 0;
}
.announcementsDate {
	line-height:100%;
	color: #666666;
	margin: -5px 0;
	font-style: italic;
}

.yellowBox {
	margin: 10px;
	padding: 10px;
	background-color: #FEFEE1;
	color: #008000;
	border: 2px solid #008000;
}

a.btn_green_rounded_rarrow {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 6px 30px 6px 15px;
    border: none;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background: #198D00 url("/img/btn_rarrow_white.png") no-repeat right center;
	_background: #198D00 url("/img/btn_rarrow_white_ie6.png") no-repeat right center;
    color: #FFFFFF;
    text-align: left;
	text-decoration: none;
    font-size: 14px;
    line-height: 110%;
}
a.btn_green_rounded_rarrow:hover {
    background-color: #2b71c2;
	color: #FFFFFF;
}


/*Form Styles*/
.formTable {
	border: 1px solid #E4D9BF;
}
.formTable INPUT {
	font-size: 12px;
	height: 20px;
}
.formTable TD {
	padding: 3px 5px;
	vertical-align:top;
	border-top: 1px dotted #E4D9BF;
}
.formHeader {
	padding:1px 5px 2px 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8C8277;
	border-top: none !important;
}
.formHeader A:link, .formHeader A:visited {
	float: right;
	color: #FFFFFF;
}
.formHeader EM {
	font-weight: normal;
}
.formTable TD * {
	vertical-align:top;
}
.formLabelCell {
	width: 31%;
	padding-right: 0px !important;
	text-align: right;
	font-weight: bold;
}
.formFieldCell {
	width: 69%; 
}
.formField { margin:0px; width:300px; border:1px solid #828181; vertical-align:middle; }
.formFieldSmall { 	margin:0px; width:148px; border: 1px solid #828181; vertical-align:middle; }
.formFieldVerySmall { margin:0px; width:72px; border: 1px solid #828181; vertical-align:middle; }
.formTopPadding { 	padding:5px; }
.formHorDivider { font-size:10px; line-height:10px; color:#FFFFFF; }



.jappButtons { text-align:right; padding:10px 0px; }


.setonLearningCentral {
	display: block;
	padding: 10px 0;
	background-color: #3064A4;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF !important;
	font-weight: bold;	
	font-size: 16px;
}

/* Styles for Veriphy form */

#physicianinfoinstructions, #devicesinstructions, #primaryprefs, #backupdevices, #backupprefs, #answeringservice {
	position: absolute;
}
.veriphyforminstructionsPopup {
	position: relative;
	margin: 50px 0 0 410px;
	width: 300px;
	padding: 10px;
	border: 1px solid #008000;
	background-color: #FEFEE1;
	color: #000000 !important;
	font-weight: normal;	
	font-size: .9em;
}
.veriphyforminstructionsCloseButton {
	float: right;
	margin: -9px -9px 0 0;
	_margin: -9px -4px 0 0;
	padding: 0 2px 2px 3px;
	cursor: pointer;
	background-color: #008000;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana;
}
.directionTable {
	margin-left:60px;
	margin-right:0px;
	width:87%;
}


.directionTable {
	margin-left:60px;
	margin-right:0px;
	width:87%;
}

.SearchResultTerms {
	position:relative;
	top:-45px;
	left:210px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}


/*	flu pages */
.rightSide{
	padding:10px 25px;
	text-align:center;
	position:relative;
}
.page_fluh1n1_information .nav{
	display:none;
}
.fluTable{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	}
.fluTable TD,
.fluTable TH{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	padding:5px;
	}
.fluTable .lightGray{
	background-color:#EBEBEB;
}
.fluTable .darkGray{
	background-color:#CCCCCC;
}



.leftFloatedPortrait {
	float:left;
	margin:0 10px 5px 0;
	border: solid 1px #000000;
	}


/* HEALTH NEWS copyrights */
.health_day_copyright {
	clear: both;
	border-top: 1px solid #C1C1C1;
	padding: 10px 0;
	text-align: left;
	font-size: .9em;
	color: #888888;
}
.health_day_copyright a {
	color: #888888;
}
.health_day_copyright img {
	float: right;
	margin-top: -5px;
}
/* Tip of the Week */
.tip_of_the_week p.week {
	position: absolute;
	top: -99999999em;
}
.tip_of_the_week h3 {
	border-top: 1px solid #0C6515;
	padding-top: 20px;	
}
