/*******************/
/***** General *****/
/*******************/

@import "non_ie.css" all;

* {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 14px;
  z-index: 0;
} 

body, html {
  height: 100%;
}

body {
  margin: 30px 20px 0 20px;
  background: url(../image/bg.gif) repeat-x #f9f9f9;
}

body.help,
body.story {
  margin: 0;
  background: none;
}

img {
  border: none;
}

a         { color: #666; text-decoration: underline; }
a:active  { color: #666; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:hover   { color: #7475be; text-decoration: underline; }

input, textarea, select, .aspinput {
  background-color: #ddd !important;
  border: 1px solid #c2c2c2;
  padding: 1px;
}
input.textinput, textarea.textarea {
  background-color: #ffff99;
  border: 1px solid #c2c2c2;
}
input.textinput:focus, textarea.textarea:focus {
  background-color: #fff;
  border: 1px solid #d6d6d6;
}

.radio {
  background-color: #fff !important;
  border: none;
}

/**********************/
/***** Typography *****/
/**********************/

body,pre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  text-align: left;
}
h1 {
  font-size: 18px;
  color: #6465ae;
  font-weight: normal;
}
h2, h3 {
  font-size: 14px;
  color: #555;
  font-weight: bold;
}
p,span,legend,pre {
  color: #222;
  line-height: 20px;
  text-align: left;
}
ol,ul,li {
  color: #464646;
  line-height: 20px;
  text-align: left;
}

th {
  font-weight: bold;
}

p.centered, span.centered {
  text-align: center;
}
p.bold, span.bold {
  font-weight: bold;
}

br.clear {
  clear: both;
}

h1 img {
  margin-right: 5px;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;  /* IE6 and lower */
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

.icon {
  margin: 0 5px;
  vertical-align: middle;
}

.text_right {
  text-align: right;
}

.white_text {
  color: #fff;
}

.centered_and_light {
  color: #777;
  font-size: 11px;
  text-align: center;
}

.help h1,
.help p {
  margin: 15px;
}

.story h1,
.story p {
  margin: 15px;
}

/*********************/
/***** Structure *****/
/*********************/

#fixed_content {
  margin-top: -5px;
  width: 990px;
  position: relative;
}

#header {
  position: relative;
  clear: both;
  padding-top: 50px;
} 

#main {
  margin: 10px 0;
  width: 990px;
  display: inline;
  float: left;
}

#crumbs_and_lang {
  max-width: 1000px;
}
#lang {
  position: relative;
  float: right;
  width: 250px;
  padding-bottom: 5px;
}

.loggedInMsg {
  position: absolute;
  left: 670px;
  top: 84px;
}

#nonfooter {
  position: relative;
  min-height: 100%;
}
* html #nonfooter {
  height: 100%;
}

#footer {
  height: 40px;
  color: #6a6a6a;
  position: relative;
/*  margin-top: -40px; */
  clear: both;
} 
#footer a, #footer a:active, #footer a:visited {
  color: #4a4a4a;
  text-decoration: none;
}
#footer a:hover {
  color: #aa4411;
  text-decoration: underline;
}
#footer div {
  width: 600px;
  position: relative;
  margin: 0 0 0 275px;
  clear: both;
}
#footer ul li {
  display: inline;
  float: left;
}
#footer ul li a {
  display: block;
  padding: 0 7px;
  line-height: 1.4;
  font-size: 12px;
  border-right: solid 1px #000;
}
#footer ul li.last {border-right: none;}

#footer_links {
  padding-top: 50px;
}

#logo {
  position: absolute;
  left: 3px;
  z-index: 999;
}

#login, #register {
  display: inline;
  float: left;
  height: 300px;
  width: 375px;
  margin: 25px auto 10px auto;
  font-size: 12px;
  line-height: 1.5em;
  background: #fff url(../image/bg_access.png) no-repeat;
}
.login_title, .register_title {
  width: 250px;
  margin: 5px auto 25px auto;
  padding-top: 30px;
  color: #555;
  font-weight: bold;
  font-size: medium;
  text-align: center;
}
.login_label, .register_label, .email_label {
  width: 125px;
  font-size: 12px;
  text-align: right;
  margin: 2px 5px;
  padding: 0 2px;
  display: inline;
  position: relative;
  float: left;
/*  clear: both; */
}
.login_field, .register_field, .email_field {
  width: 100px;
  margin: 2px 5px;
  display: inline;
  position: relative;
  float: left;
}
.login_button, .register_button, .send_button {
  width: 50px;
  margin: 20px auto;
}
.send_button {
  padding-left: 80px;
  clear: both;
}

