﻿.master
{
	width:824px;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	background-color:#FFFFFF;
}

.middle{
	width:800px;	
}

.maintable{
	height: 600px;
	background-image: url('../images/layout  ver 01.jpg');
	background-repeat: no-repeat;
	style= "table-layout:fixed;";
}


/* The top menu */

.topNav
{
	*position: relative; *;
	top: -1px;
	height: 19px;
}
.topNavItem
{
	border-style: none none none solid;
	background-image: none;
	background-position: right top;
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
}
.topNavItem a
{
	display: block;
	padding: 0px 6px 0px 6px;
	height: 19px;
}

.topNavSelected a
{
	background-image: none;
	color: #CC3300;
	font-weight: bold;
}
.topNavHover a
{
	color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: right top;
}
.topNavFlyOuts
{
	border: 1px none #CBD1E0;
	margin-top: 8px;
}
.topNavFlyOutsItem
{
	border-style: none none solid solid;
	border-width: 2px;
	border-color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	color: #C0C0C0;*;
	width: 155px;
	min-width: 135px;
	font-weight: bold;
	background-color: #333333;
	background-image: none;
}
.topNavFlyOutsItem a
{
	display: block;
	padding: 3px 3px 3px 1px;
}
.topNavFlyOutsHover
{
	background-color: #C0C0C0;
	color: #333333;
	font-weight: bold;
}

/*end of top Menu */

/* Submenu */

.submenu{
	height:40px;
}



/* End of Submenu */


/* Start of breadcrumb */

.breadcrumb
{
	font-family: tahoma;
	color: #656b77;
	clear: both;
	font-size: 9pt;
	font-family: tahoma;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-top: 4px;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

.breadcrumb a, .breadcrumb:active, .breadcrumb a:active
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb a:hover
{
	text-decoration: none;
}
.breadcrumbCurrent
{
	font-weight:bold; 
}

/* end of breadcrumb */


.footer{
	height:16px;
}
