﻿#login-container
{
	background-color: #7496bc; 	
}
.EktronAjaxLoading 
{
 display: none;
}

h1{font-size: 14pt;}
h2{font-size: 13pt;}
h3{font-size: 13pt;}

a:link, a:visited
{
	color: #ffffff;/*white;*/	
}

a:hover, a:active
{
	color: #004e98;
}
@media print
{
    #Sub-content
    {
        display:none;
    }
    #sub-content input.text
    {
    display:none;
	}
    #sub-content a#c580fa7b_20_0_30_1
    {
    display:none;
    }
    #sub-content a:link, #sub-content a:visited
    {
    display:none;
    }
    #register
    {
	display:none;
    }
 }
@media screen
{
#sub-content a#c580fa7b_20_0_30_1
{
	border-top: solid 1px #9FBBD3;
}

#sub-content a:link, #sub-content a:visited
{
	font-size: 11px;
	font-family:Arial,Verdana;
	padding-left: 10px;
	/*padding-bottom: -2px;*/
	width: 180px;
	display: block;
	border-bottom: solid 1px #9FBBD3;
	text-decoration: none;	
}

#register
{
	margin-top: 30px;
	border-top: solid 1px #9FBBD3;
}}
@media print
{
.main-menu ul
{
	display:none;
}
}
@media screen
{
.main-menu ul
{
	margin:0 0 30px 0;
	list-style: none;
	padding-left: 0;
}
}
.main-menu li
{
    display: inline;
    font-family:arial;
}
#footer-nav li.last
{
    background-image: none;
}
#footer-nav li {
	list-style: none;
	float: left;	
	background: url(Images/menu-sep.gif) no-repeat right center;
}

#footer-nav a 
{
    font-family:Verdana;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0px 10px;
	font-size: 13px;
	text-transform: capitalize;	
}

/* Study Area */
#study-area-list
{
	width: 96%;	    
}
#study-area-list td
{
     border-top: solid 1px #9FBBD3; 
}
#study-area-list td.last
{
	border-bottom: solid 1px #9FBBD3;
}


#mod-sum
{
	/*border-bottom: solid 1px #9FBBD3;*/ 
	margin-bottom: 20px;
}
@media print
{
    #mod-sum h1, #mod-sum h2,#mod-sum h3
{
    font-family:arial;
	border-top: solid 1px #333333; 
	font-weight:bold;
	clear:both;
	margin:0;
	padding-top:5px;
    height:21pt;
    color:#333333;
}
}
@media screen
{
#mod-sum h1, #mod-sum h2,#mod-sum h3
{
    font-family:arial;
	border-top: solid 1px #9FBBD3; 
	font-weight: bold;
	clear:both;
	margin:0;
	padding-top:5px;
    height:21pt;
}
}
#mod-sum h4
{
    font-family:Arial;
    font-weight:normal;
    clear:both;
    margin:0;
    padding-bottom:6pt;
    font-size:11pt;
}
@media print
{
    #mod-sum h5
{
    font-family:arial;
    padding-bottom:3px;
    font-size:12pt;
    font-weight:bold;
    color:#333333;
    text-align:right;
}
}
@media screen
{
#mod-sum h5
{
    font-family:arial;
    padding-bottom:3px;
    font-size:12pt;
    font-weight:bold;
    text-align:right;
}
}
#mod-sum .left
{
	width: 220px;
	display: block;
	float:left;
	font-weight: bold;
	text-align:left;
}
#mod-sum .right
{
	width: 380px;
	display: block;
	float:right;
}
#mod-sum h1
{
	font-size: 15pt;
}
#mod-sum h2
{
	font-size: 13pt;
}
#mod-sum h3
{
	font-size: 13pt;
}

