﻿/*
 * ----------------------------------------------------------------
 * 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 
{
	background-color: #d9e2f3;			
	font: Arial, Helvetica, sans-serif;	
	font-size: 10pt;					
	color: #000000;
	vertical-align: top;
	margin-top: 0px;
}

img 
{
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px;
	padding: 0px;
}
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #5562c7;
}
a:hover, a:focus {
	font-weight: normal;
	text-decoration: underline;
	color: #ff0000;
}
.brightLink a:link, .brightLink a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #eaf0a7;
}
.brightLink a:hover, .brightLink a:focus {
	font-weight: normal;
	text-decoration: underline;
	color: #ff0000;
}

.fixedSkeleton
{
	background-color: #ffffff;
	background-image: url('../images/skelBG.png');
	background-repeat: repeat-x;
}

.subtitle
{
	font: bold 16pt Arial;
	color: #ffeecc;
	margin-top: 0;
	margin-bottom: 10px;
	font-style: italic;
}

.menuDiv
{
	background-image: url("../images/menuBG.gif");
	background-repeat: repeat-x;
	height: 31px;
	width: 100%;	
}
.topMenuLink
{
	text-align: left;
	vertical-align: bottom;	
	font: 11pt Verdana;
	font-weight: bold;
}
.topMenuLink a:link, .topMenuLink a:visited {
	font: 11pt Verdana;
	font-weight: bold;
	color: #ffffff;
}
.topMenuLink a:hover, .topMenuLink a:focus {
	font: 11pt Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

.boxborder
{
	background-color: #c9d6ed;
	background-image: url('../images/slideBG.gif');
	background-repeat: repeat-x;
	color: #000000;
	border: inset 2px #ffffff;
	font: 10pt Arial;
	padding: 5px;
	text-align: left;
}

.contentBox 
{	
	background-color : #d9e2f3;
	color: #000000;
	font: 10pt Arial;
	padding: 5px;
	border: 10px outset #999999;
	text-align: left;
}
.contentBoxTitle
{
	font: bold 11pt Verdana;
	color: #cc6633;
	text-align: center;
}
.contentBox img
{	
	width: 220px;
	height: 100px;
	margin-left: 10px;
}

.disLink
{
	color: #aaaaaa;
}
.clCol
{
	font: bold 9pt Verdana;
	color: #000000;
	padding: 5px;
	text-align: center;
}

.toggleOpacity img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.5;
}
.toggleOpacity:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.load16
{
	font-size: 16px; 
	color:#5562c7; 
	font-weight:bold;
}
.load32
{
	font-size: 32px; 
	color:#5562c7; 
	font-weight:bold;
}

.popUpMenu
{
	background-color: #d9e2f3;
	border: outset 2px #000000;
	font: 10pt Verdana;
	color: #5562c7;
	padding: 10px;
	padding-left: 20px;
}
.popUpMenu a:link, .popUpMenu a:visited {
	font: 10pt Verdana;
	color: #5562c7;
}
.popUpMenu a:hover, .popUpMenu a:focus {
	background-color: #cccccc;
	color: #ff0000;
	text-decoration: none;
}
.popUpMenuDivider
{
	border-bottom: solid 1px #999999;
}

.cpMenu
{
	background-color: #333333;
	border: outset 2px #ffffff;
	font: 12pt Verdana;
	font-weight: bold;
	color: #999999;
}
.cpMenu a:link, .cpMenu a:visited {
	font: 12pt Verdana;
	font-weight: bold;
	color: #ffffff;
}
.cpMenu a:hover, .cpMenu a:focus {
	background-color: #cccccc;
	color: #000000;
	text-decoration: none;
}

.floatingBox
{
	text-align:center; 
	vertical-align:middle;
    display:none; 
    z-index:103; 
    position:absolute;
    background-color: #cccccc;
    filter:alpha(opacity=95);
    opacity:0.95; 
    -moz-opacity:0.95;
}

.appPopUpMenu
{
	background-color: #ffffff;
	border: outset 3px #bbccbb;
	font: 10pt Verdana;
	color: #000000;
	padding: 5px;
}
.appPopUpMenu a:link, .appPopUpMenu a:visited {
	font: 10pt Verdana;
	color: #000000;
}
.appPopUpMenu a:hover, .appPopUpMenu a:focus {
	background-color: #ccffcc;
	color: #000000;
	text-decoration: none;
}
.appPopUpMenuDivider
{
	border-bottom: solid 1px #999999;
}

/*for the whole login box div*/
.loginBox
{
	background-color: #000000;	/*need change per application*/
	height: 150px;		/*need change per application*/
	width: 150px;		/*need change per application*/
	border: 2px solid #cccccc;	/*need change per application*/
	padding: 9px;
	margin-left: 5px;
}
.loginTitle
{
	font-weight: bold;
	font-size: 14px;
}

