/* @override 
*/

/* Forms.gov extension css file
Site: http://forms.gov
Author: Sanjay Agarwal
Version: 1.0.0
Revision date: May 12th, 2009
*/


/* @group Sub-Footer */
#efsubfooter {
	background-color: #454545;
	clear: both;
	width: 100%;
	font-size: .9em;
	padding-bottom: 5px;
	padding-top: 1px;
}
#efsubfooter p {
	margin: 10px 0 0 20px;
}
#efsubfooter, #efsubfooter a, #efsubfooter a:visited {
	color: white;
}
/* @end Sub-Footer */

/* @group Navigation Right */

#ef_nav_main {
	font-size: 1.6em ;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	list-style-type: none;
}

#ef_nav_main_title {
	font-size: 1.2em;
	margin: 0;
	color:#e2782c;
	padding: 5px;
}


#ef_nav_main ul{
	margin: 0;
}

#ef_nav_main_igov{
	font-size: 1.2em;
	margin: 0;
	background: "#DFEAEE" ;
	align: "center" ;
}

#ef_nav_main_imglinks{
	font-size: 1.2em;
	margin: 0;
	background: "#DFEAEE" ;
	align: "center" ;
}

#ef_nav_main li {
	list-style-type: none;
	margin: 0 ;
	padding: 0 ;
	line-height: 1;
	background-image: none;
}

#nav_main li ul {
	font-size: 0.8em;
	list-style-type: none;
	margin: 5px 0 5px 0;
	display: none;
}

#ef_nav_main li a {
	font-size: 0.8em;
	text-indent: 20px;
	display: block;
	padding: 0px 0 5px 0 ;
	position: relative;
	text-decoration: none;
	color: black ;
}

#ef_nav_main li li a {
	text-indent: 20px;
}

#ef_nav_main li li li a {
	text-indent: 45px;
}

#ef_nav_main li li li li a {
	text-indent: 55px;
}

#ef_nav_main li a.open  {
	background: no-repeat 5px center;
}

#ef_nav_main li a:hover {
	background: #b7e5f0 no-repeat 5px center;
	color: black ;
	text-decoration: underline;
}
#ef_nav_main li a.open:hover {
	background: #b7e5f0 no-repeat 5px center;
}

#ef_nav_internal {
	font-size: 1.6em ;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
	display: block;
	list-style-type: none;
}

#ef_nav_internal ul{
	margin: 0;
}

#ef_nav_internal_title {
	font-size: 1.2em;
	margin: 0px;
	padding: 5px ;
}
#ef_nav_internal li {
	list-style-type: none;
	margin: 0 ;
	padding: 0 ;
	line-height: 1;
	background-image: none;
}

#ef_nav_internal_title li a {
	text-decoration: none;
	color: black ;
	font-weight: normal ;
}


/* @end Navigation Right */


/* @group Top Navigation */
#skipnav {
	width: 100% ;
	font-size: 0.8em ;
	float: left;
}

#nav_top {
	background-color: #237c94 ;
	width: 100% ; 
	clear: both;
	padding-top: 10px ;
	padding-bottom: 0px ;
}
#nav_top_sub {
	float: right;
	position: relative ;
	padding: 5px 5px ;
	font-size: 1.2em ;
}

#nav_top #tab_default {
	float: left;
	position: relative ;
	padding: 0px ;
	margin: 10px 10px 0px 10px ;
	background: #2A9BB7; /*blue*/
}

#nav_top #tab_static {
	float: right;
	position: relative ;
	padding: 0px ;
	margin: 10px 10px 0px 10px ;
	background: #2A9BB7; /*blue*/
}

#nav_top #tab_results {
	float: right;
	position: relative ;
	padding: 0px ;
	margin: 10px 10px 0px 10px ;
	background: #e2782c ;
}

#nav_top ul {
	float: left;
	margin: 0px ;
}

#nav_top li {
	float: left;
	margin: 0px ;
	padding: 5px 15px 5px 15px ;
}


#nav_top li.selected {
	background: #e2782c ;
	text-decoration: none;
	color: white ;
	font-weight: bold ;
}

