
body {
	
	/* the following line will enable :focus for IE - dt 20050810 */
	behavior:url("stylesheets/cssfocusandhover.htc");
	
	background-color: #595959;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Tahoma, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
}
div.page_content {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.messages {
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed yellow;
	text-align: center;
	margin-bottom: 15px;
	width: 60%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	background:  #BD9800 url(../images/application/caution.gif) top left no-repeat;
	font: 10pt arial;
}


/* bordered tables */
table.bordered {
	border: 1px solid black;
}
table.bordered td,table.bordered th {
	padding: 4px;
}
table.bordered tr {
	background-color: #DEDEDE;
}
table.bordered th {
	background-color: #666;
	color: white;
	text-transform: capitalize;
}
table.bordered th a {
	color: white;
	text-decoration: none;
}
table.bordered th a:hover {
	text-decoration: underline;
}
table.bordered td a {
	font-size: 110%;
	color: blue;
	text-decoration: none;
}
table.bordered td a:hover {
	text-decoration: underline;
}
table.bordered input, table.bordered select {
	font: 8pt arial;
}

div.quantity_selector, div.quantity_selector td {
	font-size: 100%;
}


hr {
	color: #000;;
	background-color: #000;
	height: 1px;
	width: 99%;
}

/* headers */
h1 {
	font-size: 24px;
	color: purple;
}
h2 {
	font-size: 20px;
	color: #020288;
}
h3 {
}

/* forms */
form{ padding:0px; margin:0px; }
input, select{ padding: 2px; }

input, select, textarea {
	background-color: ivory;
	border: 1px solid #999999;
}
input:focus, select:focus, textarea:focus {
	background-color: #99FFFF;
	border: 1px solid #FFFFFF;
}

/* general */
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
