

/* Import statements go here */
@import url(dynamiccontent.css);


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   BEGIN SHARED CONTENT FOR ALL PAGES
   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


/* Entire body of page */
#idBody {
	font-family: Helvetica, Arial, Verdana;
	font-size: 10pt;
	background-color: #B2B4B2;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
/* Div container for page content, centers content */
#idPageContainer {
	width: 960px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/*border: 1px solid #333333;*/
	text-align: left;
	}


/* **** BEGIN MURA-USED STYLES **** */
.col {
	float: left;
	margin-right: 1.5%;
	display: inline; /* ie6 double-margin float fix */
	}

.columns2 .col { width: 48%; }
.columns3 .col { width: 31%; }
.columns4 .col { width: 23%; }
.columns5 .col { width: 18%; }
.columns6 .col { width: 14%; }
.columns7 .col { width: 12%; }
.columns8 .col { width: 10%; }

/* **** END MURA-USED STYLES **** */



/* **** BEGIN MULTIPLE USE STYLES **** */

a:link, a:visited, a:active, a:hover {
	color: #0000ff;
	}

a:hover {
	text-decoration: none;
	}

div.clear {
	clear: both;
	font-size: 6pt;
	}

.center {
	text-align: center;
	}

.bold {
	font-weight: bold;
	}
	
.red {
	color: red;
	}
	
.strikeThrough {
	text-decoration: line-through;
	}
	
.italic {
	font-style: italic;
	}

.smallerFont {
	font-size: 9pt;
	}

.nowrap {
	white-space: nowrap;
	}
	
.vTop {
	vertical-align: top;
	}
	
.hRight {
	text-align: right;
	}

div.sectionDividerContainer {
	width: 100%; 
	clear: both; 
	padding-top: 7px; 
	padding-bottom: 7px; 
	text-align: center;
	}
	
div.sectionDivider {
	height: 1px; 
	background-color: #cccccc; 
	width: 97%; 
	margin-left: auto; 
	margin-right: auto; 
	}
	
label {
	cursor: pointer;
	}
	
form {
	margin-top: 0px;
	}
	
h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	}

h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
div.shadedBox {
	padding: 8px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	overflow: auto;
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	}
	
div.errorBox, div.alertBox {
	color: black;
	border: 1px solid #ff0000;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffdddd;
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	}
	
div.errorBox {
	display: none;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 12px;
	width: 545px;
	}

	
div.alertBox {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 85%;
	}


a.imageLink {
	text-decoration: none;
	}
		
	
img.verticalBottom {
	vertical-align: text-bottom;
	}


button.renewalBtn {
	font-size: 17pt;
	text-align: center;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	background-color: #003f7d;
	border-color: #003f7d;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	margin: 15px 0px 20px 0px;
}
		
		
/* **** END MUTLIPLE USE STYLES **** */


/* **** BEGIN HEADER SPECIFIC STYLES **** */
	
/* Table for holding the page header */
#idHeader {
	background-color: #003f7d; 
	width: 100%; 
	margin: 0px;
	padding: 0px;
	}
	
/* All table cells within the page header table */
#idHeader td {
	margin: 0px;
	padding: 0px;
	}	

/* DIV for holding the logo */
#idLogo {
	}

/* DIV for holding the top menu selection */
#idTopMenu {
	width:960px;
	height:24px;
	background:#5C707C;
	text-align:left;
	border-top:2px solid #fff;
	padding:0;
	margin:0;
	font-size:11px;
	font-family: Arial;
	font-weight:bold;
	}
	
	
	
	
	
/* UL for the primary top navigation */
#idNavPrimary {
	margin:2px 0 0 0;
	list-style-type:none;
	list-style-image:none;
	text-align:left;
	padding:0;
	height:24px;
	
}

/* LI tags in the primary top navigation */	
#idNavPrimary li {
	float:left;
	text-transform: uppercase;
	text-align:left;
	padding:0 7px;
	color:#fff;
}
	
