/* Global site styles */

body, html
{
    margin: 0;
    padding: 0;
    font: 10pt arial, helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}
#wrapper 
{
    margin: 0 auto;
    width: 960px;
}
#top 
{
    border-bottom: 5px solid #007579;
}
#header 
{
    height: 100px;
    text-align: right;
    padding-right: 1em;
}
#left 
{
    float: left;
    width: 180px;
    margin-right: 20px;
}
#content 
{
    float: left;
    padding: 0;
    width: 750px;
}
#formcontent 
{
    float: left;
    padding: 0;
    width: 750px;
}
a:link {font-weight: normal; text-decoration: underline; font-size: 10pt; font-family: arial, helvetica, sans-serif; }
a:visited {font-weight: normal; text-decoration: underline; font-size: 10pt; font-family: arial, helvetica, sans-serif; }
a:hover {font-weight: normal; text-decoration: underline; font-size: 10pt; font-family: arial, helvetica, sans-serif; }
#footer 
{
    clear: both;
    padding-top: 1em;
    width: 100%;
}
.copyright
{
    width: 100%;
    border-top: #005984 2px dotted;
    font-size: 8pt;
    padding-top: 5px;
    text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: black;
}
.image {
	list-style-image: url(images/CE_list_image.jpg);
	list-style-type: disc;
}
li 
{
    padding: 0 0 7px;
}
.center
{
	text-align: center;
}
.bold
{
    font-weight: bold;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}