#nav_top li a {
	text-decoration: none;
	color: white ;
	font-size: 1.1em ;
	font-weight: bold ;
}

/* @end Top Navigation */


/* @group Body Main */
#ef_body_main{
	width: 100%;
	margin-top: 0px ;
}

#ef_body_main h1{
	width: 95% ;
	margin-top: 5px ;
}

#efExpand {
	margin: 20px 0px 10px 0px;
	padding-top: 1px;
	font-size: 1.0em;
}

#efExpand p {
	margin-left: 10px ;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#efFrame {
	 height: "100%" ;
	 width: "1024" ;
	 padding: 8px 0px ;
	 margin: 0px ;
	 background: "#237c94" ;
	 border: 0px none white ;
}
/* @end Body Main */


/* @group Search Box */
#nav_search_box{
	margin-left: 10px ;
}

#filter_search_box{
	margin-left: 10px ;
}
/* @end Search Box */


/* @group List Table */

#efListTable {
	width: 97%;
	margin: 10px 10px 10px 10px;
	display: block;
	padding-top: 1px;
}

#efListTable table {
	width: 100%;
	padding: 5px 0 0 0;
}

#efListTable caption {
	width: 90%;
	text-align: right;
}

#efListTable th {
	font-weight: bold;
	color: white;
	font-size: 1.2em; 
	background-color: #e1782c;
	padding: 10px 10px 10px 10px;
	margin-top: 5px ;
	border: 1px solid #b1c3d4;
	text-align: left;
}

#efListTable table table {
	border: 0px none white ;
	margin: 0 ;
}

#efListTable th th {
	font-size: 0.8em ;
	border: 0 none white ;
	padding: 0 5px ;
	margin: 0 ;
}

#efListTable th th a {
	color: white ;
}


#efListTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #b1c3d4;
	background: none;
}

#efListTable tr {
	background: #fff;
	font-size: 1.2em;
	margin-top: 5px ;
}

#efListTable tr.alt {
	background: #DFEAEE;
}

#efListTable td {
	padding: 10px 10px 10px 10px;
	margin-top: 5px ;
	border: 1px solid #b1c3d4;
	text-align: left;
}

#efListTable td.alt {
	background: #DFEAEE;
}

#efListTable th.pageNum {
	font-size: 0.8em ;
	font-weight: normal ;
	padding: 5px 5px ;
	border: 0 none white ;
}

#efListTable #srchResText {
	padding-top: 5px ;
	padding-bottom: 10px ;
}

#efListTable ul {
	margin: 0 5px 0 15px ;
	list-style-image: url(../img/links_bullet2.gif);
	background-image: none;
	font-size: 1.0em ;
}

#efListTable ul a {
	padding: 0 ;
	margin-left: -10px ;
}

#efListCount {
	font-size: 1.2em;
	font-weight: bold ;
	margin: 10px 10px;
}

#efListSERSpell {
	font-size: 1.4em;
	font-weight: normal ;
	margin: 10px 10px;
}

/* @end List Table */


/* @group Details Page */
#efDetails {
	font-size: 1.2em;
	font-weight: normal ;
	margin: 2px 10px;
}

#efDetails #formName {
	font-size: 1.5em;
	font-weight: bold ;
}

#efDetails #formName #prompt{
	font-size: .7em;
	font-weight: normal ;
	margin-bottom: -13px ;
}

#efDetails #formDesc {
	font-size: 1.1em;
	font-weight: normal ;
}

#efDetails table {
	width: 100%;
}

#efDetails tr {
	text-align: left;
}

#efDetails th {
	font-size: 1em;
	font-weight: bold;
	margin: 0 ;
	padding: 2px 5px 2px 0px ;
	border: 0px none white ;
}

#efDetails td {
	font-size: 1em;
	font-weight: normal;
	margin: 0 ;
	padding: 2px 5px 2px 0px ;
}
/* @end Details Page */


/* @group Forms Page */
#efFormPage {
}

