@media (max-width: 640px) {
	/* Hide table headers (but not display: none;, for accessibility) */
	#table_orgs thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
   
}

label
{
	display:inline;
    font-weight:normal;
}

td
{
	padding:1px;
	border-bottom: none;
}


/* cont_info */

#cont_info {
	margin: 0;
	padding: 8px;
	background-color: #ffffcc;
	border: 1px solid #DDDDDD;
}
/* cont_btns */

#cont_btns {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #EEEEEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: right;
}
#cont_btns input {
	margin: 0;
	padding: 2px 10px;
	_padding: 1px 10px;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
/*	background: url("/images/nav/searchBtnBG.gif") repeat-x top left #CFCFCF;*/
	font-weight: bold;
	color: #000000;
}
/* cont_form */

#cont_form {
	margin: 0;
	padding: 0;
}
#cont_form li 
{
	padding-bottom:3px;
	padding-top:3px;
}
#cont_form textarea {
	padding: 5px;
	border: 1px solid #999;
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	
}
#cont_form fieldset {
	margin-bottom: 1em;
}
#cont_form fieldset legend {
	font-weight: bold;
}
#cont_form fieldset input {
	padding: 5px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}


#cont_form fieldset td {
	padding: 4px;
	border-left: 1px solid #666;
	border-bottom: 1px dotted #CCC;
}


#cont_form fieldset th {
	padding: 4px;
	border-left: 1px solid #666;
	border-right: 3px solid #FFF;
	font-size: x-small;
	text-align: left;
	background-color: #EEEEEE;
}
/* hr styles */

.hr_dotted {
	border-bottom: 1px dotted #999;
	border-style: none none dotted none;
	background-color: #FFF;
	color: #FFF;
	height: 1px;
	line-height: inherit;
}
.hr_solid {
	border-bottom: 2px solid #666;
	border-style: none none solid none;
	background-color: #FFF;
	color: #FFF;
	height: 2px;
	line-height: inherit;
	margin-bottom: 1em;
}
/* cont_app_date */

.cont_app_date {
	margin: 1em 0 1em 0;
}
.cont_app_date input {
	padding: 5px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.cont_app_date select {
	padding: 10px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.cont_app_date td {
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}
/* cont_app_list */

.cont_app_list {
	margin: 1em 0 1em 0;
}
.cont_app_list legend {
	font-weight: bold;
}
.cont_app_list input {
	padding: 5px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.cont_app_list td {
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}
.cont_app_list td a {
	color: #003193;
	text-decoration: underline;
}
.cont_app_list th {
	padding: 4px;
	border-bottom: 1px solid #666;
	font-size: x-small;
	text-align: left;
	background-color: #EEEEEE;
}
.cont_app_list tr:hover {
	background-color: #ffffcc;
}
.errorText 
{
	color:Red;
}

.response 
{
	background-color: #EEEEEE;
	padding: 10px;
}

#pharmacyAppRocketID
{
	display:none;
}