#login_container {
  float: left;
  margin-left: 120px;
}
#register_container {
  float: left;
  margin-left: 20px;
}
#email_container {
  float: left;
  margin: 20px 0 0 200px;
}

.input_validator {
  position: relative;
  display: inline;
  float: left;
  width: 5px;
  margin: 0;
}

#board_table {
  font-size: 14px;
  margin: 0 auto;
  padding-top: 20px;
  border: 0;
  width: 700px;
}
#board_table tr {
  vertical-align: top;
  text-align: left;
}
#board_table tr td {
  margin: 7px;
  padding: 7px;
  width: 50%;
  background-color: #ddd;
}

#policy_table {
  font-size: 12px;
  margin: 0 auto;
  padding-top: 20px;
  border: 0;
  width: 800px;
}
#policy_table tr {
  vertical-align: top;
  text-align: left;
}
#policy_table tr td {
  margin: 7px;
  padding: 7px;
  background-color: #ffffff;
  border-bottom:solid 1px #dddddd;
}

#policy_table p{
padding:0;
margin:0;
}

#policy_table h2 {
font-size:14px;
font-weight:bold;
padding:10px;
margin:20px 0 5px 0;
}

/* Link to return to main search page (shown on subsequent pages) */
#main_search {
  position: relative;
  float: right;
  margin-right: 75px;
}

/* Office location pictures */
#main_office_pic {
  position: absolute;
  top: 225px;
  left: 607px;
}
#frc_pic {
  position: relative;
  float: right;
  margin: 20px 114px 0 0;
}

/* Simple table */
table.simple {
  width: 80%;
  margin: 0 50px;
  border: 0;
  color: #555;
}
table.simple th {
  margin-bottom: 7px;
  text-decoration: underline;
}
table.simple tr {
  vertical-align: top;
  text-align: left;
}

/* Two-column main content */
.two_column {
  width: 100%;
}
.two_column .left_side {
  display: inline;
  float: left;
  width: 500px;
  margin-left: 120px;
  padding: 5px;
}
.two_column .right_side {
  display: inline;
  float: right;
  width: 250px;
  margin-right: 75px;
  padding: 5px;
}
.two_column h1,
.two_column h3 {
  margin: 0 0 0 120px;
}
.two_column p {
  margin: 20px 50px 0 120px;
}
.two_column span {
  margin: 20px 20px 0 0;
}

/* Single-column main content */
.one_column {
  width: 100%;
}
.one_column h1 {
  margin: 0 0 0 120px;
}
.one_column h3 {
  margin: 25px 0 -15px 120px;
}
.one_column h2 {
  width: 750px;
  margin: 20px 0 0 120px;
  padding: 1px 3px;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #9596ce;
  background-color: #dcddef;
}
.one_column p,
.one_column span {
  margin: 20px 100px 0 120px;
}
.one_column ul,
.one_column ol {
  margin: 20px 100px 0 175px;
}
.one_column .cpe {
  width: 750px;
  margin: 20px 0 0 120px;
}

.ps {
  margin: 20px 100px 0 120px;
  text-align:left;  
  /*display: none; */
}
/*
#instructions 
{
	margin-left:-120px;
}
 */
.ms {
  margin: 20px 60px 0 60px;
}
.msi {
  margin: 20px 100px 0 120px;
}

.gridview {
  width: 900px;
}

/* put .help_numbers and .transparent_frame back into prod version nji 3/11/2010  */

.help_numbers {
  margin: 25px 350px 0 325px;
  background-color: #dcddef;
}

.transparent_frame {
  width: 0;
  height: 0;
  border: 0;
}

#sitemap {
  font-size: 16px;
  font-weight: bold;
}
#sitemap ul {
  margin: 0 0 12px 0;
  padding: 0;
}
#sitemap li ul {
  font-size: 14px;
  font-weight: normal;
  margin-left: 15px;
  padding: 0;
}

#search_control {
  width: 750px;
  margin: 20px 0 0 120px;
}

