/************************************************************************/
/* ProMantix eMerchant Rev. 2.0.0 Alpha  - gui.default.css              */
/* ===========                                                          */
/*                                                                      */
/* Copyright (c) 2004 by the Module Online Developers                   */
/* For more information visit: http://www.promantix.com                 */
/*                                                                      */
/* This program is licenced software. You cannnot redistribute and/or   */
/* modify this code, unless given the authors written permission.       */
/* Please enquire at ProMantix for Licencing Terms and Conditions       */
/************************************************************************/
/* Author : Steven Spiers - Team: ProMantix.com                         */
/************************************************************************/

/*******************************************************************************************************/
/* Page Setting ****************************************************************************************/
/*******************************************************************************************************/
body { 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #3366CC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #3366CC; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #3366CC;
	color: #000000; 
	background: #777777;		
    font: 8pt Arial, Verdana, Trebuchet MS, Lucida Sans Unicode, sans-serif;
}
/*******************************************************************************************************/
/* Default Paragraph Settings */
/*******************************************************************************************************/
p { text-align:left; font-style:normal; font-size:8pt;
	margin-top:3px; margin-bottom:3px; color:#000000; }
p em { font-weight:bold; color:red; font-style:normal }
p small { font-size:8pt; }
p big { font-size:12pt; }
p strong { font-weight:bold; }

tr { color:#000000;}
td { color:#000000;}

ul { text-align:left;
	font-style:normal; font-size:8pt;
	margin-top:3px; margin-bottom:3px; color:#000000; }

ol { text-align:left;
	font-style:normal; font-size:8pt;
	margin-top:3px; margin-bottom:3px; color:#000000; }

li { font-style:normal; font-size:8pt;
    margin-top:3px; margin-bottom:3px; color:#000000; }
    
/*******************************************************************************************************/
/* Default Action Settings */
/*******************************************************************************************************/
img.edged { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; 
			border-color:#000000; } 
input { 	font-size:8pt; border: 1px solid #000000;
			margin-top:4px; margin-bottom:4px; margin-left:2px; margin-right:2px; background:#FFFFFF;} 
input.login { 	font-size:8pt; 
			margin-top:4px; margin-bottom:4px; margin-left:2px; margin-right:2px; } 
select { 	font-size:8pt; border: 1px solid #000000;
			margin-top:4px; margin-bottom:4px; margin-left:2px; margin-right:2px; }
select.menu { font-size:7pt; 
			margin-top:4px; margin-bottom:4px; margin-left:2px; margin-right:2px; }
textarea { 	font-size:8pt; border: 1px solid #000000;
			margin-top:4px; margin-bottom:4px; margin-left:2px; margin-right:2px; }
/*******************************************************************************************************/
/* Link Settings ***************************************************************************************/
/*******************************************************************************************************/
a:link { color: blue; background-color: transparent; text-decoration:underline; }
a:visited { color: purple; background-color: transparent; text-decoration:underline; }
a:active { color: red; background-color: transparent; text-decoration: underline; }
a:hover { color: red; background-color: transparent; text-decoration: underline; }

/* create a button look for links */
a:link.leftLinkMain, a:visited.leftLinkMain
{ 
color: black; font-size: 10px; font-weight: bold; letter-spacing: 1px;
background-color: #BBBBBB;
border: solid 0px;
border-color: #AAAAAA #CCC #CCC #AAAAAA;
padding: 2px; text-decoration: none; line-height: 1.5;
display: block;
}

a:hover.leftLinkMain
{ 
background-color: #DDDDDD; color: darkgray;
}

a:active.leftLinkMain, a:focus.leftLinkMain 
{ 
border: dashed 1px;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
letter-spacing: 1px;
}

/* create a Menu Sub look for links */
a:link.leftLinkMenu, a:visited.leftLinkMenu 
{ 
color: black; font-size: 8pt; font-weight:normal; text-decoration: none;
margin-top:2px; margin-left:5px; margin-right:5px; margin-bottom:3px; 
}

a:active.leftLinkMenu , a:focus.leftLinkMenu
{ 
color: blue; font-size: 8pt; font-weight:normal; text-decoration: none;
margin-top:2px; margin-left:5px; margin-right:5px; margin-bottom:3px; 
}

a:hover.leftLinkMenu 
{ 
color: blue; font-size: 8pt; font-weight:normal; text-decoration: underline;
margin-top:2px; margin-left:5px; margin-right:5px; margin-bottom:3px; 
}

a:link.mainHeadMenu { color: white; font-size: 8pt; font-weight:bold; text-decoration: none;
			margin-top:20px; margin-left:5px; margin-right:5px; margin-bottom:20px; }
a:visited.mainHeadMenu { color: white; font-size: 8pt; font-weight:bold; text-decoration: none;
			margin-top:20px; margin-left:5px; margin-right:5px; margin-bottom:20px; }
a:active.mainHeadMenu { color: white; font-size: 8pt; font-weight:bold; text-decoration: none;
			margin-top:20px; margin-left:5px; margin-right:5px; margin-bottom:20px; }
a:hover.mainHeadMenu { color: lightblue; font-size: 8pt; font-weight:bold; text-decoration: underline;
			margin-top:20px; margin-left:5px; margin-right:5px; margin-bottom:20px; }

a:link.pageHeadMenu { color: black; font-size: 8pt; font-weight:bold; text-decoration: none;
			margin-top:2px; margin-left:5px; margin-right:5px; margin-bottom:3px; }
a:visited.pageHeadMenu { color: darkgrey; font-size: 8pt; font-weight:bold; text-decoration: none;
			margin-top:2px; margin-left:5px; margin-right:5px; margin-bottom:3px; }
a:active.pageHeadMenu { color: red; font-size: 8pt; font-weight:bold; text-decoration: none;
			margin-top:2px; margin-left:5px; margin-right:5px; margin-bottom:3px; }
a:hover.pageHeadMenu { color: red; font-size: 8pt; font-weight:bold; text-decoration: underline;
			margin-top:2px; margin-left:5px; margin-right:5px; margin-bottom:3px; }

a:link.footmenu { color: white; font-size: 8pt; font-weight:normal; text-decoration: none; text-align:center;}
a:visited.footmenu { color: white; font-size: 8pt; font-weight:normal; text-decoration: none; text-align:center;}
a:active.footmenu { color: silver; font-size: 8pt; font-weight:normal; text-decoration: none; text-align:center;}
a:hover.footmenu { color: #4488AA; font-size: 8pt; font-weight:normal; text-decoration: underline; text-align:center;}


/*******************************************************************************************************/
/* Table Settings **************************************************************************************/
/*******************************************************************************************************/
.boxAdmin { background: #CCCCCC; }
.boxClient { background: #3366CC; }
.boxGuest { background: #3366CC; }
.boxHelp { background: #FFFFCC; }
.boxAdvert { background: #EEEEEE; }
.pageBack { background: #AAAAAA; }
.boxMenuHead { background: #BBBBBB;}
.boxMenuBack { background: #CCCCCC;}
.boxMainHead { background: #BBBBBB;}
.boxMainBack { background: #999999;}
.boxErrorHead { background: red; }
.boxErrorBack { background: silver; }

.tabMainOff { background: #DDDDDD; }
.tabMainOn { background: #999999; }

.boxPagesStyle1 { background: #3366CC; }
.boxPagesStyle2 { background: #AAAAAA; }
.boxPagesStyle3 { background: #BBBBBB; }
.boxPagesStyle4 { background: #CCCCCC; }
.boxPagesStyle5 { background: #DDDDDD; }
.boxPagesStyle6 { background: #EEEEEE; }
.boxPagesStyle7 { background: #EEEEEE; }
/*******************************************************************************************************/
/* Semantic items **************************************************************************************/
/*******************************************************************************************************/
.center { text-align:center; }
.right { text-align:right; }

.menu { font-size:7pt; font-style:normal; text-align:center;
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}

.title { font-size:11pt; font-style:none; font-weight:bold; text-align:left;
margin-top:4px; margin-bottom:8px; margin-left:5px; margin-right:1px;}

.data { text-align:left; margin-bottom:2px; margin-left:10px; margin-right:10px; }

.labelleft {  font-weight:bold; text-align:left; margin-bottom:2px; margin-left:5px; margin-right:8px; }
.labelright { font-weight:bold; text-align:right; margin-bottom:2px; margin-left:8px; margin-right:5px; }
.labelsuper { font-size:16pt; font-weight:bold; text-align:left; margin-bottom:2px; margin-left:5px; margin-right:8px; }
.labelsub { font-size:10pt; font-weight:bold; text-align:left; margin-bottom:2px; margin-left:5px; margin-right:8px; }

.bannerLabel {  font-weight:normal; text-align:left; font-size: 8pt; font-family: Verdana;
		   margin-bottom:2px; margin-left:2px; margin-right:8px; }

.centerBoxMenu {  font-weight:bold; text-align:center; font-size: 8pt; font-family: Verdana;
		   margin-bottom:2px; margin-left:5px; margin-right:8px; }

.leftPageMenu {  font-weight:bold; text-align:left; font-size: 8pt; font-family: Verdana;
		   margin-bottom:2px; margin-left:5px; margin-right:8px; }

.rightPageMenu { font-weight:bold; text-align:right;  font-size: 8pt; font-family: Verdana;
		   margin-bottom:2px; margin-left:8px; margin-right:5px; }

.leftWPageMenu {  font-weight:bold; text-align:left; font-size: 8pt; font-family: Verdana;
		   margin-bottom:2px; margin-left:5px; margin-right:8px;  color:white;}

.rightWPageMenu { font-weight:bold; text-align:right;  font-size: 8pt; font-family: Verdana;
		   margin-bottom:2px; margin-left:8px; margin-right:5px;  color:white;}

.centerSmall { font-size:8pt; font-style:normal; text-align:center;
margin-top:0px; margin-bottom:0px; margin-left:5px; margin-right:5px;}

.leftSmall { font-size:7pt; font-style:normal; text-align:left;
margin-top:0px; margin-bottom:0px; margin-left:5px; margin-right:5px;}

.leftWSmall { font-size:7pt; font-style:normal; text-align:center; color:white;
margin-top:0px; margin-bottom:0px; margin-left:5px; margin-right:5px;}

.notes { font-size:7pt; text-align:center;
		  margin-top:2px; margin-bottom:3px; margin-left:10px; margin-right:1px;}
.wnotes { font-size:7pt; text-align:left; color:white;
		  margin-top:2px; margin-bottom:3px; margin-left:10px; margin-right:1px;}
.cost { font-size:8pt; font-style:normal; text-align:right;
		  margin-top:0px; margin-bottom:0px; margin-left:5px; margin-right:5px;}
.nocost { font-size:7pt; font-style:italic; text-align:center; text-decoration: line-through;
		  margin-top:2px; margin-bottom:3px; margin-left:1px; margin-right:1px}
.warning { font-size: 10pt; font-weight:bold; text-align:center; color:red;
		  margin-top:2px; margin-bottom:2px; margin-left:1px; margin-right:1px;}
.message { font-size: 8pt; font-weight:bold; text-align:center; color:blue;
		  margin-top:2px; margin-bottom:2px; margin-left:1px; margin-right:1px;}
.footer {	font-size:8pt; font-style:normal; text-align:center; margin-top:8px; margin-bottom:2px;}
/* Page Settings */
div.pageHeader {
width: 100%; height: 0px;
border: 0px dotted ; padding: 0px;
margin: 0px auto  }


