/* Designed for use with the Access with Level Account (v. 2.2) for the Admin Area of osCommerce (MS2) 	*/
/* Stylesheet coding by Cindy Harlow aka Chinchilla2 on the osC Support Forum							*/
/* Copyright 2006 - Released under the GNU General Public License										*/
/* Pages effected by this stylesheet... login.php, logoff.php, index.php, password_forgotten.php		*/ 

body { font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	}

TR.mainback {background-color: #000000;}

TR.logo-head {background-color: #FFFFFF;}

TD.nav-head {color: #080381;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	}

TR.main {background-color: #080381}

TD.login_heading { font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}

TD.logoff_heading { font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	}

TABLE.login_form_bg { background-color: #666666;}

TABLE.login_form {background-color: #F0F0FF;
	border: 2px solid #7187bb;}

TD.smallText { font-size: 10px; }

TD.login { font-size: 12px;
	color: #000000;
	}

a:link, a:visited { color: #080381;
	text-decoration: none;}

a:hover { color: #7187bb;
	text-decoration: none;
	}

a.sub:link, a.sub:visited { color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	}

a.sub:hover { color: #DDDDDD;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	}

.menuBoxHeading { font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #7187bb;
	border: 1px solid #7187bb;
	}

.infoBox { font-size: 10px;
	color: #080381;
	background-color: #f2f4ff;
	border: 1px solid #7187bb
	}

.heading { font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #D3DBFF;
	}

.indexmain { font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	}

a.indexmain:link, a.indexmain:visited { color: #ffffff;
	text-decoration: none;
	}

a.indexmain:hover { color: #ffffff;
	text-decoration: underline;
	}
/* BOF Pageloading by BPAS (www.bpas.co.nz) */
#prepage {
	display:none;	
}
#prepage_overlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3;
	text-align:center;
	padding-top:30%;
	padding-bottom:50%;
	background:#ffffff;
	opacity:.9;
	filter:alpha(opacity = 50);
}



#prepage_content {
	position:fixed;
	top:0px;
	left:0px;
	z-index:3;
	text-align:center;
	margin-left:45%;
	margin-top:30%;
	margin-bottom:50%;
	padding:5px;
	background:#FAFAF3;
	border:1px;
	border-style:solid;
	border-color:#D4D4D4;	
	opacity:1;
	filter:alpha(opacity = 100);
}

.dymek {
	position: absolute;
//	position:fixed;
//	top: 0;
//	left: 100;
//	width: 300px;
	height: 2em;
	overflow: hidden;	/* konieczny */
	background: transparent;
}
.dymek div {
	position: absolute;	/* konieczny*/
	padding: 0.2em 0.4em;
}
.dymek:hover {
	height: 3em;
	overflow: visible;	/* konieczny */
}
.dymek p {
	position: absolute; /* konieczny */
	left: 0;
//	top: 20px;
	margin: 15px 0 0;
	padding: 5px;
	width: 200px;
	border: 1px dotted blue;
	background: #EFEFEF;
	color: #000;
}
/* EOF Pageloading by BPAS (www.bpas.co.nz) */