/* Style used for Module entry in ewebeditpro and display */
.essential
{
	border-top:solid 1px  #9FBBD3;
	border-bottom:solid 1px  #9FBBD3;
	padding: 10px;
	font-family:arial;
	font-size: 13pt;
	margin: 0px 0px;
	text-align: left;
	display: block;
	color: #ffffff;

}
@media print
{
    .essential-header
{
    	display: block;
    	font-size: 15pt;
    	font-family:arial;
    	font-weight:bold;
    	margin-left:35px;
    	color:#333333;
}
}
@media screen
{
.essential-header
{
    	display: block;
    	font-size: 15pt;
    	font-family:arial;
    	font-weight:bold;
    	margin-left:35px;
}
}
@media print
{
    .essential ul
{
    list-style-type:square;
    list-style-position:inside;
    margin:0px;
	padding: 0;
	color:#333333;
}
}
@media print
{
.essential li
{
	/*display: block;*/
	/*background: url(Images/squaredot.gif) no-repeat left top;*/  
	padding-left: 24px;
	margin:20px 10px 20px 40px;
	text-align: left;
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
}
}
@media screen
{
    .essential ul
{
    list-style:none;
	margin:0px;
	padding: 0;
}
.essential li
{
    display: block;
	background: url(Images/squaredot.gif) no-repeat left top;  
	padding-left: 24px;
	margin:20px 10px 20px 40px;
	text-align: left;
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
}
}
@media print
{
   .expand-study:before
    {
        content:">>  ";
        color:#333333;
    }
.expand-study
{
    display:list-item;
    /*list-style-type:square;*/
    list-style-image:url(/foundations/app_themes/default/Images/bdoublearrow.gif);
    list-style-position:inside;
    list-style-type:none;
    padding-left:35px;
    margin:0;
    color:#333333;
    font-size:12pt;
    font-style:italic;
    font-weight:bold;
     
}
}
@media screen
{
.expand-study
{
    padding-left:15px;
    display:block;
    margin:0;
    background: url(Images/doublearrow.gif) no-repeat left top;
    font-size:12pt;
    padding-bottom:6pt;
    font-style:italic;
    font-weight:bold; 
}
}
.where-next
{
 	/*display:block;*/
	margin:0;
	padding: 10px 0px;
}
.where-next ul
{
    font-size:11pt;
	list-style: none;
	margin:0;
	padding-left:0px;
}
@media print
{
   .where-next a
    {
        color:#333333;
    }
.where-next h4
{
    font-size:15pt;
    font-weight:bold;
    text-align:center;
}
 /*   .where-next a
{
    font-size:8pt;
    
    display:block;
	text-align: left;
	color:#333333;
	font-style:italic;
}*/
    .where-next li
{
    font-size:8pt;
    margin-left:35px;
    display:block;
	text-align: left;
	color:#333333;
	font-style:italic;
}
}
@media screen
{
.where-next h4
{
    font-size:15pt;
    font-weight:bold;
    text-align:center;
}
    .where-next li
{
	font-size:10pt;
	margin-left:15px;
	display: block;
	text-align: left;
	font-style:italic;
}
}
@media print
{
.review
{
    display:none;
}
.review ul
{
    font-size:12pt;
    padding-top:20px;
    margin-left:137px;
    padding-left:0px;
    list-style-image:url(/foundations/app_themes/default/Images/bsinglearrow.gif); 
    list-style-position:inside;  
}
.review li, link, a
{
    padding-left:15px;
    color:#333333;

}
}
@media screen
{
.review
{
}
.review ul
{
    display:block;
    font-size:12pt;
    padding-top:0px;
    margin-left:0px;
    padding-left:0px;
   
}
.review li
{
    padding-left:10px;
    padding-right:10px;
    /*border-right:solid 1px #ffffff;*/    
    display:inline;
    /*background: url(Images/singlearrow.gif) no-repeat left top;*/
}
}
#CategoryList
{
	clear:both;
}
#SubCategory
{
	clear:both;
	/*margin:0px 0 0px 0;*/
	margin-bottom:14pt;
}
#Article
{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;	
	clear:both;
	padding-bottom:14pt;
	margin-bottom:14pt;
}
#Article li
{
	clear:both;
	display:inline;
}
#Article li.last-child
{
    clear:both;
	display:inline;
    border-bottom:solid 1px blue;
}
#CategoryList h1, #SubCategory h2, #Article h3
{
	clear:both;
	margin:0;
}
#CategoryList  h1
{
	font-size: 13pt;		
}
#CategoryList  h1 .indexer, h1 .title
{

    margin-top:0pt;
	font-size: 13pt;
}

#SubCategory h2
{
	font-size: 11pt;
	border-top: solid 1px #9FBBD3;
	Margin-top: 10pt;
}
#Article h3
{
	font-size: 11pt;
	font-weight: normal;	
}

.indexer
{
	display: block;
	width: 80px;
	float:left;		
}
.title
{
	display: block;
	width: 490px;
	float:left;
}

.pdf
{
	display: block;
	width: 30px;
	float:left;
}
/* html form block */

#input-form
{

}
#input-form p
{
	padding:0; margin:0; clear:both;
}
#input-form label.small
{
	float:left; display:block; width:260px;
}
#input-form label.medium
{
	float:left; display:block; width:320px;
}
#input-form input.large
{
	width: 300px;	
}
#input-form input.button
{
    background-color: #094893; color: White; border: outset 1px #5386C2; padding: 0px 6px; margin:0;
}
#input-form select, #input-form textarea
{
	border: solid 2px #607FA5;
    font-weight: bold;
	color: White;
	background-color: #9EB7D7;
}
input.text
{
	background-color: #9EB7D7;
    border: solid 2px #607FA5;
    color: black;
	font-size: 12pt;
}
input:focus, textarea:focus{background-color: #87A7D0;}
/* added for compatibility */
@media print
{
   .bulleted-square, .bulleted-circle, .bulleted-square-small, .bulleted-circle-small ul
{
    display:list-item;
    list-style-type:square;
    list-style-position:inside;
   	padding-left: 20px;
    margin:10px 30px;
    font-weight: bold; 
    font-family:Arial;
    font-size: 10pt;
    color:#333333;
}
}
@media screen
{  
   .bulleted-square, .bulleted-circle, .bulleted-square-small, .bulleted-circle-small ul
{  
    background:Transparent url(Images/squaredot.gif) no-repeat left top;
    display:block; 
	padding-left:20px;
    margin:10px 30px;   
    font-weight: bold; 
    font-family:Arial;
    font-size: 11pt;
}
}