#education_resources li ul {
  margin-left: 10px;
  list-style: none;
}
#education_resources div {
  display: none;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #cdcdcd;
  border-left: solid 1px #cdcdcd;
}
#education_resources img {
  margin-left: 5px;
}
#education_resources p {
  width: 300px;
  margin: 5px;
}

#committee_info {
  list-style: none;
}
#committee_info li ul {
  margin-left: 10px;
  list-style: none;
}
#committee_info div {
  display: none;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #cdcdcd;
  border-left: solid 1px #cdcdcd;
}
#committee_info img {
  margin-left: 5px;
}

#board_table ul {
  list-style: none;
}

.member_name {
  font-weight: bold;
}
.member_title {
}
.member_org {
}

#instructions p, #instructions span {
  margin-left: 0;
}

/* Different widths and text alignments for columns... */
.w200r {
  width: 200px !important;
  text-align: right;
}
.w550 {
  width: 550px !important;
}

.news {
  position: absolute;
  left: 25px;
  top: 430px;
  width: 575px;
}
.announcements {
  position: absolute;
  left: 665px;
  top: 285px;
  width: 250px;
}
.phonenums {
  position: absolute;
  left: 665px;
  top: 450px;
  width: 250px;
}
.quicklinks {
  position: absolute;
  left: 665px;
  top: 570px;
  width: 250px;
  height:240px;
}

.infobox {
  background-color: #ffddcc;
}

.copyright {
  padding-left: 100px;
  font-size: 10px;
}

.searchbox {
  position: relative;
  float: right;
  width: 300px;
  height: 60px;
  display: inline;
  margin: 15px 18px 5px 0;
  background-color: #fff;
}

/* Clearfix */
/* For more info, see http://www.webtoolkit.info/css-clearfix.html */
/* TBD: clearfix necessary?
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block; }
*/
/* Following 2 lines to hide clearfix from IE-mac \*/
/* TBD: clearfix necessary?
* html .clearfix { height: 1%; }
.clearfix { display: block; }
*/

/* For list items that have dots between name and value */
/*** REMOVE - didn't work in IE...
.dotted_list_entries {
  text-align: left;
}
.dotted_list_entries ul {
  margin: 0;
  padding: 0;
}
.dotted_list_entries li {
  margin: 0;
  padding: 0;
  display: inline;
  white-space : nowrap;  * For Opera... *
}
.dotted_list_entries dl {
  width: 250px;  * Can override width/margins for individual situations... *
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff url(../image/dots.gif) repeat-x scroll bottom right;
}
.dotted_list_entries dt {
  display: inline;
  background-color: #fff;
}
.dotted_list_entries ul li dd {
  position: relative;
  display: inline;
  float: right;
  left: 50px;
  top: -1.5em;
}
***/


/* Breadcrumb at top left */
#breadcrumb {
  display: inline;
  float: left;
  padding: 0 0 5px 0;
}
#breadcrumb a {
  color: #fff;
}


/* Language selection at top right */
#language_select {
}


/* Main (pulldown) menu */
#main_menu {
  display: inline;
  float: right;
  padding-right: 5px;
}

.box_section {
  display: block;
  padding: 4px 0 5px 0;
  font-size: 14px;
}
.box_section h1 {
  padding: 3px 5px;
  margin-bottom: 13px;
  color: #332;
  background: url(../image/bg_boxsection.gif) center center repeat-x;
}
.box_section ul li {
  list-style: none;
  background: url(../image/scfhp_bullet.gif) no-repeat left top;
  padding: 0 0 5px 20px;
  margin: 3px 0 3px 7px;
  border-bottom: solid 1px #cdcdcd;
}

#welcome {
  /* Unknown why IE has trouble floating this div...  */
  /* Probably something to do with hasLayout, but try */
  /* as I might, no luck, so absolute it is...        */
  position: absolute;
  top: 125px;
  left: 665px;
  width: 275px;
}
#welcome span {
  font-size: 20px;
  padding: 2px;
  display: inline;
  color: #df651e;
}
#welcomez p:first-letter {
  font-size: 24px;
  padding: 2px;
  display: inline;
  color: #df651e;
}


/* Little trick for "Spirit of care", so that text */
/* readers still have underlying text to read...   */
#spirit {
  position: relative;
  width: 113px;
  height: 30px;
  font-size: 18px;
  overflow: hidden;
}
#spirit span {
  display: block;
  position: absolute;
  left: -3px; top: -6px; z-index: 1;
  width: 113px;
  height: 30px;
  background: url("../image/spirit_of_care.gif") top left no-repeat;
}