/* All of the A tags in navigation */
#idNavPrimary a {
	/*color: #ffdd77;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	*/
	display:block;
   	margin:0;
	padding:4px 8px;
   	font-size: 11px;
   	/*background:#ddd;*/
   	text-decoration:none;
	text-align: left;
   	color:#FFFFFF;
	}

/* The hover action for the top menu items */
#idNavPrimary li a:hover {
	text-decoration: none;
	color:#F3D03E;
	}

#idNavPrimary li.current a {
	text-decoration: none;
	color:#F3D03E;
	}

/* **** END HEADER SPECIFIC STYLES **** */
	
	

/* **** BEGIN BODY SPECIFIC STYLES **** */
	
#idLeftContent {
	clear: both;
	float: left;
	width: 200px;
	margin-left: 7px;
	margin-right: 7px;
	}

#idMainContentOneColumn {
	padding-left: 10px;
	padding-right: 10px;
	}
	
#idMainContentTwoColumn {
	float: left;
	width: 720px;
	padding-left: 7px;
	border-left: 1px solid #cccccc;
	}
	
#idMainContentTwoColumn p {
	margin-top: 0px;
	padding-top: 0px;
	}
	
#idMainContentFloatLeft {
	float: left;
	}
	
#idMainContentFloatRight {
	float: right;
	}	

#idMainContentOneColumn ul, #idMainContentTwoColumn ul {
	list-style-position: inside;
	}
	
#idMainContentOneColumn li, #idMainContentTwoColumn li {
/*
	position: relative;
	left: 20px;
	margin-right: 20px;
*/
	}
	

/* single column DIV centers in the middle of the page */
div.mainContentOneColumnCenter {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	}


/* DIV for holding the breadcrumb trail */
#idCrumbContent {
	padding-left: 10px;
	}

/* The UL for the breadcrumb trail */
#idCrumbList {
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
/* The LI tags in the breadcrumb trail */
#idCrumbList li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
	font-size: 10pt;
	font-style: italic;
	}

/* The links in the breadcrumb train */
#idCrumbList li a {
	color: black;
	}

/* **** END BODY SPECIFIC STYLES **** */



/* **** BEGIN GENERIC SIDEBAR STYLES **** */

div.homepageSidebar {
  float: left;
  width: 200px;
  }

div.homepageGreeting {
  font-style: italic;
  font-weight: bold;
  padding: 0px 3px 0px 3px;
  margin-bottom: 10px;
  }

div.homepageSidebarPlan {
	width: 190px;
	font-size: 9pt;
	color: black;
  padding: 3px;
	background-color: #ffdd77;
	border: 1px solid #cccccc;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	}
	
div.homepageSidebarPlan a {
	font-size: 8pt;
	}	

div.homepageSidebarImage {
  }

div.homepageContent {
  float: right;
  width: 720px;
  }

span.homepageWelcomeHeader {
  font-size: 16pt;
  line-height: 20pt;
  color: #003f7d;
  text-align: center;
  font-weight: bold;
  margin: 30px 0px 20px 0px;
}
  
div.homepageWelcome {
  font-size: 12pt;
  line-height: 18pt;
  text-align: center;
  font-weight: bold;
  margin: 30px 0px 20px 0px;
  }

div.homepageWelcomeRenewal {
  font-size: 12pt;
  line-height: 18pt;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  margin: 0px 0px 0px 0px;
}
  
div.homepageWarning {
  font-size: 9pt;
  text-align: left;
  width: 550px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  }

div.homepageMenu {
  background-color: #e0e4ff;
  width: 550px;
  margin: 10px auto 10px auto;
  border: 1px solid #233271;
  border-radius: 5px;
  padding: 10px;
  font-size: 11pt;
  line-height: 14pt;
}

div.homepageMenuRegister {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

div.homepageMenuRegisterLink a {
  color: black;
}

div.homepageMenuRegisterAction {
  float: right;
}

div.homepageMenuRegisterAction a {
  color: red;
}

div.homepageMenuItems a {
  color: black;
}

div.homepageSurvey {
  margin: 40px 0px 0px 0px;
  text-align: center;
}

div.homepageCreditCardAlert {
  font-weight: bold;
  margin: 3px 0px 3px 40px;
}

div.homepageCreditCardAlert a {
  color: red;
}

/* DIV that contains that Renewal link */
div.planRenewal {
  margin: 10px 0px 10px 0px;
  text-align: center;
  font-weight: bold; 
  font-size: 12pt;
}


/* Begin sidebar navigation */
#idNavSidebarMenu {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	}

#idNavSidebarMenu li {
	margin-left: 0px;
	}
	
#idNavSidebarMenu a {
	display: block;
	background-color: #003f7d;
	color: #ffdd77;
	padding: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	}