dd 
{
    margin: 1em;
    text-align: justify;
}
span.nobr
{
    white-space: nowrap;
}
.note {background: #EAF7EB; border: 2px solid #335A35; padding: 1em;}



.PDF
{
        background: url(images/PDF_strap.png) top left no-repeat;
}

.PDF ul
{
        margin-left:47px;
        padding-left:0px;
        padding-top:70px;
}

.PDFside
{
        background: url(images/PDF_s_strap.png) top left repeat-y;
}

.PDFside ul
{
        margin-left:47px;
        padding-left:0px;
        padding-top:70px;
}

/* Emergency Message Container */

#msgContainer 
{
  position: absolute;
  top: 200px;
  left: 235px;
  width: 300px;
  opacity: .95;
  filter: alpha(opacity=95);
  z-index: 999;
}

#messageHeader
{
	font-weight: bold; 
	text-align: center; 
	font-size: 18px; 
	width: 100%; 
	color: #ffffff; 
	background-color: #98002E;
}

#message
{
	width: 300px; 
	padding: 0px; 
	background-color: #98002E;
	font: bold 12px arial,helvetica,sans-serif; 
	color: #98002E;
}

#message1
{
	width: 100%; 
	padding: 4px 6px 2px 10px; 
	background-color: #ffffff;
	border: solid 3px #98002E;
	font: bold 12px arial,helvetica,sans-serif; 
	color: #98002E;
}


#message2
{
	width: 97%; 
	padding: 4px 6px 2px 10px; 
	background-color: #DEE7EF;
	border: solid 2px #005984;
	font: 12px arial,helvetica,sans-serif; 
	color: #000000;
}

/* Styles for the sub menu */

#submenu
{
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 29px;
    clear: both;
    text-align: center;
    background: url(images/submenu_bg.gif);
}
#submenu a:link 
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
#submenu a:visited 
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
#submenu a:visited>a:hover 
{
    text-decoration: none;
    font-weight: bold;
    color: #EEE43E;
}
#submenu a:hover 
{
    text-decoration: none;
    font-weight: bold;
    color: #EEE43E;
}
#submenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#submenu li
{
    display: inline;  
    padding: 4px;
    margin: 0;
    color: White;
    font-weight: bold;
}

/************************/
/* Google search styles */
/************************/

label.search
{
	color: #005954;
	font: bold 11px arial, helvetica, sans-serif;
    text-align: right;
    vertical-align: middle;
}
.sBoxBox
{
	border: 1px solid #005954;
	vertical-align: middle;
}
#google
{
    font-size: 10px;
	text-transform: uppercase;
    font-variant: small-caps;
    padding: 3px 0 0 78px;
}

/****************/
/* Table styles */
/****************/


table th,
table td      {vertical-align: top;}
table td.vmid {vertical-align: middle;}
table th.vmid {vertical-align: middle;}

table.default           {border-collapse: collapse; font: 400 13px Arial, Sans-Serif;}
table.default th,
table.default td        {border: 2px solid #336633; border-collapse: collapse; padding: .25em;}
table.default th        {background: #C6CFDE; vertical-align: top;}
table.default td        {vertical-align: top;}
table.default tr.odd    {background: #DEE7EF;}
table.default .noBB     {border-bottom: none;}
table.default .noTB     {border-top: none;}
table.default td.blank  {background: #FFF; border-collapse: separate; border-top: none; border-left: none;}
table.default th.vmid   {vertical-align: middle;}
table.default td.vmid   {vertical-align: middle;}

table.default table     {border: 1px solid #336633;}
table.default table th,
table.default table td  {border: 1px solid #336633; border-collapse: separate;}

.sites         {border: 2px solid #903; border-collapse: collapse; font: 400 8pt Arial, Sans-Serif;}
.sites th,
.sites td      {border: 2px solid #903; border-collapse: collapse;}
.sites th      {background: #C6CFDE; vertical-align: middle;}
.sites td      {font: 400 8pt Arial, Sans-Serif; vertical-align: middle;}
.sites tr.odd  {background: #DEE7EF;}


/****************/
/* Old Table styles */
/****************/


._table      {border: 1px solid #363; border-collapse: collapse; width: 100%;}
._table th,
._table td   {border: 1px solid #363;  padding: .25em;}
._table th   {background: #C6CFDE; font-weight: 700; text-align: center; vertical-align: top;}
._table .odd {background: #DEE7EF;}

td
{
    font: 10pt arial, helvetica, sans-serif;
	color: #000000;
}
th 
{
    font-size: 10pt;
}
.tdBorderHdrL
{
	border-right: 1px solid #1A3A47;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.tdBorderHdrL1
{
	border-right: 2px solid #1A3A47;
	border-bottom: 2px solid #1A3A47;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.tdBorderHdrMid
{
	border-right: 1px solid #1A3A47; 
	border-left: 1px solid #1A3A47;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.tdBorderHdr2Col
{
	border-right: 1px solid #1A3A47; 
	border-left: 1px solid #1A3A47; 
	border-bottom: 2px solid #1A3A47;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.tdBorderHdrR
{
	border-left: 1px solid #1A3A47;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.tblHdrsmall
{
	font-size: 7pt; 
	font-weight: bold;
}
.tdBorderL
{
	border-right: 1px solid #1A3A47; 
	border-bottom: 2px solid #1A3A47;
}
.tdBorderL1
{
	border-right: 2px solid #1A3A47; 
	border-bottom: 2px solid #1A3A47;
}
.tdBorderR1
{
	border-bottom: 2px solid #1A3A47;
}
.tdBorderR
{
	border-bottom: 2px solid #1A3A47; 
	border-left: 1px solid #1A3A47;
}
.tdBorderMid
{
	border-right: 1px solid #1A3A47; 
	border-bottom: 2px solid #1A3A47; 
	border-left: 1px solid #1A3A47;
}
.tdBorderBot
{
	border-right: 2px solid #1A3A47; 
}
.tableText
{
    font-size: 10pt;
    font-family: Arial, Helvetica, Sans-Serif;
}
.menu 
{
    margin: 1em 0 0 2em;
}
.rowshade1
{
	background-color: #E9E7ED;
}

.rowshade0
{
	background-color: #fff;
}

.br
{
	border-right: 2px solid #006666;
}

.bbotr
{
	border-bottom: 2px solid #006666; 
	border-right: 2px solid #006666;
}

.bbot
{
	border-bottom: 2px solid #006666; 
}

.ctr
{
	text-align: center;
}
.tablehd
{
	background-image: url(images/WA_tableheadbg.gif);
	border-bottom: 2px solid #006666; 
	border-right: 2px solid #006666;
	font-weight: bold;
}
  
.tablehdrt  
{
	background-image: url(images/WA_tableheadbg.gif);
	border-bottom: 2px solid #006666; 
	font-weight: bold;
}

/*************************************/
/* Heading styles (H1, H3, H4, etc.) */
/*************************************/

h1
{
    font: bold 16pt arial, helvetica, sans-serif;
    color: #005984;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
    margin: 0; 
}

h1.section
{
    font: bold 18pt arial, helvetica, sans-serif;
    float: left;
    color: #005984;
    border-bottom: 3px solid #EF3124;
    width: 585px;
    margin: 1em 0;
    padding: 0;
    vertical-align: middle;
	text-transform: uppercase;
}

img.h1
{
    float: right;    
}

.heading3
{
    font: bold 13pt arial, helvetica, sans-serif;
    color: #005984;
    text-align: left;
	vertical-align: middle;
    line-height: 30px; 
}

h3 
{
    font: bold 13pt arial, helvetica, sans-serif;
    color: #005984;
    text-align: left;
	vertical-align: middle;
    line-height: 30px; 
}
h3.pbt
{
    font: bold italic 13pt arial, helvetica, sans-serif;
    background: url(images/icon_pbt.gif) 0 0 no-repeat; 
    color: #005984;
    text-align: left;
    vertical-align: middle;
    line-height: 32px; 
    padding: 0 0 0 42px;
}
h3.cbt
{
    font: bold italic 13pt arial, helvetica, sans-serif;
    background: url(images/icon_cbt_o.gif) 0 0 no-repeat; 
    color: #005984;
    text-align: left;
    vertical-align: middle;
    line-height: 32px; 
    padding: 0 0 0 42px;
}


.Heading4
{
    font: bold italic arial, helvetica, sans-serif;
    color: #336633;
}

span.h4
{
    color: #230E60;
    font-weight: bold;
    font-style: italic;
    font-size: 10pt;
}

h4
{
    color: #005984;
    font-weight: bold;
    font-style: italic;
    font-size: 10pt;
}

/***********************/
/* Begin Side Menu CSS */
/***********************/

#leftNav
{
	text-align: left;
	vertical-align: top;
	width: 180px;
	float: left;
}
#nav, #nav ul {
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 180px;
    font-size: 10pt;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
}
#nav a {
    padding: .25em 6px 0 0;
    text-decoration: none;
    display: block;
    width: auto;
}
#nav li 
{
    position: relative;
    float: left;
    width: 180px;
    margin: 0;
    border-bottom: 1px solid #78A178;
    z-index: 999;
}
#nav li.last {border: none;}
#nav li.dbl
{
    position: relative;
    float: left;
    line-height: 100%;
    width: 180px;
    padding: 3px 0 0;
    height: 42px;
    margin: 0;
    background: url(images/li_dbl_bg.gif) top left no-repeat;
}
#nav li a {
    color: #335A35;
    font-size: 8pt;
}
#nav li a:hover {
    font-weight: bold;
}
#nav li ul {
    text-align: left;
    position: absolute;
    left: -999em;
    margin: -17px 0 0 -20px;
    border: 0;
}
#nav li ul li {
    border: 1px solid white;
    padding: 0;
    margin: 0;
    background: #C2D3CA;
    width: 20em;
}
#nav li ul li a {
    padding: .35em;
    width: 25em;
    margin: 0;
    color: #335A35;
    font-weight: bold;
}
#nav li ul li a:hover {
    font-weight: bold;
    padding: .35em;
    width: 25em;
    margin: 0;
    background: #335A35;
    color: #fff;
}
#nav li:hover ul {
    left: 200px;
}
#nav li:hover ul, #nav li.navhover ul {
    left: 200px;
}
#nav li.header {
	background: url(images/li_header_bg.gif) top left no-repeat;
	text-align: right;
	color: #fff;
	font-size: 9pt;
	margin: 0;
	padding: .3em 1em 0 0;
	border: 0;
	line-height: 140%;
	height: 42px;
	width: 170px;
}
#nav li.header a {
    display: block;
	font-size: 9pt;
	padding: 0;
	color: #fff;
}
#nav li.header a:link {color: #fff; font-weight: bold;}
#nav li.header a:hover {color: #fff; font-weight: bold;}
#nav li.header a:visited {color: #fff; font-weight: bold;}

/* Toggle Page Styles */
ul.toggle        {list-style: none; margin: 2em 0 3em 2em; padding: 0;}
ul.toggle li.pbt {background: url(images/icon_pbt.gif) 0 0 no-repeat; line-height: 32px; margin: 1em 0 2em; padding: 0 0 0 42px;}
ul.toggle li.cbt {background: url(images/icon_cbt.gif) 0 0 no-repeat; line-height: 32px; margin: 1em 0; padding: 0 0 0 42px;}

ul.ireg-toggle        {list-style: none; margin: 2em 0 13em 2em; padding: 0;}
ul.ireg-toggle a      {font-size: 1.25em;}
ul.ireg-toggle li.pbt {background: url(images/icon_pbt.gif) 0 50% no-repeat; line-height: 24px; margin: 2em 0; padding: 0 0 0 42px;}
ul.ireg-toggle li.cbt {background: url(images/icon_cbt.gif) 0 50% no-repeat; line-height: 24px; margin: 2em 0; padding: 0 0 0 42px;}

/* Home page styles */
ul.news             {list-style: none; margin: 0; padding: 0;}
ul.news li          {border-bottom: 1px solid #D0D0D0; color: #000; font-size: .9em; float: left; margin: 0 0 1em;}
ul.news li.last     {border: none;}
ul.news div.date    {background: url(images/icon_news.gif) 0 0 no-repeat; display: inline; float: left; margin: 0 15px 0 0; padding: 1px 0 0; width: 32px;}
ul.news span.m      {color: #FFF; display: block; font-size: 1em; line-height: 6px; padding: 5px 0 0; text-align: center;}
ul.news span.d      {color: #FFF; display: block; font-size: 1em; font-weight: 700; line-height: 18px; padding: 2px 0 2px; text-align: center;}
ul.news div.content {display: inline; float: left; width: 310px;}

ul.quicklinks {list-style: none; margin: 0; padding: 0;}

ul.survey {list-style: none url(images/icon_bullet.gif) outside; margin: 0 0 0 2em; padding: 0;}

.homeleft  {float: left; height: 100%; margin: 0; padding: 0; width: 365px;}
.homeright {float: right; height: 100%; margin: 0; padding: 0; width: 365px;}

.sub h3 {color: #005984; font: 700 12pt arial, helvetica, sans-serif; margin: 1em 0; padding: 0; text-align: left;}

/* WEST-B Study Guide Styles      */
/* Table Styles for Overview Page */
table.testspec          {border-collapse:  collapse; width:  100%; margin:  1em 0; clear:  both;}
table.testspec th,
table.testspec td       {padding:  5px 8px;}
table.testspec thead th {background: #004FC0; color: #FFF; text-align: left;}
table.testspec tbody th {text-align:  right; color: #335A35; width:  150px;}
table.testspec th.thr   {text-align:  left; color: #fff; background:  #004FC0;}
table.pieChart          {border-collapse:  collapse; width:  100%; margin-top:  1em; clear:  both;}
table.pieChart th,
table.pieChart td       {padding: 5px 8px;}
table.pieChart th       {text-align: left; background: #335A35; color: #fff;}
table.pieChart .k1,
table.pieChart .k2,
table.pieChart .k3,
table.pieChart .k4,
table.pieChart .k5,
table.pieChart .k6      {width: 25px;}
table.pieChart .k1      {background: #339;} /* .k1-.k6 are colors for the pie chart key */
table.pieChart .k2      {background: #99C;}
table.pieChart .k3      {background: #CCF;}
table.pieChart .k4      {background: #FC3;}
table.pieChart .k5      {background: #C90;}
table.pieChart .k6      {background: #F93;}
.odd                    {background: #e7e7e7;}
table.eas thead th,
table.eas tbody th,     {text-align: left;}
table.chem              {border: 2px solid black; border-collapse:  collapse; width:  50%; margin:  1em 0; clear:  both;}
table.chem th,          {border: 1px solid black; padding:  5px 8px;} 
table.chem td           {border: 1px solid black; padding:  5px 8px; text-align: center;}

/* Competency Header & Body Styles */
.comp_head           {clear: both; color: #000; font-size: 10pt; line-height: 150%; margin: 0 0 1em;}
.comp_head span      {color: #005984; font-weight: bold;}
.comp_head span.nobr {font-weight: normal;}
.comp_body           {padding: 0 0 0 2em;}

/* Sample Item Styles */
.sample_item                    {display: none;}
#TB_ajaxContent p               {font-weight: 700;}
#TB_ajaxContent .rationale_body {font-weight: 400; margin: 1em 0 .5em;}
#TB_ajaxContent p.normal        {font-weight: 400;}
#TB_ajaxContent img             {padding: 0; vertical-align: text-bottom;}
#TB_ajaxContent img.fraction    {padding: 0; vertical-align: middle;}
#TB_ajaxContent ol.q            {display: block; list-style: upper-alpha outside; margin-left: 25px; padding-left: 15px;}
#TB_ajaxContent ol.q li         {color: #000; font-size: 10pt; line-height: 125%; margin: 0 0 .5em;}
#TB_ajaxContent ol.q ul         {list-style: disc none outside;}
#TB_ajaxContent ol.q ul li      {margin: 0;}
#TB_ajaxContent p.nobold        {font-weight: normal;}
#TB_ajaxContent .alignmid       {padding: 0 0 .5em; vertical-align: middle;}
#TB_ajaxContent div.cri         {border-left: 5px solid #ccc; margin: 1em 0; padding: 0 1em;}
#TB_ajaxContent div.cri p       {font-weight: 400;}
#TB_ajaxContent th              {text-align: center;}
#TB_ajaxContent .indent         {margin: 0 0 0 2em;}
#TB_ajaxContent table.q         {border: 2px solid #000; border-collapse: collapse;}
#TB_ajaxContent table.q th,
#TB_ajaxContent table.q td      {border: 1px solid #000; border-collapse: collapse;}
#TB_ajaxContent .spacer         {margin-top: 2em;}
#TB_ajaxContent table.q th.11pt {font-size: 11pt;}
#TB_ajaxContent table.q th.10pt {font-size: 10pt;}
div.box                         {border: 1px solid #000; margin: 0 0 1em; width: 30%;}
div.box60                       {border: 1px solid #000; margin: 0 0 1em; padding: 1em 1em 0 1em; width: 60%;}
div.box ul                      {margin: 0 0 0 1em;}
span.frac                       {font-size: .5em;}

/* Misc. Styles */
p.return   {margin: 2em 0 0; display: block; clear: both;}
.indent    {text-indent: 2em;}
.indent_16  {text-indent: 16em;}
.uline     {text-decoration: underline;}
.blankline {border-bottom: 1px solid #000; display: inline-block; margin: 0 0 .5em; width: 100%;}
.printlogo {float: left; margin: 0 1em 0 0;}
.nobr      {white-space: nowrap;}
.serif     {font-family: Times New Roman, Serif;}
.overline  {border-top: 1px solid #000;}

/* 304_0002 */
.q table     {border: 2px solid black; border-collapse: collapse;}
.q table th,
.q table td  {border: 1px solid black; border-collapse: collapse; padding: .1em .6em; text-align: center;}

/* Line Heights */
.lh_1_5 img,
.lh_2 img,
.lh_3 img,
.lh_4 img {vertical-align: middle;}
.lh_1_5   {line-height: 1.5em;}
.lh_2     {line-height: 2em;}
.lh_3     {line-height: 3em;}
.lh_4     {line-height: 4em;}

/* Scoring Scale Table */
.scoringscale                      {border: 2px solid black; border-collapse: collapse; width: 100%;}
.scoringscale th, .scoringscale td {border: 1px solid black; border-collapse: collapse; font-size: 9pt; padding: .25em;}
.scoringscale .scorepoint          {font-size: 1.75em; font-weight: bold; padding: 0; text-align: center; vertical-align: middle;}
.scoringscale ul                   {list-style: disc none outside; margin: 0 0 0 .5em;}
.scoringscale li                   {font-size: 9pt;}
.ssdesc                            {font-size: 9pt;}

/* Formulas Table */
table.formulas     {border: 2px solid black; border-collapse: collapse; width: 100%;}
table.formulas th,
table.formulas td  {border: 1px solid black; border-collapse: collapse; padding: .5em; vertical-align: middle;}
table.formulas th  {border-bottom: 2px solid black;}

/* ThickBox Styles */
#TB_overlay              {height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 1000;}
.TB_overlayMacFFBGHack   {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG            {background-color: #000; filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;}
* html #TB_overlay       {height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); position: absolute;}
#TB_window               {background: #FFF; border: 4px solid #525252; display: none; left: 50%; position: fixed; text-align: left; top: 50%; z-index: 1002;}
* html #TB_window        {margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); position: absolute;}
#TB_closeAjaxWindow      {float: right; margin-bottom:1px; padding: 7px 10px 5px 0; text-align:right;}
#TB_ajaxWindowTitle      {float: left; margin-bottom: 1px; padding: 7px 0 5px 10px;}
#TB_title                {background-color: #e8e8e8; height:27px;}
#TB_ajaxContent          {clear: both; overflow: auto; padding: 2px 15px 15px 15px; text-align: left;}
#TB_ajaxContent.TB_modal {padding: 15px;}
#TB_HideSelect           {background-color: #FFF; border: none; filter: alpha(opacity=0); height: 100%; left: 0; -moz-opacity: 0; opacity: 0; position: fixed; top: 0; width: 100%;}
* html #TB_HideSelect    {height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); position: absolute;
    }
/* Score Reporting Toggle Stuff */
    .expand1
{
	border: 0;
	padding: 0 8px 0 6px;
	vertical-align: middle;
}
.list_item
{ 
/*padding: 5px 10px;padding: 5px 5px 5px;margin:1px;*/
cursor: pointer;
position: relative;
background-color:#fff;
text-decoration: underline;
font: bold 13pt arial,helvetica,sans-serif; 
color:#336633;
}
.list_item_content 
{
/*padding: 5px 5px 5px;
background-color:#fff;*/
/*FCF4BF;*/
}