.applicationTable
{
	font: 10pt Verdana;
}
.applicationTable table
{
	width: 180px;
	padding: 5px;	
	color: White;
}
.applicationTable td
{
	width: 80px;
	padding: 5px;
	height: 120px;
	text-align: center;
}
.applicationTable a:link, .applicationTable a:visited {
	font: 10pt Verdana;
	color: #ffffff;
}
.applicationTable a:hover, .applicationTable a:focus {
	color: #ff0000;
	text-decoration: none;
}

/*footer, usually copyright by ......*/
.fDiv
{
	color: #b4b5b8;
	width: 770px;
	height: 3px;
}
.footer {
 	padding: 4px;
 	text-align: center;
 	font: normal 8pt Verdana;
	color: #999999;
}

/*for My Account content*/
.contentTitle
{
	background-color: #0ca113;		/*will change most of the time*/
	background-repeat: no-repeat;
	border: 2px solid #0a6d0e;
	width: 95%;
	text-align: left;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 10px;
	font-size: 10pt;
	font-weight: bold;
}
.contentTitle table
{
	text-align: left;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 10px;
	font-size: 10pt;
	font-weight: bold;
	width: 95%;
	white-space: nowrap;
}


.contentEntry
{
	background-color: #ffffff;	/*will change most of the time*/
	text-align: left;
	font-size: 9pt;
	border-spacing: 0px;
	width: 95%;	
	padding: 10px 0px 10px 10px;
	border: 2px solid #0a6d0e;	/*will change most of the time*/
}
.contentEntry table
{
	background-color: #ffffff;	/*will change most of the time*/
	text-align: left;
	font-size: 9pt;
	border-spacing: 0px;
	width: 95%;	
	padding: 10px;
}


.reportHeader, .reportHeader th, .reportHeader table
{	
	padding: 0 2pt;
	border: solid 1px #888888;
	background-color: #000000;
	color: #FFFFFF;
}
.reportHeader a:link, .reportHeader a:visited, .reportHeader a:hover, .reportHeader a:focus
{	
	padding: 0 2pt;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.reportTable
{ 
	font: normal 8pt Arial;
	color: #000000;
	text-align: center;
	table-layout: auto;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #cdcdcd;
}
.reportItem	td
{
	padding: 0 5pt;
	background-color: #f0f0f0;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	font: normal 8pt Arial;
}
.reportAlternateItem td
{
	padding: 0 5pt;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 0px;
	background-color: #ffffff;
	font: normal 8pt Arial;
}
.reportPager, .reportPager table
{
	border: 0px;
	text-align: right;	
}
.reportPager td
{
	width: 15px;
}


/*other text properties*/
.framepad
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.notifyMsg
{
	color: #999999;
	font-weight: normal;
	font-size: 9pt;
}
.errorMsg
{
	color: #ff0000;
	font-weight: bold;
	font-size: 11pt;
}
.sysMsg
{
	color: #ff0000;
	font-weight:bold;
	font-size: 9pt;
}
h1 {
	font: bold 16pt Arial;
	color: #253c79;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #999999;
}
h2 {
	font: bold 16pt Arial;
	color: #253c79;
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	font: bold 14pt Arial;
	color: #253c79;
	margin-top: 0;
	margin-bottom: 8px;
	border-bottom: 2px solid #999999;
}
h4 {
	font: bold 14pt Arial;
	color: #253c79;
	margin-top: 0;
	margin-bottom: 8px;
}
h5 {
	font: bold 12pt Arial;
	color: #253c79;
	margin-top: 0;
	margin-bottom: 8px;
	border-bottom: 2px solid #999999;
}
h6 {
	font: bold 12pt Arial;
	color: #253c79;
	margin-top: 0;
	margin-bottom: 8px;
}