/*	body */
.mainarea {
		background-color:#283B5b;
		color: #ffffff;
		font-size:10pt;
		font-family:Verdana;
		margin: 0px;
	}

/*	main table middel */
.mainText
{
		background-color:#283B5b;
}

/* main table left */
.leftBorder
{
		width:100px;
		height:100%;
		color:#FFFFFF;
		margin:0px;
		padding:0px;
		padding-top:10px;
		background-color:#182B4b;
}

/* main table right */
.rightBorder
{
		width:100px;
		background-color:#182B4b;
		color:#FFFFFF;
		height:100%;
		margin:0px;
		padding:0px;
		padding-top:10px;
		background: #182B4b url(back.php) top left;
}

/*	outter box style */
.box
{
	position:relative;
	width:90%;
}

/* rounds ... */
.boxol
{
	background: url(gfx/edge/main3.png) no-repeat top left;
}

.boxor
{
	background: url(gfx/edge/main4.png) no-repeat top right;
}

.boxul
{
	background: url(gfx/edge/main2.png) no-repeat bottom left;
}

.boxur
{
	background: url(gfx/edge/main1.png) no-repeat bottom right;
}

/*	inner text of a box */
.boxText
{
   padding: 20px;
   padding-top: 40px;
	background-color:#781b1b;
}

/*	head of box */
.boxHeader
{
	position:absolute;
	top:0px;
	left:0px;
	height:40px;
	width:100%;
	background-color:#980000;
	color:#FFFFFF;

	font-family: Verdana;
	font-size:16pt;
	text-align:center;
}

/*	footer of the box */
.boxFooter
{
	position:absolute;
	bottom:-1px;
	left:0px;
	width:100%;
}




.powered
{
		position:absolute;
		bottom:10px;
		left:5px;
		font-family:Verdana;
		font-size:7pt;
		text-align:center;
}

.homelogo
{
		border-width:1px;
		border-style:solid;
		border-color:#ffffff;
		width:50px;
		height:50px;
}

.imageStyle
{
		width:160px;
		float:right;
		margin-left:10px;
		margin-bottom:10px;
}


/*	outter box style */
.boxSmall
{
	position:relative;
}

/* rounds ... */
.boxSol
{
	background: url(gfx/edge/mainS3.png) no-repeat top left;
}

.boxSor
{
	background: url(gfx/edge/mainS4.png) no-repeat top right;
}

.boxSul
{
	background: url(gfx/edge/mainS2.png) no-repeat bottom left;
}

.boxSur
{
	background: url(gfx/edge/mainS1.png) no-repeat bottom right;
}

/*	inner text of a box */
.boxTextSmall
{
   padding: 20px;
   padding-top: 40px;
	font-family: Verdana;

}

/* overriden in ie.css */
/*	head of box */
.boxHeaderSmall
{
	position:absolute;
	top:0px;
	left:0px;
	height:20px;
	width:100%;
	color:#FFFFFF;

	font-family: Verdana;
	font-size:12pt;
	text-align:center;
}

/* overriden in ie.css */
/*	footer of the box */
.boxFooterSmall
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}


.prow1
{
		background-color:#ffffff;
		color:#000000;
}

/*	admin rows ... */
.prow2
{
		background-color:#cccccc;
		color:#000000;
}

.price
{
	font-family: Verdana;
	font-size:14pt;
	text-align:center;
}




.infoBox {

		border-width:1px;
		border-style:solid;
		border-color:#ffffff;

		background-color:#283B5b;

		font-family: Verdana;
		font-size:8pt;
		margin-left:  9px;
		margin-right: 9px;
		padding: 4px;
	}



.errorText {
		text-align:center;
		background-color:#000000;
		color:#ff0000;
		font-family:Verdana;
		font-size:12pt;
	}

.small	{
		font-family:Verdana;
		font-size:8pt;
	}

.border {

		border-right-width:2px;
		border-right-style:dashed;
		border-right-color:#ffffff;
		padding-right:10px;

	}


p,
td	{
		font-family:Verdana;
		font-size:9pt;
	}




/*	admin rows ... */
.row1
{
		background-color:#555555;
}

/*	admin rows ... */
.row2
{

}

/*	admin rows ... */
.row3
{
		background-color:#777777;
}

/*	normal link */
a {
		text-decoration: none ;
		font-size:9pt;
		font-family: monospace;
	}
a:link,
a:visited 	{ font-weight:100; color:#aaaaaa; }
a:hover,
a:active,
a:focus 	{ font-weight:300; color:#ffffff; }


/* menu style */
a.menu,
a.menu:visited,
a.menu:focus,
a.menu:link
		{
			display:block;
			width:100px;
			height:23px;

			color:#dddddd;
			text-align:center;
			vertical-align:middle;
			text-decoration:none;
			font-family: Verdana;
			font-weight:400;
			font-size:10pt;

			padding-top:2px;

			background-image:url('gfx/menu-up.gif');
		}

a.menu:active,
a.menu:hover	{
			color:#ffffff;
			background-image:url('gfx/menu-down.gif');
		}

/*	 submenu ... mainly admin */
a.submenu,
a.submenu:visited,
a.submenu:focus,
a.submenu:link
		{
			display:block;
			font-weight:100;
			color:#aaaaaa;
			text-align:center;
			width:80px;
			text-decoration:none;
			font-family: Verdana;
			font-size:7pt;
			border-color: #FFFF00;
			border:1px solid;
			border-style:outset;
		}

a.submenu:active,
a.submenu:hover	{
			font-weight:100;
			color:#000000;
			text-decoration:none;
			font-family: Verdana;
			font-size:7pt;
			background-image:url('gfx/button-down2.bmp');
		}


/*	 hiddenlink */
a.hiddenlink,
a.hiddenlink:visited,
a.hiddenlink:focus,
a.hiddenlink:link
		{
			display:block;
			font-weight:100;
			color:#ffffff;
			text-decoration:none;
			font-family: Verdana;
			font-size:6pt;
		}

a.hiddenlink:active,
a.hiddenlink:hover	{
			font-size:7pt;
		}

/* menu2 style */
a.menu2,
a.menu2:visited,
a.menu2:focus,
a.menu2:link
		{
			display:block;
			width:100px;
			height:18px;

			color:#ffffff;
			text-align:center;
			vertical-align:middle;
			text-decoration:none;
			font-family: Verdana;
			font-weight:400;
			font-size:9pt;

			background-color:#5b1b1b;
			border-color: #300000;
			border-width:2px;
			border-style:dotted;

		}

a.menu2:active,
a.menu2:hover	{
			border-style:dotted;
			border-color: #ffffff;
			background-color:#5b1b1b;
			color:#ffffff;

		}

.selMenu
		{
			display:block;
			width:100px;
			height:18px;

			text-align:center;
			vertical-align:middle;
			text-decoration:none;
			font-family: Verdana;
			font-weight:400;
			font-size:9pt;

			border-width:2px;
			border-style:dotted;
			border-color: #ffffff;
			background-color:#5b1b1b;
			color:#ffffff;

		}