#idNavSidebarMenu li.current a {
	background-color: #ffdd77;
	color: #003f7d;
	}

#idNavSidebarMenu li.first a {
	background-color: #002266;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	}

#idNavSidebarMenu li.last a {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	}
	
#idNavSidebarMenu li a:hover {
	background-color: #ffdd77;
	color: #003f7d;
	}
/* End sidebar navigation */


/* **** END GENERIC SIDEBAR STYLES **** */





/* **** BEGIN FOOTER SPECIFIC STYLES **** */

/* DIV Footer container */
#idFooter {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 10px;
	font-size: 8pt;
	}
	
/* DIV container for the UL nav footer */
#idNavFooterContainer {
	display: inline;
	padding-right: 20px;
	}

/* UL for the footer navigation */
#idNavFooter {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

/* LI tags in the footer navigation */	
#idNavFooter li {
	display: inline;
	margin: 0px;
	list-style: none;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
/* All of the A tags in the footer navigation */
#idNavFooter a {
	color: #666666;
	text-decoration: none;
	}

/* The hover action for the top menu items */
#idNavFooter li a:hover, #idNavFooter li:hover, #idNavFooter li.sfhover {
	text-decoration: underline;
	}


/* DIV for the copyright */
#idCopyright {
	color: #aaaaaa;
	display: inline;
	}
	
#idCopyright a {
	color: #aaaaaa;
	text-decoration: none;
	}
	
#idCopyright a:hover {
	text-decoration: underline;
	}

/* **** END FOOTER SPECIFIC STYLES **** */


/* **** BEGIN TABLE DATA STYLES **** */
legend {
	font-weight: bold;
	}

table.dataTable {
	border-collapse: collapse;
	}

table.dataTable td, table.dataTable th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
	}

table.dataTable th {
	border-bottom: 1px solid #aaaaaa;
	}
	
table.dataTable td.highlight {
	background-color: #eeeeee;
	}

/* **** BEGIN FORM INPUT STYLES **** */

div.response {
	clear: left;
	padding-bottom: 5px;
	padding-top: 5px;
	}

div.question {
	display: inline;
	float: left;
	position: relative;
	text-align: right;
	width: 200px;
	}

div.answer, div.textanswer {
	clear: right;
	display: block;
	float: left;
	left: 5px;
	margin: 0;
	padding: 0;
	position: relative;
	}

div.answerContent {
	width: 450px;
	}

span.required {
	color: red;
	}

div.formSubmitBar {
	width: 95%;
	text-align: right;
	background-color: #dddddd;
	border: 1px solid #888888;
	padding: 5px;
	margin-top: 10px;
	clear: both;
	}
	
div.formSubmitBar input {
	margin-left: 20px;
	}

div.formSubmitBarLeft {
	float: left;
	display: inline;
	}
	
div.confirmationBox {
	display: none;
	width: 545px;
	padding: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background-color: #ffffdd;
	border: 1px solid #ffcc00;
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	}

/* **** END FORM INPUT STYLES


/* **** BEGIN CF DEBUGGING STYLES **** */

.cfdebug {
	text-align: left;
	}

/* **** END CF DEBUGGING STYLES **** */




a.external {
	background: transparent url(https://www1.orhp.com/images/link_external.gif) no-repeat scroll right center;
	padding-right:13px;
}

a.pdfLink {
	display:inline-block;
	background: transparent url(https://www1.orhp.com/images/link_pdf.gif) no-repeat scroll right;
	padding-right: 17px;
}





/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   END SHARED CONTENT FOR ALL PAGES
   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

