﻿/*
 * ----------------------------------------------------------------
 * This stylesheet is created by HakoSoft
 * Created By : HakoSoft, March 7th 2008
 *
 * 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: 8pt;
	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 780px wide. */
	width: 790px;		/* HTML structure should look like this:			   */
	padding: 0px;		/* <body><div class="skeleton">...page...</div></body> */
	margin: 0px;
}
.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;
	/*text-decoration: none;
	color: #000080;*/
	color: Blue;
	}
a:hover, a:focus {
	font-weight: normal;
	/*text-decoration: underline;*/
	color: Red;
	}
	
/*
 * Generic Table Parameters
 */

table {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	table-layout: fixed;
	}
td, th {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	}
	
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; }

.errorMsg
{
	color: Red;
	font-weight:bold;
	font-size:medium;
}
.notifyMsg
{
	color: #7e7e7e;
	font-weight: normal;
	font-size: 9pt;
}
.sysMsg
{
	color: Red;
	font-weight:bold;
	font-size: 9pt;
}

.nobreak { white-space:nowrap; }
.hidden { display:none; }
.noBorder {	border-width: 0px; }
.fullwidth { width: 100%; }


/*
 * 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; }	
}