/*
 * $Id: common.css,v 1.5 2010/06/18 15:52:36 andrew Exp $
 *
 * Author:
 *	Andrew Saunders http://andrew.saunders.me.uk
 *
 * Description:
 *	
 *
 * History:
 *	$Log: common.css,v $
 *	Revision 1.5  2010/06/18 15:52:36  andrew
 *	Bringing HEAD uptodate with new Barcode on Order, Layout changes, Process indicator, more states, bug fixes,, Assigned By and so on
 *	
 *	Revision 1.4  2009/02/04 16:33:23  andrew
 *	Changed printed font style
 *	
 *	Revision 1.3  2009/01/30 13:56:59  andrew
 *	latest version.
 *	
 *
 */

/* body doesnt have a default color, so lets force it */
body {
	background-color:white;
	color:black;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size:.85em;
}

/* remove the anoying borders around images inside links */
a img {
	border:0;
}

a {
	color:#a44;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* .hide class for easy hiding elements in a document */
.hide {
	display:none;
}

/* better scale and style for headers */
h1, h2, h3, h4, h5, h6 {
	margin:.2em 0 .2em 0;
}

h1 {
	font-size:1.4em;
	background-color:#eef;
	border-bottom:thin solid #88c;
}

h2 {
	font-size:1.3em;
	text-decoration:underline;
}

h3 {
	font-size:1.2em;
	text-decoration:underline;
}

h4 {
	font-size:1.1em;
	text-decoration:underline;
}

h5 {
	font-size:1em;
	text-decoration:underline;
}

h6 {
	font-size:.95em;
	text-decoration:underline;
}

/* paragraph modification */
p {
	margin:0;
	margin-bottom:.3em;
}

.warn {
	border:thick outset #800;
	color:red;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#ee0;
	width:70%;
	padding:6px;
	margin:12px auto 12px auto;
}

.msgok {
	border:thick outset #0c0;
	color:black;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#0e0;
	width:70%;
	padding:6px;
	margin:12px auto 12px auto;
}

/* common media print styling */
@media print {
	/* class to be used to prevent printing specific elements inside the document */
	.noprint {
		display:none;
	}

	body {
		font-family: "Times New Roman", Times, Georgia, serif;
	}

}

th {
	text-align:left;
	text-decoration:underline;
}
