/* ----------------------------------------

ValueOptions: MHSplus v. 2.0
APPLICATION SCREEN

author: Matthew Poje (JXC) for Axiom Systems LLC
version: 0.3
08-30-2004

 ----------enterdata--------------------------------  */

/* Imported Styles ------------------------  */

@import url("mhsplus_header.css");
@import url("mhsplus_content.css");
@import url("mhsplus_footer.css");

/* general screen elements */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana, Arial, Sun-Sans, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3
{
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin: 0.6em auto 0.4em auto;
}

h1 {
	font-size: 1.7em;
	line-height: 110%;
}

h2 {
	font-size: 1.5em;
	line-height: 110%;
}

h3 {
	color: #000;
	font-size: 1.3em;
	line-height: 110%;
}

h4 {
	font-size: 1.1em;
	line-height: 110%;
}

h5 {
	font-size: 1em;
	line-height: 110%;
}

p {
	font-size: 1.0em;
	line-height: 130%;
	margin: 0.7em 0;
	padding: 0;
}

small {
	font-size: 0.7em;
	line-height: 110%;
}

strong
{
	font-weight: bolder;
}

strong.subhead
{
	display: block;
	height: auto;
	width: auto;
	margin-top: 0.4em;
}

blockquote
{
	font-size: 0.8em;
	line-height: 105%;
	margin-left: 1.5em;
}

code
{
	font-family: monospace, Lucida Console;
	font-size: 10px;
	font-weight: bold;
	color: red;
	display: block;
	height: auto;
	width: auto;
}

form, table, tbody, td
{
	margin: 0;
	padding: 0;
}

td
{
	vertical-align: top;
}

ul.help
{
	margin-bottom: 0.0em;
	margin-top: 0.0em;
	margin-left: 1.5em;
	margin-right: 0.0em;
	type: disc
}

/* -------------- basic page elements --------------- */
#container
{
	width: 945px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	float: none;
}

/* ------------- general form elements ------------------*/
form
{
	margin: 0;
	padding: 0;
}

fieldset
{
	border: 2px solid #CCCCCC;
}

input, option, textarea, button
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	padding: 1px 0;
}

select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 1px 0;
}

/* ------------- general colors ------------------*/
.ltbluebgrd
{
	background-color: #CCCCFF;
}

.ltbgrd
{
	background-color: #EFEFEF;
}

.ltorangebgrd
{
	background-color: #FFCF80;
}

.bluetext
{
	color: #0000FF
}

.skybluetext
{
	color: #8080FF
}

.darkbluetext
{
	color: #0000AA
}

.redtext
{
	color: #FF0000
}

.fontsize12
{
	font-size: 12px;
}

/*The 'dummyTable' style is defined in wss_screen.css as well.
However some pages import only mhsplus_screen.css. Hence define it here as well.*/
table.dummyTable {
	float:left; 
	width:100%;
}
.display, 
table.results tbody, 
table.largesearchresults tbody, 
table.displayhelp tbody {
	border-width: 0px;
	color: #000;
	font-size: 10px;
	padding-left: 1px;
	text-transform: uppercase;
}

.display
{
	font-weight: bold;
}

table.resultswborder
{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

table.resultswborder caption {
	text-align: left;
	caption-side: top;
	font-family: Tahoma, Arial, san-serif;
	font-size: 1.6em;
	font-weight: bolder;
}

table.resultswborder thead {
	background-color: #445D7C;
	color: #DDDDDD;
	font-weight: bold;
	font-size: 9px;
	line-height: 9px;
	text-transform: none;
}

table.resultswborder th
{
	background-color: #445D7C;
	color: #DDDDDD;
	font-weight: bold;
	font-size: 9px;
	line-height: 9px;
	text-transform: none;
	text-align: center;
}

table.resultswborder tbody {
	border-width: 0px;
	color: #000;
	font-size: 10px;
	padding-left: 1px;
	text-transform: uppercase;
}

table.resultswborder td {
	padding: 3px;
}

.centertd {
	border-width: 0px;
	color: #000;
	font-size: 10px;
	padding-left: 1px;
	text-transform: uppercase;
	padding: 3px;
	text-align: center;

}