#efFormPage p {
	font-size: 1.3em ;
	font-weight: normal ;
}

#efFormPage table {
	width=100% ;
	padding:0 ;
	align: center ;
	margin: 0px 10px ;
}

#efFormPage a {
	font-size: 1.2em ;
}

.efFormLabel {
	font-size: 1.2em ;
	font-weight: bold ;
	color: black ; /* color: #237c94 ; */
}

.ef_button {
	border: solid 2px #b1c3d4;
	border-right: solid 2px #6b7680;
	border-bottom: solid 2px #6b7680;
	color: white;
	padding: 2px 1px;
	font-weight: bold;
	display: inline;
	background: #186A85 url(../img/globalNavdefault.gif) center center repeat-x;
	margin-top: 2px;
}

.ef_button:active {
	border: solid 2px #6b7680;
	border-right: solid 2px #b1c3d4;
	border-bottom: solid 2px #b1c3d4;
}
/* @end Forms Page */

/* @group Main Page */
#efMainPage {
}

#efMainPage p {
	font-size: 1.4em ;
	font-weight: normal ;
	color: black ;
}

#efMPSearch{
	width: 65% ;
	margin: 30px 20px ;
	background:#72C3D7 ;  /* light blue */
}

#efSESearch{
	margin: 0px -10px ;
}


#ef_body_search
{
	width: 100% ;
	float: left ;
	display: block ;
	font-size: 1em ;
	padding: 10px 0px 10px 15px ;
	background: inherit ;
}

#ef_body_search h2 {
	font-size: 1.3em;
	font-weight: bold ;
	margin: 0 0 10px 13px;
}

#efErrorPageSpace{
	width: 100% ;
	display: block ;
	padding: 200px 0px ;
}	

/* @end Main Page */


/* @group Privacy Page */
#efPrivacyList {
}

#efPrivacyList ul {
	list-style-type: disc;
}

#efPrivacyList ol {
	margin: 5px 20px;
	list-style-type: decimal;
	list-style-position: outside ;
}

#efPrivacyList ol li {
	margin: 5px 30px;
	padding: 2px 0 ;
	text-indent: 0 ;
	font-size: 1.3em ;
}

#efPrivacyList ol li ul {
	margin: 5px 10px;
	list-style-type: disc;
}

#efPrivacyList ol li ul li {
	margin: 0px 5px;
	font-size: 0.8em ;
}


#efPrivacyList ul.links ul.links{
	font-size: 1em;
}

#content #efPrivacyList ul ul li {
	padding-bottom: 2px;
	list-style-type: disc;
	list-style-image: none;
}

ol#efPrivacyList .links {
	margin-left: 40px;
}
/* @end Privacy Page */


/* @group FAQ Page */
#efFAQTable {
	width: 97%;
	margin: 20px 10px 25px 10px;
	display: block;
	padding-top: 1px;
	font-size: 1.2em ;
}

#efFAQTable table {
	width: 100%;
	padding: 5px 0 0 0;
}

#efFAQTable th {
	font-size: 1.0em ;
	font-weight: bold;
	color: black;
	padding: 10px 10px 10px 10px;
	margin-top: 5px ;
	text-align: left;
	border: none ;
}

#efFAQTable td {
	padding: 10px 10px 10px 10px;
	margin-top: 5px ;
	text-align: left;
}

#efFAQTable td.faq {
	padding: 10px 10px 10px 10px;
	margin-top: 5px ;
	color: #237c94;
	text-align: left;
	font-weight: bold;
}


#efFAQTable td.alt {
	align: right;
	padding-top: 2px ;
	padding-bottom: 20px ;
	font-size: 0.8em ;
}

#efFAQTable ul {
	margin: 0 5px 0 15px ;
	list-style-type: disc ;
	font-size: 1.1em ;
}
/* @end FAQ Page */

#sf_wrapper {
	width: 102.4em;
	margin: 0 auto 20px auto;
	position: relative;
}
#sf_content_wrapper {
	width: 72.7em;
	float: left;
	display: inline;
	margin-bottom: 10px;
}


/* @end */