*
{
    font-family: Tahoma, Arial, sans-serif;
}
body
{
    margin: auto;
    padding: 0;
    text-align: center;
}
table
{
    padding: 0;
    border: 0;
}
/* Main Frame */
.MainFrame
{
	width: 100%;
}
/* Left Edge */
.WrapLeft
{
}
/* Right Edge */
.WrapRight
{
}
/* Main Frame */
.WrapMain
{
    width: 1004px;
}
.LeftArea
{
	width:180px;
	padding-right: 5px;
}
.ContentArea
{
}
.RightArea
{
	width:180px;
	padding-left: 5px;
}

/* top styleŁ¬include Logo, Menu and Current area */
.TopMenu
{
    background: url(images/top-menu-bg.gif) repeat-x top left;
}
.TopMenuLeft
{
	background:url(images/top-menu-left.gif) no-repeat top right;
	width: 35px;
}
.TopMenuLeft a, .TopMenuLeft a:link, .TopMenuLeft a:visited
{
	font-weight: bold;
	color: #006600;
}

.MiddleBottomLine
{
    background: #0088FF;
    height: 6px;
    overflow: hidden;
}
.BottomLine
{
    background: #dedede;
    height: 5px;
    overflow: hidden;
}

.AdminLinks
{
	empty-cells: hide;
}
.AdminLinks TD
{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 5px;
}
