﻿/*
 * ----------------------------------------------------------------
 * This stylesheet is to be included in all HakoSoft project
 * Created By : HakoSoft, April 8th 2005
 *
 * For Web/Application request, please visit http://www.hakosoft.com
 * You may use this stylesheet for your personal, non-commercial project(s)
 * However, the above text must remain intact and cannot be modified 
 * in any way 
 * ----------------------------------------------------------------
 */

body 
{
	text-align: center;
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	}
.fixedSkeleton {		/* Skeleton of the page. Keeps the page at 790px wide. */
	width: 790px;		/* HTML structure should look like this:			   */
	margin: 0px;		/* <body><div class="skeleton">...page...</div></body> */
}
.varSkeleton {			/* Skeleton of the page that stretches.				   */
	margin: 0px;		/* HTML structure should look like this:			   */
	padding: 0px;		/* <body><div class="skeleton">...page...</div></body> */
}

/*
 * Generic Hyperlink Parameters
 */	
a:link, a:visited {
	font-weight: normal;
	color: Blue;
	}
a:hover, a:focus {
	font-weight: normal;
	color: Red;
	}
	
/*
 * Generic Table Parameters
 */
table {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	text-align: left;
	vertical-align: top;
}
td, th {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	text-align: left;
	vertical-align: top;
}
	
caption {
	caption-side: top;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-top: 0px;
}

/*
 * Useful Text Formatting Parameters
 */
.small {			/* Normally used for footers, but can be used for any */
	font-size: 8pt;	/* small paragraph of text intended as a side note.	  */
	}
.title1 {
	font-size: 18pt;
	font-weight: bolder;
	}
.title2 {
	font-size: 14pt;
	font-weight: bolder;
	}
.title3 {
	font-size: 12pt;
	font-weight: bold;
	}

.pad {	padding: 5px; }
.padl {	padding-left: 10px; }
.padr {	padding-right: 10px; }
.left {	text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.top { vertical-align: top; }
.middle{ vertical-align: middle; }
.bottom { vertical-align: bottom; }
.baseline {	vertical-align: baseline; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.fullWidth { width: 100%; }
.red { color:Red; }
.pointer { cursor: pointer; }

.errorMsg
{
	color: Red;
	font-weight: bold;
	font-size: 11pt;
}
.notifyMsg
{
	color: #7e7e7e;
	font-weight: normal;
	font-size: 9pt;
}
.sysMsg
{
	color: Maroon;
	font-weight:bold;
	font-size: 9pt;
}

.nobreak { white-space:nowrap; }
.hidden { display:none; }
.noBorder {	border-width: 0px; }


/*
 * Misc. Parameters
 */	
input.button 
{
	background-color: #2266ff;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px;
	border-style: dotted;
	border-color: #0000ff;
}
	
@media print
{
	.noprint { display: none; }	
}