/* Small shadowing at top and right of content region */
.top_shadow {
  background: url(../image/top_shadow.gif) no-repeat;
  width: 995px;
  height: 12px;
  clear: both;
}

.mid_shadow {
  background: url(../image/mid_shadow.gif) repeat-y;
  height:100%;
}

.bottom_shadow {
  background: url(../image/bottom_shadow.gif) no-repeat;
}


/* Gridview page numbers */
.grid_page_nums {
  background-color: #fddbc2;
  text-align: right;
  font-weight: bold;
}
.grid_page_nums span {
  margin: 0;
}


/* Search result list presentation */
#search_result_list, #policy_list {
  width: 900px;
  margin: 30px 0 0 40px;
}
#search_result_list th,
#policy_list th {
  padding: 1px 3px 3px 5px;
  text-align: left;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #9596ce;
  background-color: #dcddef;
}
#search_result_list td,
#policy_list td {
  padding: 2px 5px;
  vertical-align: top;
}


/* Search detail (singleton) presentation */
#search_result_detail {
  margin: 20px 100px 0 120px;
}
.data_label {
  width: 150px;
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  margin: 2px 5px;
  padding: 0 2px;
  display: inline;
  position: relative;
  float: left;
}
.data {
  width: 450px;
  margin: 2px 5px;
  display: inline;
  position: relative;
  float: left;
  clear: right;
}
.data_wide {
  width: 600px;
  margin: 2px 5px;
  display: inline;
  position: relative;
  float: left;
}


/* Eligibility history table (member details) */
.eligibility_history {
  border: 0;
  width: 450px;
  margin: 2px 5px;
  margin-left: 125px;
}
.eligibility_history th {
  background-color: #ccc;
  font-size: 12px;
}


/* Calendar */
.event_calendar {
  position: relative;
  margin: 610px 0 0 665px;
  width: 250px;
}
.event_calendar a { text-decoration: none; }
.event_calendar a:active  { text-decoration: underline; }
.event_calendar a:visited { text-decoration: underline; }
.event_calendar a:hover   { text-decoration: underline; }
.event_calendar p, .event_calendar span {
  margin: 0;
  width: 100px;
}
.event_calendar ul {
  margin: 0;
  padding: 3px 0 0 25px;
  list-style-image: url(../image/scfhp_bullet.gif);
}
#event_calendar_list {
  position: relative;
  float: left;
  width: 150px;
}
.event_details {
  border: 1px solid #c2c2c2;
  width: 210px;
  padding: 3px;
  margin-bottom: 10px;
}

.calendar_next_prev {
  padding: 0 10px 0 10px;
}

.blue_box {
  position: relative;
  float: right;
  padding: 10px;
  width: 200px;
  background-color: #dcddef;
  margin: 15px 110px 0 15px;
  border-width: 1px;
  border-style: solid;
}

#member_handbook, #provider_manual, #formulary {
  position: relative;
  float: right;
  padding: 10px;
  width: 200px;
  background-color: #dcddef;
  margin: 15px 110px 0 15px;
  border-width: 1px;
  border-style: dotted;
  border-top-color: #9596ce;
}
#eoc {
  position: relative;
  float: right;
  padding: 10px;
  width: 200px;
  margin: 15px 110px 0 15px;
}


.ie_only_break {
  display: none;
}

/******************************/
/***** Calendar component *****/
/******************************/
.calendarNone {
}
.calendarDayHeader {
}
.calendarDay {
}
.calendarNextPrev {
}
.calendarOtherMonthDay {
}
.calendarSelectedDay {
}
.calendarSelector {
}
.calendarTitle {
}
.calendarTodayDay {
}
.calendarWeekendDay {
}
.calendarDayWithEvents {
}


/***************************************/
/***** Collapsable panel component *****/
/***************************************/

.collapsePanel {
  width: 750px;
  height: 0;
  margin-left: -60px;
  background-color: #fff;
  overflow: hidden;
}
.collapsePanelHeader{   
  /* Made to match one column h2... */
  color: #000;
  font-weight: bold;
  width: 750px;
  margin: 20px 0 0 0;
  padding: 1px 3px;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #9596ce;
  background-color: #dcddef;
  cursor: pointer; 
  vertical-align: middle;
}


