/*
AUTHOR:				Steve Seaquist, Trusted Mission Solutions, Inc., for the US Small Business Administration. 
DATE:				09/30/2010
DESCRIPTION:		CSS classes unique to DSBS / HUBZone / Quick Market / TM OnLine Search criteria pages. 
NOTES:				Contains everything static. For anything that varies according to view, we use an inline style tag. 
INPUT:				None. 
OUTPUT:				CSS classes unique to the various search criteria pages (dsp_dsbs, dsp_quicksearch, etc). 
REVISION HISTORY:	04/17/2013, SRS:	Move jQuery Mobile support into the mainstream of DSBS. 
					07/10/2012, SRS:	Changes to support jQuery Mobile. 
					09/30/2010, SRS:	Original implementation. 
*/

.capa_rjsf		{
				margin-right:				10px;/* separator between label and radio buttons */
				text-align:					right;
				vertical-align:				top;
				width:						230px;
				}
.capa_row		{margin-top:				3px;}
.certbox		{margin:					0px 10px 10px 0px;}
.indent			{padding-left:				30px;}
.nowrap			{white-space:				nowrap;}
legend.title1	{font-size:					14pt	!important;}

/* Note: In the following, "rjsf" is short for "right justified, space filled". Static properties only: */

.naicskw_rjsf	{
				margin-right:				10px;/* separator between label and radio buttons */
				text-align:					right;
				vertical-align:				top;
				}
.nonstate_rjsf	{
				margin-right:				10px;/* separator between input box and label */
				text-align:					right;
				vertical-align:				top;
				}
.nonstate_row	{
				white-space:				nowrap;
				}
.specific_rjsf	{
				margin-right:				10px;/* separator between label and radio buttons */
				text-align:					right;
				vertical-align:				top;
				width:						230px;
				}
.specific_row	{margin-top:				3px;}

/* "SBA Look-and-Feel" ("Slaf") will put class="jqm" into the body tag if page is being rendered for jQuery Mobile. */

body.jqm div[data-role=footer]
				{
				text-align:					center;
				}
body.jqm .certbox
				{
				width:						300px;
				}
body.jqm .specific_rjsf
				{
				margin-right:				auto;
				text-align:					left;
				vertical-align:				top;
				width:						auto;
				}
body.jqm .ui-collapsible-content
				{
				overflow:					auto;
				}
